diff options
author | Russell Teague <rteague@redhat.com> | 2017-04-18 14:40:44 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-04-18 14:40:44 -0400 |
commit | 7fcc110a69beca9054048c801f84ccaef7cd0bbc (patch) | |
tree | fac6f6616b7176ca4fac59ccbcc032dfb392764b /playbooks/common/openshift-cluster | |
parent | 233cb72777a5bdea68e5a7703bad53bb012c0bd0 (diff) | |
download | openshift-7fcc110a69beca9054048c801f84ccaef7cd0bbc.tar.gz openshift-7fcc110a69beca9054048c801f84ccaef7cd0bbc.tar.bz2 openshift-7fcc110a69beca9054048c801f84ccaef7cd0bbc.tar.xz openshift-7fcc110a69beca9054048c801f84ccaef7cd0bbc.zip |
Create openshift-metrics entrypoint playbook
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/openshift_metrics.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/openshift_metrics.yml b/playbooks/common/openshift-cluster/openshift_metrics.yml index 9f38ceea6..bcff4a1a1 100644 --- a/playbooks/common/openshift-cluster/openshift_metrics.yml +++ b/playbooks/common/openshift-cluster/openshift_metrics.yml @@ -1,4 +1,6 @@ --- +- include: evaluate_groups.yml + - name: OpenShift Metrics hosts: oo_first_master roles: |