|
@@ -23,12 +23,6 @@ Role Variables
|
|
|
|
|
|
For default values, see [`defaults/main.yaml`](defaults/main.yaml).
|
|
For default values, see [`defaults/main.yaml`](defaults/main.yaml).
|
|
|
|
|
|
-- `openshift_metrics_image_prefix`: Specify prefix for metrics components; e.g for
|
|
|
|
- "openshift/origin-metrics-deployer:v1.1", set prefix "openshift/origin-".
|
|
|
|
-
|
|
|
|
-- `openshift_metrics_image_version`: Specify version for metrics components; e.g. for
|
|
|
|
- "openshift/origin-metrics-deployer:v1.1", set version "v1.1".
|
|
|
|
-
|
|
|
|
- `openshift_metrics_hawkular_cert:` The certificate used for re-encrypting the route
|
|
- `openshift_metrics_hawkular_cert:` The certificate used for re-encrypting the route
|
|
to Hawkular metrics. The certificate must contain the hostname used by the route.
|
|
to Hawkular metrics. The certificate must contain the hostname used by the route.
|
|
The default router certificate will be used if unspecified
|
|
The default router certificate will be used if unspecified
|
|
@@ -126,7 +120,7 @@ $ docker images
|
|
REPOSITORY TAG IMAGE ID CREATED SIZE
|
|
REPOSITORY TAG IMAGE ID CREATED SIZE
|
|
<registry>/openshift3/origin-metrics-cassandra v3.7 f8ad8d569e27 14 hours ago 783.7 MB
|
|
<registry>/openshift3/origin-metrics-cassandra v3.7 f8ad8d569e27 14 hours ago 783.7 MB
|
|
|
|
|
|
-$ docker inspect 9c3597aeb39f
|
|
|
|
|
|
+$ docker inspect 9c3597aeb39f
|
|
[
|
|
[
|
|
{
|
|
{
|
|
. . .
|
|
. . .
|
|
@@ -139,7 +133,7 @@ $ docker inspect 9c3597aeb39f
|
|
"Labels": {
|
|
"Labels": {
|
|
. . .
|
|
. . .
|
|
"build-date": "2017-10-17T16:47:44.350655",
|
|
"build-date": "2017-10-17T16:47:44.350655",
|
|
- . . .
|
|
|
|
|
|
+ . . .
|
|
"release": "0.143.4.0",
|
|
"release": "0.143.4.0",
|
|
. . .
|
|
. . .
|
|
"url": "https://access.redhat.com/containers/#/registry.access.redhat.com/openshift3/metrics-cassandra/images/v3.7.0-0.143.4.0",
|
|
"url": "https://access.redhat.com/containers/#/registry.access.redhat.com/openshift3/metrics-cassandra/images/v3.7.0-0.143.4.0",
|
|
@@ -158,13 +152,13 @@ $ docker pull <registry>/openshift3/origin-metrics-cassandra:v3.7
|
|
If there was an update, you need to run the `docker pull` on each node.
|
|
If there was an update, you need to run the `docker pull` on each node.
|
|
|
|
|
|
It is recommended that you now rerun the `openshift_metrics` playbook to ensure that any necessary config changes are also picked up.
|
|
It is recommended that you now rerun the `openshift_metrics` playbook to ensure that any necessary config changes are also picked up.
|
|
-
|
|
|
|
|
|
+
|
|
To manually redeploy your pod you can do the following:
|
|
To manually redeploy your pod you can do the following:
|
|
- for a DC you can do:
|
|
- for a DC you can do:
|
|
```
|
|
```
|
|
oc rollout latest <dc_name>
|
|
oc rollout latest <dc_name>
|
|
```
|
|
```
|
|
-
|
|
|
|
|
|
+
|
|
- for a RC you can scale down and scale back up
|
|
- for a RC you can scale down and scale back up
|
|
```
|
|
```
|
|
oc scale --replicas=0 <rc_name>
|
|
oc scale --replicas=0 <rc_name>
|
|
@@ -183,4 +177,4 @@ Changelog
|
|
---------
|
|
---------
|
|
|
|
|
|
Tue Oct 10, 2017
|
|
Tue Oct 10, 2017
|
|
-- Default imagePullPolicy changed from Always to IfNotPresent
|
|
|
|
|
|
+- Default imagePullPolicy changed from Always to IfNotPresent
|