ocp4-vsphere-upi-automation icon indicating copy to clipboard operation
ocp4-vsphere-upi-automation copied to clipboard

Automates most of the manual steps of deploying OCP4.x cluster on vSphere

Results 10 ocp4-vsphere-upi-automation issues
Sort by recently updated
recently updated
newest added

What is the best way to adapt the automation in this repo to **add more worker nodes to a cluster that was created using same automations in this repo**? Here's...

I am running `ansible-playbook -vvv -i staging static_ips_ova.yml` and got below error, it happend sometimes but sometimes it works well, not sure why it doesn't work somehow ```yaml The full...

There are several places where the `vmware.folder_absolute_path` are used in the `command` module which does not work with spaces. Re-factor the tasks to use `command.argv` to properly handle the spaces.

I guess this it was already considered but just in case, up to 4.5 version the ignition spec is based on spec 2.1.0 but from 4.6 onwards it changes. Eg:...

enhancement

Hi, I hit a bug on vSphere 6.7u3, the error msg is ``` msg: 'Failed to create a virtual machine : Customization of the guest operating system ''rhel7_64Guest'' is not...

For compliance with Windows AD servers serving as a NTP server, as described in https://access.redhat.com/solutions/4652771

Hi Team, Do we have any playbook for upgrading the OCP cluster. Eg: 4.4 to 4.6

While running `ansible-playbook -i staging dhcp_ova.yml` The following error occurred with the latest code from main/master. It appears that govc sets `-latency high` on the vm template, but the ansible...

Hello Everyone, is there anything new on the playbook for adding new nodes to the cluster? Best regards

enhancement

Adding a new role to create additional worker/infra nodes using an OVA template. About the new role: * The role's name is _vsphere_vm_new_nodes_. * A new playbook file has been...