فهرست منبع

Merge pull request #10460 from e-minguez/fix_openshift_version

Run the init playbooks to properly set vars
Scott Dodson 6 سال پیش
والد
کامیت
319953e5da
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