diff options
| author | Jason DeTiberus <jdetiber@redhat.com> | 2016-01-29 14:40:28 -0500 | 
|---|---|---|
| committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-01-29 14:40:28 -0500 | 
| commit | c2e81417e987af47f47a9b94ef101662266d6847 (patch) | |
| tree | 918c9d22637f3cdadd3531205cf7b68ac51c844a /playbooks/aws/openshift-cluster | |
| parent | 4a2e65e5500eced93722ae6b39c7994a270563d2 (diff) | |
| download | openshift-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/openshift-cluster')
| -rw-r--r-- | playbooks/aws/openshift-cluster/config.yml | 1 | ||||
| -rw-r--r-- | playbooks/aws/openshift-cluster/scaleup.yml | 1 | 
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 }}" | 
