noseka1 / openshift-auto-upi

OpenShift Automated User-Provided Infrastructure
Apache License 2.0
98 stars 51 forks source link

missing parameters for oVirt in /files/common/install-config.yaml #6

Closed dada216 closed 4 years ago

dada216 commented 4 years ago

when launching the ansible playbook for the ovirt/rhev installation the installer can't create ignition files because there are some missing parameters in the ovirt: section

platform: ovirt: api_vip: dns_vip: ingress_vip: ovirt_cluster_id: ovirt_network_name: ovirt_storage_domain_id:

I am using the static IP branch and without setting those parameters the task in openshift_common to create the kubernetes ignition-files fails

dada216 commented 4 years ago

nevermind I realized the correct course of action is to select the "none: {}" option and not provide the above solution.