jetlag icon indicating copy to clipboard operation
jetlag copied to clipboard

Automation to deploy Bare-metal OpenShift leveraging the Assisted-Installer

Results 75 jetlag issues
Sort by recently updated
recently updated
newest added

We recently had a scalelab cloud expanded and the fact we always pick the first machine as the bastion and subsequent machines for control-plane and worker nodes means our inventory...

We should be able to follow the same process as how a remote worker node cluster can place etcd on nvme via [ignition override](https://github.com/redhat-performance/jetlag/blob/main/ansible/roles/rwn-install-cluster/templates/controlplane-nvme-etcd.ign.j2).

The following playbooks run properly: ``` $ ansible-playbook ansible/ibmcloud-create-inventory.yml $ ansible-playbook -i ansible/inventory/ibmcloud.local ansible/ibmcloud-setup-bastion.yml When running the following playbook: $ ansible-playbook -i ansible/inventory/ibmcloud.local ansible/ibmcloud-sno-deploy.yml Seems that cluster's node didn't discover,...

When using the a mix of R640 and R630 in Scale lab to deploy bare-metal ocp 4.15.x the following error has occured ``` fatal: [e24-h06-000-r640.rdu2.example.com]: FAILED! => {"accept_ranges": "bytes", "access_control_allow_origin":...

Some folks seem to be upgrading there bastions to rhel9 and it is unclear if we need any changes to the setup bastion playbook in order to support rhel9.

enhancement
good first issue

Add a var for the user to instruct if we want Crucible installed on the Bastion host during the setup-bastion playbook.

We should research the feasibility of refactoring the du profile into separate ansible roles one for with pre cluster install tasks to facilitate adding du profile manifests prior to installing...

enhancement

1. Updated ibm cloud du tasks 2. Added a check to post install tasks to ensure mcp is stable before application of performance profile

Currently SNO vDU pre-install and certain post install configs (such as performance profile and tunedpatch application) are supported by Jetlag. For complete DU configuration, we require the installation of the...