diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-12-07 12:05:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-07 12:05:34 -0500 |
commit | 9ee49e03676be3bc51c0f3ec341b1c4f6c1b0008 (patch) | |
tree | 1441180718861e186a34916b8d01b28bd159ca7e /playbooks/openstack/openshift-cluster/install.yml | |
parent | e5faa36d01cba99c2f1e67cfd126f5b5be11d367 (diff) | |
parent | cccdd4a479273778be44811cbb4b74637aa63476 (diff) | |
download | openshift-9ee49e03676be3bc51c0f3ec341b1c4f6c1b0008.tar.gz openshift-9ee49e03676be3bc51c0f3ec341b1c4f6c1b0008.tar.bz2 openshift-9ee49e03676be3bc51c0f3ec341b1c4f6c1b0008.tar.xz openshift-9ee49e03676be3bc51c0f3ec341b1c4f6c1b0008.zip |
Merge pull request #6361 from mtnbikenc/consolidate-deploy-cluster
Playbook Consolidation - byo/config.yml
Diffstat (limited to 'playbooks/openstack/openshift-cluster/install.yml')
-rw-r--r-- | playbooks/openstack/openshift-cluster/install.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/playbooks/openstack/openshift-cluster/install.yml b/playbooks/openstack/openshift-cluster/install.yml index 1c4f609e3..8ed01b192 100644 --- a/playbooks/openstack/openshift-cluster/install.yml +++ b/playbooks/openstack/openshift-cluster/install.yml @@ -8,8 +8,5 @@ # values here. We do it in the OSEv3 group vars. Do we need to add # some logic here? -- name: run the initialization - include: ../../init/main.yml - -- name: run the config - include: ../../common/openshift-cluster/config.yml +- name: run the cluster deploy + include: ../../deploy_cluster.yml |