Browse Source

Run the init playbooks to properly set vars

Eduardo Minguez Perez 6 years ago
parent
commit
fd1152908b

+ 2 - 0
playbooks/openstack/openshift-cluster/build_image.yml

@@ -137,6 +137,8 @@
       - cloud-init
       - cloud-utils-growpart
 
+- name: run the init
+  import_playbook: ../../init/main.yml
 
 # This is the part that installs all of the software and configs for the instance
 # to become a node.

+ 3 - 0
playbooks/openstack/openshift-cluster/install.yml

@@ -13,6 +13,9 @@
 
 - import_playbook: ../../prerequisites.yml
 
+- name: Run the init
+  import_playbook: ../../init/main.yml
+
 - name: Prepare the Nodes in the cluster for installation
   any_errors_fatal: true
   hosts: oo_all_hosts