|
6 år sedan | |
---|---|---|
.. | ||
group_vars | 6 år sedan | |
playbooks | 6 år sedan | |
terraform | 6 år sedan | |
README.md | 6 år sedan | |
cleanup.sh | 6 år sedan | |
deploy.sh | 6 år sedan | |
generate_assets.sh | 6 år sedan | |
generate_inventory.sh | 6 år sedan | |
install-config.yml.template | 6 år sedan | |
installrc | 6 år sedan | |
inv.txt.template | 6 år sedan | |
rhel_setup.sh | 6 år sedan | |
run_ansible.sh | 6 år sedan | |
terraform_provision.sh | 6 år sedan |
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.
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