summaryrefslogtreecommitdiffstats
path: root/playbooks/gcp
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-12-07 12:05:34 -0500
committerGitHub <noreply@github.com>2017-12-07 12:05:34 -0500
commit9ee49e03676be3bc51c0f3ec341b1c4f6c1b0008 (patch)
tree1441180718861e186a34916b8d01b28bd159ca7e /playbooks/gcp
parente5faa36d01cba99c2f1e67cfd126f5b5be11d367 (diff)
parentcccdd4a479273778be44811cbb4b74637aa63476 (diff)
downloadopenshift-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/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