diff options
| author | Russell Teague <rteague@redhat.com> | 2017-11-22 08:35:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-22 08:35:36 -0500 |
| commit | 46ce19180bf4fe05327ab8a15bb689d908779e75 (patch) | |
| tree | d673b62b98a5cc48cfbcc84c8f935eb988f86643 /playbooks/aws | |
| parent | 16e4acfe143e954c07c774c5c163fbd4ff1e4647 (diff) | |
| parent | c4090eee0df028f768eb669a04d9cbdc66e93209 (diff) | |
Merge pull request #6152 from mtnbikenc/consolidate-openshift-metrics
Playbook Consolidation - openshift-metrics
Diffstat (limited to 'playbooks/aws')
| -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 |
