From ecbb48a30cac147b41fc462a0df7ebd98e0cc5b7 Mon Sep 17 00:00:00 2001 From: openstack-k8s-operators-ci Date: Sat, 9 May 2026 10:52:50 +0000 Subject: [PATCH] Update openstack-k8s-operators (main) --- ....openstack.org_openstackcontrolplanes.yaml | 667 ++++++++++++++++++ api/go.mod | 42 +- api/go.sum | 84 +-- .../crds/cinder.openstack.org_cinderapis.yaml | 92 +++ .../cinder.openstack.org_cinderbackups.yaml | 92 +++ .../crds/cinder.openstack.org_cinders.yaml | 460 ++++++++++++ ...cinder.openstack.org_cinderschedulers.yaml | 92 +++ .../cinder.openstack.org_cindervolumes.yaml | 92 +++ bindata/crds/crds.yaml | 667 ++++++++++++++++++ .../crds/glance.openstack.org_glanceapis.yaml | 87 +++ .../crds/glance.openstack.org_glances.yaml | 88 +++ .../crds/manila.openstack.org_manilaapis.yaml | 92 +++ .../crds/manila.openstack.org_manilas.yaml | 274 +++++++ ...manila.openstack.org_manilaschedulers.yaml | 92 +++ .../manila.openstack.org_manilashares.yaml | 92 +++ .../ovn.openstack.org_ovncontrollers.yaml | 18 +- .../crds/ovn.openstack.org_ovndbclusters.yaml | 10 +- .../crds/ovn.openstack.org_ovnnorthds.yaml | 10 +- ....openstack.org_openstackcontrolplanes.yaml | 667 ++++++++++++++++++ config/operator/manager_operator_images.yaml | 40 +- go.mod | 50 +- go.sum | 100 +-- hack/export_operator_related_images.sh | 40 +- 23 files changed, 3766 insertions(+), 182 deletions(-) diff --git a/api/bases/core.openstack.org_openstackcontrolplanes.yaml b/api/bases/core.openstack.org_openstackcontrolplanes.yaml index 81a216d318..87aa4228a5 100644 --- a/api/bases/core.openstack.org_openstackcontrolplanes.yaml +++ b/api/bases/core.openstack.org_openstackcontrolplanes.yaml @@ -874,6 +874,75 @@ spec: type: object override: properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: properties: @@ -1004,6 +1073,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -1067,6 +1208,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -1130,6 +1343,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -1193,6 +1478,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -4538,6 +4895,75 @@ spec: type: object override: properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: properties: @@ -9295,6 +9721,75 @@ spec: type: object override: properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: properties: @@ -9427,6 +9922,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -9492,6 +10059,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -13079,9 +13718,23 @@ spec: type: object ovnLogLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string ovsLogLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string resources: properties: @@ -13148,6 +13801,13 @@ spec: type: integer logLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string metricsEnabled: default: true @@ -13283,6 +13943,13 @@ spec: properties: logLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string metricsEnabled: default: true diff --git a/api/go.mod b/api/go.mod index 9bfd188faf..d407d0e61f 100644 --- a/api/go.mod +++ b/api/go.mod @@ -7,28 +7,28 @@ require ( github.com/go-playground/validator/v10 v10.30.1 github.com/onsi/ginkgo/v2 v2.28.2 github.com/onsi/gomega v1.40.0 - github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260420052305-96c3a8196933 - github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260418071314-55ff2fc10b0c - github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260418051458-40035e96e631 - github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260418071313-4af756ba3dac - github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260420052550-a562e0ee16fd - github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260418053129-fb096ad89dce - github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260507103247-9c1255698eac - github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260420052552-1ba026c533d6 - github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260420052838-77f94aef5af2 + github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260503170320-6895f6339b76 + github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260505122911-e0a83a343e3e + github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260503154330-45eb176c3fd3 + github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260504060308-4e1dada89499 + github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260428063332-32d27fe544a9 + github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260503153504-c1032481b862 + github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260508091801-73f228e6af31 + github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260503234301-f0b0f080be71 + github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260507114237-f0b612d6c21f github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260506154724-30a976ba8ef0 - github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260417092244-81c71b39e981 - github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260420052836-ac1a4d8a769e - github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260413152655-564a51226a2a - github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260420052839-b9314e4e03a3 - github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260413153813-b59b2a226c10 - github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260413082059-d107b5bac378 - github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260413094947-83f411fa655c - github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260420053123-cf0908d8cf39 + github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260506154724-30a976ba8ef0 + github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260504184153-c500e8a9af1c + github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260503164939-40728ae44d65 + github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260427095537-d1f5e517f199 + github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260421072856-123b74ba975b + github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260506123611-25ef6c32f4f3 + github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260507163820-0565bc46ee93 + github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260428063332-55b3554934b5 github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20260413090520-f18a11875c1d - github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260418085220-949c802081aa - github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260420053123-02a691a5b4d4 - github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260414124111-458e17672b3c + github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260505141545-7491e384bd16 + github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260507131545-82bd3ee4971d + github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260428084423-26f6eac1e089 github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.77.1-rhobs1 // indirect github.com/rhobs/observability-operator v1.0.0 // indirect go.uber.org/multierr v1.11.0 // indirect @@ -80,7 +80,7 @@ require ( github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/openshift/api v3.9.0+incompatible // indirect - github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260417092244-81c71b39e981 // indirect + github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260430090237-a4265c18a162 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/prometheus/client_golang v1.22.0 // indirect github.com/prometheus/client_model v0.6.2 // indirect diff --git a/api/go.sum b/api/go.sum index 6372ef1442..f98923a276 100644 --- a/api/go.sum +++ b/api/go.sum @@ -114,52 +114,52 @@ github.com/onsi/gomega v1.40.0 h1:Vtol0e1MghCD2ZVIilPDIg44XSL9l2QAn8ZNaljWcJc= github.com/onsi/gomega v1.40.0/go.mod h1:M/Uqpu/8qTjtzCLUA2zJHX9Iilrau25x1PdoSRbWh5A= 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.20260420052305-96c3a8196933 h1:Ks/OYlX2ipYy1XjAezm1955VkmwXoi+fAZlL0X0NDwM= -github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260420052305-96c3a8196933/go.mod h1:GlhOX7fRcMXxNrRsxPcJOSWd8zvL3/Aitkjr7VWqP68= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260418071314-55ff2fc10b0c h1:ID5FHF6qRqtiRyPtLvRbAYDPs3cDfE+jzElj1yuxCUk= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260418071314-55ff2fc10b0c/go.mod h1:Jc3ZlAc3K1jWPcs9LChGtm0wEB2C2Uiescl63Z8CRAc= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260418051458-40035e96e631 h1:1sVW8CssuWlvjqcgcreKNfUesNIq/w5HqBWJ1gRZ5GA= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260418051458-40035e96e631/go.mod h1:hbnEtksRUDnwO6taj16Mny9exJQ/W89pSDZ8g8bFH5Q= -github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260418071313-4af756ba3dac h1:BfH8D+SaB/h9fQazX4SaurHLm4IfqHzB19K3+osmOgE= -github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260418071313-4af756ba3dac/go.mod h1:s2zNb7EGQoJXpuifWYeioTIEqjAL8hCR39tRbqxBnPU= -github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260420052550-a562e0ee16fd h1:qaM7SSTbdGbyb19CabSrniwnhnFpiRTkKipirpYTc+A= -github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260420052550-a562e0ee16fd/go.mod h1:aA+YEZ3UJCQvJB2X3qOliGVB7EXdImfJ0qV2jUG/L0E= -github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260418053129-fb096ad89dce h1:4nqAqtmfoN3VoWtFhHj65iZhi40KNp254/trUuoTD0M= -github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260418053129-fb096ad89dce/go.mod h1:ZMH+2206hZgGFjEhC+hhPvU+v6haNaeh5FR1mHylfqw= -github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260507103247-9c1255698eac h1:iALKqINqZR916pWQdjBzi4RtydKcAFAFAMCBXGhnsL0= -github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260507103247-9c1255698eac/go.mod h1:/S2AN21zV70V1XuL0Of2dCjYWNkKwQSyNI8l/iQVrMs= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260420052552-1ba026c533d6 h1:thGt9sbYC1L9/UvkeYQQbWGxeiNeaXVckB/0QuBkN78= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260420052552-1ba026c533d6/go.mod h1:pnFZOetSrSoCdyMyTOUTfsFTdwtGwNFKtaPNNZtyHuw= -github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260420052838-77f94aef5af2 h1:h7pTz90cHqX6nTYjYDphuitIfD4UpM9yGnI3AbLdHrY= -github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260420052838-77f94aef5af2/go.mod h1:SpO4CL7c5/1HG+61fP6kWhL2+3aqR+5SNatdZueKrz8= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260503170320-6895f6339b76 h1:qOJhsJnTtW4imbIAocVAwtlutqAmRo1l/ZNE5GnOBao= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260503170320-6895f6339b76/go.mod h1:x0nc4/OaDboc+ANQ7ahb8jFdZ15mBRgRBXG0SLNa20o= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260505122911-e0a83a343e3e h1:xOs+68GuWFgc4yZRvg21qhMsw7ZCVspv2ilUXrKcbeU= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260505122911-e0a83a343e3e/go.mod h1:39+7+5Db0HNYxlmz+HuMeRVAqJchmChZvADtYMIiezI= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260503154330-45eb176c3fd3 h1:iDI3dzUuMbqzQXhq7jSZXP24TY7rcgGK6ZrbMjM+8PI= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260503154330-45eb176c3fd3/go.mod h1:FMFFY4p3ieus1jXPmQaa5OmSLgtMFRrhKWpMVGAHFac= +github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260504060308-4e1dada89499 h1:nJGVlBzamAMvGNpmyxTmecJ0J2UayBitGGTwEBhkheQ= +github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260504060308-4e1dada89499/go.mod h1:yvXVlvlN2oPKmyvRKycpdsaOLqexelrXQP+hWiDFA8o= +github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260428063332-32d27fe544a9 h1:DpUqWKiI65YNSDknN/uHO0Yl90DdS7omfrdszZHA1Pw= +github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260428063332-32d27fe544a9/go.mod h1:QV5Oj54Ewg3pRycVeW9LLKl/NZJzHomhiL1lFRvf0dk= +github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260503153504-c1032481b862 h1:c7PDblDP9oi9EFOF5/aJaPjmr+1kyssWZ94/sF7uHHg= +github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260503153504-c1032481b862/go.mod h1:5K4h6IBlyVK6LWK4O2cagSfmR8joUumGf8ww+9XGbxw= +github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260508091801-73f228e6af31 h1:FWa0vNs175LpV1eSZ60YOGFdbJ3LqxQ1fxfprBRg7T4= +github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260508091801-73f228e6af31/go.mod h1:/S2AN21zV70V1XuL0Of2dCjYWNkKwQSyNI8l/iQVrMs= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260503234301-f0b0f080be71 h1:nJ7kin75MdV7NMj21BQGndJJ2dLwTEqDUeZmfTp/oco= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260503234301-f0b0f080be71/go.mod h1:/kl9A8zRO3zctu9APlnJlsbbWqxWQQeyYrVclQuyI40= +github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260507114237-f0b612d6c21f h1:28WYAUIef3uion0Pps6doCSSbgZtIcodGzwG6BHhCOw= +github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260507114237-f0b612d6c21f/go.mod h1:4ryvbSYuoN522BIPijnm0wMemPgJVKf7jCv8BNDq46I= github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260506154724-30a976ba8ef0 h1:vkFvn06Ns9qW4AbzFjFDu8ioosRmhkEZiDrO3DOQhLg= github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260506154724-30a976ba8ef0/go.mod h1:aIuG6lx3aS0vnXweRNdR/Q0SlfOsLIo0OzrqKK7C6xs= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260417092244-81c71b39e981 h1:jN3Kvt+RYUTaL9EXeeeIqRXVjqeNF74SuLTDXmi4X2Y= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260417092244-81c71b39e981/go.mod h1:7yqbVpg0k0vW+kZks+TMU/cd1ovoejyHfVPWcyGYLHI= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260417092244-81c71b39e981 h1:X3/Gc+i0ZxaROExrpLXonz9EPhftlubFnOK4aSkRLvo= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260417092244-81c71b39e981/go.mod h1:3loLaPUDQyvbPekylZd9OCLF+EXH2klRI9IeeQhuMcs= -github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260420052836-ac1a4d8a769e h1:bymDbHC6lMbZUbg3dJi5ajS+i4/z5Q77r2nuz4VpBfc= -github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260420052836-ac1a4d8a769e/go.mod h1:aKKbe1AraYGWby2tLTT0sBB4iFH5ZnrZ/uzhf7RwzLs= -github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260413152655-564a51226a2a h1:1VRHhhCE8U0+Q6jPNppxcklIVfK7gZ2Js9VaLpPR7sw= -github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260413152655-564a51226a2a/go.mod h1:g/xgMnzNHxdTkqnEgAKwVOv75uPN4nuApbkGqSvASvs= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260420052839-b9314e4e03a3 h1:XyJrYBPiLCyUysII5RtHKjTekxrL3wxPEBlSvo0SKOQ= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260420052839-b9314e4e03a3/go.mod h1:5jWDZDariGwym2q926i/VtR16dgNAvY4mTM/UekciKw= -github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260413153813-b59b2a226c10 h1:6DQAN11CMaStZezMumXgayPpJQVGfsWxn04xPsOsHaM= -github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260413153813-b59b2a226c10/go.mod h1:ZQpGqN3AszLv7OoySPuCFyrNkuOEi1lPTymhbd1gOrc= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260413082059-d107b5bac378 h1:h72lnvPcecgJqOindL68zIZmcJY6xM0EjY5FYe5Z7Qw= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260413082059-d107b5bac378/go.mod h1:XO02J/MSp7f+HMyoT5xImUvTtDvDY4SgG2mi+nwdTMY= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260413094947-83f411fa655c h1:77hLym7nButLmaRm2aKozn0kW2WmrAaaYpx/HWHlUzc= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260413094947-83f411fa655c/go.mod h1:WKiIsGtY1q6VbpSa8QmOY3rYFpI061hwqYVFnAFfiFI= -github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260420053123-cf0908d8cf39 h1:PQ025L6DttCoxwHqLTpw0v0W9VEXrCqYLfGDnR04GyI= -github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260420053123-cf0908d8cf39/go.mod h1:ODYNTFMUlzvjlqXAh9AGXrzpBNQBAOkWiNQ6UldsqFw= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260430090237-a4265c18a162 h1:kUfZlcl+EbUBEWe6EGLXjzlUeYj7xZ21QsPA5jMJlwE= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260430090237-a4265c18a162/go.mod h1:7yqbVpg0k0vW+kZks+TMU/cd1ovoejyHfVPWcyGYLHI= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260506154724-30a976ba8ef0 h1:wuzSibIT9F/5RbMmxvBVFj6fy2vtKo58nibzmk5L4PM= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260506154724-30a976ba8ef0/go.mod h1:tft3oDiN+v6wX3ILPXGUM/gCLJz6QtrPN63hxpJ3E24= +github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260504184153-c500e8a9af1c h1:8wt5E9JwrxyLNUGgPqqRJL/Jc2/JWEvx6Rbykv97LqU= +github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260504184153-c500e8a9af1c/go.mod h1:XJ3PpxU9GVzXrtLinTxwTtUEBzBXf5xl/UMPGumul64= +github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260503164939-40728ae44d65 h1:MNjmU326MKwYU6xT6AL2aKbr/0ids87wP5B+s5CL2O0= +github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260503164939-40728ae44d65/go.mod h1:I2LO+wGIzbirVczQ9qo/49y2F5Zo/MEg/pabkXOrY2M= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260427095537-d1f5e517f199 h1:K1Q8fm0VEjqCgTFmMXmh5lMwQ6AQmlGRneglfn9OMqY= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260427095537-d1f5e517f199/go.mod h1:+byFQ1kxLQWwhNaNnTIKPpmCJsZE9rjx6SBGD/71Bq4= +github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260421072856-123b74ba975b h1:h8+J0P2wm9ASaZGPIkP15fcjUfoyUyIKFlKFzf8Z1y0= +github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260421072856-123b74ba975b/go.mod h1:BBdKyLuKyCTwMWShJAWIiZEgSPCKx6AAv/V5XoOIkd4= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260506123611-25ef6c32f4f3 h1:9BXtdC2MKBqx+pggRNmo5pJTNe/accyHVY6wb/AbsOI= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260506123611-25ef6c32f4f3/go.mod h1:cHFZA0adkpGBHoqJWPZaDcOElHKDSub0LGrJZnqbuQ0= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260507163820-0565bc46ee93 h1:LLKd1votNNmWIF1iprGEBQM78pv9P4xjJDLTO3E4XSE= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260507163820-0565bc46ee93/go.mod h1:4p4l6hjqMLc96YRnNY67+29DDG5o8DAtPrY5YgFXihc= +github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260428063332-55b3554934b5 h1:E8KZkBUK2QzIEksFVxMUg0ETzvAX7uNuEg+2UqmX45I= +github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260428063332-55b3554934b5/go.mod h1:ODYNTFMUlzvjlqXAh9AGXrzpBNQBAOkWiNQ6UldsqFw= github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20260413090520-f18a11875c1d h1:ZvVIq5E/F82tqQckheo3WnL6XywTPc+PiJWyrllkyVo= github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20260413090520-f18a11875c1d/go.mod h1:34ka8QoEZ2LFmJv6wO5l9U29f9Kd1vizVzbkzRQnwVA= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260418085220-949c802081aa h1:pnzRdcdTy91mxcU93e7xp9gn+pNyWyOdB8w/WlRynvo= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260418085220-949c802081aa/go.mod h1:REDdMRGrY7JhGOsrKXt4hNZJAq0f6b3ykVh/Wyy4UXs= -github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260420053123-02a691a5b4d4 h1:82WLFtF/6P1VwcVoyfO9vjEdMnkQFpHkVq4I3YY7L28= -github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260420053123-02a691a5b4d4/go.mod h1:5PWJhM4FSPNBlA6+ClP6/ZbKQA8zlaL31ryWZIDRtAY= -github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260414124111-458e17672b3c h1:LnydnAg5YQD6994n0FAv3X7awJXl5b1FQsUeqNFzPws= -github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260414124111-458e17672b3c/go.mod h1:9ubKnJmL/9HLt6cqbbiv4XTcPrqf5ddfPKTxZi3LD/s= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260505141545-7491e384bd16 h1:Cg7+L4oQ49IclSuhHj71yTfi/UHk8pGy2gNKnPGKOd8= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260505141545-7491e384bd16/go.mod h1:iQGrAjlq4eOCWqqGt62aMlkBInryDRva19xC/6rB5NQ= +github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260507131545-82bd3ee4971d h1:Se8AJbbbwbLMc71yY7sLIDQcqN4GOclYLC3Vp5QEG9M= +github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260507131545-82bd3ee4971d/go.mod h1:5PWJhM4FSPNBlA6+ClP6/ZbKQA8zlaL31ryWZIDRtAY= +github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260428084423-26f6eac1e089 h1:KyEAJQweVb/rbJIu8Vu5ZZDgvMcnuRhwGDa+y8sLA1c= +github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260428084423-26f6eac1e089/go.mod h1:iE1kDOYq+/IW9IjOQeK19/BkcjzaHxOrV+TmJyqcNd8= 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= diff --git a/bindata/crds/cinder.openstack.org_cinderapis.yaml b/bindata/crds/cinder.openstack.org_cinderapis.yaml index 3764c62fb9..87ef14fdf0 100644 --- a/bindata/crds/cinder.openstack.org_cinderapis.yaml +++ b/bindata/crds/cinder.openstack.org_cinderapis.yaml @@ -52,6 +52,11 @@ spec: spec: description: CinderAPISpec defines the desired state of CinderAPI properties: + apiTimeout: + default: 60 + description: APITimeout for HAProxy, Apache, and rpc_response_timeout + minimum: 10 + type: integer containerImage: description: ContainerImage - Cinder Container Image URL (will be set to environmental default if empty) @@ -1224,6 +1229,93 @@ spec: description: Override, provides the ability to override the generated manifest of several child resources. properties: + probes: + description: Override probes and other common fields in the StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: description: |- diff --git a/bindata/crds/cinder.openstack.org_cinderbackups.yaml b/bindata/crds/cinder.openstack.org_cinderbackups.yaml index dcb786d942..c11740242d 100644 --- a/bindata/crds/cinder.openstack.org_cinderbackups.yaml +++ b/bindata/crds/cinder.openstack.org_cinderbackups.yaml @@ -1220,6 +1220,98 @@ spec: notificationsURLSecret: description: Secret containing Notifications transport URL type: string + override: + description: Override, provides the ability to override the generated + manifest of several child resources. + properties: + probes: + description: Override probes and other common fields in the StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object passwordSelectors: default: service: CinderPassword diff --git a/bindata/crds/cinder.openstack.org_cinders.yaml b/bindata/crds/cinder.openstack.org_cinders.yaml index 56949ed059..2ad796b95b 100644 --- a/bindata/crds/cinder.openstack.org_cinders.yaml +++ b/bindata/crds/cinder.openstack.org_cinders.yaml @@ -100,6 +100,94 @@ spec: description: Override, provides the ability to override the generated manifest of several child resources. properties: + probes: + description: Override probes and other common fields in the + StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: description: |- @@ -408,6 +496,99 @@ spec: NodeSelector to target subset of worker nodes running this service. Setting here overrides any global NodeSelector settings within the Cinder CR. type: object + override: + description: Override, provides the ability to override the generated + manifest of several child resources. + properties: + probes: + description: Override probes and other common fields in the + StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 description: Replicas - Cinder Backup Replicas @@ -532,6 +713,99 @@ spec: NodeSelector to target subset of worker nodes running this service. Setting here overrides any global NodeSelector settings within the Cinder CR. type: object + override: + description: Override, provides the ability to override the + generated manifest of several child resources. + properties: + probes: + description: Override probes and other common fields in + the StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 description: Replicas - Cinder Backup Replicas @@ -658,6 +932,99 @@ spec: NodeSelector to target subset of worker nodes running this service. Setting here overrides any global NodeSelector settings within the Cinder CR. type: object + override: + description: Override, provides the ability to override the generated + manifest of several child resources. + properties: + probes: + description: Override probes and other common fields in the + StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 description: Replicas - Cinder Scheduler Replicas @@ -782,6 +1149,99 @@ spec: NodeSelector to target subset of worker nodes running this service. Setting here overrides any global NodeSelector settings within the Cinder CR. type: object + override: + description: Override, provides the ability to override the + generated manifest of several child resources. + properties: + probes: + description: Override probes and other common fields in + the StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 description: Replicas - Cinder Volume Replicas diff --git a/bindata/crds/cinder.openstack.org_cinderschedulers.yaml b/bindata/crds/cinder.openstack.org_cinderschedulers.yaml index 6b997aed95..5cd6836a10 100644 --- a/bindata/crds/cinder.openstack.org_cinderschedulers.yaml +++ b/bindata/crds/cinder.openstack.org_cinderschedulers.yaml @@ -1220,6 +1220,98 @@ spec: notificationsURLSecret: description: Secret containing Notifications transport URL type: string + override: + description: Override, provides the ability to override the generated + manifest of several child resources. + properties: + probes: + description: Override probes and other common fields in the StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object passwordSelectors: default: service: CinderPassword diff --git a/bindata/crds/cinder.openstack.org_cindervolumes.yaml b/bindata/crds/cinder.openstack.org_cindervolumes.yaml index 6cc21c5ba3..e2df05ab1f 100644 --- a/bindata/crds/cinder.openstack.org_cindervolumes.yaml +++ b/bindata/crds/cinder.openstack.org_cindervolumes.yaml @@ -1220,6 +1220,98 @@ spec: notificationsURLSecret: description: Secret containing Notifications transport URL type: string + override: + description: Override, provides the ability to override the generated + manifest of several child resources. + properties: + probes: + description: Override probes and other common fields in the StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object passwordSelectors: default: service: CinderPassword diff --git a/bindata/crds/crds.yaml b/bindata/crds/crds.yaml index 38aed21500..24323de2cb 100644 --- a/bindata/crds/crds.yaml +++ b/bindata/crds/crds.yaml @@ -1408,6 +1408,75 @@ spec: type: object override: properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: properties: @@ -1538,6 +1607,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -1601,6 +1742,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -1664,6 +1877,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -1727,6 +2012,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -5072,6 +5429,75 @@ spec: type: object override: properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: properties: @@ -9829,6 +10255,75 @@ spec: type: object override: properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: properties: @@ -9961,6 +10456,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -10026,6 +10593,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -13613,9 +14252,23 @@ spec: type: object ovnLogLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string ovsLogLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string resources: properties: @@ -13682,6 +14335,13 @@ spec: type: integer logLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string metricsEnabled: default: true @@ -13817,6 +14477,13 @@ spec: properties: logLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string metricsEnabled: default: true diff --git a/bindata/crds/glance.openstack.org_glanceapis.yaml b/bindata/crds/glance.openstack.org_glanceapis.yaml index a8fcb900d6..704a36fd1a 100644 --- a/bindata/crds/glance.openstack.org_glanceapis.yaml +++ b/bindata/crds/glance.openstack.org_glanceapis.yaml @@ -1266,6 +1266,93 @@ spec: description: Override, provides the ability to override the generated manifest of several child resources. properties: + probes: + description: Override probes and other common fields in the StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: description: |- diff --git a/bindata/crds/glance.openstack.org_glances.yaml b/bindata/crds/glance.openstack.org_glances.yaml index 730a56fb59..835cfaf38c 100644 --- a/bindata/crds/glance.openstack.org_glances.yaml +++ b/bindata/crds/glance.openstack.org_glances.yaml @@ -1290,6 +1290,94 @@ spec: description: Override, provides the ability to override the generated manifest of several child resources. properties: + probes: + description: Override probes and other common fields in + the StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: description: |- diff --git a/bindata/crds/manila.openstack.org_manilaapis.yaml b/bindata/crds/manila.openstack.org_manilaapis.yaml index 2dd27791f7..bae6080d86 100644 --- a/bindata/crds/manila.openstack.org_manilaapis.yaml +++ b/bindata/crds/manila.openstack.org_manilaapis.yaml @@ -52,6 +52,11 @@ spec: spec: description: ManilaAPISpec defines the desired state of ManilaAPI properties: + apiTimeout: + default: 60 + description: APITimeout for HAProxy, Apache, and rpc_response_timeout + minimum: 10 + type: integer containerImage: description: ContainerImage - Manila API Container Image URL type: string @@ -1224,6 +1229,93 @@ spec: description: Override, provides the ability to override the generated manifest of several child resources. properties: + probes: + description: Override probes and other common fields in the StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: description: |- diff --git a/bindata/crds/manila.openstack.org_manilas.yaml b/bindata/crds/manila.openstack.org_manilas.yaml index 32859e0e1c..850c3a3480 100644 --- a/bindata/crds/manila.openstack.org_manilas.yaml +++ b/bindata/crds/manila.openstack.org_manilas.yaml @@ -1266,6 +1266,94 @@ spec: description: Override, provides the ability to override the generated manifest of several child resources. properties: + probes: + description: Override probes and other common fields in the + StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: description: |- @@ -1575,6 +1663,99 @@ spec: NodeSelector to target subset of worker nodes running this service. Setting here overrides any global NodeSelector settings within the Manila CR. type: object + override: + description: Override, provides the ability to override the generated + manifest of several child resources. + properties: + probes: + description: Override probes and other common fields in the + StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 description: Replicas - Manila API Replicas @@ -1700,6 +1881,99 @@ spec: NodeSelector to target subset of worker nodes running this service. Setting here overrides any global NodeSelector settings within the Manila CR. type: object + override: + description: Override, provides the ability to override the + generated manifest of several child resources. + properties: + probes: + description: Override probes and other common fields in + the StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 description: Replicas - Manila API Replicas diff --git a/bindata/crds/manila.openstack.org_manilaschedulers.yaml b/bindata/crds/manila.openstack.org_manilaschedulers.yaml index 5b97253bab..d084e23366 100644 --- a/bindata/crds/manila.openstack.org_manilaschedulers.yaml +++ b/bindata/crds/manila.openstack.org_manilaschedulers.yaml @@ -1220,6 +1220,98 @@ spec: notificationsURLSecret: description: Secret containing Notification transport URL type: string + override: + description: Override, provides the ability to override the generated + manifest of several child resources. + properties: + probes: + description: Override probes and other common fields in the StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object passwordSelectors: default: service: ManilaPassword diff --git a/bindata/crds/manila.openstack.org_manilashares.yaml b/bindata/crds/manila.openstack.org_manilashares.yaml index f58b9a2d64..d2bc8b4479 100644 --- a/bindata/crds/manila.openstack.org_manilashares.yaml +++ b/bindata/crds/manila.openstack.org_manilashares.yaml @@ -1220,6 +1220,98 @@ spec: notificationsURLSecret: description: Secret containing Notification transport URL type: string + override: + description: Override, provides the ability to override the generated + manifest of several child resources. + properties: + probes: + description: Override probes and other common fields in the StatefulSet + properties: + livenessProbes: + description: |- + Override configuration for the StatefulSet like Probes and other tunable + fields + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + description: |- + ProbeConf - the configuration for liveness and readiness probes + LivenessPath - Endpoint path for the liveness probe + ReadinessPath - Endpoint path for the readiness probe + InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated + TimeoutSeconds - Number of seconds after which the probe times out + PeriodSeconds - How often (in seconds) to perform the probe + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object passwordSelectors: default: service: ManilaPassword diff --git a/bindata/crds/ovn.openstack.org_ovncontrollers.yaml b/bindata/crds/ovn.openstack.org_ovncontrollers.yaml index 9a34138036..8fe402eed0 100644 --- a/bindata/crds/ovn.openstack.org_ovncontrollers.yaml +++ b/bindata/crds/ovn.openstack.org_ovncontrollers.yaml @@ -152,8 +152,15 @@ spec: type: string ovnLogLevel: default: info - description: OVNLogLevel - Set log level off, emer, err, warn, info, + description: OVNLogLevel - Set log level off, emer, err, warn, info or dbg. Default is info. + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string ovsContainerImage: description: Image used for the ovsdb-server and ovs-vswitchd containers @@ -161,8 +168,15 @@ spec: type: string ovsLogLevel: default: info - description: OVSLogLevel - Set log level off, emer, err, warn, info, + description: OVSLogLevel - Set log level off, emer, err, warn, info or dbg. Default is info. + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string resources: description: |- diff --git a/bindata/crds/ovn.openstack.org_ovndbclusters.yaml b/bindata/crds/ovn.openstack.org_ovndbclusters.yaml index ad2d4748dc..08d3501a49 100644 --- a/bindata/crds/ovn.openstack.org_ovndbclusters.yaml +++ b/bindata/crds/ovn.openstack.org_ovndbclusters.yaml @@ -78,7 +78,15 @@ spec: type: integer logLevel: default: info - description: LogLevel - Set log level info, dbg, emer etc + description: LogLevel - Set log level off, emer, err, warn, info or + dbg. Default is info. + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string metricsEnabled: default: true diff --git a/bindata/crds/ovn.openstack.org_ovnnorthds.yaml b/bindata/crds/ovn.openstack.org_ovnnorthds.yaml index 6a5a7264ac..08b3de43e2 100644 --- a/bindata/crds/ovn.openstack.org_ovnnorthds.yaml +++ b/bindata/crds/ovn.openstack.org_ovnnorthds.yaml @@ -58,7 +58,15 @@ spec: type: string logLevel: default: info - description: LogLevel - Set log level info, dbg, emer etc + description: LogLevel - Set log level off, emer, err, warn, info or + dbg. Default is info. + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string metricsEnabled: default: true diff --git a/config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml b/config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml index 81a216d318..87aa4228a5 100644 --- a/config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml +++ b/config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml @@ -874,6 +874,75 @@ spec: type: object override: properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: properties: @@ -1004,6 +1073,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -1067,6 +1208,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -1130,6 +1343,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -1193,6 +1478,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -4538,6 +4895,75 @@ spec: type: object override: properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: properties: @@ -9295,6 +9721,75 @@ spec: type: object override: properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object service: additionalProperties: properties: @@ -9427,6 +9922,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -9492,6 +10059,78 @@ spec: additionalProperties: type: string type: object + override: + properties: + probes: + properties: + livenessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + readinessProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + startupProbes: + properties: + failureThreshold: + format: int32 + minimum: 1 + type: integer + initialDelaySeconds: + format: int32 + minimum: 0 + type: integer + path: + pattern: ^(/.*)?$ + type: string + periodSeconds: + format: int32 + minimum: 1 + type: integer + timeoutSeconds: + format: int32 + minimum: 1 + type: integer + type: object + type: object + type: object replicas: default: 1 format: int32 @@ -13079,9 +13718,23 @@ spec: type: object ovnLogLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string ovsLogLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string resources: properties: @@ -13148,6 +13801,13 @@ spec: type: integer logLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string metricsEnabled: default: true @@ -13283,6 +13943,13 @@ spec: properties: logLevel: default: info + enum: + - "off" + - emer + - err + - warn + - info + - dbg type: string metricsEnabled: default: true diff --git a/config/operator/manager_operator_images.yaml b/config/operator/manager_operator_images.yaml index 75d362d7a6..25a46ff4bc 100644 --- a/config/operator/manager_operator_images.yaml +++ b/config/operator/manager_operator_images.yaml @@ -14,44 +14,44 @@ spec: - name: operator env: - name: RELATED_IMAGE_BARBICAN_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/barbican-operator@sha256:cc087821d117bd400dd4701776f4dd94a2e159729a94eeef3711e90acd9e1652 + value: quay.io/openstack-k8s-operators/barbican-operator@sha256:1dc5b59e947c16fb0c160e33ec282512cadf69b7630a750facf26094b4d3bb80 - name: RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/cinder-operator@sha256:7a2ff35a26f4540cabe5818a86abdd1ce34104560109fc22d228e06cdb3b63ea + value: quay.io/openstack-k8s-operators/cinder-operator@sha256:4ec5d559dfabc83672a926f75abe092d21a08cf88929458f7d873fce0e358eca - name: RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/designate-operator@sha256:fb71a1f261da5620aa4d7fe5f6e698b5f03c12c0b8982aec5367b00792635cb3 + value: quay.io/openstack-k8s-operators/designate-operator@sha256:db2e5d21d5aefee2b810dd70fa087bb4bbdf3b477e695a7401f3e8b4c04851e9 - name: RELATED_IMAGE_GLANCE_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/glance-operator@sha256:c6c51902eae4064427040a648a3172b2a2663ed75ba5fe65bf4f5ea20ff4b983 + value: quay.io/openstack-k8s-operators/glance-operator@sha256:0cc51a5cbcfeb5e2d9dba18e840545077e0e84cb091db8243881007a23b7d520 - name: RELATED_IMAGE_HEAT_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/heat-operator@sha256:051fb60096064551502a9e69bb1b54f4303e7941ceb91cebdb12f24aa12bc301 + value: quay.io/openstack-k8s-operators/heat-operator@sha256:597a6cba39ee8f3a939b5435fccac85fda200a23f69a48231ab1fdb2d95823d0 - name: RELATED_IMAGE_HORIZON_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/horizon-operator@sha256:705211b1980c1d4c84b284a20b7a6e1662da9912027377e611b682da88dca8ec + value: quay.io/openstack-k8s-operators/horizon-operator@sha256:a4a76861e7421661af9fa02a54161c7eb27aa4c487ab13bb12192db1d64a4fa3 - name: RELATED_IMAGE_INFRA_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/infra-operator@sha256:d8e7e53913119e62b8710c6d7d15cc0d0890ba96a0058ba61b994128cfe6502f + value: quay.io/openstack-k8s-operators/infra-operator@sha256:3f0b7083b4874ed76b77c1d837f3e556a2bb1e64ebe84b84bf9c3079b28c5030 - name: RELATED_IMAGE_IRONIC_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/ironic-operator@sha256:d32d5dc44157ad38f7df15630a03a6d0429f98360fc7f798a392d33f8fbf1869 + value: quay.io/openstack-k8s-operators/ironic-operator@sha256:a47d953e7c5d4d99fe07ce18314e5725ccac5bdbe26ecfb5688059696a898e70 - name: RELATED_IMAGE_KEYSTONE_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/keystone-operator@sha256:dee0da68f43b117f55bcf0d5bf224deba7845cd3058eb7b6f49d757d96829f2b + value: quay.io/openstack-k8s-operators/keystone-operator@sha256:6e1ac83af30b36072cd2f5574765342185c37639fec63fd94211d96d54700bd9 - name: RELATED_IMAGE_MANILA_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/manila-operator@sha256:4a1978fcd77a62c0ee127dfc3c75b5a5273b871aac52c60ad1a0cef46d004acf + value: quay.io/openstack-k8s-operators/manila-operator@sha256:e62767c006ac0b98e2af47fd0381957487c99d37a9e914f258912f638a3d07f5 - name: RELATED_IMAGE_MARIADB_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/mariadb-operator@sha256:8fc0cdfb302b8e16ff7a990a8a6219877e52ae1a4555440255fd11da830c8fcc + value: quay.io/openstack-k8s-operators/mariadb-operator@sha256:381db08bb44b29398b7d908295ca57d3ae71a73d5840d614bf45e207e72db810 - name: RELATED_IMAGE_NEUTRON_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/neutron-operator@sha256:c256f93a5226c9aa0ad094ce8c9c9d1cd06ce05149b36e15863f96c965219e04 + value: quay.io/openstack-k8s-operators/neutron-operator@sha256:544f81b9cfd66de3ebab8a382e857b2a7d8c522148a277a2010ca5a8918e13e5 - name: RELATED_IMAGE_NOVA_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/nova-operator@sha256:6fbc3cddca9ccfd70a160f4e2d1e7a3199fd774fd483a3303228245c8fc0e859 + value: quay.io/openstack-k8s-operators/nova-operator@sha256:d837d30127945a40462b62e9bf47e659bfc4ec7bb6690aaf890ab5e1be43d63a - name: RELATED_IMAGE_OCTAVIA_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/octavia-operator@sha256:3d89dcb18665d069912ab91c3d5ff5b7466b1def1ef03a9f7a833e3275742dee + value: quay.io/openstack-k8s-operators/octavia-operator@sha256:bd15c5eed00e03b7ae68ea80384ed293cd7e0f399de020dc3454b48fbe0527e4 - name: RELATED_IMAGE_OPENSTACK_BAREMETAL_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:03e1133636014341091acf892ed749f92643dabe4bfbc40c6b23ffc323581f02 + value: quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:9619fcad440217bb0f6f7a3ba12f28bc68f49191fe1a32d73e83d55d5dee2464 - name: RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/ovn-operator@sha256:9772d4018805275576f53367592d0cc1416bb4430594450a71d95ad936b8220b + value: quay.io/openstack-k8s-operators/ovn-operator@sha256:6c090a31ce39e3ccbae9b2d20b9271bda02a420eb2985a5ca7536a1a09667f2b - name: RELATED_IMAGE_PLACEMENT_OPERATOR_MANAGER_IMAGE_URL value: quay.io/openstack-k8s-operators/placement-operator@sha256:ca04fe7352ca3d6eaed5842f84c0efaa160403649d5bd6281d9b4ff7b315b6ec - name: RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/swift-operator@sha256:2e9e2417f81f4ff9d270a79cb03d1febb2741cd935e34d846fb9e2751ffffb87 + value: quay.io/openstack-k8s-operators/swift-operator@sha256:4bce345851d8f298ca65c52a29af20b5c715ca10f4b032d99f5977c2bfa9449e - name: RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/telemetry-operator@sha256:281bc644d91aa53e716bcf0252e71b1c6f87b4937c2d1b661f3eee40539bb8a4 + value: quay.io/openstack-k8s-operators/telemetry-operator@sha256:4ac2e1f9b3735e9572a2d05503345d1e532fcb67a41a708135745fe5589f33ca - name: RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/test-operator@sha256:c85b39f2ac267b373b84dda5cfd88304eba5b5a8481045fe36f864a0b2c152fe + value: quay.io/openstack-k8s-operators/test-operator@sha256:2e7ff2b142b3ce81461cd33308687fec20ea560174b807e5ba4141892637ef2d - name: RELATED_IMAGE_WATCHER_OPERATOR_MANAGER_IMAGE_URL - value: quay.io/openstack-k8s-operators/watcher-operator@sha256:05dfc4e923d6a67418b3bb93f462c75d0d915b9eff8251ccc56b0f6b6d783ab8 + value: quay.io/openstack-k8s-operators/watcher-operator@sha256:957f63187188ca32ec8b985772070937f9ac78025b0bfa655b6fcd54282e30b3 diff --git a/go.mod b/go.mod index 33801f8a32..fe8e21c45e 100644 --- a/go.mod +++ b/go.mod @@ -12,33 +12,33 @@ require ( github.com/onsi/ginkgo/v2 v2.28.2 github.com/onsi/gomega v1.40.0 github.com/openshift/api v3.9.0+incompatible - github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260420052305-96c3a8196933 - github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260418071314-55ff2fc10b0c - github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260418051458-40035e96e631 - github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260418071313-4af756ba3dac - github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260420052550-a562e0ee16fd - github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260418053129-fb096ad89dce - github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260507103247-9c1255698eac - github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260420052552-1ba026c533d6 - github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260420052838-77f94aef5af2 - github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260417092244-81c71b39e981 - github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260417092244-81c71b39e981 + github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260503170320-6895f6339b76 + github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260505122911-e0a83a343e3e + github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260503154330-45eb176c3fd3 + github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260504060308-4e1dada89499 + github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260428063332-32d27fe544a9 + github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260503153504-c1032481b862 + github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260508091801-73f228e6af31 + github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260503234301-f0b0f080be71 + github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260507114237-f0b612d6c21f + github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260506154724-30a976ba8ef0 + github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260506154724-30a976ba8ef0 github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260506154724-30a976ba8ef0 - github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260417092244-81c71b39e981 - github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260417092244-81c71b39e981 - github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260420052836-ac1a4d8a769e - github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260413152655-564a51226a2a - github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260420052839-b9314e4e03a3 - github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260413153813-b59b2a226c10 - github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260413082059-d107b5bac378 - github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260413094947-83f411fa655c + github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260506154724-30a976ba8ef0 + github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260506154724-30a976ba8ef0 + github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260504184153-c500e8a9af1c + github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260503164939-40728ae44d65 + github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260427095537-d1f5e517f199 + github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260421072856-123b74ba975b + github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260506123611-25ef6c32f4f3 + github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260507163820-0565bc46ee93 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.20260420053123-cf0908d8cf39 + github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260428063332-55b3554934b5 github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20260413090520-f18a11875c1d - github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260418085220-949c802081aa - github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260420053123-02a691a5b4d4 - github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260416110435-a3f78e737417 - github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260414124111-458e17672b3c + github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260505141545-7491e384bd16 + github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260507131545-82bd3ee4971d + github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260428130236-ec6fe35fb77a + github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260428084423-26f6eac1e089 github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.11.1 go.uber.org/zap v1.28.0 @@ -95,7 +95,7 @@ require ( github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect - github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260417092244-81c71b39e981 // indirect + github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260430090237-a4265c18a162 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/prometheus/client_golang v1.22.0 // indirect github.com/prometheus/client_model v0.6.2 // indirect diff --git a/go.sum b/go.sum index 1c039e6985..1baa1f6a6b 100644 --- a/go.sum +++ b/go.sum @@ -138,60 +138,60 @@ github.com/onsi/gomega v1.40.0 h1:Vtol0e1MghCD2ZVIilPDIg44XSL9l2QAn8ZNaljWcJc= github.com/onsi/gomega v1.40.0/go.mod h1:M/Uqpu/8qTjtzCLUA2zJHX9Iilrau25x1PdoSRbWh5A= 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.20260420052305-96c3a8196933 h1:Ks/OYlX2ipYy1XjAezm1955VkmwXoi+fAZlL0X0NDwM= -github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260420052305-96c3a8196933/go.mod h1:GlhOX7fRcMXxNrRsxPcJOSWd8zvL3/Aitkjr7VWqP68= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260418071314-55ff2fc10b0c h1:ID5FHF6qRqtiRyPtLvRbAYDPs3cDfE+jzElj1yuxCUk= -github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260418071314-55ff2fc10b0c/go.mod h1:Jc3ZlAc3K1jWPcs9LChGtm0wEB2C2Uiescl63Z8CRAc= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260418051458-40035e96e631 h1:1sVW8CssuWlvjqcgcreKNfUesNIq/w5HqBWJ1gRZ5GA= -github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260418051458-40035e96e631/go.mod h1:hbnEtksRUDnwO6taj16Mny9exJQ/W89pSDZ8g8bFH5Q= -github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260418071313-4af756ba3dac h1:BfH8D+SaB/h9fQazX4SaurHLm4IfqHzB19K3+osmOgE= -github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260418071313-4af756ba3dac/go.mod h1:s2zNb7EGQoJXpuifWYeioTIEqjAL8hCR39tRbqxBnPU= -github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260420052550-a562e0ee16fd h1:qaM7SSTbdGbyb19CabSrniwnhnFpiRTkKipirpYTc+A= -github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260420052550-a562e0ee16fd/go.mod h1:aA+YEZ3UJCQvJB2X3qOliGVB7EXdImfJ0qV2jUG/L0E= -github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260418053129-fb096ad89dce h1:4nqAqtmfoN3VoWtFhHj65iZhi40KNp254/trUuoTD0M= -github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260418053129-fb096ad89dce/go.mod h1:ZMH+2206hZgGFjEhC+hhPvU+v6haNaeh5FR1mHylfqw= -github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260507103247-9c1255698eac h1:iALKqINqZR916pWQdjBzi4RtydKcAFAFAMCBXGhnsL0= -github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260507103247-9c1255698eac/go.mod h1:/S2AN21zV70V1XuL0Of2dCjYWNkKwQSyNI8l/iQVrMs= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260420052552-1ba026c533d6 h1:thGt9sbYC1L9/UvkeYQQbWGxeiNeaXVckB/0QuBkN78= -github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260420052552-1ba026c533d6/go.mod h1:pnFZOetSrSoCdyMyTOUTfsFTdwtGwNFKtaPNNZtyHuw= -github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260420052838-77f94aef5af2 h1:h7pTz90cHqX6nTYjYDphuitIfD4UpM9yGnI3AbLdHrY= -github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260420052838-77f94aef5af2/go.mod h1:SpO4CL7c5/1HG+61fP6kWhL2+3aqR+5SNatdZueKrz8= -github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260417092244-81c71b39e981 h1:3aS6IFc8SHDf/tso8FKONOnhampZ3hV0ic0NH2FYmio= -github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260417092244-81c71b39e981/go.mod h1:tXxVkkk8HlATwTmDA5RTP3b+c8apfuMM15mZ2wW5iNs= -github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260417092244-81c71b39e981 h1:G0YU5B6AhXDy/46urlNjz6tMXmHGDdoslgucTIN3F30= -github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260417092244-81c71b39e981/go.mod h1:GzD7Jc5o98ptJ97DSjhC0CQ6OiTP0PB/2qJqxYGcOH8= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260503170320-6895f6339b76 h1:qOJhsJnTtW4imbIAocVAwtlutqAmRo1l/ZNE5GnOBao= +github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260503170320-6895f6339b76/go.mod h1:x0nc4/OaDboc+ANQ7ahb8jFdZ15mBRgRBXG0SLNa20o= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260505122911-e0a83a343e3e h1:xOs+68GuWFgc4yZRvg21qhMsw7ZCVspv2ilUXrKcbeU= +github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260505122911-e0a83a343e3e/go.mod h1:39+7+5Db0HNYxlmz+HuMeRVAqJchmChZvADtYMIiezI= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260503154330-45eb176c3fd3 h1:iDI3dzUuMbqzQXhq7jSZXP24TY7rcgGK6ZrbMjM+8PI= +github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260503154330-45eb176c3fd3/go.mod h1:FMFFY4p3ieus1jXPmQaa5OmSLgtMFRrhKWpMVGAHFac= +github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260504060308-4e1dada89499 h1:nJGVlBzamAMvGNpmyxTmecJ0J2UayBitGGTwEBhkheQ= +github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260504060308-4e1dada89499/go.mod h1:yvXVlvlN2oPKmyvRKycpdsaOLqexelrXQP+hWiDFA8o= +github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260428063332-32d27fe544a9 h1:DpUqWKiI65YNSDknN/uHO0Yl90DdS7omfrdszZHA1Pw= +github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260428063332-32d27fe544a9/go.mod h1:QV5Oj54Ewg3pRycVeW9LLKl/NZJzHomhiL1lFRvf0dk= +github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260503153504-c1032481b862 h1:c7PDblDP9oi9EFOF5/aJaPjmr+1kyssWZ94/sF7uHHg= +github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260503153504-c1032481b862/go.mod h1:5K4h6IBlyVK6LWK4O2cagSfmR8joUumGf8ww+9XGbxw= +github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260508091801-73f228e6af31 h1:FWa0vNs175LpV1eSZ60YOGFdbJ3LqxQ1fxfprBRg7T4= +github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260508091801-73f228e6af31/go.mod h1:/S2AN21zV70V1XuL0Of2dCjYWNkKwQSyNI8l/iQVrMs= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260503234301-f0b0f080be71 h1:nJ7kin75MdV7NMj21BQGndJJ2dLwTEqDUeZmfTp/oco= +github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260503234301-f0b0f080be71/go.mod h1:/kl9A8zRO3zctu9APlnJlsbbWqxWQQeyYrVclQuyI40= +github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260507114237-f0b612d6c21f h1:28WYAUIef3uion0Pps6doCSSbgZtIcodGzwG6BHhCOw= +github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260507114237-f0b612d6c21f/go.mod h1:4ryvbSYuoN522BIPijnm0wMemPgJVKf7jCv8BNDq46I= +github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260506154724-30a976ba8ef0 h1:cqSkbKimia/gFWwj5qn0unP594FQe1nsHyCs3HRs+zw= +github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20260506154724-30a976ba8ef0/go.mod h1:tXxVkkk8HlATwTmDA5RTP3b+c8apfuMM15mZ2wW5iNs= +github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260506154724-30a976ba8ef0 h1:Dck0sbRnRRm0JZ9zdbKoJADZqk37pEv7sFUZ8sZwqDA= +github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.6.1-0.20260506154724-30a976ba8ef0/go.mod h1:+0PCJgchLUfBcZM3pebsN0pN+d5a22NiC2vy2cpGfRs= github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260506154724-30a976ba8ef0 h1:vkFvn06Ns9qW4AbzFjFDu8ioosRmhkEZiDrO3DOQhLg= github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260506154724-30a976ba8ef0/go.mod h1:aIuG6lx3aS0vnXweRNdR/Q0SlfOsLIo0OzrqKK7C6xs= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260417092244-81c71b39e981 h1:jN3Kvt+RYUTaL9EXeeeIqRXVjqeNF74SuLTDXmi4X2Y= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260417092244-81c71b39e981/go.mod h1:7yqbVpg0k0vW+kZks+TMU/cd1ovoejyHfVPWcyGYLHI= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260417092244-81c71b39e981 h1:X3/Gc+i0ZxaROExrpLXonz9EPhftlubFnOK4aSkRLvo= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260417092244-81c71b39e981/go.mod h1:3loLaPUDQyvbPekylZd9OCLF+EXH2klRI9IeeQhuMcs= -github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260417092244-81c71b39e981 h1:KAQ8T+Ri3JWgsyK1D6QybScMh6fpkYUUA+0ntnOiAl4= -github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260417092244-81c71b39e981/go.mod h1:dEjz8zHRIlP3vnMmWdHytlLeSZ6BHcIiSTPM7xTQxFg= -github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260420052836-ac1a4d8a769e h1:bymDbHC6lMbZUbg3dJi5ajS+i4/z5Q77r2nuz4VpBfc= -github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260420052836-ac1a4d8a769e/go.mod h1:aKKbe1AraYGWby2tLTT0sBB4iFH5ZnrZ/uzhf7RwzLs= -github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260413152655-564a51226a2a h1:1VRHhhCE8U0+Q6jPNppxcklIVfK7gZ2Js9VaLpPR7sw= -github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260413152655-564a51226a2a/go.mod h1:g/xgMnzNHxdTkqnEgAKwVOv75uPN4nuApbkGqSvASvs= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260420052839-b9314e4e03a3 h1:XyJrYBPiLCyUysII5RtHKjTekxrL3wxPEBlSvo0SKOQ= -github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260420052839-b9314e4e03a3/go.mod h1:5jWDZDariGwym2q926i/VtR16dgNAvY4mTM/UekciKw= -github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260413153813-b59b2a226c10 h1:6DQAN11CMaStZezMumXgayPpJQVGfsWxn04xPsOsHaM= -github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260413153813-b59b2a226c10/go.mod h1:ZQpGqN3AszLv7OoySPuCFyrNkuOEi1lPTymhbd1gOrc= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260413082059-d107b5bac378 h1:h72lnvPcecgJqOindL68zIZmcJY6xM0EjY5FYe5Z7Qw= -github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260413082059-d107b5bac378/go.mod h1:XO02J/MSp7f+HMyoT5xImUvTtDvDY4SgG2mi+nwdTMY= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260413094947-83f411fa655c h1:77hLym7nButLmaRm2aKozn0kW2WmrAaaYpx/HWHlUzc= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260413094947-83f411fa655c/go.mod h1:WKiIsGtY1q6VbpSa8QmOY3rYFpI061hwqYVFnAFfiFI= -github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260420053123-cf0908d8cf39 h1:PQ025L6DttCoxwHqLTpw0v0W9VEXrCqYLfGDnR04GyI= -github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260420053123-cf0908d8cf39/go.mod h1:ODYNTFMUlzvjlqXAh9AGXrzpBNQBAOkWiNQ6UldsqFw= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260430090237-a4265c18a162 h1:kUfZlcl+EbUBEWe6EGLXjzlUeYj7xZ21QsPA5jMJlwE= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260430090237-a4265c18a162/go.mod h1:7yqbVpg0k0vW+kZks+TMU/cd1ovoejyHfVPWcyGYLHI= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260506154724-30a976ba8ef0 h1:wuzSibIT9F/5RbMmxvBVFj6fy2vtKo58nibzmk5L4PM= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260506154724-30a976ba8ef0/go.mod h1:tft3oDiN+v6wX3ILPXGUM/gCLJz6QtrPN63hxpJ3E24= +github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260506154724-30a976ba8ef0 h1:mG3QhS/QWv9Y/AkZZ5OzO6hu6+l5oDXnI/Q5ZUbj6Zs= +github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20260506154724-30a976ba8ef0/go.mod h1:ZYG9CQe7cOePOKQbenEZFA28kPdkUOe9QKbDRwGhEV0= +github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260504184153-c500e8a9af1c h1:8wt5E9JwrxyLNUGgPqqRJL/Jc2/JWEvx6Rbykv97LqU= +github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260504184153-c500e8a9af1c/go.mod h1:XJ3PpxU9GVzXrtLinTxwTtUEBzBXf5xl/UMPGumul64= +github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260503164939-40728ae44d65 h1:MNjmU326MKwYU6xT6AL2aKbr/0ids87wP5B+s5CL2O0= +github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260503164939-40728ae44d65/go.mod h1:I2LO+wGIzbirVczQ9qo/49y2F5Zo/MEg/pabkXOrY2M= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260427095537-d1f5e517f199 h1:K1Q8fm0VEjqCgTFmMXmh5lMwQ6AQmlGRneglfn9OMqY= +github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260427095537-d1f5e517f199/go.mod h1:+byFQ1kxLQWwhNaNnTIKPpmCJsZE9rjx6SBGD/71Bq4= +github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260421072856-123b74ba975b h1:h8+J0P2wm9ASaZGPIkP15fcjUfoyUyIKFlKFzf8Z1y0= +github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260421072856-123b74ba975b/go.mod h1:BBdKyLuKyCTwMWShJAWIiZEgSPCKx6AAv/V5XoOIkd4= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260506123611-25ef6c32f4f3 h1:9BXtdC2MKBqx+pggRNmo5pJTNe/accyHVY6wb/AbsOI= +github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260506123611-25ef6c32f4f3/go.mod h1:cHFZA0adkpGBHoqJWPZaDcOElHKDSub0LGrJZnqbuQ0= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260507163820-0565bc46ee93 h1:LLKd1votNNmWIF1iprGEBQM78pv9P4xjJDLTO3E4XSE= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260507163820-0565bc46ee93/go.mod h1:4p4l6hjqMLc96YRnNY67+29DDG5o8DAtPrY5YgFXihc= +github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260428063332-55b3554934b5 h1:E8KZkBUK2QzIEksFVxMUg0ETzvAX7uNuEg+2UqmX45I= +github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260428063332-55b3554934b5/go.mod h1:ODYNTFMUlzvjlqXAh9AGXrzpBNQBAOkWiNQ6UldsqFw= github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20260413090520-f18a11875c1d h1:ZvVIq5E/F82tqQckheo3WnL6XywTPc+PiJWyrllkyVo= github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20260413090520-f18a11875c1d/go.mod h1:34ka8QoEZ2LFmJv6wO5l9U29f9Kd1vizVzbkzRQnwVA= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260418085220-949c802081aa h1:pnzRdcdTy91mxcU93e7xp9gn+pNyWyOdB8w/WlRynvo= -github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260418085220-949c802081aa/go.mod h1:REDdMRGrY7JhGOsrKXt4hNZJAq0f6b3ykVh/Wyy4UXs= -github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260420053123-02a691a5b4d4 h1:82WLFtF/6P1VwcVoyfO9vjEdMnkQFpHkVq4I3YY7L28= -github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260420053123-02a691a5b4d4/go.mod h1:5PWJhM4FSPNBlA6+ClP6/ZbKQA8zlaL31ryWZIDRtAY= -github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260416110435-a3f78e737417 h1:lFm9HeKjWNk7Lom+mpO+XdzDiqd/negACtEbo6DHlHg= -github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260416110435-a3f78e737417/go.mod h1:spi9J+G46BuuiPJiBqp1IL8DCh93lfiXZlvcRbPzTwo= -github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260414124111-458e17672b3c h1:LnydnAg5YQD6994n0FAv3X7awJXl5b1FQsUeqNFzPws= -github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260414124111-458e17672b3c/go.mod h1:9ubKnJmL/9HLt6cqbbiv4XTcPrqf5ddfPKTxZi3LD/s= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260505141545-7491e384bd16 h1:Cg7+L4oQ49IclSuhHj71yTfi/UHk8pGy2gNKnPGKOd8= +github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260505141545-7491e384bd16/go.mod h1:iQGrAjlq4eOCWqqGt62aMlkBInryDRva19xC/6rB5NQ= +github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260507131545-82bd3ee4971d h1:Se8AJbbbwbLMc71yY7sLIDQcqN4GOclYLC3Vp5QEG9M= +github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260507131545-82bd3ee4971d/go.mod h1:5PWJhM4FSPNBlA6+ClP6/ZbKQA8zlaL31ryWZIDRtAY= +github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260428130236-ec6fe35fb77a h1:8jf3Dpj5MuzQA2yXHHQg17vr5uT7Vz7vWBt1SmJCA5Q= +github.com/openstack-k8s-operators/test-operator/api v0.6.1-0.20260428130236-ec6fe35fb77a/go.mod h1:wmn29aFmzEfaIdNJmn2zq3YypsXMHeRXg0Sk0X1RTXY= +github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260428084423-26f6eac1e089 h1:KyEAJQweVb/rbJIu8Vu5ZZDgvMcnuRhwGDa+y8sLA1c= +github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260428084423-26f6eac1e089/go.mod h1:iE1kDOYq+/IW9IjOQeK19/BkcjzaHxOrV+TmJyqcNd8= 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= diff --git a/hack/export_operator_related_images.sh b/hack/export_operator_related_images.sh index ca3d8e7348..19ecb143b0 100644 --- a/hack/export_operator_related_images.sh +++ b/hack/export_operator_related_images.sh @@ -1,23 +1,23 @@ # 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:cc087821d117bd400dd4701776f4dd94a2e159729a94eeef3711e90acd9e1652 -export RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/cinder-operator@sha256:7a2ff35a26f4540cabe5818a86abdd1ce34104560109fc22d228e06cdb3b63ea -export RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/designate-operator@sha256:fb71a1f261da5620aa4d7fe5f6e698b5f03c12c0b8982aec5367b00792635cb3 -export RELATED_IMAGE_GLANCE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/glance-operator@sha256:c6c51902eae4064427040a648a3172b2a2663ed75ba5fe65bf4f5ea20ff4b983 -export RELATED_IMAGE_HEAT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/heat-operator@sha256:051fb60096064551502a9e69bb1b54f4303e7941ceb91cebdb12f24aa12bc301 -export RELATED_IMAGE_HORIZON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/horizon-operator@sha256:705211b1980c1d4c84b284a20b7a6e1662da9912027377e611b682da88dca8ec -export RELATED_IMAGE_INFRA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/infra-operator@sha256:d8e7e53913119e62b8710c6d7d15cc0d0890ba96a0058ba61b994128cfe6502f -export RELATED_IMAGE_IRONIC_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ironic-operator@sha256:d32d5dc44157ad38f7df15630a03a6d0429f98360fc7f798a392d33f8fbf1869 -export RELATED_IMAGE_KEYSTONE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/keystone-operator@sha256:dee0da68f43b117f55bcf0d5bf224deba7845cd3058eb7b6f49d757d96829f2b -export RELATED_IMAGE_MANILA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/manila-operator@sha256:4a1978fcd77a62c0ee127dfc3c75b5a5273b871aac52c60ad1a0cef46d004acf -export RELATED_IMAGE_MARIADB_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/mariadb-operator@sha256:8fc0cdfb302b8e16ff7a990a8a6219877e52ae1a4555440255fd11da830c8fcc -export RELATED_IMAGE_NEUTRON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/neutron-operator@sha256:c256f93a5226c9aa0ad094ce8c9c9d1cd06ce05149b36e15863f96c965219e04 -export RELATED_IMAGE_NOVA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/nova-operator@sha256:6fbc3cddca9ccfd70a160f4e2d1e7a3199fd774fd483a3303228245c8fc0e859 -export RELATED_IMAGE_OCTAVIA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/octavia-operator@sha256:3d89dcb18665d069912ab91c3d5ff5b7466b1def1ef03a9f7a833e3275742dee -export RELATED_IMAGE_OPENSTACK_BAREMETAL_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:03e1133636014341091acf892ed749f92643dabe4bfbc40c6b23ffc323581f02 -export RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ovn-operator@sha256:9772d4018805275576f53367592d0cc1416bb4430594450a71d95ad936b8220b +export RELATED_IMAGE_BARBICAN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/barbican-operator@sha256:1dc5b59e947c16fb0c160e33ec282512cadf69b7630a750facf26094b4d3bb80 +export RELATED_IMAGE_CINDER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/cinder-operator@sha256:4ec5d559dfabc83672a926f75abe092d21a08cf88929458f7d873fce0e358eca +export RELATED_IMAGE_DESIGNATE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/designate-operator@sha256:db2e5d21d5aefee2b810dd70fa087bb4bbdf3b477e695a7401f3e8b4c04851e9 +export RELATED_IMAGE_GLANCE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/glance-operator@sha256:0cc51a5cbcfeb5e2d9dba18e840545077e0e84cb091db8243881007a23b7d520 +export RELATED_IMAGE_HEAT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/heat-operator@sha256:597a6cba39ee8f3a939b5435fccac85fda200a23f69a48231ab1fdb2d95823d0 +export RELATED_IMAGE_HORIZON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/horizon-operator@sha256:a4a76861e7421661af9fa02a54161c7eb27aa4c487ab13bb12192db1d64a4fa3 +export RELATED_IMAGE_INFRA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/infra-operator@sha256:3f0b7083b4874ed76b77c1d837f3e556a2bb1e64ebe84b84bf9c3079b28c5030 +export RELATED_IMAGE_IRONIC_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ironic-operator@sha256:a47d953e7c5d4d99fe07ce18314e5725ccac5bdbe26ecfb5688059696a898e70 +export RELATED_IMAGE_KEYSTONE_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/keystone-operator@sha256:6e1ac83af30b36072cd2f5574765342185c37639fec63fd94211d96d54700bd9 +export RELATED_IMAGE_MANILA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/manila-operator@sha256:e62767c006ac0b98e2af47fd0381957487c99d37a9e914f258912f638a3d07f5 +export RELATED_IMAGE_MARIADB_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/mariadb-operator@sha256:381db08bb44b29398b7d908295ca57d3ae71a73d5840d614bf45e207e72db810 +export RELATED_IMAGE_NEUTRON_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/neutron-operator@sha256:544f81b9cfd66de3ebab8a382e857b2a7d8c522148a277a2010ca5a8918e13e5 +export RELATED_IMAGE_NOVA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/nova-operator@sha256:d837d30127945a40462b62e9bf47e659bfc4ec7bb6690aaf890ab5e1be43d63a +export RELATED_IMAGE_OCTAVIA_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/octavia-operator@sha256:bd15c5eed00e03b7ae68ea80384ed293cd7e0f399de020dc3454b48fbe0527e4 +export RELATED_IMAGE_OPENSTACK_BAREMETAL_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:9619fcad440217bb0f6f7a3ba12f28bc68f49191fe1a32d73e83d55d5dee2464 +export RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/ovn-operator@sha256:6c090a31ce39e3ccbae9b2d20b9271bda02a420eb2985a5ca7536a1a09667f2b export RELATED_IMAGE_PLACEMENT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/placement-operator@sha256:ca04fe7352ca3d6eaed5842f84c0efaa160403649d5bd6281d9b4ff7b315b6ec -export RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/swift-operator@sha256:2e9e2417f81f4ff9d270a79cb03d1febb2741cd935e34d846fb9e2751ffffb87 -export RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/telemetry-operator@sha256:281bc644d91aa53e716bcf0252e71b1c6f87b4937c2d1b661f3eee40539bb8a4 -export RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/test-operator@sha256:c85b39f2ac267b373b84dda5cfd88304eba5b5a8481045fe36f864a0b2c152fe -export RELATED_IMAGE_WATCHER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/watcher-operator@sha256:05dfc4e923d6a67418b3bb93f462c75d0d915b9eff8251ccc56b0f6b6d783ab8 +export RELATED_IMAGE_SWIFT_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/swift-operator@sha256:4bce345851d8f298ca65c52a29af20b5c715ca10f4b032d99f5977c2bfa9449e +export RELATED_IMAGE_TELEMETRY_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/telemetry-operator@sha256:4ac2e1f9b3735e9572a2d05503345d1e532fcb67a41a708135745fe5589f33ca +export RELATED_IMAGE_TEST_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/test-operator@sha256:2e7ff2b142b3ce81461cd33308687fec20ea560174b807e5ba4141892637ef2d +export RELATED_IMAGE_WATCHER_OPERATOR_MANAGER_IMAGE_URL=quay.io/openstack-k8s-operators/watcher-operator@sha256:957f63187188ca32ec8b985772070937f9ac78025b0bfa655b6fcd54282e30b3