terraform-aws-openshift icon indicating copy to clipboard operation
terraform-aws-openshift copied to clipboard

Create infrastructure with Terraform and AWS, install OpenShift. Party!

Results 37 terraform-aws-openshift issues
Sort by recently updated
recently updated
newest added

Work in progress branch on integration tests.

A few colleagues have mentioned it would be useful, worth considering.

Does the broker api not get created/started during the initialization process on the master? I get a 403 when trying to call the endpoint `/broker/rest/api`. Is there a command to...

Looks like sometimes, if create fails, destroy winds up prompting you ... about where the cluster should be "deployed into". ``` [root@shared-dev terraform-aws-openshift]# terraform destroy var.region Region to deploy the...

Merge this into your code if you want to setup Splunk integration when creating the cluster. See: http://www.dwmkerr.com/integrating-openshift-and-splunk-for-logging/ For more details.

enhancement
help wanted

When re-creating, you need to do this: ``` aws iam delete-instance-profile --instance-profile-name openshift-instance-profile ``` Because I think the instance-profiles otherwise cause a terraform error. Maybe add it to the shell...

I changed the deployment_type=openshift-enterprise I manually logged into the master,node1, and node2 and registered with redhat and attached a pool ID with openshift subscriptions. Is there a manual way for...