소스 검색

Fix hostname for aws cloud provider

- No longer set openshift_hostname to the private ip for the instance
Jason DeTiberus 9 년 전
부모
커밋
c2e81417e9
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      playbooks/aws/openshift-cluster/config.yml
  2. 0 1
      playbooks/aws/openshift-cluster/scaleup.yml

+ 0 - 1
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 }}"

+ 0 - 1
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 }}"