diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-04-18 16:58:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-18 16:58:01 -0400 |
commit | f69731fe0d26f2722fb60a7c9d6c61c50178e075 (patch) | |
tree | 40ba0f73530634e273d32e8db0e3f3f97f0768b7 /playbooks/common/openshift-cluster | |
parent | 00095b25591f6b178ac2075396e034893bbbb2b9 (diff) | |
parent | 7fcc110a69beca9054048c801f84ccaef7cd0bbc (diff) | |
download | openshift-f69731fe0d26f2722fb60a7c9d6c61c50178e075.tar.gz openshift-f69731fe0d26f2722fb60a7c9d6c61c50178e075.tar.bz2 openshift-f69731fe0d26f2722fb60a7c9d6c61c50178e075.tar.xz openshift-f69731fe0d26f2722fb60a7c9d6c61c50178e075.zip |
Merge pull request #3948 from mtnbikenc/metrics-fix
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: |