diff options
author | Tomas Sedovic <tomas@sedovic.cz> | 2018-01-02 16:14:01 +0100 |
---|---|---|
committer | Tomas Sedovic <tomas@sedovic.cz> | 2018-01-02 16:14:01 +0100 |
commit | b7833d6684a238713821cc5e0eb2fa7be99c8197 (patch) | |
tree | dc8f03ee734a95b97a77909fe50bfabc45ca91b5 /playbooks/openstack | |
parent | 1fe61d8b83586d0c781822454f9fca266c425c51 (diff) | |
download | openshift-b7833d6684a238713821cc5e0eb2fa7be99c8197.tar.gz openshift-b7833d6684a238713821cc5e0eb2fa7be99c8197.tar.bz2 openshift-b7833d6684a238713821cc5e0eb2fa7be99c8197.tar.xz openshift-b7833d6684a238713821cc5e0eb2fa7be99c8197.zip |
Import prerequisites.yml for OpenStack
Diffstat (limited to 'playbooks/openstack')
-rw-r--r-- | playbooks/openstack/openshift-cluster/install.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/openstack/openshift-cluster/install.yml b/playbooks/openstack/openshift-cluster/install.yml index 3211f619a..2ab7d14a0 100644 --- a/playbooks/openstack/openshift-cluster/install.yml +++ b/playbooks/openstack/openshift-cluster/install.yml @@ -9,4 +9,7 @@ # some logic here? - name: run the cluster deploy + import_playbook: ../../prerequisites.yml + +- name: run the cluster deploy import_playbook: ../../deploy_cluster.yml |