summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-06-23 13:57:38 -0400
committerGitHub <noreply@github.com>2016-06-23 13:57:38 -0400
commit74cb9eb24b80d2f3146fc27c1cc7c34ccc47a1a5 (patch)
tree769c427b500c50917896ebd60619eb149c5261ac /playbooks
parent4ee7f6fd40e3fbead666770f1041a7c9ba1465fe (diff)
parente548b5a1ebea67ced3a9caf88b2fdc5fd0a8cab3 (diff)
downloadopenshift-74cb9eb24b80d2f3146fc27c1cc7c34ccc47a1a5.tar.gz
openshift-74cb9eb24b80d2f3146fc27c1cc7c34ccc47a1a5.tar.bz2
openshift-74cb9eb24b80d2f3146fc27c1cc7c34ccc47a1a5.tar.xz
openshift-74cb9eb24b80d2f3146fc27c1cc7c34ccc47a1a5.zip
Merge pull request #1927 from jfcoz/metrics_resolution
add unit in seconds for metrics resolution
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-master/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml
index 0ca148169..7a59f3ea3 100644
--- a/playbooks/common/openshift-master/config.yml
+++ b/playbooks/common/openshift-master/config.yml
@@ -46,7 +46,7 @@
openshift_hosted_metrics_duration: "{{ lookup('oo_option', 'openshift_hosted_metrics_duration') | default(7) }}"
when: openshift_hosted_metrics_duration is not defined
- set_fact:
- openshift_hosted_metrics_resolution: "{{ lookup('oo_option', 'openshift_hosted_metrics_resolution') | default(10) }}"
+ openshift_hosted_metrics_resolution: "{{ lookup('oo_option', 'openshift_hosted_metrics_resolution') | default('10s', true) }}"
when: openshift_hosted_metrics_resolution is not defined
roles:
- openshift_facts