Browse Source

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 years ago
parent
commit
42a27e2cd0
1 changed files with 2 additions and 0 deletions
  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