Alex

Results 52 issues of Alex

Currently the SNO install playbooks allow you to install more than one SNO concurrently while the bare-metal playbook only installs one cluster at a time. I think we should reduce...

A quick example would be attempting to run `sno-deploy.yml` but having `cluster_type: bm` or running `bm-deploy.yml` and having `cluster_type: sno`. Ideally the first task or before any interaction with the...

enhancement

The [task](https://github.com/redhat-performance/jetlag/blob/main/ansible/roles/wait-hosts-discovered/tasks/main.yml#L14) for waiting to see that all booted machines have become discovered relies on the [count of the inventory](https://github.com/redhat-performance/jetlag/blob/main/ansible/roles/wait-hosts-discovered/tasks/main.yml#L9-L12) where as the actual count of machines booted can be...

enhancement

There appears to be 3 different methods to mirroring images into the bastion registry. We should determine if all are necessary or if any can be replaced. Additionally we should...

enhancement
help wanted

Dependencies for each playbook should be listed in the README file.

If the install fails, the playbook should detect and always run `openshift-install gather bootstrap` in order to gather logs locally for debugging. These can be artifact-ed in Jenkins for future...

We should have the ability to orchestrate install on baremetal using this repo.