openshift-terraform
openshift-terraform copied to clipboard
Deploy Openshift Origin 3.11 cluster on various cloud providers
There are limitations with template based generation of Ansible inventories. It is hard to rewrite the inventory when the cluster is scaled up or down. Some things to consider: -...
Now, the terraform module installs 1 all-in-one master and 2 computes. Provide option to specify different setups.
Best way to test this setup on different clouds is to do it on real infrastructure. How can this be done economically?
The Ansible inventory generation for OpenShift cluster is complex and Terraform templating won't possibly suffice to cover non trivial cases. Evaluate and adopt a better templating system with if-else constructs,...