Sfoglia il codice sorgente

Add bootstrap and join to node scaleup

Without the bootstrap and join tasks, the new nodes won't be configured
properly and added to the cluster on scaleup.

Fixes #7946
Tomas Sedovic 7 anni fa
parent
commit
42a27e2cd0
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      playbooks/openshift-node/scaleup.yml

+ 2 - 0
playbooks/openshift-node/scaleup.yml

@@ -36,4 +36,6 @@
     l_openshift_version_set_hosts: "oo_nodes_to_config:!oo_first_master"
     l_openshift_version_check_hosts: "oo_nodes_to_config"
 
+- import_playbook: private/bootstrap.yml
+- import_playbook: private/join.yml
 - import_playbook: private/config.yml