terraform-aws-openshift
terraform-aws-openshift copied to clipboard
Create infrastructure with Terraform and AWS, install OpenShift. Party!
The default instance sizing is production grade, but expensive for those who just want to try out OpenShift. Suggest making the default size smaller, with clear instructions on how to...
Basically I'd like to use this as *part* of the infrastructure I manage with Terraform. The idiomatic way of doing this is to use it as a module e.g. ```...
Hi, This is more a question than an issue. Can I shutdown/start the **EC2** instances without any bad surprise? What are the consequences I should be aware of? Of course,...
It seems like the AWS file for Splunk isn't available - this simplifies the Splunk setup a bit by using the official Docker image.
It would be nice to support integrating a domain name, e.g. if I've bought something like `test.com`, where can I update the code to make sure `test.com` is used? See...
Hi, I try to setup an OpenShift Environment for Training purposes: cluster installation, generating project etc. Thankfully I found the terraform-aws-openshift project :) The idea I generated with Dave is...
As OpenShift 3.9 is now fully compatible with ec2 m5 instances - those can be used in the configuration, after this proposed `setup-master.sh` and `setup-node-sh` update: Replace ``` cat
The splunk code is becoming stale in a PR. It should be moved to `master` and just toggled on/off in code.
Would be a good to add an auto-generated CONTRIBUTOR list.
A common source of errors is to run: ``` make openshift ``` While the EC2 instances are still in an 'initilialsing' state. If we poll until the instances report as...