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

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