You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Create a new 4th step in the deployment guide in README for deploying
dependencies and updating images required for some of the telemetry
services.
- The note for deploying COO was moved from the bottom of the README to
this new step
- It's beneficial to execute these steps before deploying the dataplane,
so that an updated ceilometer is deployed on the compute nodes.
- Files in the ci/ folder were modified slightly to work when executed
locally.
NOTE: If you intend to deploy a custom telemetry object *with pre-populated image URLs*, you can use `make run` instead of `make run-with-webhook`, because the webhooks will not be required.
79
117
@@ -88,17 +126,17 @@ This operator deploys a multiple telemetry agents, both in the control plane and
88
126
OPERATOR_TEMPLATES=$PWD/templates make run-with-webhook
89
127
```
90
128
91
-
9. Deploy Telemetry
129
+
10. Deploy Telemetry
92
130
93
131
There are two options, either use the existing OpenStackControlPlane to manage the telemetry object, or manage it yourself.
94
132
95
-
9.a. To use the existing OpenStackControlPlane to manage the telemetry object, re-enable telemetry (preferred way, unless necessary for some reason):
133
+
10.a. To use the existing OpenStackControlPlane to manage the telemetry object, re-enable telemetry (preferred way, unless necessary for some reason):
0 commit comments