diff options
author | ewolinetz <ewolinet@redhat.com> | 2017-03-28 18:35:48 -0500 |
---|---|---|
committer | ewolinetz <ewolinet@redhat.com> | 2017-03-28 18:35:48 -0500 |
commit | cff716d2c695dce42ef96286af55426b144a8aaf (patch) | |
tree | 6c6ff6744efdf26cd7e0d902be4f9e5a353c2846 /playbooks/common | |
parent | 89f2e49cbe7f61fa8379343552ae9862f926bbfb (diff) | |
download | openshift-cff716d2c695dce42ef96286af55426b144a8aaf.tar.gz openshift-cff716d2c695dce42ef96286af55426b144a8aaf.tar.bz2 openshift-cff716d2c695dce42ef96286af55426b144a8aaf.tar.xz openshift-cff716d2c695dce42ef96286af55426b144a8aaf.zip |
Removing initial setting of metrics image prefix and version
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-master/config.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml index 81c922043..60cf56108 100644 --- a/playbooks/common/openshift-master/config.yml +++ b/playbooks/common/openshift-master/config.yml @@ -48,12 +48,6 @@ - set_fact: openshift_hosted_metrics_resolution: "{{ lookup('oo_option', 'openshift_hosted_metrics_resolution') | default('10s', true) }}" when: openshift_hosted_metrics_resolution is not defined - - set_fact: - openshift_hosted_metrics_deployer_prefix: "{{ lookup('oo_option', 'openshift_hosted_metrics_deployer_prefix') | default('openshift') }}" - when: openshift_hosted_metrics_deployer_prefix is not defined - - set_fact: - openshift_hosted_metrics_deployer_version: "{{ lookup('oo_option', 'openshift_hosted_metrics_deployer_version') | default('latest') }}" - when: openshift_hosted_metrics_deployer_version is not defined roles: - openshift_facts post_tasks: |