summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/provision_install.yml
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-10-18 19:10:21 -0400
committerKenny Woodson <kwoodson@redhat.com>2017-11-13 17:47:22 -0500
commit3d14183384affb334fa4b4235406dbcb357612fc (patch)
tree80792b8212eabface59b471b8c98d81a0aee2cf9 /playbooks/aws/openshift-cluster/provision_install.yml
parent7175c6f228f61b883d958c12ba5130f37a0615c4 (diff)
downloadopenshift-3d14183384affb334fa4b4235406dbcb357612fc.tar.gz
openshift-3d14183384affb334fa4b4235406dbcb357612fc.tar.bz2
openshift-3d14183384affb334fa4b4235406dbcb357612fc.tar.xz
openshift-3d14183384affb334fa4b4235406dbcb357612fc.zip
Updating provisioning order.
Diffstat (limited to 'playbooks/aws/openshift-cluster/provision_install.yml')
-rw-r--r--playbooks/aws/openshift-cluster/provision_install.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/playbooks/aws/openshift-cluster/provision_install.yml b/playbooks/aws/openshift-cluster/provision_install.yml
index e787deced..78dd6a49b 100644
--- a/playbooks/aws/openshift-cluster/provision_install.yml
+++ b/playbooks/aws/openshift-cluster/provision_install.yml
@@ -6,11 +6,14 @@
- name: Include the provision.yml playbook to create cluster
include: provision.yml
-- name: Include the install.yml playbook to install cluster
+- name: Include the install.yml playbook to install cluster on masters
include: install.yml
-- name: Include the install.yml playbook to install cluster
+- name: provision the infra/compute playbook to install node resources
include: provision_nodes.yml
- name: Include the accept.yml playbook to accept nodes into the cluster
include: accept.yml
+
+- name: Include the hosted.yml playbook to finish the hosted configuration
+ include: hosted.yml