From cccdd4a479273778be44811cbb4b74637aa63476 Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Mon, 4 Dec 2017 14:57:05 -0500 Subject: Playbook Consolidation - byo/config.yml --- playbooks/gcp/openshift-cluster/provision.yml | 16 ---------------- playbooks/gcp/provision.yml | 13 +++++++++++++ 2 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 playbooks/gcp/openshift-cluster/provision.yml create mode 100644 playbooks/gcp/provision.yml (limited to 'playbooks/gcp') 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 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 -- cgit v1.2.1