Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable telemetry in OSASINFRA DT #418

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions dt/osasinfra/edpm-post-ceph/nodeset/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,3 +310,39 @@ replacements:
- spec.ovn.template.ovnController.nicMappings
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.telemetry.enabled
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.telemetry.enabled
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.telemetry.metricStorage.enabled
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.telemetry.template.metricStorage.enabled
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.telemetry.ceilometer.enabled
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.telemetry.template.ceilometer.enabled
options:
create: true
1 change: 1 addition & 0 deletions examples/dt/osasinfra/control-plane.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Assumptions

- A storage class called `local-storage` should already exist.
- Cluster observability operator is already deployed.

## Initialize

Expand Down
7 changes: 7 additions & 0 deletions examples/dt/osasinfra/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,10 @@ data:
nicMappings:
datacentre: ocpbr
octavia: octbr

telemetry:
enabled: true
metricStorage:
enabled: true
ceilometer:
enabled: true
1 change: 1 addition & 0 deletions examples/dt/osasinfra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ data:
- neutron-metadata
- libvirt
- nova
- telemetry
ceph:
conf: CHANGEME_CEPH_CONF
keyring: CHANGEME_CEPH_KEYRING