ソースを参照

Deploy metrics after our router

Metrics deployer now checks for route activation. As such we need a router
before we install metrics.
Scott Dodson 8 年 前
コミット
b7a807a8b8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      playbooks/common/openshift-cluster/openshift_hosted.yml

+ 1 - 1
playbooks/common/openshift-cluster/openshift_hosted.yml

@@ -40,6 +40,6 @@
     openshift_serviceaccounts_sccs:
     openshift_serviceaccounts_sccs:
     - privileged
     - privileged
     when: not openshift.common.version_gte_3_2_or_1_2
     when: not openshift.common.version_gte_3_2_or_1_2
+  - role: openshift_hosted
   - role: openshift_metrics
   - role: openshift_metrics
     when: openshift.hosted.metrics.deploy | bool
     when: openshift.hosted.metrics.deploy | bool
-  - role: openshift_hosted