casl-ansible icon indicating copy to clipboard operation
casl-ansible copied to clipboard

aws-provisioning: Support custom hostnames

Open oybed opened this issue 6 years ago • 1 comments

The AWS instances (as most public cloud providers do) are using hostnames tied to their IP/region, etc. -i.e.: ip-172-31-8-56.us-west-2.compute.internal ... this isn't ideal when it comes to naming the hosts within OpenShift. Just like we do for OpenStack, it would be preferred to have the hostnames reflect the role of the instance - i.e.: master, infra-node, app-node, etc.

oybed avatar Jan 23 '18 21:01 oybed

I believe that changing the hostname means you will not be able to use the AWS cloud provider, I went through a similar exercise myself with a different set of playbooks.

gnunn1 avatar Jan 30 '18 15:01 gnunn1