summaryrefslogtreecommitdiffstats
path: root/playbooks/gcp/provision.yml
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/provision.yml
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/provision.yml')
-rw-r--r--playbooks/gcp/provision.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/playbooks/gcp/provision.yml b/playbooks/gcp/provision.yml
new file mode 100644
index 000000000..9887f09f2
--- /dev/null
+++ b/playbooks/gcp/provision.yml
@@ -0,0 +1,13 @@
+---
+- 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 cluster deploy
+ include: ../deploy_cluster.yml