summaryrefslogtreecommitdiffstats
path: root/playbooks/gcp/openshift-cluster
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-12-04 14:57:05 -0500
committerRussell Teague <rteague@redhat.com>2017-12-06 16:43:52 -0500
commitcccdd4a479273778be44811cbb4b74637aa63476 (patch)
tree86e52efbe04b632e0a61dd2d8e73d298e77a15ef /playbooks/gcp/openshift-cluster
parent9099dc40ea3f75a2d9d87ba8f30400764508170b (diff)
downloadopenshift-cccdd4a479273778be44811cbb4b74637aa63476.tar.gz
openshift-cccdd4a479273778be44811cbb4b74637aa63476.tar.bz2
openshift-cccdd4a479273778be44811cbb4b74637aa63476.tar.xz
openshift-cccdd4a479273778be44811cbb4b74637aa63476.zip
Playbook Consolidation - byo/config.yml
Diffstat (limited to 'playbooks/gcp/openshift-cluster')
-rw-r--r--playbooks/gcp/openshift-cluster/provision.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/playbooks/gcp/openshift-cluster/provision.yml b/playbooks/gcp/openshift-cluster/provision.yml
deleted file mode 100644
index 097717607..000000000
--- a/playbooks/gcp/openshift-cluster/provision.yml
+++ /dev/null
@@ -1,16 +0,0 @@
----
-- name: Ensure all cloud resources necessary for the cluster, including instances, have been started
- hosts: localhost
- connection: local
- gather_facts: no
- tasks:
-
- - name: provision a GCP cluster in the specified project
- include_role:
- name: openshift_gcp
-
-- name: run the init
- include: ../../init/main.yml
-
-- name: run the config
- include: ../../common/openshift-cluster/config.yml