فهرست منبع

Merge pull request #1310 from detiber/aws_hostname

Fix hostname for aws cloud provider
Stefanie Forrester 9 سال پیش
والد
کامیت
b808eb073e
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

@@ -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 }}"

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