diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-16 09:59:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-16 09:59:27 -0500 |
commit | 7a18158c1df667d2bc45fae3ca62ed35400bedb8 (patch) | |
tree | 74bfeab6c9fabfa42860453cb93be82b045c0565 /playbooks/openstack/openshift-cluster/provision.yml | |
parent | 8a85bc3a00efb654238a58e1faa2a2629d9360b1 (diff) | |
parent | a1cc43a006ca4def22b5b65d63d41d3cfe86f430 (diff) | |
download | openshift-7a18158c1df667d2bc45fae3ca62ed35400bedb8.tar.gz openshift-7a18158c1df667d2bc45fae3ca62ed35400bedb8.tar.bz2 openshift-7a18158c1df667d2bc45fae3ca62ed35400bedb8.tar.xz openshift-7a18158c1df667d2bc45fae3ca62ed35400bedb8.zip |
Merge pull request #6142 from mtnbikenc/fix-init
Fix openstack init
Diffstat (limited to 'playbooks/openstack/openshift-cluster/provision.yml')
-rw-r--r-- | playbooks/openstack/openshift-cluster/provision.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/playbooks/openstack/openshift-cluster/provision.yml b/playbooks/openstack/openshift-cluster/provision.yml index fe3057158..36d8c8215 100644 --- a/playbooks/openstack/openshift-cluster/provision.yml +++ b/playbooks/openstack/openshift-cluster/provision.yml @@ -9,10 +9,8 @@ # NOTE(shadower): Bring in the host groups: -- name: normalize groups - include: ../../byo/openshift-cluster/initialize_groups.yml - name: evaluate groups - include: ../../common/openshift-cluster/evaluate_groups.yml + include: ../../init/evaluate_groups.yml - name: Wait for the nodes and gather their facts |