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

Use correct secret for ceilometer ipmi agent #1148

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
2 changes: 1 addition & 1 deletion apis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/openstack-k8s-operators/ovn-operator/api v0.4.1-0.20241018052304-b2f1022e67a0
github.com/openstack-k8s-operators/placement-operator/api v0.4.1-0.20241016073632-718abf1faec1
github.com/openstack-k8s-operators/swift-operator/api v0.4.1-0.20241016113221-7b5e6572638c
github.com/openstack-k8s-operators/telemetry-operator/api v0.4.1-0.20241018110953-a5889858101b
github.com/openstack-k8s-operators/telemetry-operator/api v0.4.1-0.20241022103358-380c6016b183
github.com/rabbitmq/cluster-operator/v2 v2.11.0
github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.71.0-rhobs1 // indirect
github.com/rhobs/observability-operator v0.3.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions apis/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.2024101
github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49/go.mod h1:6Mq2N/KtNFW20L+PQC5qkeK8R8UGadmGBXL8HDY6lcg=
github.com/openstack-k8s-operators/swift-operator/api v0.4.1-0.20241016113221-7b5e6572638c h1:KETdApa+d+69+coHQGL1merUGhDflBgkM6VlXkUDsPY=
github.com/openstack-k8s-operators/swift-operator/api v0.4.1-0.20241016113221-7b5e6572638c/go.mod h1:jMHEP2K98nm4OwCW8b4i9Uqqv2GtUpU8PMYyHozsr/U=
github.com/openstack-k8s-operators/telemetry-operator/api v0.4.1-0.20241018110953-a5889858101b h1:Zz15b653D4AGod45D/K+b5ELL05wZu3PfHf2dmuNyGI=
github.com/openstack-k8s-operators/telemetry-operator/api v0.4.1-0.20241018110953-a5889858101b/go.mod h1:1yPvSebSiduMJKNyIxTqOjgLoTlF+n4w+2d+9+Ofmu4=
github.com/openstack-k8s-operators/telemetry-operator/api v0.4.1-0.20241022103358-380c6016b183 h1:DVVrDPjsdnJdyPjDIaC4vev9m769gRAwBxWthBGpnKY=
github.com/openstack-k8s-operators/telemetry-operator/api v0.4.1-0.20241022103358-380c6016b183/go.mod h1:hvbADhIAS+cDCcdtEWEgNC+TIuVcb7GTvECpSqx2ck4=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
dataSources:
- secretRef:
name: ceilometer-compute-config-data
name: ceilometer-ipmi-config-data
playbook: osp.edpm.telemetry_power_monitoring
tlsCerts:
default:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ require (
github.com/openstack-k8s-operators/ovn-operator/api v0.4.1-0.20241018052304-b2f1022e67a0
github.com/openstack-k8s-operators/placement-operator/api v0.4.1-0.20241016073632-718abf1faec1
github.com/openstack-k8s-operators/swift-operator/api v0.4.1-0.20241016113221-7b5e6572638c
github.com/openstack-k8s-operators/telemetry-operator/api v0.4.1-0.20241018110953-a5889858101b
github.com/openstack-k8s-operators/telemetry-operator/api v0.4.1-0.20241022103358-380c6016b183
github.com/openstack-k8s-operators/test-operator/api v0.0.0-20241017151106-7ee94913f8f9
github.com/rabbitmq/cluster-operator/v2 v2.11.0
go.uber.org/zap v1.27.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.2024101
github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49/go.mod h1:6Mq2N/KtNFW20L+PQC5qkeK8R8UGadmGBXL8HDY6lcg=
github.com/openstack-k8s-operators/swift-operator/api v0.4.1-0.20241016113221-7b5e6572638c h1:KETdApa+d+69+coHQGL1merUGhDflBgkM6VlXkUDsPY=
github.com/openstack-k8s-operators/swift-operator/api v0.4.1-0.20241016113221-7b5e6572638c/go.mod h1:jMHEP2K98nm4OwCW8b4i9Uqqv2GtUpU8PMYyHozsr/U=
github.com/openstack-k8s-operators/telemetry-operator/api v0.4.1-0.20241018110953-a5889858101b h1:Zz15b653D4AGod45D/K+b5ELL05wZu3PfHf2dmuNyGI=
github.com/openstack-k8s-operators/telemetry-operator/api v0.4.1-0.20241018110953-a5889858101b/go.mod h1:1yPvSebSiduMJKNyIxTqOjgLoTlF+n4w+2d+9+Ofmu4=
github.com/openstack-k8s-operators/telemetry-operator/api v0.4.1-0.20241022103358-380c6016b183 h1:DVVrDPjsdnJdyPjDIaC4vev9m769gRAwBxWthBGpnKY=
github.com/openstack-k8s-operators/telemetry-operator/api v0.4.1-0.20241022103358-380c6016b183/go.mod h1:hvbADhIAS+cDCcdtEWEgNC+TIuVcb7GTvECpSqx2ck4=
github.com/openstack-k8s-operators/test-operator/api v0.0.0-20241017151106-7ee94913f8f9 h1:/n07PDfdiyVc8jnfA6uwDdeX0+E2omqI+o1a45Jhxwc=
github.com/openstack-k8s-operators/test-operator/api v0.0.0-20241017151106-7ee94913f8f9/go.mod h1:8M321WSJuyKnKupMmMYdqlrs9WD6lmuuwQMiO8gTJLU=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down