diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-08-02 12:28:30 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2016-08-24 16:02:48 -0400 |
commit | b7a807a8b8f03e6b8f4c797cdbde998b0b326e8c (patch) | |
tree | e9b4cfc6801c15aceef89912b3571b95401647c7 /playbooks | |
parent | bb364ba9ceb3c82132aebf69541ee0b3d608533c (diff) | |
download | openshift-b7a807a8b8f03e6b8f4c797cdbde998b0b326e8c.tar.gz openshift-b7a807a8b8f03e6b8f4c797cdbde998b0b326e8c.tar.bz2 openshift-b7a807a8b8f03e6b8f4c797cdbde998b0b326e8c.tar.xz openshift-b7a807a8b8f03e6b8f4c797cdbde998b0b326e8c.zip |
Deploy metrics after our router
Metrics deployer now checks for route activation. As such we need a router
before we install metrics.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/common/openshift-cluster/openshift_hosted.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/openshift_hosted.yml b/playbooks/common/openshift-cluster/openshift_hosted.yml index 7981a5682..c90c85cbd 100644 --- a/playbooks/common/openshift-cluster/openshift_hosted.yml +++ b/playbooks/common/openshift-cluster/openshift_hosted.yml @@ -40,6 +40,6 @@ openshift_serviceaccounts_sccs: - privileged when: not openshift.common.version_gte_3_2_or_1_2 + - role: openshift_hosted - role: openshift_metrics when: openshift.hosted.metrics.deploy | bool - - role: openshift_hosted |