Open vap0rtranz opened 4 years ago
@vap0rtranz Thanks for reporting this. I think I know where the problem is. The vsphere related lines in the install-config.yaml look like they are commented out but actually they are not. Ansible Jinja templating is still trying to replace the tokens '{{ vsphere.xxx }}' and failing as there is no vsphere variable defined.
Please, remove the vsphere lines in the install-config.yaml. That should make it work.
@noseka1 that worked. ty!
When running the oVirt installer, the playbook returns an error and evidently expects a vsphere variable:
I checked the files that I'd edited for ovirt:
But the only vsphere enty in any of the files that I'd edited is the one in the install-config.yaml that's commented out:
Is there something I missed setting up in the inventory files?