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/byo/openshift-cluster/openshift-metrics.yml | |
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/byo/openshift-cluster/openshift-metrics.yml')
-rw-r--r-- | playbooks/byo/openshift-cluster/openshift-metrics.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-cluster/openshift-metrics.yml b/playbooks/byo/openshift-cluster/openshift-metrics.yml new file mode 100644 index 000000000..5ad3a1a01 --- /dev/null +++ b/playbooks/byo/openshift-cluster/openshift-metrics.yml @@ -0,0 +1,4 @@ +--- +- include: initialize_groups.yml + +- include: ../../common/openshift-cluster/openshift_metrics.yml |