Преглед на файлове

Run the init playbooks to properly set vars

Eduardo Minguez Perez преди 6 години
родител
ревизия
fd1152908b
променени са 2 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 2 0
      playbooks/openstack/openshift-cluster/build_image.yml
  2. 3 0
      playbooks/openstack/openshift-cluster/install.yml

+ 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