RedHatOfficial / ocp4-vsphere-upi-automation

Automates most of the manual steps of deploying OCP4.x cluster on vSphere
MIT License
131 stars 107 forks source link

cluster Parameters for VMWARE #60

Closed cpitchai closed 4 years ago

cpitchai commented 4 years ago

Hi Team,

Where we have to introduce the "cluster" parameter for 6.7.

mallmen commented 4 years ago

Hi @cpitchai, this is suggesting that if you are running vsphere 6.5 that you may need to set extra parameters for certain Ansible vmware modules. For example, in this Ansible task file, https://github.com/RedHatOfficial/ocp4-vsphere-upi-automation/blob/master/roles/dhcp_ova/tasks/main.yml, vmware_deploy_ovf may require you to specify the vmware cluster and vmware resource-pool when using the module to work properly. See the Ansible module documentation for details (https://docs.ansible.com/ansible/latest/collections/community/vmware/vmware_deploy_ovf_module.htmlz)

cpitchai commented 4 years ago

Got the Solution