From ca88d5ca2357d5342f4dbb357aa17b4164a2c18e Mon Sep 17 00:00:00 2001
From: Andrew Butcher <abutcher@redhat.com>
Date: Tue, 26 Apr 2016 10:57:20 -0400
Subject: Apply openshift_common to all masters prior to creating certificates
 for portal_net.

---
 playbooks/common/openshift-master/config.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml
index 060b5aa0d..537de4f5c 100644
--- a/playbooks/common/openshift-master/config.yml
+++ b/playbooks/common/openshift-master/config.yml
@@ -50,6 +50,10 @@
     when: openshift_hosted_metrics_resolution is not defined
   roles:
   - openshift_facts
+  # TODO: Remove openshift_common from this roles list once
+  # openshift_master_certificates uses delegate_to and is applied to
+  # all masters rather than just the first.
+  - openshift_common
   post_tasks:
   - openshift_facts:
       role: master
-- 
cgit v1.2.3