diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-16 15:06:33 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-16 15:12:56 -0500 |
commit | c4090eee0df028f768eb669a04d9cbdc66e93209 (patch) | |
tree | 4c7b699024f221406375f5af6fd82b039b3b1485 /playbooks/aws/openshift-cluster | |
parent | 7a18158c1df667d2bc45fae3ca62ed35400bedb8 (diff) | |
download | openshift-c4090eee0df028f768eb669a04d9cbdc66e93209.tar.gz openshift-c4090eee0df028f768eb669a04d9cbdc66e93209.tar.bz2 openshift-c4090eee0df028f768eb669a04d9cbdc66e93209.tar.xz openshift-c4090eee0df028f768eb669a04d9cbdc66e93209.zip |
Playbook Consolidation - openshift-metrics
Diffstat (limited to 'playbooks/aws/openshift-cluster')
-rw-r--r-- | playbooks/aws/openshift-cluster/hosted.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/openshift-cluster/hosted.yml b/playbooks/aws/openshift-cluster/hosted.yml index db6e3b8e1..3d3c871ca 100644 --- a/playbooks/aws/openshift-cluster/hosted.yml +++ b/playbooks/aws/openshift-cluster/hosted.yml @@ -1,7 +1,7 @@ --- - include: ../../common/openshift-cluster/openshift_hosted.yml -- include: ../../common/openshift-cluster/openshift_metrics.yml +- include: ../../openshift-metrics/private/config.yml when: openshift_metrics_install_metrics | default(false) | bool - include: ../../common/openshift-cluster/openshift_logging.yml |