jetlag
jetlag copied to clipboard
Automation to deploy Bare-metal OpenShift leveraging the Assisted-Installer
There is an `automatedCleanMode` field on the `BMH` that is normally set to disabled for assisted integration but can be set to metadata to wipe partition tables.
- closes https://github.com/redhat-performance/jetlag/issues/575
At the moment we're assuming the bastion has an IP configured in the public VLAN, without this IP address the deployments fails, this behavior can be improved by letting jetlag...
The code is not ready to perform deployments in the public_vlan when cluster_type is sno. Multiple variables need to be set manually, some updates are required to perform these tasks...
It would be great if we could improve jetlag in a way where is not needed anymore to provide interface names, i.e.: `bastion_lab_interface`, `controlplane_lab_interface`, etc. Ideally this should be infered...