Skip to content

Commit

Permalink
kolla: use integrated pipeline configuration (#1576)
Browse files Browse the repository at this point in the history
It is better to use Kolla's built-in configuration and configure
the push gateway for Prometheus through it.

Revert fa57054

Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt committed Apr 17, 2023
1 parent 163d1a1 commit b0964e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
4 changes: 4 additions & 0 deletions environments/kolla/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ ironic_dnsmasq_dhcp_ranges:
- range: "192.168.112.50,192.168.112.60"
ironic_cleaning_network: "public"

# ceilometer
enable_ceilometer_prometheus_pushgateway: "yes"
ceilometer_prometheus_pushgateway_host: "testbed-manager.testbed.osism.xyz"

##########################################################
# external ceph

Expand Down
15 changes: 0 additions & 15 deletions environments/kolla/files/overlays/ceilometer/pipeline.yaml

This file was deleted.

0 comments on commit b0964e1

Please sign in to comment.