Michael Gugino c23be0649e update gitignore 6 éve
..
group_vars c23be0649e update gitignore 6 éve
playbooks 07a17b390c WIP: libvirt testing work 6 éve
terraform a2f90016e6 Add libvirt terraform testing scripts 6 éve
README.md 6ab44c3524 fixes 6 éve
cleanup.sh 07a17b390c WIP: libvirt testing work 6 éve
deploy.sh 07a17b390c WIP: libvirt testing work 6 éve
generate_assets.sh 07a17b390c WIP: libvirt testing work 6 éve
generate_inventory.sh 8d81d41abc Add inventory generation 6 éve
install-config.yml.template a2f90016e6 Add libvirt terraform testing scripts 6 éve
installrc 07a17b390c WIP: libvirt testing work 6 éve
inv.txt.template 6ab44c3524 fixes 6 éve
rhel_setup.sh 07a17b390c WIP: libvirt testing work 6 éve
run_ansible.sh 07a17b390c WIP: libvirt testing work 6 éve
terraform_provision.sh a2f90016e6 Add libvirt terraform testing scripts 6 éve

README.md

Do Not Use

Anything contained in this directory is unsupported and should not be used to provision any OpenShift clusters. Please refer to official documentation for supported installation methods.

How to use

Don't use it.

clone https://github.com/openshift/aos-ansible/pull/74 to ~/git/aos-ansible (Red Hat use only)

Ensure openshift-install and terraform are in your path.

cd to this directory.

source installrc; export variables you want to override. You'll need to at least update what image you want to use unless you have that exact image in that exact place.

./deploy.sh This will generate install assets (inventory, install-config.yml, tfvars), provision instances via terraform and start installation of openshift-ansible.

Afterwards, you can cleanup with ./cleanup.sh