You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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?
The text was updated successfully, but these errors were encountered: