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

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