Browse Source

Apply openshift_common to all masters prior to creating certificates for portal_net.

Andrew Butcher 9 years ago
parent
commit
ca88d5ca23
1 changed files with 4 additions and 0 deletions
  1. 4 0
      playbooks/common/openshift-master/config.yml

+ 4 - 0
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