summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack/openshift-cluster
diff options
context:
space:
mode:
authorLénaïc Huard <lhuard@amadeus.com>2016-07-12 16:42:19 +0200
committerLénaïc Huard <lhuard@amadeus.com>2016-07-12 16:42:19 +0200
commit335840bbe8b0d2a1d48a6c6d1b4a646a76bc8bd0 (patch)
tree0bb46ed4a725bb6fb20c57f4f18b04f236b51cdc /playbooks/openstack/openshift-cluster
parent8d5093659acb2947fe1734ff2035073a091d3647 (diff)
downloadopenshift-335840bbe8b0d2a1d48a6c6d1b4a646a76bc8bd0.tar.gz
openshift-335840bbe8b0d2a1d48a6c6d1b4a646a76bc8bd0.tar.bz2
openshift-335840bbe8b0d2a1d48a6c6d1b4a646a76bc8bd0.tar.xz
openshift-335840bbe8b0d2a1d48a6c6d1b4a646a76bc8bd0.zip
Fix bin/cluster openstack related error
Diffstat (limited to 'playbooks/openstack/openshift-cluster')
-rw-r--r--playbooks/openstack/openshift-cluster/dns.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/playbooks/openstack/openshift-cluster/dns.yml b/playbooks/openstack/openshift-cluster/dns.yml
index 31113d5f0..446a1846f 100644
--- a/playbooks/openstack/openshift-cluster/dns.yml
+++ b/playbooks/openstack/openshift-cluster/dns.yml
@@ -35,6 +35,11 @@
- vars.yml
- cluster_hosts.yml
roles:
+ # Explicitly calling openshift_facts because it appears that when
+ # rhel_subscribe is skipped that the openshift_facts dependency for
+ # openshift_repos is also skipped (this is the case at least for Ansible
+ # 2.0.2)
+ - openshift_facts
- role: rhel_subscribe
when: deployment_type in ["enterprise", "atomic-enterprise", "openshift-enterprise"] and
ansible_distribution == "RedHat" and