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

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