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/provision.yml | |
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/provision.yml')
-rw-r--r-- | playbooks/gcp/provision.yml | 13 |
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 |