Browse Source

Merge pull request #3792 from ewolinetz/fix_metrics_image_settings

Merged by openshift-bot
OpenShift Bot 8 years ago
parent
commit
7e3141ae91
1 changed files with 0 additions and 6 deletions
  1. 0 6
      playbooks/common/openshift-master/config.yml

+ 0 - 6
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: