From ebc2cd3139e6917de038e514d12bd83e2ef19212 Mon Sep 17 00:00:00 2001 From: openstack-k8s-operators-ci Date: Sat, 31 Jan 2026 10:19:02 +0000 Subject: [PATCH] Update openstack-k8s-operators (main) --- ....openstack.org_openstackcontrolplanes.yaml | 55 +++++++++++++++++++ api/go.mod | 18 +++--- api/go.sum | 36 ++++++------ .../barbican.openstack.org_barbicans.yaml | 9 +++ bindata/crds/crds.yaml | 55 +++++++++++++++++++ ...designate.openstack.org_designateapis.yaml | 8 +++ .../designate.openstack.org_designates.yaml | 8 +++ .../crds/ironic.openstack.org_ironicapis.yaml | 9 +++ ...ironic.openstack.org_ironicconductors.yaml | 9 +++ ...ironic.openstack.org_ironicinspectors.yaml | 8 +++ ...nic.openstack.org_ironicneutronagents.yaml | 9 +++ .../crds/ironic.openstack.org_ironics.yaml | 17 ++++++ .../neutron.openstack.org_neutronapis.yaml | 8 +++ ...enstack.org_octaviaamphoracontrollers.yaml | 8 +++ .../octavia.openstack.org_octaviaapis.yaml | 8 +++ .../crds/octavia.openstack.org_octavias.yaml | 41 ++++++++++++++ .../swift.openstack.org_swiftproxies.yaml | 8 +++ bindata/crds/swift.openstack.org_swifts.yaml | 8 +++ ....openstack.org_openstackcontrolplanes.yaml | 55 +++++++++++++++++++ config/operator/manager_operator_images.yaml | 14 ++--- go.mod | 24 ++++---- go.sum | 48 ++++++++-------- hack/export_operator_related_images.sh | 14 ++--- 23 files changed, 400 insertions(+), 77 deletions(-) diff --git a/api/bases/core.openstack.org_openstackcontrolplanes.yaml b/api/bases/core.openstack.org_openstackcontrolplanes.yaml index c91ff9307..cf8e86e3b 100644 --- a/api/bases/core.openstack.org_openstackcontrolplanes.yaml +++ b/api/bases/core.openstack.org_openstackcontrolplanes.yaml @@ -175,6 +175,11 @@ spec: default: 90 minimum: 10 type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object barbicanAPI: properties: apiTimeout: @@ -1797,6 +1802,11 @@ spec: properties: apiTimeout: type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object backendMdnsServerProtocol: type: string backendType: @@ -6648,6 +6658,11 @@ spec: default: 60 minimum: 10 type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -6909,6 +6924,11 @@ spec: type: array ironicInspector: properties: + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -9251,6 +9271,11 @@ spec: default: 120 minimum: 1 type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object corePlugin: default: ml2 type: string @@ -11175,6 +11200,11 @@ spec: apiTimeout: default: 120 type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -11217,6 +11247,11 @@ spec: properties: apiTimeout: type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -11425,6 +11460,11 @@ spec: amphoraImageOwnerID: default: "" type: string + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -11577,6 +11617,11 @@ spec: amphoraImageOwnerID: default: "" type: string + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -11835,6 +11880,11 @@ spec: amphoraImageOwnerID: default: "" type: string + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -13853,6 +13903,11 @@ spec: default: 60 minimum: 1 type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object ceilometerEnabled: default: false type: boolean diff --git a/api/go.mod b/api/go.mod index dd97ea7b9..1b577a51f 100644 --- a/api/go.mod +++ b/api/go.mod @@ -7,26 +7,26 @@ require ( github.com/go-playground/validator/v10 v10.30.1 github.com/onsi/ginkgo/v2 v2.27.5 github.com/onsi/gomega v1.39.0 - github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260126155915-bd373daa8e8c - github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260124150910-c004203b9504 - github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260126110625-223581247a61 + github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260130161218-ed22e21b9035 + github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260128145454-bd999c6c83a3 + github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260130194629-8145dc930d49 github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260126103542-0cf3ce88037a github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260127034304-6f0d6173a951 github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260126110912-72d03020e1a5 github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260128074606-03b808364e4a - github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260126092810-cd39d45b6c0e + github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260130165947-89a4663bee78 github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260126175636-114b4c65a959 - github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260126081203-efc2df9207eb - github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260126081203-efc2df9207eb + github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260128142552-e2c25eccae5a + github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260128142552-e2c25eccae5a github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260124125332-5046d6342e48 github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260127154438-ff95971883bb - github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260128083308-da1a0d762151 + github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260130110557-870de6f217b5 github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260126165739-ee3d496d73bf - github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260126163009-d47fbe954465 + github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260130160650-fee89a8e7044 github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260126123727-b3f88d69956c github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260126160735-3254731d17a8 github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20260126175637-0015cb155e87 - github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260126164332-39546b542a9c + github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260130160651-c59edbd85adc github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260124124519-a5bcf05e2d71 github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260123204008-add353f857c0 github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.71.0-rhobs1 // indirect diff --git a/api/go.sum b/api/go.sum index ac6254096..cd181200c 100644 --- a/api/go.sum +++ b/api/go.sum @@ -114,12 +114,12 @@ github.com/onsi/gomega v1.39.0 h1:y2ROC3hKFmQZJNFeGAMeHZKkjBL65mIZcvrLQBF9k6Q= github.com/onsi/gomega v1.39.0/go.mod h1:ZCU1pkQcXDO5Sl9/VVEGlDyp+zm0m1cmeG5TOzLgdh4= github.com/openshift/api v0.0.0-20250711200046-c86d80652a9e h1:E1OdwSpqWuDPCedyUt0GEdoAE+r5TXy7YS21yNEo+2U= github.com/openshift/api v0.0.0-20250711200046-c86d80652a9e/go.mod h1:Shkl4HanLwDiiBzakv+con/aMGnVE2MAGvoKp5oyYUo= -github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260126155915-bd373daa8e8c h1:7/1IZQQp6FDu3fXM641kq2XfWqmTUip9/O84l6evg2s= -github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260126155915-bd373daa8e8c/go.mod h1:tfNU2Cy1ofpDtVj+afn0u79/RDQPc7OrRE4RjurwAEQ= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260124150910-c004203b9504 h1:qRljZd79/o7PIYtgvBr7OSOjnbxJ+6IJf09qLkgByGM= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260124150910-c004203b9504/go.mod h1:dGW+9S6trLzIW4WN5CMwXOUjdc1X7ODxqxObfARP8UA= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260126110625-223581247a61 h1:yW+hlDOVfOCH4TQPRrSC7s/m+0Hb7uovCwGRoRNxOo4= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260126110625-223581247a61/go.mod h1:rTrAkG8KR+P+UVXwJjrlTAuxwx3HKMPmrb24qrxLHpM= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260130161218-ed22e21b9035 h1:ZbEYqSRTtyXbOATlY1bDYBa0Rp3MMZjcaR0yHSgLW24= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260130161218-ed22e21b9035/go.mod h1:tfNU2Cy1ofpDtVj+afn0u79/RDQPc7OrRE4RjurwAEQ= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260128145454-bd999c6c83a3 h1:hgbfL9x4XGEydAluiKWK9+f44aZp58N6W1xUyI3Hiko= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260128145454-bd999c6c83a3/go.mod h1:dGW+9S6trLzIW4WN5CMwXOUjdc1X7ODxqxObfARP8UA= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260130194629-8145dc930d49 h1:wSG2ZEorUADT8VOUmKB7cOXmvYOwZMvy6ERd+6PehPg= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260130194629-8145dc930d49/go.mod h1:rTrAkG8KR+P+UVXwJjrlTAuxwx3HKMPmrb24qrxLHpM= github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260126103542-0cf3ce88037a h1:G8yaUi3XadpPp0C0UNc6D6Xk+L0I+CqANDxbt6M+DEU= github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260126103542-0cf3ce88037a/go.mod h1:ghegwjz1c0J8GSjZiM/qSIzg+qjZNCwUbwbPEbrcrno= github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260127034304-6f0d6173a951 h1:fToObXb6NkXBw3sjWHh0+HhbUr23aDd908fHSBcPM7c= @@ -128,26 +128,26 @@ github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260126110912- github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260126110912-72d03020e1a5/go.mod h1:x8muLIctcCLObcdeynPgycfQ+6ddWIDlSOQ9NElG43M= github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260128074606-03b808364e4a h1:uJL923hT6ZJE1fKq+/FA0mVX46AgE3H+OClpL2DXq4Y= github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260128074606-03b808364e4a/go.mod h1:ZXwFlspJCdZEUjMbmaf61t5AMB4u2vMyAMMoe/vJroE= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260126092810-cd39d45b6c0e h1:atOsI5KAXuAD1C5fHPjyVWc7nyQrzk9eLJPSkwYTitw= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260126092810-cd39d45b6c0e/go.mod h1:6Y/hPIhXYgV0NHe7ZWIo+bdBxhnWkjbv7VLZbFnLNrc= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260130165947-89a4663bee78 h1:YLXsfP2mGqQ0/5N0xsK27fTGSQTiGr/pdB+IWZuvvfo= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260130165947-89a4663bee78/go.mod h1:x4Ch7csu5rL8uY1Ybgp6h1r/CA4GnnpodXFyjCwmzpA= github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260126175636-114b4c65a959 h1:8FSpTYAoLq27ElDGe3igPl2QUq9IYD6RJGu2Xu+Ymus= github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260126175636-114b4c65a959/go.mod h1:pN/s+czXvApiE9nxeTtDeRTXWcaaCLZSrtoyOSUb37k= -github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260126081203-efc2df9207eb h1:S7tnYO/E1f1KQfcp7N5bam8+ax/ExDTOhZ1WqG4Bfu0= -github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260126081203-efc2df9207eb/go.mod h1:ndqfy1KbVorHH6+zlUFPIrCRhMSxO3ImYJUGaooE0x0= +github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260128142552-e2c25eccae5a h1:97OfmmJgoIKTfbED2SfyjoPkivoiMHg4jfbrTuwSGQw= +github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260128142552-e2c25eccae5a/go.mod h1:ndqfy1KbVorHH6+zlUFPIrCRhMSxO3ImYJUGaooE0x0= github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20251230215914-6ba873b49a35 h1:IdcI8DFvW8rXtchONSzbDmhhRp1YyO2YaBJDBXr44Gk= github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20251230215914-6ba873b49a35/go.mod h1:zOX7Y05keiSppIvLabuyh42QHBMhCcoskAtxFRbwXKo= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260126081203-efc2df9207eb h1:0kP9V1pKfRno6ss7qAy3GcfVK29CobWym6WA7AYA7wY= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260126081203-efc2df9207eb/go.mod h1:jofj+VqDszxLCZSBYo794KGkCjMo01xzhQ/gffYzf3I= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260128142552-e2c25eccae5a h1:teKxfVLDxJD9ahjeh29GlKHiXNUFDkVRmkpJdeKAvGE= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260128142552-e2c25eccae5a/go.mod h1:jofj+VqDszxLCZSBYo794KGkCjMo01xzhQ/gffYzf3I= github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260124125332-5046d6342e48 h1:PtBSN6ZHkaDRkjsK17e4h4mUGHh5VVDcXojbwdXy2io= github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260124125332-5046d6342e48/go.mod h1:BDSKDGu90NqHmLWRAyC3Dg++/xTkatoceEs7nhN3NCI= github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260127154438-ff95971883bb h1:Zv7GXyG1wND4wNzCmfMI8oAWsDlrU2QFxq8tsnIKFs0= github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260127154438-ff95971883bb/go.mod h1:X6W8pIULiWUc6smaTqiNocjxoXaRLgXediwpI/dxD9s= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260128083308-da1a0d762151 h1:SK7HCTL8CSS8lHWjW40WgS5AKWilLrtvxIgq8yeTfXM= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260128083308-da1a0d762151/go.mod h1:Uu/8M93x55zd7amJpRKGJz4vCmvZvBfzaN6CwnOjDNY= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260130110557-870de6f217b5 h1:VswZKlc2SGulbTNITVfddofnXLHGMqpUHjZabRU2V+8= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260130110557-870de6f217b5/go.mod h1:Uu/8M93x55zd7amJpRKGJz4vCmvZvBfzaN6CwnOjDNY= github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260126165739-ee3d496d73bf h1:Z4dpSajjkeXJzeR3ISnRMReWKVM60yi+FK+Gtbe8OSc= github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260126165739-ee3d496d73bf/go.mod h1:Id8njTmOl1EayJk8dTeiGetySuhPXqZp7gWgbo+luME= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260126163009-d47fbe954465 h1:gQ6muqCfHtjdJO9selzjs0MBVIp6AqeJCq3V+Fx2KzY= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260126163009-d47fbe954465/go.mod h1:Phcw9t23H4RbOpUqBhFldFBKEbkx+f4c0QGnfFOPh50= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260130160650-fee89a8e7044 h1:IWidpe8G47CpthKIGKVUP0DmtpsCnYn1q4pDB8/pjhM= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260130160650-fee89a8e7044/go.mod h1:Phcw9t23H4RbOpUqBhFldFBKEbkx+f4c0QGnfFOPh50= github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260126123727-b3f88d69956c h1:5gY2Y9OjgHWltvw0jtQWDaoXnfJRObRNozC0dBLz0GQ= github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260126123727-b3f88d69956c/go.mod h1:8Ge7K0IfcMSpoyp9p0lnW36f3nvCf6lnoc4TWoIlazw= github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260126160735-3254731d17a8 h1:70ennIUokh4YvGdzE7zzRYIHVJ0xnYRNvmrO/f0wk9A= @@ -156,8 +156,8 @@ github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.2026012617563 github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20260126175637-0015cb155e87/go.mod h1:eWED9YYc2NLXutgocqK5m3LsnQ+aT0MeWgmnsqi6A0Y= github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20250929174222-a0d328fa4dec h1:saovr368HPAKHN0aRPh8h8n9s9dn3d8Frmfua0UYRlc= github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20250929174222-a0d328fa4dec/go.mod h1:Nh2NEePLjovUQof2krTAg4JaAoLacqtPTZQXK6izNfg= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260126164332-39546b542a9c h1:aJsyz/wHFe/LeoPxa/B3+FpYFu6ovy54kmgj4DbJT5o= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260126164332-39546b542a9c/go.mod h1:/2Qd/Xr1bPLaddKmKxhqHP5Zsj7YYz3TkzWOM8miaK0= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260130160651-c59edbd85adc h1:o3mpmkLwd6fo+iJ8MOp7JmW6fYd4E0n2ziOUGPU9Ru0= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260130160651-c59edbd85adc/go.mod h1:/2Qd/Xr1bPLaddKmKxhqHP5Zsj7YYz3TkzWOM8miaK0= github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260124124519-a5bcf05e2d71 h1:3dCKtRbLmyrq5sXW9rkfROB8DbIsE++8LkhLoYC/s/I= github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260124124519-a5bcf05e2d71/go.mod h1:sVND1JTB9Da9X1fX+Q2W2aOynH3+vf9cFGkisPuE9Yg= github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260123204008-add353f857c0 h1:7tyMpFvBUa1lvok9COBOvA3dFTj2p1Ard6LFGn0+8g8= diff --git a/bindata/crds/barbican.openstack.org_barbicans.yaml b/bindata/crds/barbican.openstack.org_barbicans.yaml index 0fd776709..54d73b245 100644 --- a/bindata/crds/barbican.openstack.org_barbicans.yaml +++ b/bindata/crds/barbican.openstack.org_barbicans.yaml @@ -53,6 +53,15 @@ spec: description: Barbican API timeout minimum: 10 type: integer + auth: + description: Auth - Parameters related to authentication for all Barbican + services + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing Application + Credential ID and Secret + type: string + type: object barbicanAPI: description: BarbicanAPI - Spec definition for the API services of this Barbican deployment diff --git a/bindata/crds/crds.yaml b/bindata/crds/crds.yaml index e1fb92fe7..abc660500 100644 --- a/bindata/crds/crds.yaml +++ b/bindata/crds/crds.yaml @@ -440,6 +440,11 @@ spec: default: 90 minimum: 10 type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object barbicanAPI: properties: apiTimeout: @@ -2062,6 +2067,11 @@ spec: properties: apiTimeout: type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object backendMdnsServerProtocol: type: string backendType: @@ -6913,6 +6923,11 @@ spec: default: 60 minimum: 10 type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -7174,6 +7189,11 @@ spec: type: array ironicInspector: properties: + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -9516,6 +9536,11 @@ spec: default: 120 minimum: 1 type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object corePlugin: default: ml2 type: string @@ -11440,6 +11465,11 @@ spec: apiTimeout: default: 120 type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -11482,6 +11512,11 @@ spec: properties: apiTimeout: type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -11690,6 +11725,11 @@ spec: amphoraImageOwnerID: default: "" type: string + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -11842,6 +11882,11 @@ spec: amphoraImageOwnerID: default: "" type: string + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -12100,6 +12145,11 @@ spec: amphoraImageOwnerID: default: "" type: string + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -14118,6 +14168,11 @@ spec: default: 60 minimum: 1 type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object ceilometerEnabled: default: false type: boolean diff --git a/bindata/crds/designate.openstack.org_designateapis.yaml b/bindata/crds/designate.openstack.org_designateapis.yaml index e1bb6331e..24a581334 100644 --- a/bindata/crds/designate.openstack.org_designateapis.yaml +++ b/bindata/crds/designate.openstack.org_designateapis.yaml @@ -56,6 +56,14 @@ spec: description: APITimeout for HAProxy and Apache defaults to DesignateSpecCore APITimeout (seconds) type: integer + auth: + description: Auth - Parameters related to authentication + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing Application + Credential ID and Secret + type: string + type: object backendMdnsServerProtocol: description: |- BackendTypeProtocol - Defines the backend protocol to be used between the designate-worker & diff --git a/bindata/crds/designate.openstack.org_designates.yaml b/bindata/crds/designate.openstack.org_designates.yaml index 43902724c..70a37dfe3 100644 --- a/bindata/crds/designate.openstack.org_designates.yaml +++ b/bindata/crds/designate.openstack.org_designates.yaml @@ -102,6 +102,14 @@ spec: description: APITimeout for HAProxy and Apache defaults to DesignateSpecCore APITimeout (seconds) type: integer + auth: + description: Auth - Parameters related to authentication + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing + Application Credential ID and Secret + type: string + type: object backendMdnsServerProtocol: description: |- BackendTypeProtocol - Defines the backend protocol to be used between the designate-worker & diff --git a/bindata/crds/ironic.openstack.org_ironicapis.yaml b/bindata/crds/ironic.openstack.org_ironicapis.yaml index 2b49b458f..525b98fc7 100644 --- a/bindata/crds/ironic.openstack.org_ironicapis.yaml +++ b/bindata/crds/ironic.openstack.org_ironicapis.yaml @@ -57,6 +57,15 @@ spec: description: APITimeout for HAProxy, Apache minimum: 10 type: integer + auth: + description: Auth - Parameters related to authentication (inherited + from parent Ironic CR) + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing Application + Credential ID and Secret + type: string + type: object containerImage: description: ContainerImage - Ironic API Container Image type: string diff --git a/bindata/crds/ironic.openstack.org_ironicconductors.yaml b/bindata/crds/ironic.openstack.org_ironicconductors.yaml index ad328ea7f..7da22e51b 100644 --- a/bindata/crds/ironic.openstack.org_ironicconductors.yaml +++ b/bindata/crds/ironic.openstack.org_ironicconductors.yaml @@ -52,6 +52,15 @@ spec: spec: description: IronicConductorSpec defines the desired state of IronicConductor properties: + auth: + description: Auth - Parameters related to authentication (inherited + from parent Ironic CR) + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing Application + Credential ID and Secret + type: string + type: object conductorGroup: description: ConductorGroup - Ironic Conductor conductor group. type: string diff --git a/bindata/crds/ironic.openstack.org_ironicinspectors.yaml b/bindata/crds/ironic.openstack.org_ironicinspectors.yaml index 13f04d4ab..56ef2e10b 100644 --- a/bindata/crds/ironic.openstack.org_ironicinspectors.yaml +++ b/bindata/crds/ironic.openstack.org_ironicinspectors.yaml @@ -57,6 +57,14 @@ spec: description: APITimeout for HAProxy, Apache minimum: 10 type: integer + auth: + description: Auth - Parameters related to authentication + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing Application + Credential ID and Secret + type: string + type: object containerImage: description: ContainerImage - Ironic Inspector Container Image type: string diff --git a/bindata/crds/ironic.openstack.org_ironicneutronagents.yaml b/bindata/crds/ironic.openstack.org_ironicneutronagents.yaml index cf005e341..5bf614b75 100644 --- a/bindata/crds/ironic.openstack.org_ironicneutronagents.yaml +++ b/bindata/crds/ironic.openstack.org_ironicneutronagents.yaml @@ -54,6 +54,15 @@ spec: description: IronicNeutronAgentSpec defines the desired state of ML2 baremetal - ironic-neutron-agent agents properties: + auth: + description: Auth - Parameters related to authentication (inherited + from parent Ironic CR) + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing Application + Credential ID and Secret + type: string + type: object containerImage: description: ContainerImage - ML2 baremtal - Ironic Neutron Agent Image diff --git a/bindata/crds/ironic.openstack.org_ironics.yaml b/bindata/crds/ironic.openstack.org_ironics.yaml index 9ea91472c..4cea34122 100644 --- a/bindata/crds/ironic.openstack.org_ironics.yaml +++ b/bindata/crds/ironic.openstack.org_ironics.yaml @@ -53,6 +53,15 @@ spec: description: APITimeout for HAProxy, Apache minimum: 10 type: integer + auth: + description: Auth - Parameters related to authentication (shared by + IronicAPI, IronicConductor, and IronicNeutronAgent) + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing Application + Credential ID and Secret + type: string + type: object customServiceConfig: default: '# add your customization here' description: |- @@ -621,6 +630,14 @@ spec: description: IronicInspector - Spec definition for the inspector service of this Ironic deployment properties: + auth: + description: Auth - Parameters related to authentication + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing + Application Credential ID and Secret + type: string + type: object customServiceConfig: default: '# add your customization here' description: |- diff --git a/bindata/crds/neutron.openstack.org_neutronapis.yaml b/bindata/crds/neutron.openstack.org_neutronapis.yaml index 945531b89..bbef3ca2b 100644 --- a/bindata/crds/neutron.openstack.org_neutronapis.yaml +++ b/bindata/crds/neutron.openstack.org_neutronapis.yaml @@ -57,6 +57,14 @@ spec: description: APITimeout for HAProxy, Apache minimum: 1 type: integer + auth: + description: Auth - Parameters related to authentication + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing Application + Credential ID and Secret + type: string + type: object containerImage: description: NeutronAPI Container Image URL (will be set to environmental default if empty) diff --git a/bindata/crds/octavia.openstack.org_octaviaamphoracontrollers.yaml b/bindata/crds/octavia.openstack.org_octaviaamphoracontrollers.yaml index a2d1a1b44..6f8416a68 100644 --- a/bindata/crds/octavia.openstack.org_octaviaamphoracontrollers.yaml +++ b/bindata/crds/octavia.openstack.org_octaviaamphoracontrollers.yaml @@ -82,6 +82,14 @@ spec: amphoraImageOwnerID: default: "" type: string + auth: + description: Auth - Parameters related to authentication + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing Application + Credential ID and Secret + type: string + type: object containerImage: description: ContainerImage - Amphora Controller Container Image URL type: string diff --git a/bindata/crds/octavia.openstack.org_octaviaapis.yaml b/bindata/crds/octavia.openstack.org_octaviaapis.yaml index 8ab4cdb82..f36b90742 100644 --- a/bindata/crds/octavia.openstack.org_octaviaapis.yaml +++ b/bindata/crds/octavia.openstack.org_octaviaapis.yaml @@ -56,6 +56,14 @@ spec: description: APITimeout for HAProxy and Apache defaults to OctaviaSpecCore APITimeout (seconds) type: integer + auth: + description: Auth - Parameters related to authentication + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing Application + Credential ID and Secret + type: string + type: object containerImage: description: Octavia Container Image URL type: string diff --git a/bindata/crds/octavia.openstack.org_octavias.yaml b/bindata/crds/octavia.openstack.org_octavias.yaml index 24e72afc6..ef07cef32 100644 --- a/bindata/crds/octavia.openstack.org_octavias.yaml +++ b/bindata/crds/octavia.openstack.org_octavias.yaml @@ -83,6 +83,15 @@ spec: default: 120 description: Octavia API timeout type: integer + auth: + description: Auth - Parameters related to authentication (shared by + all Octavia components) + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing Application + Credential ID and Secret + type: string + type: object customServiceConfig: default: '# add your customization here' description: |- @@ -162,6 +171,14 @@ spec: description: APITimeout for HAProxy and Apache defaults to OctaviaSpecCore APITimeout (seconds) type: integer + auth: + description: Auth - Parameters related to authentication + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing + Application Credential ID and Secret + type: string + type: object containerImage: description: Octavia Container Image URL type: string @@ -582,6 +599,14 @@ spec: amphoraImageOwnerID: default: "" type: string + auth: + description: Auth - Parameters related to authentication + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing + Application Credential ID and Secret + type: string + type: object containerImage: description: ContainerImage - Amphora Controller Container Image URL @@ -830,6 +855,14 @@ spec: amphoraImageOwnerID: default: "" type: string + auth: + description: Auth - Parameters related to authentication + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing + Application Credential ID and Secret + type: string + type: object containerImage: description: ContainerImage - Amphora Controller Container Image URL @@ -1254,6 +1287,14 @@ spec: amphoraImageOwnerID: default: "" type: string + auth: + description: Auth - Parameters related to authentication + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing + Application Credential ID and Secret + type: string + type: object containerImage: description: ContainerImage - Amphora Controller Container Image URL diff --git a/bindata/crds/swift.openstack.org_swiftproxies.yaml b/bindata/crds/swift.openstack.org_swiftproxies.yaml index 6259000e0..7b4e7a0a3 100644 --- a/bindata/crds/swift.openstack.org_swiftproxies.yaml +++ b/bindata/crds/swift.openstack.org_swiftproxies.yaml @@ -58,6 +58,14 @@ spec: 60 seconds minimum: 1 type: integer + auth: + description: Auth - Parameters related to authentication + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing Application + Credential ID and Secret + type: string + type: object ceilometerEnabled: default: false description: Enables ceilometer in the swift proxy and creates required diff --git a/bindata/crds/swift.openstack.org_swifts.yaml b/bindata/crds/swift.openstack.org_swifts.yaml index c4620f62e..5a98bf38b 100644 --- a/bindata/crds/swift.openstack.org_swifts.yaml +++ b/bindata/crds/swift.openstack.org_swifts.yaml @@ -92,6 +92,14 @@ spec: to 60 seconds minimum: 1 type: integer + auth: + description: Auth - Parameters related to authentication + properties: + applicationCredentialSecret: + description: ApplicationCredentialSecret - Secret containing + Application Credential ID and Secret + type: string + type: object ceilometerEnabled: default: false description: Enables ceilometer in the swift proxy and creates diff --git a/config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml b/config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml index c91ff9307..cf8e86e3b 100644 --- a/config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml +++ b/config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml @@ -175,6 +175,11 @@ spec: default: 90 minimum: 10 type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object barbicanAPI: properties: apiTimeout: @@ -1797,6 +1802,11 @@ spec: properties: apiTimeout: type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object backendMdnsServerProtocol: type: string backendType: @@ -6648,6 +6658,11 @@ spec: default: 60 minimum: 10 type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -6909,6 +6924,11 @@ spec: type: array ironicInspector: properties: + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -9251,6 +9271,11 @@ spec: default: 120 minimum: 1 type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object corePlugin: default: ml2 type: string @@ -11175,6 +11200,11 @@ spec: apiTimeout: default: 120 type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -11217,6 +11247,11 @@ spec: properties: apiTimeout: type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -11425,6 +11460,11 @@ spec: amphoraImageOwnerID: default: "" type: string + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -11577,6 +11617,11 @@ spec: amphoraImageOwnerID: default: "" type: string + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -11835,6 +11880,11 @@ spec: amphoraImageOwnerID: default: "" type: string + auth: + properties: + applicationCredentialSecret: + type: string + type: object customServiceConfig: default: '# add your customization here' type: string @@ -13853,6 +13903,11 @@ spec: default: 60 minimum: 1 type: integer + auth: + properties: + applicationCredentialSecret: + type: string + type: object ceilometerEnabled: default: false type: boolean diff --git a/config/operator/manager_operator_images.yaml b/config/operator/manager_operator_images.yaml index 5f73cae56..9acf4085e 100644 --- a/config/operator/manager_operator_images.yaml +++ b/config/operator/manager_operator_images.yaml @@ -14,11 +14,11 @@ spec: - name: operator env: - name: RELATED_IMAGE_BARBICAN_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/barbican-operator@sha256:379470e2752f286e73908e94233e884922b231169a5521a59f53843a2dc3184c + value: quay.io/openstack-k8s-operators/barbican-operator@sha256:10bdb8674a5c5a0120a68ded4e8d007f03c8f33592eed1a9ff2ae9e53d377d87 - name: RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/cinder-operator@sha256:6e21a1dda86ba365817102d23a5d4d2d5dcd1c4d8e5f8d74bd24548aa8c63898 + value: quay.io/openstack-k8s-operators/cinder-operator@sha256:6d840dbb1cfe2021e3ce772d145be9ab23ef0369e618e50ef8a8940fbaf77734 - name: RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/designate-operator@sha256:d9f6f8dc6a6dd9b0d7c96e4c89b3056291fd61f11126a1304256a4d6cacd0382 + value: quay.io/openstack-k8s-operators/designate-operator@sha256:a2e056d17d1ad90966fa943a1ec1e7c51b0f1f7842d0c0cc16a847bc3a34719e - name: RELATED_IMAGE_GLANCE_OPERATOR_MANAGER_IMAGE_URL value: quay.io/openstack-k8s-operators/glance-operator@sha256:1f593e8d49d02b6484c89632192ae54771675c54fbd8426e3675b8e20ecfd7c4 - name: RELATED_IMAGE_HEAT_OPERATOR_MANAGER_IMAGE_URL @@ -28,7 +28,7 @@ spec: - name: RELATED_IMAGE_INFRA_OPERATOR_MANAGER_IMAGE_URL value: quay.io/openstack-k8s-operators/infra-operator@sha256:a504ab83288310bbd8e39f3a01faaa3c210a14d94bbd32124e9eadd46227d6b3 - name: RELATED_IMAGE_IRONIC_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/ironic-operator@sha256:bead175f27e5f074f723694f3b66e5aa7238411bf8a27a267b9a2936e4465521 + value: quay.io/openstack-k8s-operators/ironic-operator@sha256:4c74cebe7fb04471c7a276ad972314708ae7c4a56d50e5f957f8f5ff907dcefc - name: RELATED_IMAGE_KEYSTONE_OPERATOR_MANAGER_IMAGE_URL value: quay.io/openstack-k8s-operators/keystone-operator@sha256:319c969e88f109b26487a9f5a67203682803d7386424703ab7ca0340be99ae17 - name: RELATED_IMAGE_MANILA_OPERATOR_MANAGER_IMAGE_URL @@ -36,11 +36,11 @@ spec: - name: RELATED_IMAGE_MARIADB_OPERATOR_MANAGER_IMAGE_URL value: quay.io/openstack-k8s-operators/mariadb-operator@sha256:2d493137559b74e23edb4788b7fbdb38b3e239df0f2d7e6e540e50b2355fc3cf - name: RELATED_IMAGE_NEUTRON_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/neutron-operator@sha256:bbb46b8b3b69fdfad7bafc10a7e88f6ea58bcdc3c91e30beb79e24417d52e0f6 + value: quay.io/openstack-k8s-operators/neutron-operator@sha256:7b45b0b511f6147f199989a554339aee505f0a3dd50092e2efc236706aabde09 - name: RELATED_IMAGE_NOVA_OPERATOR_MANAGER_IMAGE_URL value: quay.io/openstack-k8s-operators/nova-operator@sha256:5340b88039fac393da49ef4e181b2720c809c27a6bb30531a07a49342a1da45e - name: RELATED_IMAGE_OCTAVIA_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/octavia-operator@sha256:e6f2f361f1dcbb321407a5884951e16ff96e7b88942b10b548f27ad4de14a0be + value: quay.io/openstack-k8s-operators/octavia-operator@sha256:aa637692c9fe546c05a5fb53604cbd8cb532a071fbd63f09f60e56d5794a6569 - name: RELATED_IMAGE_OPENSTACK_BAREMETAL_OPERATOR_MANAGER_IMAGE_URL value: quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:89f6fd332fabefd2fff5619432986b37c1c6d197dd1c510f21dfe4609939b8a6 - name: RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL @@ -50,7 +50,7 @@ spec: - name: RELATED_IMAGE_RABBITMQ_CLUSTER_OPERATOR_MANAGER_IMAGE_URL value: quay.io/openstack-k8s-operators/rabbitmq-cluster-operator@sha256:893e66303c1b0bc1d00a299a3f0380bad55c8dc813c8a1c6a4aab379f5aa12a2 - name: RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/swift-operator@sha256:42ad717de1b82267d244b016e5491a5b66a5c3deb6b8c2906a379e1296a2c382 + value: quay.io/openstack-k8s-operators/swift-operator@sha256:e22db5115aaba5b4362c2d1566068e327bc497b7707f819b12b70607674e4984 - name: RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL value: quay.io/openstack-k8s-operators/telemetry-operator@sha256:f9bf288cd0c13912404027a58ea3b90d4092b641e8265adc5c88644ea7fe901a - name: RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL diff --git a/go.mod b/go.mod index f64480a31..edabdbc2a 100644 --- a/go.mod +++ b/go.mod @@ -12,30 +12,30 @@ require ( github.com/onsi/ginkgo/v2 v2.27.5 github.com/onsi/gomega v1.39.0 github.com/openshift/api v3.9.0+incompatible - github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260126155915-bd373daa8e8c - github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260124150910-c004203b9504 - github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260126110625-223581247a61 + github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260130161218-ed22e21b9035 + github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260128145454-bd999c6c83a3 + github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260130194629-8145dc930d49 github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260126103542-0cf3ce88037a github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260127034304-6f0d6173a951 github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260126110912-72d03020e1a5 github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260128074606-03b808364e4a - github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260126092810-cd39d45b6c0e + github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260130165947-89a4663bee78 github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260126175636-114b4c65a959 - github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260126081203-efc2df9207eb - github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260126081203-efc2df9207eb - github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260126081203-efc2df9207eb - github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260126081203-efc2df9207eb - github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260126081203-efc2df9207eb + github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260128142552-e2c25eccae5a + github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260128142552-e2c25eccae5a + github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260128142552-e2c25eccae5a + github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260128142552-e2c25eccae5a + github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260128142552-e2c25eccae5a github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260124125332-5046d6342e48 github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260127154438-ff95971883bb - github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260128083308-da1a0d762151 + github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260130110557-870de6f217b5 github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260126165739-ee3d496d73bf - github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260126163009-d47fbe954465 + github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260130160650-fee89a8e7044 github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260126123727-b3f88d69956c github.com/openstack-k8s-operators/openstack-operator/api v0.0.0-00010101000000-000000000000 github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260126160735-3254731d17a8 github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20260126175637-0015cb155e87 - github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260126164332-39546b542a9c + github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260130160651-c59edbd85adc github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260124124519-a5bcf05e2d71 github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260128101443-e227c7785ffa github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260123204008-add353f857c0 diff --git a/go.sum b/go.sum index ed6ad22e7..4aa55b809 100644 --- a/go.sum +++ b/go.sum @@ -138,12 +138,12 @@ github.com/onsi/gomega v1.39.0 h1:y2ROC3hKFmQZJNFeGAMeHZKkjBL65mIZcvrLQBF9k6Q= github.com/onsi/gomega v1.39.0/go.mod h1:ZCU1pkQcXDO5Sl9/VVEGlDyp+zm0m1cmeG5TOzLgdh4= github.com/openshift/api v0.0.0-20250711200046-c86d80652a9e h1:E1OdwSpqWuDPCedyUt0GEdoAE+r5TXy7YS21yNEo+2U= github.com/openshift/api v0.0.0-20250711200046-c86d80652a9e/go.mod h1:Shkl4HanLwDiiBzakv+con/aMGnVE2MAGvoKp5oyYUo= -github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260126155915-bd373daa8e8c h1:7/1IZQQp6FDu3fXM641kq2XfWqmTUip9/O84l6evg2s= -github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260126155915-bd373daa8e8c/go.mod h1:tfNU2Cy1ofpDtVj+afn0u79/RDQPc7OrRE4RjurwAEQ= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260124150910-c004203b9504 h1:qRljZd79/o7PIYtgvBr7OSOjnbxJ+6IJf09qLkgByGM= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260124150910-c004203b9504/go.mod h1:dGW+9S6trLzIW4WN5CMwXOUjdc1X7ODxqxObfARP8UA= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260126110625-223581247a61 h1:yW+hlDOVfOCH4TQPRrSC7s/m+0Hb7uovCwGRoRNxOo4= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260126110625-223581247a61/go.mod h1:rTrAkG8KR+P+UVXwJjrlTAuxwx3HKMPmrb24qrxLHpM= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260130161218-ed22e21b9035 h1:ZbEYqSRTtyXbOATlY1bDYBa0Rp3MMZjcaR0yHSgLW24= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260130161218-ed22e21b9035/go.mod h1:tfNU2Cy1ofpDtVj+afn0u79/RDQPc7OrRE4RjurwAEQ= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260128145454-bd999c6c83a3 h1:hgbfL9x4XGEydAluiKWK9+f44aZp58N6W1xUyI3Hiko= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260128145454-bd999c6c83a3/go.mod h1:dGW+9S6trLzIW4WN5CMwXOUjdc1X7ODxqxObfARP8UA= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260130194629-8145dc930d49 h1:wSG2ZEorUADT8VOUmKB7cOXmvYOwZMvy6ERd+6PehPg= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260130194629-8145dc930d49/go.mod h1:rTrAkG8KR+P+UVXwJjrlTAuxwx3HKMPmrb24qrxLHpM= github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260126103542-0cf3ce88037a h1:G8yaUi3XadpPp0C0UNc6D6Xk+L0I+CqANDxbt6M+DEU= github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260126103542-0cf3ce88037a/go.mod h1:ghegwjz1c0J8GSjZiM/qSIzg+qjZNCwUbwbPEbrcrno= github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260127034304-6f0d6173a951 h1:fToObXb6NkXBw3sjWHh0+HhbUr23aDd908fHSBcPM7c= @@ -152,32 +152,32 @@ github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260126110912- github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260126110912-72d03020e1a5/go.mod h1:x8muLIctcCLObcdeynPgycfQ+6ddWIDlSOQ9NElG43M= github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260128074606-03b808364e4a h1:uJL923hT6ZJE1fKq+/FA0mVX46AgE3H+OClpL2DXq4Y= github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260128074606-03b808364e4a/go.mod h1:ZXwFlspJCdZEUjMbmaf61t5AMB4u2vMyAMMoe/vJroE= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260126092810-cd39d45b6c0e h1:atOsI5KAXuAD1C5fHPjyVWc7nyQrzk9eLJPSkwYTitw= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260126092810-cd39d45b6c0e/go.mod h1:6Y/hPIhXYgV0NHe7ZWIo+bdBxhnWkjbv7VLZbFnLNrc= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260130165947-89a4663bee78 h1:YLXsfP2mGqQ0/5N0xsK27fTGSQTiGr/pdB+IWZuvvfo= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260130165947-89a4663bee78/go.mod h1:x4Ch7csu5rL8uY1Ybgp6h1r/CA4GnnpodXFyjCwmzpA= github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260126175636-114b4c65a959 h1:8FSpTYAoLq27ElDGe3igPl2QUq9IYD6RJGu2Xu+Ymus= github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260126175636-114b4c65a959/go.mod h1:pN/s+czXvApiE9nxeTtDeRTXWcaaCLZSrtoyOSUb37k= -github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260126081203-efc2df9207eb h1:35v30c6nI9WtnNnkfh4nRnC/lU9O6rM2Y8onhEAl45g= -github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260126081203-efc2df9207eb/go.mod h1:tXxVkkk8HlATwTmDA5RTP3b+c8apfuMM15mZ2wW5iNs= -github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260126081203-efc2df9207eb h1:pCyizgwvB2tgFGhGtAV5rXV0kSu9l5RoR2XA+Gd5BuY= -github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260126081203-efc2df9207eb/go.mod h1:chsg6x4P7376/8MlmsC3OiasuDatbOLwC5D5KRD9fbo= -github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260126081203-efc2df9207eb h1:S7tnYO/E1f1KQfcp7N5bam8+ax/ExDTOhZ1WqG4Bfu0= -github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260126081203-efc2df9207eb/go.mod h1:ndqfy1KbVorHH6+zlUFPIrCRhMSxO3ImYJUGaooE0x0= +github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260128142552-e2c25eccae5a h1:tbCZXTAn4YZV5oRqDk/Mf3Wj4waa7nbeHXoIycLYxqU= +github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260128142552-e2c25eccae5a/go.mod h1:tXxVkkk8HlATwTmDA5RTP3b+c8apfuMM15mZ2wW5iNs= +github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260128142552-e2c25eccae5a h1:fwrj9BFj/6SvAe5rvi9FNNf+zgQ8L6PKsHw03o1EXC0= +github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260128142552-e2c25eccae5a/go.mod h1:chsg6x4P7376/8MlmsC3OiasuDatbOLwC5D5KRD9fbo= +github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260128142552-e2c25eccae5a h1:97OfmmJgoIKTfbED2SfyjoPkivoiMHg4jfbrTuwSGQw= +github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260128142552-e2c25eccae5a/go.mod h1:ndqfy1KbVorHH6+zlUFPIrCRhMSxO3ImYJUGaooE0x0= github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20251230215914-6ba873b49a35 h1:IdcI8DFvW8rXtchONSzbDmhhRp1YyO2YaBJDBXr44Gk= github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20251230215914-6ba873b49a35/go.mod h1:zOX7Y05keiSppIvLabuyh42QHBMhCcoskAtxFRbwXKo= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260126081203-efc2df9207eb h1:0kP9V1pKfRno6ss7qAy3GcfVK29CobWym6WA7AYA7wY= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260126081203-efc2df9207eb/go.mod h1:jofj+VqDszxLCZSBYo794KGkCjMo01xzhQ/gffYzf3I= -github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260126081203-efc2df9207eb h1:Fh9yjyogiR9P4oV3a2pSlSUyYzfbWbvlU6RFIjZoxsg= -github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260126081203-efc2df9207eb/go.mod h1:sqKTKvYhSzu4Opnjx/J+zzetXKRqYrhxsfvrST/NjoU= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260128142552-e2c25eccae5a h1:teKxfVLDxJD9ahjeh29GlKHiXNUFDkVRmkpJdeKAvGE= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260128142552-e2c25eccae5a/go.mod h1:jofj+VqDszxLCZSBYo794KGkCjMo01xzhQ/gffYzf3I= +github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260128142552-e2c25eccae5a h1:EIjfIa5m79FIVfEU9zgLJmkMqNN3PhXGKaS6CpaXyfw= +github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260128142552-e2c25eccae5a/go.mod h1:sqKTKvYhSzu4Opnjx/J+zzetXKRqYrhxsfvrST/NjoU= github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260124125332-5046d6342e48 h1:PtBSN6ZHkaDRkjsK17e4h4mUGHh5VVDcXojbwdXy2io= github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260124125332-5046d6342e48/go.mod h1:BDSKDGu90NqHmLWRAyC3Dg++/xTkatoceEs7nhN3NCI= github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260127154438-ff95971883bb h1:Zv7GXyG1wND4wNzCmfMI8oAWsDlrU2QFxq8tsnIKFs0= github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260127154438-ff95971883bb/go.mod h1:X6W8pIULiWUc6smaTqiNocjxoXaRLgXediwpI/dxD9s= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260128083308-da1a0d762151 h1:SK7HCTL8CSS8lHWjW40WgS5AKWilLrtvxIgq8yeTfXM= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260128083308-da1a0d762151/go.mod h1:Uu/8M93x55zd7amJpRKGJz4vCmvZvBfzaN6CwnOjDNY= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260130110557-870de6f217b5 h1:VswZKlc2SGulbTNITVfddofnXLHGMqpUHjZabRU2V+8= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260130110557-870de6f217b5/go.mod h1:Uu/8M93x55zd7amJpRKGJz4vCmvZvBfzaN6CwnOjDNY= github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260126165739-ee3d496d73bf h1:Z4dpSajjkeXJzeR3ISnRMReWKVM60yi+FK+Gtbe8OSc= github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260126165739-ee3d496d73bf/go.mod h1:Id8njTmOl1EayJk8dTeiGetySuhPXqZp7gWgbo+luME= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260126163009-d47fbe954465 h1:gQ6muqCfHtjdJO9selzjs0MBVIp6AqeJCq3V+Fx2KzY= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260126163009-d47fbe954465/go.mod h1:Phcw9t23H4RbOpUqBhFldFBKEbkx+f4c0QGnfFOPh50= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260130160650-fee89a8e7044 h1:IWidpe8G47CpthKIGKVUP0DmtpsCnYn1q4pDB8/pjhM= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260130160650-fee89a8e7044/go.mod h1:Phcw9t23H4RbOpUqBhFldFBKEbkx+f4c0QGnfFOPh50= github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260126123727-b3f88d69956c h1:5gY2Y9OjgHWltvw0jtQWDaoXnfJRObRNozC0dBLz0GQ= github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260126123727-b3f88d69956c/go.mod h1:8Ge7K0IfcMSpoyp9p0lnW36f3nvCf6lnoc4TWoIlazw= github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260126160735-3254731d17a8 h1:70ennIUokh4YvGdzE7zzRYIHVJ0xnYRNvmrO/f0wk9A= @@ -186,8 +186,8 @@ github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.2026012617563 github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20260126175637-0015cb155e87/go.mod h1:eWED9YYc2NLXutgocqK5m3LsnQ+aT0MeWgmnsqi6A0Y= github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20250929174222-a0d328fa4dec h1:saovr368HPAKHN0aRPh8h8n9s9dn3d8Frmfua0UYRlc= github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20250929174222-a0d328fa4dec/go.mod h1:Nh2NEePLjovUQof2krTAg4JaAoLacqtPTZQXK6izNfg= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260126164332-39546b542a9c h1:aJsyz/wHFe/LeoPxa/B3+FpYFu6ovy54kmgj4DbJT5o= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260126164332-39546b542a9c/go.mod h1:/2Qd/Xr1bPLaddKmKxhqHP5Zsj7YYz3TkzWOM8miaK0= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260130160651-c59edbd85adc h1:o3mpmkLwd6fo+iJ8MOp7JmW6fYd4E0n2ziOUGPU9Ru0= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260130160651-c59edbd85adc/go.mod h1:/2Qd/Xr1bPLaddKmKxhqHP5Zsj7YYz3TkzWOM8miaK0= github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260124124519-a5bcf05e2d71 h1:3dCKtRbLmyrq5sXW9rkfROB8DbIsE++8LkhLoYC/s/I= github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260124124519-a5bcf05e2d71/go.mod h1:sVND1JTB9Da9X1fX+Q2W2aOynH3+vf9cFGkisPuE9Yg= github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260128101443-e227c7785ffa h1:nTQKjQTyL2riSceHvEAbDhNfTcgJ8V2V9CUQF/9DJYY= diff --git a/hack/export_operator_related_images.sh b/hack/export_operator_related_images.sh index 548dc6f0c..d457b8b04 100644 --- a/hack/export_operator_related_images.sh +++ b/hack/export_operator_related_images.sh @@ -1,24 +1,24 @@ # NOTE: this file is automatically generated by hack/sync-bindata.sh! -export RELATED_IMAGE_BARBICAN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/barbican-operator@sha256:379470e2752f286e73908e94233e884922b231169a5521a59f53843a2dc3184c -export RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/cinder-operator@sha256:6e21a1dda86ba365817102d23a5d4d2d5dcd1c4d8e5f8d74bd24548aa8c63898 -export RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/designate-operator@sha256:d9f6f8dc6a6dd9b0d7c96e4c89b3056291fd61f11126a1304256a4d6cacd0382 +export RELATED_IMAGE_BARBICAN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/barbican-operator@sha256:10bdb8674a5c5a0120a68ded4e8d007f03c8f33592eed1a9ff2ae9e53d377d87 +export RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/cinder-operator@sha256:6d840dbb1cfe2021e3ce772d145be9ab23ef0369e618e50ef8a8940fbaf77734 +export RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/designate-operator@sha256:a2e056d17d1ad90966fa943a1ec1e7c51b0f1f7842d0c0cc16a847bc3a34719e export RELATED_IMAGE_GLANCE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/glance-operator@sha256:1f593e8d49d02b6484c89632192ae54771675c54fbd8426e3675b8e20ecfd7c4 export RELATED_IMAGE_HEAT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/heat-operator@sha256:27d83ada27cf70cda0c5738f97551d81f1ea4068e83a090f3312e22172d72e10 export RELATED_IMAGE_HORIZON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/horizon-operator@sha256:027cd7ab61ef5071d9ad6b729c95a98e51cd254642f01dc019d44cc98a9232f8 export RELATED_IMAGE_INFRA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/infra-operator@sha256:a504ab83288310bbd8e39f3a01faaa3c210a14d94bbd32124e9eadd46227d6b3 -export RELATED_IMAGE_IRONIC_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ironic-operator@sha256:bead175f27e5f074f723694f3b66e5aa7238411bf8a27a267b9a2936e4465521 +export RELATED_IMAGE_IRONIC_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ironic-operator@sha256:4c74cebe7fb04471c7a276ad972314708ae7c4a56d50e5f957f8f5ff907dcefc export RELATED_IMAGE_KEYSTONE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/keystone-operator@sha256:319c969e88f109b26487a9f5a67203682803d7386424703ab7ca0340be99ae17 export RELATED_IMAGE_MANILA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/manila-operator@sha256:cd911e8d7a7a1104d77691dbaaf54370015cbb82859337746db5a9186d5dc566 export RELATED_IMAGE_MARIADB_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/mariadb-operator@sha256:2d493137559b74e23edb4788b7fbdb38b3e239df0f2d7e6e540e50b2355fc3cf -export RELATED_IMAGE_NEUTRON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/neutron-operator@sha256:bbb46b8b3b69fdfad7bafc10a7e88f6ea58bcdc3c91e30beb79e24417d52e0f6 +export RELATED_IMAGE_NEUTRON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/neutron-operator@sha256:7b45b0b511f6147f199989a554339aee505f0a3dd50092e2efc236706aabde09 export RELATED_IMAGE_NOVA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/nova-operator@sha256:5340b88039fac393da49ef4e181b2720c809c27a6bb30531a07a49342a1da45e -export RELATED_IMAGE_OCTAVIA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/octavia-operator@sha256:e6f2f361f1dcbb321407a5884951e16ff96e7b88942b10b548f27ad4de14a0be +export RELATED_IMAGE_OCTAVIA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/octavia-operator@sha256:aa637692c9fe546c05a5fb53604cbd8cb532a071fbd63f09f60e56d5794a6569 export RELATED_IMAGE_OPENSTACK_BAREMETAL_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:89f6fd332fabefd2fff5619432986b37c1c6d197dd1c510f21dfe4609939b8a6 export RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ovn-operator@sha256:ea7b72b648a5bde2eebd804c2a5c1608d448a4892176c1b8d000c1eef4bb92b4 export RELATED_IMAGE_PLACEMENT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/placement-operator@sha256:e0824d5d461ada59715eb3048ed9394c80abba09c45503f8f90ee3b34e525488 export RELATED_IMAGE_RABBITMQ_CLUSTER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/rabbitmq-cluster-operator@sha256:893e66303c1b0bc1d00a299a3f0380bad55c8dc813c8a1c6a4aab379f5aa12a2 -export RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/swift-operator@sha256:42ad717de1b82267d244b016e5491a5b66a5c3deb6b8c2906a379e1296a2c382 +export RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/swift-operator@sha256:e22db5115aaba5b4362c2d1566068e327bc497b7707f819b12b70607674e4984 export RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/telemetry-operator@sha256:f9bf288cd0c13912404027a58ea3b90d4092b641e8265adc5c88644ea7fe901a export RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/test-operator@sha256:3e01e99d3ca1b6c20b1bb015b00cfcbffc584f22a93dc6fe4019d63b813c0241 export RELATED_IMAGE_WATCHER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/watcher-operator@sha256:7869203f6f97de780368d507636031090fed3b658d2f7771acbd4481bdfc870b