summaryrefslogtreecommitdiffstats
path: root/playbooks/aws
diff options
context:
space:
mode:
authorStefanie Forrester <dak1n1@users.noreply.github.com>2016-02-01 08:50:15 -0800
committerStefanie Forrester <dak1n1@users.noreply.github.com>2016-02-01 08:50:15 -0800
commitb808eb073e53b0bd3910b75466ef32539a0250c9 (patch)
tree76f5d0b8b594cc341889899ab0cddc05efc593df /playbooks/aws
parent3d3053062ee3bca175df6eb4dd66ff56237234ca (diff)
parentc2e81417e987af47f47a9b94ef101662266d6847 (diff)
downloadopenshift-b808eb073e53b0bd3910b75466ef32539a0250c9.tar.gz
openshift-b808eb073e53b0bd3910b75466ef32539a0250c9.tar.bz2
openshift-b808eb073e53b0bd3910b75466ef32539a0250c9.tar.xz
openshift-b808eb073e53b0bd3910b75466ef32539a0250c9.zip
Merge pull request #1310 from detiber/aws_hostname
Fix hostname for aws cloud provider
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 0b6edd70b..b942db97f 100644
--- a/playbooks/aws/openshift-cluster/config.yml
+++ b/playbooks/aws/openshift-cluster/config.yml
@@ -9,7 +9,6 @@
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 }}"
openshift_router_selector: 'type=infra'
openshift_infra_nodes: "{{ g_infra_hosts }}"
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 }}"