瀏覽代碼

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

Andrew Butcher 9 年之前
父節點
當前提交
ca88d5ca23
共有 1 個文件被更改,包括 4 次插入0 次删除
  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