diff options
author | Russell Teague <rteague@redhat.com> | 2017-12-04 14:57:05 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-12-06 16:43:52 -0500 |
commit | cccdd4a479273778be44811cbb4b74637aa63476 (patch) | |
tree | 86e52efbe04b632e0a61dd2d8e73d298e77a15ef /playbooks/gcp | |
parent | 9099dc40ea3f75a2d9d87ba8f30400764508170b (diff) | |
download | openshift-cccdd4a479273778be44811cbb4b74637aa63476.tar.gz openshift-cccdd4a479273778be44811cbb4b74637aa63476.tar.bz2 openshift-cccdd4a479273778be44811cbb4b74637aa63476.tar.xz openshift-cccdd4a479273778be44811cbb4b74637aa63476.zip |
Playbook Consolidation - byo/config.yml
Diffstat (limited to 'playbooks/gcp')
-rw-r--r-- | playbooks/gcp/provision.yml (renamed from playbooks/gcp/openshift-cluster/provision.yml) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/playbooks/gcp/openshift-cluster/provision.yml b/playbooks/gcp/provision.yml index 097717607..9887f09f2 100644 --- a/playbooks/gcp/openshift-cluster/provision.yml +++ b/playbooks/gcp/provision.yml @@ -9,8 +9,5 @@ include_role: name: openshift_gcp -- name: run the init - include: ../../init/main.yml - -- name: run the config - include: ../../common/openshift-cluster/config.yml +- name: run the cluster deploy + include: ../deploy_cluster.yml |