summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.2/infrastructure-templates/enterprise
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-06-22 10:21:15 -0400
committerScott Dodson <sdodson@redhat.com>2016-06-22 10:21:15 -0400
commit8d3e9489aca1088687583dec74c365cd8412fcec (patch)
tree1bb467f63c64073c7addc98856c0ef3184b95beb /roles/openshift_examples/files/examples/v1.2/infrastructure-templates/enterprise
parent856175c0a9167d1dba0ac46ec900bda497a8c0a7 (diff)
downloadopenshift-8d3e9489aca1088687583dec74c365cd8412fcec.tar.gz
openshift-8d3e9489aca1088687583dec74c365cd8412fcec.tar.bz2
openshift-8d3e9489aca1088687583dec74c365cd8412fcec.tar.xz
openshift-8d3e9489aca1088687583dec74c365cd8412fcec.zip
Update logging and metrics templates
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.2/infrastructure-templates/enterprise')
-rw-r--r--roles/openshift_examples/files/examples/v1.2/infrastructure-templates/enterprise/metrics-deployer.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/roles/openshift_examples/files/examples/v1.2/infrastructure-templates/enterprise/metrics-deployer.yaml b/roles/openshift_examples/files/examples/v1.2/infrastructure-templates/enterprise/metrics-deployer.yaml
index 67e49f327..c4bf37b63 100644
--- a/roles/openshift_examples/files/examples/v1.2/infrastructure-templates/enterprise/metrics-deployer.yaml
+++ b/roles/openshift_examples/files/examples/v1.2/infrastructure-templates/enterprise/metrics-deployer.yaml
@@ -54,6 +54,8 @@ objects:
value: ${IMAGE_VERSION}
- name: MASTER_URL
value: ${MASTER_URL}
+ - name: MODE
+ value: ${MODE}
- name: REDEPLOY
value: ${REDEPLOY}
- name: USE_PERSISTENT_STORAGE
@@ -66,6 +68,8 @@ objects:
value: ${CASSANDRA_PV_SIZE}
- name: METRIC_DURATION
value: ${METRIC_DURATION}
+ - name: METRIC_RESOLUTION
+ value: ${METRIC_RESOLUTION}
dnsPolicy: ClusterFirst
restartPolicy: Never
serviceAccount: metrics-deployer
@@ -83,7 +87,7 @@ parameters:
-
description: 'Specify version for metrics components; e.g. for "openshift/origin-metrics-deployer:latest", set version "latest"'
name: IMAGE_VERSION
- value: "3.2.0"
+ value: "3.2.1"
-
description: "Internal URL for the master, for authentication retrieval"
name: MASTER_URL
@@ -112,3 +116,7 @@ parameters:
description: "How many days metrics should be stored for."
name: METRIC_DURATION
value: "7"
+-
+ description: "How often metrics should be gathered. Defaults value of '10s' for 10 seconds"
+ name: METRIC_RESOLUTION
+ value: "10s"