summaryrefslogtreecommitdiffstats
path: root/playbooks/aws
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2016-01-29 14:40:28 -0500
committerJason DeTiberus <jdetiber@redhat.com>2016-01-29 14:40:28 -0500
commitc2e81417e987af47f47a9b94ef101662266d6847 (patch)
tree918c9d22637f3cdadd3531205cf7b68ac51c844a /playbooks/aws
parent4a2e65e5500eced93722ae6b39c7994a270563d2 (diff)
downloadopenshift-c2e81417e987af47f47a9b94ef101662266d6847.tar.gz
openshift-c2e81417e987af47f47a9b94ef101662266d6847.tar.bz2
openshift-c2e81417e987af47f47a9b94ef101662266d6847.tar.xz
openshift-c2e81417e987af47f47a9b94ef101662266d6847.zip
Fix hostname for aws cloud provider
- No longer set openshift_hostname to the private ip for the instance
Diffstat (limited to 'playbooks/aws')
-rw-r--r--playbooks/aws/openshift-cluster/config.yml1
-rw-r--r--playbooks/aws/openshift-cluster/scaleup.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/aws/openshift-cluster/config.yml b/playbooks/aws/openshift-cluster/config.yml
index abdb23d78..a4f3df677 100644
--- a/playbooks/aws/openshift-cluster/config.yml
+++ b/playbooks/aws/openshift-cluster/config.yml
@@ -10,5 +10,4 @@
openshift_cluster_id: "{{ cluster_id }}"
openshift_debug_level: "{{ debug_level }}"
openshift_deployment_type: "{{ deployment_type }}"
- openshift_hostname: "{{ ec2_private_ip_address }}"
openshift_public_hostname: "{{ ec2_ip_address }}"
diff --git a/playbooks/aws/openshift-cluster/scaleup.yml b/playbooks/aws/openshift-cluster/scaleup.yml
index c2135cd03..7e3a47964 100644
--- a/playbooks/aws/openshift-cluster/scaleup.yml
+++ b/playbooks/aws/openshift-cluster/scaleup.yml
@@ -29,5 +29,4 @@
openshift_cluster_id: "{{ cluster_id }}"
openshift_debug_level: "{{ debug_level }}"
openshift_deployment_type: "{{ deployment_type }}"
- openshift_hostname: "{{ ec2_private_ip_address }}"
openshift_public_hostname: "{{ ec2_ip_address }}"