Skip to content

Commit

Permalink
Merge pull request #418 from shiftstack/telemetry-dt-osasinfra
Browse files Browse the repository at this point in the history
Enable telemetry in OSASINFRA DT

Compared to uni01alpha that is the other DT to enable telemetry, we're not enabling autoscaling as it requires the additional heat service.
Depends on openstack-k8s-operators/ci-framework#2449.

Reviewed-by: Andrew Bays <[email protected]>
Reviewed-by: John Fulton <[email protected]>
Reviewed-by: Martin André
  • Loading branch information
softwarefactory-project-zuul[bot] authored Nov 15, 2024
2 parents b7fcd01 + 47f211d commit f09f1b4
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
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

0 comments on commit f09f1b4

Please sign in to comment.