Skip to content

Commit d03a9e4

Browse files
committed
Update webhooks to handle warnings
1 parent a38d13d commit d03a9e4

16 files changed

Lines changed: 1199 additions & 140 deletions

api/bases/core.openstack.org_openstackcontrolplanes.yaml

Lines changed: 404 additions & 0 deletions
Large diffs are not rendered by default.

api/core/v1beta1/openstackcontrolplane_types.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,13 @@ type OpenStackControlPlaneSpec struct {
132132
// Bus Service instance used by all services that produce or consume notifications.
133133
// Avoid colocating it with RabbitMQ services used for PRC.
134134
// That instance will be pushed down for services, unless overriden in templates.
135+
// Deprecated: Use NotificationsBus.Cluster instead
135136
NotificationsBusInstance *string `json:"notificationsBusInstance,omitempty"`
136137

138+
// +kubebuilder:validation:Optional
139+
// NotificationsBus configuration (username, vhost, and cluster) for notifications
140+
NotificationsBus *rabbitmqv1.RabbitMqConfig `json:"notificationsBus,omitempty"`
141+
137142
// +kubebuilder:validation:Optional
138143
// +operator-sdk:csv:customresourcedefinitions:type=spec
139144
// Memcached - Parameters related to the Memcached service

api/core/v1beta1/openstackcontrolplane_webhook.go

Lines changed: 188 additions & 26 deletions
Large diffs are not rendered by default.

api/core/v1beta1/zz_generated.deepcopy.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/go.mod

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ require (
1313
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260120080045-1c470da1ed9b
1414
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260110225157-5b3bf0296d6e
1515
github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260111154931-be9fdcb15911
16-
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260123105816-865d02e287a9
16+
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260126091827-7758173fbb09
1717
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260120223530-82e5723b1f91
1818
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260120112029-cd452f0497ba
19-
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20251230215914-6ba873b49a35
20-
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20251230215914-6ba873b49a35
19+
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260126081203-efc2df9207eb
20+
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260126081203-efc2df9207eb
2121
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260119144421-0c24d784b5c4
2222
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260120155328-e04f52e73f01
2323
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260123040231-1805ef59ac51
@@ -80,7 +80,7 @@ require (
8080
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
8181
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
8282
github.com/openshift/api v3.9.0+incompatible // indirect
83-
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20251230215914-6ba873b49a35 // indirect
83+
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260126081203-efc2df9207eb // indirect
8484
github.com/pkg/errors v0.9.1 // indirect
8585
github.com/prometheus/client_golang v1.22.0 // indirect
8686
github.com/prometheus/client_model v0.6.2 // indirect
@@ -143,3 +143,29 @@ replace k8s.io/code-generator => k8s.io/code-generator v0.31.14 //allow-merging
143143
replace k8s.io/component-base => k8s.io/component-base v0.31.14 //allow-merging
144144

145145
replace github.com/cert-manager/cmctl/v2 => github.com/cert-manager/cmctl/v2 v2.1.2-0.20241127223932-88edb96860cf //allow-merging
146+
147+
replace github.com/openstack-k8s-operators/barbican-operator/api => github.com/lmiccini/barbican-operator/api v0.0.0-20260126121545-bf682ebf8ff1
148+
149+
replace github.com/openstack-k8s-operators/cinder-operator/api => github.com/lmiccini/cinder-operator/api v0.0.0-20260126081911-951ebc3cfcf9
150+
151+
replace github.com/openstack-k8s-operators/designate-operator/api => github.com/lmiccini/designate-operator/api v0.0.0-20260126121522-86cef6d26d0a
152+
153+
replace github.com/openstack-k8s-operators/glance-operator/api => github.com/lmiccini/glance-operator/api v0.0.0-20260126082232-7d867f42a4dc
154+
155+
replace github.com/openstack-k8s-operators/heat-operator/api => github.com/lmiccini/heat-operator/api v0.0.0-20260126122111-966501a2e966
156+
157+
replace github.com/openstack-k8s-operators/ironic-operator/api => github.com/lmiccini/ironic-operator/api v0.0.0-20260126122431-1f3ba4559582
158+
159+
replace github.com/openstack-k8s-operators/keystone-operator/api => github.com/lmiccini/keystone-operator/api v0.0.0-20260126134229-5c4ccd648c80
160+
161+
replace github.com/openstack-k8s-operators/manila-operator/api => github.com/lmiccini/manila-operator/api v0.0.0-20260126082440-10450aa2d1cf
162+
163+
replace github.com/openstack-k8s-operators/neutron-operator/api => github.com/lmiccini/neutron-operator/api v0.0.0-20260126123412-122eb24114b3
164+
165+
replace github.com/openstack-k8s-operators/nova-operator/api => github.com/lmiccini/nova-operator/api v0.0.0-20260126124220-1804867abea6
166+
167+
replace github.com/openstack-k8s-operators/octavia-operator/api => github.com/lmiccini/octavia-operator/api v0.0.0-20260126124920-2a687d475a0f
168+
169+
replace github.com/openstack-k8s-operators/telemetry-operator/api => github.com/lmiccini/telemetry-operator/api v0.0.0-20260126124705-8bd837c8c2e9
170+
171+
replace github.com/openstack-k8s-operators/watcher-operator/api => github.com/lmiccini/watcher-operator/api v0.0.0-20260126124749-09b2d9800e26

api/go.sum

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,32 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
9090
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
9191
github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
9292
github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
93+
github.com/lmiccini/barbican-operator/api v0.0.0-20260126121545-bf682ebf8ff1 h1:VVupC8VRzNqex2XLzO2V2nFEUFfkQxYqQCRf1mesGU4=
94+
github.com/lmiccini/barbican-operator/api v0.0.0-20260126121545-bf682ebf8ff1/go.mod h1:6DrltrOJwK08r51UBqHemefzEX7y4tFiCmj0Zhtm9RI=
95+
github.com/lmiccini/cinder-operator/api v0.0.0-20260126081911-951ebc3cfcf9 h1:7jUVy8tWGX7CaZxTVLqIewyCLKFgkqQNu1JNRpFkopA=
96+
github.com/lmiccini/cinder-operator/api v0.0.0-20260126081911-951ebc3cfcf9/go.mod h1:0xHInxPRXyJNl6qnt0fn5BxGFggzASzcA9JVrumO8TI=
97+
github.com/lmiccini/designate-operator/api v0.0.0-20260126121522-86cef6d26d0a h1:Vg1xa4JjVnYi1pOhRKD2Ye/KgMqudOjasqISrwSviVo=
98+
github.com/lmiccini/designate-operator/api v0.0.0-20260126121522-86cef6d26d0a/go.mod h1:NllEsgsxg+lGMajtk9IaVGaU5ZcQQNMxhwkLhnhl28w=
99+
github.com/lmiccini/glance-operator/api v0.0.0-20260126082232-7d867f42a4dc h1:UGlIvMGviaqeBSnCuv6nhr3DBzPbkaIEZ8qXML3d7XE=
100+
github.com/lmiccini/glance-operator/api v0.0.0-20260126082232-7d867f42a4dc/go.mod h1:AEZ1xH8KnaDA/3rJDQQMbEBzMD8nitomm36d/TZvMj0=
101+
github.com/lmiccini/heat-operator/api v0.0.0-20260126122111-966501a2e966 h1:MtSSC6HdQkhKIzkoZiHHAaQbdSayKQVODw+PwEXJYWw=
102+
github.com/lmiccini/heat-operator/api v0.0.0-20260126122111-966501a2e966/go.mod h1:nvo4JEzF59PtSaHgfwouggClstHIcuQZNS28e+jXeX8=
103+
github.com/lmiccini/ironic-operator/api v0.0.0-20260126122431-1f3ba4559582 h1:sksB1Mw6d8oVpJ8Vh6H8X/yYqJ8x+3QqMlkvml1t5Sc=
104+
github.com/lmiccini/ironic-operator/api v0.0.0-20260126122431-1f3ba4559582/go.mod h1:BbKlVhrD3sYFYsFhvG9+qPsCRygYv08Sd4M7o4n9XQQ=
105+
github.com/lmiccini/keystone-operator/api v0.0.0-20260126134229-5c4ccd648c80 h1:IRu3VJ/zCDbkebLngjmBV4jgSx6m9lcLj1rgsu4itro=
106+
github.com/lmiccini/keystone-operator/api v0.0.0-20260126134229-5c4ccd648c80/go.mod h1:097T7Mt1uDKyKjAEPpZ8M4GBe9OdrisDNogCecclK6k=
107+
github.com/lmiccini/manila-operator/api v0.0.0-20260126082440-10450aa2d1cf h1:YVko20qoJwN6mu38B0rYkVA8UQgJkfaY3Yudc18/Teo=
108+
github.com/lmiccini/manila-operator/api v0.0.0-20260126082440-10450aa2d1cf/go.mod h1:LtrSM0FypW3nxiRzAlk+Dk8ZjFtCAYOl2msoXL3GAtg=
109+
github.com/lmiccini/neutron-operator/api v0.0.0-20260126123412-122eb24114b3 h1:DGEtxZeXd2RmyJDYNbYmDr7YaZWTs2yMwLUbFdjvEhM=
110+
github.com/lmiccini/neutron-operator/api v0.0.0-20260126123412-122eb24114b3/go.mod h1:P2br9yVt4dMCG1EgPj6k1wKc+QNvKaIFueLuRICwpi4=
111+
github.com/lmiccini/nova-operator/api v0.0.0-20260126124220-1804867abea6 h1:cbwb+v2nOq78c8HBIX3ONPc7pSPULHSZYLYmncKAeag=
112+
github.com/lmiccini/nova-operator/api v0.0.0-20260126124220-1804867abea6/go.mod h1:2doC9TTP6fd0kp/JZSEmwYgs/4ztCM9jLfzHin9r86Y=
113+
github.com/lmiccini/octavia-operator/api v0.0.0-20260126124920-2a687d475a0f h1:dmawV8buEVxw0pI77a01704/yn94VauDrTdHKSTCsaI=
114+
github.com/lmiccini/octavia-operator/api v0.0.0-20260126124920-2a687d475a0f/go.mod h1:bXUaKRZEOXLnkMZGBaCxFL6JvnW8/ZSyhRjUbCjBcvE=
115+
github.com/lmiccini/telemetry-operator/api v0.0.0-20260126124705-8bd837c8c2e9 h1:Wno8VQ3vnpFTgRgB/qPL2THGOKouM6an68BwN48IPjs=
116+
github.com/lmiccini/telemetry-operator/api v0.0.0-20260126124705-8bd837c8c2e9/go.mod h1:PecH/poTfalzaxK/sZd+a8PLcGkf5D/HBtpUk9xdIbQ=
117+
github.com/lmiccini/watcher-operator/api v0.0.0-20260126124749-09b2d9800e26 h1:thIgIx/0qxQDsgj7a9MADCbgejrLiCH3iXaEnq0xc8s=
118+
github.com/lmiccini/watcher-operator/api v0.0.0-20260126124749-09b2d9800e26/go.mod h1:XEJp64OcVDbT9G1gHowBBruWcZngWN4C5Z8UgpOoqvk=
93119
github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4=
94120
github.com/mailru/easyjson v0.9.0/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
95121
github.com/maruel/natural v1.1.1 h1:Hja7XhhmvEFhcByqDoHz9QZbkWey+COd9xWfCfn1ioo=
@@ -114,40 +140,18 @@ github.com/onsi/gomega v1.39.0 h1:y2ROC3hKFmQZJNFeGAMeHZKkjBL65mIZcvrLQBF9k6Q=
114140
github.com/onsi/gomega v1.39.0/go.mod h1:ZCU1pkQcXDO5Sl9/VVEGlDyp+zm0m1cmeG5TOzLgdh4=
115141
github.com/openshift/api v0.0.0-20250711200046-c86d80652a9e h1:E1OdwSpqWuDPCedyUt0GEdoAE+r5TXy7YS21yNEo+2U=
116142
github.com/openshift/api v0.0.0-20250711200046-c86d80652a9e/go.mod h1:Shkl4HanLwDiiBzakv+con/aMGnVE2MAGvoKp5oyYUo=
117-
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260120161353-806412094e64 h1:vGepKRKM94dTCihuowg3LaxHYxPbnWLsD9WUPZkgUbQ=
118-
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260120161353-806412094e64/go.mod h1:XCa0KB0HGFkZBYB2P6/sZ61wiNuFCY11kMPr0ZZPj1s=
119-
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260123201723-60da1f2d9b83 h1:3+3nyswH2YfZUc4pAUnGKjIT0dQtAwRs1GpvTwAGXOU=
120-
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260123201723-60da1f2d9b83/go.mod h1:zGIXNYjHyRfNIEF9RJehBZ5Azd5AUtoHXx7FxpQOJ54=
121-
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260116130311-be0d2af32151 h1:HFozpOv84PL+hlXFQfqtC39htH+Nsvy+0xFqJDpAmoU=
122-
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260116130311-be0d2af32151/go.mod h1:X8ULjyhQmjJVZIH19etCLZf60/KPxc1i1YI9/osYQvw=
123-
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260120080045-1c470da1ed9b h1:bTelVTmjxylpcJbtrnxBT1qtP4ziMjt2fUv7+ZEC3h8=
124-
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260120080045-1c470da1ed9b/go.mod h1:ghegwjz1c0J8GSjZiM/qSIzg+qjZNCwUbwbPEbrcrno=
125-
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260110225157-5b3bf0296d6e h1:ynaKOj8sQcZBWXBmiB+TnxLKJ3oVEuBhfOvC/jwX4Ao=
126-
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260110225157-5b3bf0296d6e/go.mod h1:kZ/HozGVLmv4LrhsoxjjKT/zckenLznLQY1ud6z1CbY=
127143
github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260111154931-be9fdcb15911 h1:yO+lHq/SGfFyGjKMcD6xgaqC19fHtrRfTQ/5MZpRo1M=
128144
github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260111154931-be9fdcb15911/go.mod h1:j4xehAICMmNT/2VnRcOToMHZA9/Nj0SsiyETceUK7Pc=
129-
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260123105816-865d02e287a9 h1:tD6nnTRcyUCXdVMWPHLApk12tzQlQni5eoxvQ8XdbP8=
130-
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260123105816-865d02e287a9/go.mod h1:ZXwFlspJCdZEUjMbmaf61t5AMB4u2vMyAMMoe/vJroE=
131-
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260120223530-82e5723b1f91 h1:bRwXk33W8XGJXxLgKoJym1yIV67iILG8e/YrCv1rCVA=
132-
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260120223530-82e5723b1f91/go.mod h1:pOMPE4BqDjla9JI8KFcRnM6yuIb/pkA8GnE6QY31FIs=
133-
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260120112029-cd452f0497ba h1:4VaDkZFawGCkzwvfijnFLz0Gduxh17buj9fIwk0WULo=
134-
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260120112029-cd452f0497ba/go.mod h1:xqvebn9DqLavxp2z8Rz/7i1S6M9MJhxmZVHC+S1uHX0=
135-
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20251230215914-6ba873b49a35 h1:pF3mJ3nwq6r4qwom+rEWZNquZpcQW/iftHlJ1KPIDsk=
136-
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20251230215914-6ba873b49a35/go.mod h1:kycZyoe7OZdW1HUghr2nI3N7wSJtNahXf6b/ypD14f4=
137-
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20251230215914-6ba873b49a35 h1:IdcI8DFvW8rXtchONSzbDmhhRp1YyO2YaBJDBXr44Gk=
138-
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20251230215914-6ba873b49a35/go.mod h1:zOX7Y05keiSppIvLabuyh42QHBMhCcoskAtxFRbwXKo=
139-
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20251230215914-6ba873b49a35 h1:8WZYfCt1VJHa5sJRX0UhpmoXud/fn8LHQhXsakdYXuQ=
140-
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20251230215914-6ba873b49a35/go.mod h1:H0aQANk8iJPRhS2Bg9n6cYb/IHF0Cks9g7+uZG04Rhk=
141-
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260119144421-0c24d784b5c4 h1:wYoCaC7r00+BsuYfetXJc6+a4uDs5Qp/tGWiA3zzWCM=
142-
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260119144421-0c24d784b5c4/go.mod h1:VKrN8rmHVOZsJXtvCw+fRtlhDmel3bi6wzGzUMScuOc=
145+
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260126091827-7758173fbb09 h1:vhAGLKZitJIffj7ONiPpKmOX7Tmt/LGJpaY0Z2LeyfQ=
146+
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260126091827-7758173fbb09/go.mod h1:ZXwFlspJCdZEUjMbmaf61t5AMB4u2vMyAMMoe/vJroE=
147+
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260126081203-efc2df9207eb h1:S7tnYO/E1f1KQfcp7N5bam8+ax/ExDTOhZ1WqG4Bfu0=
148+
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260126081203-efc2df9207eb/go.mod h1:ndqfy1KbVorHH6+zlUFPIrCRhMSxO3ImYJUGaooE0x0=
149+
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260126081203-efc2df9207eb h1:E59YGRP8XWq8vi6AUUxyYyBD1ahzcr3RKDkZmxpi+qs=
150+
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260126081203-efc2df9207eb/go.mod h1:zOX7Y05keiSppIvLabuyh42QHBMhCcoskAtxFRbwXKo=
151+
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260126081203-efc2df9207eb h1:0kP9V1pKfRno6ss7qAy3GcfVK29CobWym6WA7AYA7wY=
152+
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260126081203-efc2df9207eb/go.mod h1:jofj+VqDszxLCZSBYo794KGkCjMo01xzhQ/gffYzf3I=
143153
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260120155328-e04f52e73f01 h1:93NxJ/fFx41HcFXk4nJk4PPz4lrqzNMviTmKyWwa+vg=
144154
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260120155328-e04f52e73f01/go.mod h1:X6W8pIULiWUc6smaTqiNocjxoXaRLgXediwpI/dxD9s=
145-
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260123040231-1805ef59ac51 h1:637RUFMsALlIRB8FlcptQWquLbv2sUYvwLC1qaU6vk0=
146-
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260123040231-1805ef59ac51/go.mod h1:hmpiR1BdUNlLEV7WvEde8nb9IRnvmfaY+eLNrORwKVM=
147-
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260123204539-346e39d447a3 h1:ZUR8meHJbuk5k8K16vosFAYszr4LYHoXQKHWNeDhxlM=
148-
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260123204539-346e39d447a3/go.mod h1:ylEKFn6OOoHsV1fdu21PvJpG3oeTSpDvh2rZLrJyFNo=
149-
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260123083846-3bb47c09cf82 h1:kY0WS5ar0c4HNUqGPFgUYRTnFnAeL29aVmw9NviLnbI=
150-
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260123083846-3bb47c09cf82/go.mod h1:5/igDRSb+efFtzZBU/jNpPAnaUMwM1kliC0C/cDcooE=
151155
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260111155522-06cd1004cb26 h1:zijwoA7LwSl4s6RfgN6GqFpt0+IKnUnZdlHe4eKDhgc=
152156
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260111155522-06cd1004cb26/go.mod h1:OFvUyXC2TekOk3ZlTOo8YzEneQV5W5Ob7X54yOgaf18=
153157
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260123103328-a3b535ccba6e h1:ftxYT5TQny/KsuL0pWV+D/v+CkSdVV13HzoGmGigiR0=
@@ -158,10 +162,6 @@ github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.2025092
158162
github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20250929174222-a0d328fa4dec/go.mod h1:Nh2NEePLjovUQof2krTAg4JaAoLacqtPTZQXK6izNfg=
159163
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260114150411-6838d5edd879 h1:uMUl7bYUa7Co5EX1pqwG2+A7bXaylLtoHMzr7YYXjCU=
160164
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260114150411-6838d5edd879/go.mod h1:xNCpStWGnZNSC0Y8FTOqEdDXE+iCe82MnlAbx9i78kk=
161-
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260120104652-eb64f15362ce h1:qCrUvl64Emoob4cXc3f+6o8lzMRHhEJLCb4tDgW9dqk=
162-
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260120104652-eb64f15362ce/go.mod h1:sVND1JTB9Da9X1fX+Q2W2aOynH3+vf9cFGkisPuE9Yg=
163-
github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260123204008-add353f857c0 h1:7tyMpFvBUa1lvok9COBOvA3dFTj2p1Ard6LFGn0+8g8=
164-
github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260123204008-add353f857c0/go.mod h1:1DeGo19yp7py2C+D98Mbv8P8UHYARmPTvfBAuTNXj5Q=
165165
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
166166
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
167167
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)