소스 검색

upgrade: init facts on nodes so that NO_PROXY would include nodes

Node hostnames need to be added to NO_PROXY list, as its required for 
SDN to work in proxy environment. Currently facts from nodes are not 
collected on major upgrade, so only master hostnames are added in the 
list
Vadim Rutkovsky 7 년 전
부모
커밋
75379120a0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      playbooks/common/openshift-cluster/upgrades/v3_10/upgrade_control_plane.yml

+ 1 - 1
playbooks/common/openshift-cluster/upgrades/v3_10/upgrade_control_plane.yml

@@ -14,7 +14,7 @@
 - import_playbook: ../init.yml
   vars:
     l_upgrade_no_switch_firewall_hosts: "oo_masters_to_config:oo_etcd_to_config:oo_lb_to_config"
-    l_init_fact_hosts: "oo_masters_to_config:oo_etcd_to_config:oo_lb_to_config"
+    l_init_fact_hosts: "oo_masters_to_config:oo_etcd_to_config:oo_lb_to_config:oo_nodes_to_config"
     l_base_packages_hosts: "oo_masters_to_config:oo_etcd_to_config:oo_lb_to_config"
 
 - name: Configure the upgrade target for the common upgrade tasks 3.10