From e24dd36d84402ee2224868f889b836e569123f44 Mon Sep 17 00:00:00 2001 From: OpenStack K8s CI Date: Mon, 1 Apr 2024 10:02:58 +0000 Subject: [PATCH] Update openstack-k8s-operators --- ....openstack.org_openstackcontrolplanes.yaml | 951 ++++++++++++++++-- apis/go.mod | 44 +- apis/go.sum | 88 +- ....openstack.org_openstackcontrolplanes.yaml | 951 ++++++++++++++++-- go.mod | 54 +- go.sum | 108 +- 6 files changed, 1871 insertions(+), 325 deletions(-) diff --git a/apis/bases/core.openstack.org_openstackcontrolplanes.yaml b/apis/bases/core.openstack.org_openstackcontrolplanes.yaml index 8d9bdd680..4330dbbbf 100644 --- a/apis/bases/core.openstack.org_openstackcontrolplanes.yaml +++ b/apis/bases/core.openstack.org_openstackcontrolplanes.yaml @@ -895,12 +895,6 @@ spec: default: 1 0 * * * type: string type: object - debug: - properties: - dbPurge: - default: false - type: boolean - type: object extraMounts: items: properties: @@ -5224,51 +5218,807 @@ spec: - passthrough type: string required: - - termination - type: object - to: - properties: - kind: - enum: - - Service - - "" - type: string - name: - type: string - weight: - format: int32 - maximum: 256 - minimum: 0 - type: integer + - termination + type: object + to: + properties: + kind: + enum: + - Service + - "" + type: string + name: + type: string + weight: + format: int32 + maximum: 256 + minimum: 0 + type: integer + type: object + wildcardPolicy: + enum: + - None + - Subdomain + - "" + type: string + type: object + type: object + tls: + properties: + secretName: + type: string + type: object + type: object + enabled: + default: false + type: boolean + template: + properties: + containerImage: + type: string + customServiceConfig: + default: '# add your customization here' + type: string + defaultConfigOverwrite: + additionalProperties: + type: string + type: object + extraMounts: + items: + properties: + extraVol: + items: + properties: + extraVolType: + type: string + mounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + propagation: + items: + type: string + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + required: + - mounts + - volumes type: object - wildcardPolicy: - enum: - - None - - Subdomain - - "" - type: string - type: object - type: object - tls: - properties: - secretName: - type: string - type: object - type: object - enabled: - default: false - type: boolean - template: - properties: - containerImage: - type: string - customServiceConfig: - default: '# add your customization here' - type: string - defaultConfigOverwrite: - additionalProperties: - type: string - type: object + type: array + name: + type: string + region: + type: string + required: + - extraVol + type: object + type: array memcachedInstance: default: memcached type: string @@ -6241,9 +6991,6 @@ spec: additionalProperties: type: string type: object - enableSecureRBAC: - default: true - type: boolean memcachedInstance: default: memcached type: string @@ -6362,6 +7109,12 @@ spec: type: object secret: type: string + secureRBACEnforceNewDefaults: + default: true + type: boolean + secureRBACEnforceScope: + default: false + type: boolean tls: properties: api: @@ -6522,6 +7275,7 @@ spec: properties: age: default: 30 + minimum: 1 type: integer schedule: default: 1 0 * * * @@ -7713,11 +8467,11 @@ spec: type: string customServiceConfig: type: string - databaseInstance: - type: string - databaseUser: + databaseAccount: default: neutron type: string + databaseInstance: + type: string defaultConfigOverwrite: additionalProperties: type: string @@ -8542,12 +9296,8 @@ spec: type: object passwordSelectors: default: - database: NeutronDatabasePassword service: NeutronPassword properties: - database: - default: NeutronDatabasePassword - type: string service: default: NeutronPassword type: string @@ -10354,8 +11104,6 @@ spec: type: object secret: type: string - serviceAccount: - type: string serviceUser: default: octavia type: string @@ -10374,7 +11122,6 @@ spec: - octaviaAPI - rabbitMqClusterName - secret - - serviceAccount type: object type: object openstackclient: @@ -10583,6 +11330,10 @@ spec: logLevel: default: info type: string + nThreads: + default: 1 + format: int32 + type: integer networkAttachment: type: string nodeSelector: @@ -15152,9 +15903,6 @@ spec: storageClass: default: "" type: string - swiftConfSecret: - default: swift-conf - type: string swiftProxy: properties: containerImageProxy: @@ -15243,9 +15991,6 @@ spec: serviceUser: default: swift type: string - swiftConfSecret: - default: swift-conf - type: string tls: properties: api: @@ -15270,7 +16015,6 @@ spec: - replicas - secret - serviceUser - - swiftConfSecret type: object swiftRing: properties: @@ -15291,9 +16035,6 @@ spec: format: int64 minimum: 1 type: integer - swiftConfSecret: - default: swift-conf - type: string tls: properties: caBundleSecretName: @@ -15304,7 +16045,6 @@ spec: - minPartHours - partPower - ringReplicas - - swiftConfSecret type: object swiftStorage: properties: @@ -15341,9 +16081,6 @@ spec: storageRequest: default: 10Gi type: string - swiftConfSecret: - default: swift-conf - type: string required: - containerImageAccount - containerImageContainer @@ -15353,12 +16090,10 @@ spec: - replicas - storageClass - storageRequest - - swiftConfSecret type: object required: - memcachedInstance - storageClass - - swiftConfSecret - swiftProxy - swiftRing - swiftStorage @@ -15486,11 +16221,11 @@ spec: customServiceConfig: default: '# add your customization here' type: string - databaseInstance: - type: string - databaseUser: + databaseAccount: default: aodh type: string + databaseInstance: + type: string defaultConfigOverwrite: additionalProperties: type: string @@ -15562,14 +16297,10 @@ spec: passwordSelector: default: aodhService: AodhPassword - database: AodhDatabasePassword properties: aodhService: default: AodhPassword type: string - database: - default: AodhDatabasePassword - type: string service: default: CeilometerPassword type: string @@ -15625,6 +16356,8 @@ spec: maximum: 65535 minimum: 1 type: integer + prometheusTLS: + type: boolean required: - heatInstance type: object @@ -15659,13 +16392,12 @@ spec: aodhService: default: AodhPassword type: string - database: - default: AodhDatabasePassword - type: string service: default: CeilometerPassword type: string type: object + proxyImage: + type: string rabbitMqClusterName: default: rabbitmq type: string @@ -15676,11 +16408,19 @@ spec: type: string sgCoreImage: type: string + tls: + properties: + caBundleSecretName: + type: string + secretName: + type: string + type: object required: - centralImage - computeImage - ipmiImage - notificationImage + - proxyImage - secret - sgCoreImage type: object @@ -15896,6 +16636,24 @@ spec: type: type: string type: object + azureAd: + properties: + cloud: + enum: + - AzureChina + - AzureGovernment + - AzurePublic + type: string + managedIdentity: + properties: + clientId: + type: string + required: + - clientId + type: object + required: + - managedIdentity + type: object basicAuth: properties: password: @@ -16026,6 +16784,8 @@ spec: type: string sendExemplars: type: boolean + sendNativeHistograms: + type: boolean sigv4: properties: accessKey: @@ -16196,6 +16956,9 @@ spec: format: int32 minimum: 0 type: integer + scrapeInterval: + pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ + type: string type: object resourceSelector: nullable: true @@ -16274,6 +17037,9 @@ spec: alertingEnabled: default: true type: boolean + dashboardsEnabled: + default: false + type: boolean dataplaneNetwork: default: ctlplane pattern: ^[a-zA-Z0-9][a-zA-Z0-9\-_]*[a-zA-Z0-9]$ @@ -16332,6 +17098,13 @@ spec: required: - dataplaneNetwork type: object + prometheusTls: + properties: + caBundleSecretName: + type: string + secretName: + type: string + type: object type: object type: object type: object diff --git a/apis/go.mod b/apis/go.mod index 77e4911c3..7b33a2105 100644 --- a/apis/go.mod +++ b/apis/go.mod @@ -3,28 +3,28 @@ module github.com/openstack-k8s-operators/openstack-operator/apis go 1.20 require ( - github.com/onsi/ginkgo/v2 v2.16.0 + github.com/onsi/ginkgo/v2 v2.17.1 github.com/onsi/gomega v1.32.0 - github.com/openstack-k8s-operators/barbican-operator/api v0.0.0-20240310115941-5124bc86e50e - github.com/openstack-k8s-operators/cinder-operator/api v0.3.1-0.20240315185259-92a4d93fc876 + github.com/openstack-k8s-operators/barbican-operator/api v0.0.0-20240328110617-b45cfeccb903 + github.com/openstack-k8s-operators/cinder-operator/api v0.3.1-0.20240330075638-442ce1ebe020 github.com/openstack-k8s-operators/designate-operator/api v0.0.0-20240306213520-073a542389ea - github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240314145536-52b38176eb3f - github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240318020653-c1d2b66c7c41 - github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240318073115-dd46fc11a8f4 - github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240313161042-88282483a04f - github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240315174418-d016dbadd829 - github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240313143432-9108b7f7290a - github.com/openstack-k8s-operators/lib-common/modules/common v0.3.1-0.20240314165949-fec16b14c33b - github.com/openstack-k8s-operators/lib-common/modules/storage v0.3.1-0.20240314165949-fec16b14c33b - github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240315120315-d76653575db5 + github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240329180318-bd1b51ef0b06 + github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240327132943-1bd0e441658a + github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240329125518-68164dcb0b20 + github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240327192142-3a7330c5f527 + github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240320220525-7cb8f24d903d + github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240328191303-c47a8894eea5 + github.com/openstack-k8s-operators/lib-common/modules/common v0.3.1-0.20240326081751-56015b1ae3f6 + github.com/openstack-k8s-operators/lib-common/modules/storage v0.3.1-0.20240326081751-56015b1ae3f6 + github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240329184204-9f02757cd23c github.com/openstack-k8s-operators/mariadb-operator/api v0.3.1-0.20240314113200-40cf3e6aa38e - github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240308065128-4ba88761f83f - github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240313153742-4685453be3fb - github.com/openstack-k8s-operators/octavia-operator/api v0.3.1-0.20240326115129-7fd1a4fa51c3 - github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240318052728-f132fab5c943 - github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240313145348-1dd69c7bc338 - github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240315154317-8b38ff1e6a8d - github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240311060559-4ecd4f5c3961 + github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240328201705-3f89f274c32f + github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240327140817-6274ce7a470d + github.com/openstack-k8s-operators/octavia-operator/api v0.3.1-0.20240328232406-8b4e3c4682b0 + github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240328201419-2e17e3138026 + github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240329120831-fae0c7277030 + github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240329204003-790119776f5e + github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240401072516-b7dd5eee10ee github.com/rabbitmq/cluster-operator/v2 v2.6.0 k8s.io/api v0.28.8 k8s.io/apimachinery v0.28.8 @@ -63,14 +63,14 @@ require ( github.com/modern-go/reflect2 v1.0.2 // 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.3.1-0.20240314165949-fec16b14c33b // indirect + github.com/openstack-k8s-operators/lib-common/modules/openstack v0.3.1-0.20240326081751-56015b1ae3f6 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/prometheus/client_golang v1.18.0 // indirect github.com/prometheus/client_model v0.5.0 // indirect github.com/prometheus/common v0.46.0 // indirect github.com/prometheus/procfs v0.12.0 // indirect - github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.64.1-rhobs3 // indirect - github.com/rhobs/observability-operator v0.0.20 // indirect + github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.69.0-rhobs1 // indirect + github.com/rhobs/observability-operator v0.0.28 // indirect github.com/robfig/cron/v3 v3.0.1 // indirect github.com/spf13/pflag v1.0.5 // indirect go.uber.org/multierr v1.11.0 // indirect diff --git a/apis/go.sum b/apis/go.sum index 2962fcc11..230945d0c 100644 --- a/apis/go.sum +++ b/apis/go.sum @@ -67,54 +67,54 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= -github.com/onsi/ginkgo/v2 v2.16.0 h1:7q1w9frJDzninhXxjZd+Y/x54XNjG/UlRLIYPZafsPM= -github.com/onsi/ginkgo/v2 v2.16.0/go.mod h1:llBI3WDLL9Z6taip6f33H76YcWtJv+7R3HigUjbIBOs= +github.com/onsi/ginkgo/v2 v2.17.1 h1:V++EzdbhI4ZV4ev0UTIj0PzhzOcReJFyJaLjtSF55M8= +github.com/onsi/ginkgo/v2 v2.17.1/go.mod h1:llBI3WDLL9Z6taip6f33H76YcWtJv+7R3HigUjbIBOs= github.com/onsi/gomega v1.32.0 h1:JRYU78fJ1LPxlckP6Txi/EYqJvjtMrDC04/MM5XRHPk= github.com/onsi/gomega v1.32.0/go.mod h1:a4x4gW6Pz2yK1MAmvluYme5lvYTn61afQ2ETw/8n4Lg= github.com/openshift/api v0.0.0-20230414143018-3367bc7e6ac7 h1:rncLxJBpFGqBztyxCMwNRnMjhhIDOWHJowi6q8G6koI= github.com/openshift/api v0.0.0-20230414143018-3367bc7e6ac7/go.mod h1:ctXNyWanKEjGj8sss1KjjHQ3ENKFm33FFnS5BKaIPh4= -github.com/openstack-k8s-operators/barbican-operator/api v0.0.0-20240310115941-5124bc86e50e h1:bTwe7Vd6efGG5bQtVCcg5Vx+cI0PUcNQjeg0vOR28dk= -github.com/openstack-k8s-operators/barbican-operator/api v0.0.0-20240310115941-5124bc86e50e/go.mod h1:/cGtVPIqIZY31DvNLVJGIDTn7q0mySia1H9+/uOyKxI= -github.com/openstack-k8s-operators/cinder-operator/api v0.3.1-0.20240315185259-92a4d93fc876 h1:a+n5bxp4gKIVKVvJGd2Se1RB7/7czBqWYcArmv8KGu4= -github.com/openstack-k8s-operators/cinder-operator/api v0.3.1-0.20240315185259-92a4d93fc876/go.mod h1:m4zXId1XjsKPacKBOYXs4Uvbvu8bhv0lxPy7xBFlRT4= +github.com/openstack-k8s-operators/barbican-operator/api v0.0.0-20240328110617-b45cfeccb903 h1:es/dSkAVO9c21Mgt/U4H8tIociAUqP9cNkWIrtiwuxs= +github.com/openstack-k8s-operators/barbican-operator/api v0.0.0-20240328110617-b45cfeccb903/go.mod h1:/cGtVPIqIZY31DvNLVJGIDTn7q0mySia1H9+/uOyKxI= +github.com/openstack-k8s-operators/cinder-operator/api v0.3.1-0.20240330075638-442ce1ebe020 h1:1nJsPw2VWQduMoVttL3VuqRgTb9v5u21jN7vgCI0stE= +github.com/openstack-k8s-operators/cinder-operator/api v0.3.1-0.20240330075638-442ce1ebe020/go.mod h1:8pZZ7Zw8VF0tIK9Jbu04DL5Fi+K5zD6xD2iBDL+/i5Q= github.com/openstack-k8s-operators/designate-operator/api v0.0.0-20240306213520-073a542389ea h1:6E5uL2bqgsOxKuV0K58w5L98PoNVg+iExgTzsfZfP8s= github.com/openstack-k8s-operators/designate-operator/api v0.0.0-20240306213520-073a542389ea/go.mod h1:6ogMzx/FQFtClz+tI+pdeb+8b3YtmQtxDGApBmMphVI= -github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240314145536-52b38176eb3f h1:sDaGYd3+UeLWLAzgXm3Q4cQwSfDuAactmKUIWczd72Q= -github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240314145536-52b38176eb3f/go.mod h1:SDJ9an8x/15IUEH8lFBY4bnfMEbcnxQSjwjk32qG8bs= -github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240318020653-c1d2b66c7c41 h1:frncIdp1Pj2zhd48Cpjq8fJA8hA/tNTyKjXPv/LM7/4= -github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240318020653-c1d2b66c7c41/go.mod h1:H2EEgX5RglaCy9cyJiGYDvJRPEKCEaUdh/OpeXzNfVw= -github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240318073115-dd46fc11a8f4 h1:XJm5lA/vHW9FDngZLzEEfEbik+E6+HcS7mvBqU1uKos= -github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240318073115-dd46fc11a8f4/go.mod h1:U+15EW4IwoBF3/6cwy+Y+IULDpJ2H3IJfEH5fp1IQC8= -github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240313161042-88282483a04f h1:gsvP3swGVUNPyFyxR5ZqOCoP3DTBnonDzYi7xSOhdAU= -github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240313161042-88282483a04f/go.mod h1:qKuzDDDMlAmJn4JWPoUeBEzpAia7J17++hhzR0oPv88= -github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240315174418-d016dbadd829 h1:SZzu5+nCVU2w0BPPe6VQiz2kccsrEghICay/hiR1wWc= -github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240315174418-d016dbadd829/go.mod h1:LnNsRscwuhOstzSuBZXAXi0iUUMLkafojSlEUBBfIPU= -github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240313143432-9108b7f7290a h1:XcUHh0j65hm8/4orLTH6aRTv3Ah4rGP1rA4yu7G0fR0= -github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240313143432-9108b7f7290a/go.mod h1:8C7VPKXAxiwB5Z4Kwn12VL0guW6onIG0Ayxiio5Vyu0= -github.com/openstack-k8s-operators/lib-common/modules/common v0.3.1-0.20240314165949-fec16b14c33b h1:5EzrrjcGziV69MsEgoBwPdsggY56M6jUxGBP9pp+hwo= -github.com/openstack-k8s-operators/lib-common/modules/common v0.3.1-0.20240314165949-fec16b14c33b/go.mod h1:DL+Ts0k+fzgZmx0XxWArIeAmdKuTkPa1I5DThdybfmE= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.3.1-0.20240314165949-fec16b14c33b h1:FEbadtLx4+ktxf79ZJoKZmfMNsQyqqgL5T9NXWc3i/k= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.3.1-0.20240314165949-fec16b14c33b/go.mod h1:ghnFgNIzj4amS897wEto+L+jYzDSg2cJ6y32RNfFGhk= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.3.1-0.20240314165949-fec16b14c33b h1:lygG1KiF5d9HpKpGAl5fa8JVlC9j5VFvC4iKvJkJslA= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.3.1-0.20240314165949-fec16b14c33b/go.mod h1:O5Cc9+++JnKewv8VWtTQeH5r2gPLy0lhdECfmjy7mF0= -github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240315120315-d76653575db5 h1:4xYbpsOFoS5t1h1VBuOCDiCWhv7Dgz10jGk2wLhzutA= -github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240315120315-d76653575db5/go.mod h1:802RCwt0cea6338iJUgrsEQ0+obtvVAdvDquIASJKEQ= +github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240329180318-bd1b51ef0b06 h1:qMfvlMg8sf4i+QjKvDuHoHrn6GzfxzTOIbIdpjHBqBo= +github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240329180318-bd1b51ef0b06/go.mod h1:j575INOIXGXzSqmHp+BbqQFW6SPN8gaWJfQeB7iXVm0= +github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240327132943-1bd0e441658a h1:ejusM4bUuua2zC5pbBZ7FamkTsoyD290RKzqj82XhMo= +github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240327132943-1bd0e441658a/go.mod h1:tc8UTwFVMnLwA+0GLCUanZOzD53vhkIYgAGhFHUqiac= +github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240329125518-68164dcb0b20 h1:xtUCL2yyJizy1DoD1mNFiGIO09o+6PGYPhQzkyDMgMg= +github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240329125518-68164dcb0b20/go.mod h1:TCOUwt5jnxUC1rpRgrNXEWsSeorSc8Pt/MMbJdlnhQg= +github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240327192142-3a7330c5f527 h1:Dn+fAvP98vzFJRrf2UhxQXDA1RmJIHTcCqiINtQQ9l8= +github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240327192142-3a7330c5f527/go.mod h1:qKuzDDDMlAmJn4JWPoUeBEzpAia7J17++hhzR0oPv88= +github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240320220525-7cb8f24d903d h1:DY3mqDDsqGR9pMD5zSTPBSpXcTCPwYTvGJk2x3fdBEA= +github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240320220525-7cb8f24d903d/go.mod h1:LnNsRscwuhOstzSuBZXAXi0iUUMLkafojSlEUBBfIPU= +github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240328191303-c47a8894eea5 h1:wzzdIwSx/uGDElnczj3Migz859YTAGN9TG2jBSjtmBQ= +github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240328191303-c47a8894eea5/go.mod h1:opUQY0YZNCyA11FKLToVhaVZTTEMfbnf0ozOLmkKfGs= +github.com/openstack-k8s-operators/lib-common/modules/common v0.3.1-0.20240326081751-56015b1ae3f6 h1:4Z7LjnjEF82XiusXJTI/4TqgwnJas3cdvg/qEgkrW8Q= +github.com/openstack-k8s-operators/lib-common/modules/common v0.3.1-0.20240326081751-56015b1ae3f6/go.mod h1:DL+Ts0k+fzgZmx0XxWArIeAmdKuTkPa1I5DThdybfmE= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.3.1-0.20240326081751-56015b1ae3f6 h1:SgAOAzpDl6K8xKnzQmMqq+go8Q+EPO8MDLtvlGZ2SNw= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.3.1-0.20240326081751-56015b1ae3f6/go.mod h1:ghnFgNIzj4amS897wEto+L+jYzDSg2cJ6y32RNfFGhk= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.3.1-0.20240326081751-56015b1ae3f6 h1:+/rZBzjzrhQDgNTzrcIAaXhsCkW2lf2Ekg0jG5gsqvQ= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.3.1-0.20240326081751-56015b1ae3f6/go.mod h1:O5Cc9+++JnKewv8VWtTQeH5r2gPLy0lhdECfmjy7mF0= +github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240329184204-9f02757cd23c h1:ywUQhq4JVG9WUBXQ/5NqK1lPqHhe+V+CkBKsH5E2UCk= +github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240329184204-9f02757cd23c/go.mod h1:2xtchrVN1qkQcO2Xa2JkQLqBdYL7GRIUUsoiGLHK3OM= github.com/openstack-k8s-operators/mariadb-operator/api v0.3.1-0.20240314113200-40cf3e6aa38e h1:HUJV2Rd0NQZAXwV0UNdHKjO7fY5QLlDuLdI9f/OIc0Y= github.com/openstack-k8s-operators/mariadb-operator/api v0.3.1-0.20240314113200-40cf3e6aa38e/go.mod h1:f9IIyWeoskWoeWaDFF3qmAJ2Kqyovfi0Ar/QUfk3qag= -github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240308065128-4ba88761f83f h1:/a/+8/2zx+GAr5urESTrxac71BDjeG6vYNEScUyytFg= -github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240308065128-4ba88761f83f/go.mod h1:gOepjTKpq6rF0Lf69edviPOjFpjw4LHan/tWC4LB4Fs= -github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240313153742-4685453be3fb h1:WwiFdrd3Qk7AsXQWMIysL8LW4XHC9gJhJ4LmbIYi4HI= -github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240313153742-4685453be3fb/go.mod h1:s9ZDTDlY5f7cu/ZT35kGYvLD8v6mto6MOLPcsK73e54= -github.com/openstack-k8s-operators/octavia-operator/api v0.3.1-0.20240326115129-7fd1a4fa51c3 h1:eBwnx+PrS4SBQxYLlByJFX7poKigiBJsv/CGoEFGIaI= -github.com/openstack-k8s-operators/octavia-operator/api v0.3.1-0.20240326115129-7fd1a4fa51c3/go.mod h1:w46sjTz5g4qxAd3xkEYTakmRoZOF8TfVr5WKG0vmPSw= -github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240318052728-f132fab5c943 h1:klU6Jc46yVMFAoXZgJO1gaJiw3ZjaYTNshfirR0M5oA= -github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240318052728-f132fab5c943/go.mod h1:dcKA0ZNATdkWVmltQQX8jYpEzM89FRIvzlo9Byj8H04= -github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240313145348-1dd69c7bc338 h1:4px3BVSfWmfvJf+Nurf0EJb4ViKHW4qM8ocDqH0u8C4= -github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240313145348-1dd69c7bc338/go.mod h1:i7bl0Vg4iyaOR4GCfduMWq0V9k5h9ltKDnx0hZg1JDE= -github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240315154317-8b38ff1e6a8d h1:O4nJMsX3pS3X3CUw7/wjgJXoTIPA68pJowA1CfQP6IM= -github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240315154317-8b38ff1e6a8d/go.mod h1:/7+Ld3BHb9RDaHhXKEtCiWQmhVwpRLVeLutZxyHRPpM= -github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240311060559-4ecd4f5c3961 h1:YYeHx9q2/ohmCwezfdw+qDJywpSZVgo9Ud24Oyie2J4= -github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240311060559-4ecd4f5c3961/go.mod h1:QUHaxzPPQ1OzWvG8BJIE+D1LSpm+bdv2yfrXHXiYQ+4= +github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240328201705-3f89f274c32f h1:uTyho5XjL/nmdEh3aRZ/ByGzrXCtYTpwsb+TaKS9UyI= +github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240328201705-3f89f274c32f/go.mod h1:3noVvcFj00ClDf7LLmf+kpdAMGaS3tCHhntFXGX2qA0= +github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240327140817-6274ce7a470d h1:u2Tbxoci7jHjaPgWRSTwZCwlrUxvoT5IFiDo5CTpFL4= +github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240327140817-6274ce7a470d/go.mod h1:s9ZDTDlY5f7cu/ZT35kGYvLD8v6mto6MOLPcsK73e54= +github.com/openstack-k8s-operators/octavia-operator/api v0.3.1-0.20240328232406-8b4e3c4682b0 h1:KtP09zh5MnhsszF7yudZV8tbFTcUcewRjwVi06htdhE= +github.com/openstack-k8s-operators/octavia-operator/api v0.3.1-0.20240328232406-8b4e3c4682b0/go.mod h1:w46sjTz5g4qxAd3xkEYTakmRoZOF8TfVr5WKG0vmPSw= +github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240328201419-2e17e3138026 h1:Iccw/J+oZX/KCTS39SxKeYkzyGOtqjrK6aFpkOZD6Pk= +github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240328201419-2e17e3138026/go.mod h1:gouaaSPxUBLC1ifDBAdFsbl1njab50Uc2cBE8M6oKGc= +github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240329120831-fae0c7277030 h1:K9+IG62zRWGb3aY/L5TJdzHcux9ush81NgSP/V7Z4Rs= +github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240329120831-fae0c7277030/go.mod h1:EywODLufVW54+2OKUNg8GJ7r5quzTHESy+UYXUCaThw= +github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240329204003-790119776f5e h1:3/XSvlfeVG3le9LDfCQlvfPwIHlpljCFmYG9+sEQDEg= +github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240329204003-790119776f5e/go.mod h1:kl+TdEExQwr7OCZaOilotlGlz9rzGxC75rUBL0P35f8= +github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240401072516-b7dd5eee10ee h1:2TnRdVR9OHtyGrLWHXBKkxpGZ9kkSRFMtCSohZ5Fv80= +github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240401072516-b7dd5eee10ee/go.mod h1:TddKhB6NBILwDr2/ltIP+mUb+UC3pSqHB2rHoLvwWic= 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= @@ -129,10 +129,10 @@ github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo= github.com/rabbitmq/cluster-operator/v2 v2.6.0 h1:pr42elurQgi4DVmLTI1cOh8VZRNkfFKZK9+FgQuM/8w= github.com/rabbitmq/cluster-operator/v2 v2.6.0/go.mod h1:Zryxg5YgbPUFcLSCcKpf10il8kIRAK5HloNo6khhdis= -github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.64.1-rhobs3 h1:vy4ElN2RHyrIzzPn5b8vKuQLg4ZofuUAz65eLqLqloA= -github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.64.1-rhobs3/go.mod h1:p+YsgXodntOtgwXKTpWrJzVS7QmMfZlGDG0v6Noze7s= -github.com/rhobs/observability-operator v0.0.20 h1:u4Ejzq/Yt3rY4b/apKhpgYIvmp+MpcV9hhEzhzedpk4= -github.com/rhobs/observability-operator v0.0.20/go.mod h1:F+exF/48C17xz9Ci9WK9Ri53Z9EZdad0otSOpeFxCXE= +github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.69.0-rhobs1 h1:d6UamuHl8GaEXcQqM7VO8jMnnhzHmTA0f6h4dQTQsGk= +github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.69.0-rhobs1/go.mod h1:SDL0R6499oleOOVL5ovIxHpyLOh2sR2g0rvBuuqHyQM= +github.com/rhobs/observability-operator v0.0.28 h1:FFMBkmI1LWJVWyJKJqelYbV5iUc4u/wJClqowRJZRoU= +github.com/rhobs/observability-operator v0.0.28/go.mod h1:LbxNGGlKlcD7NBt0axiTeRRjnE0m///DoyeVKeaStg4= github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs= github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro= github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= diff --git a/config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml b/config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml index 8d9bdd680..4330dbbbf 100644 --- a/config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml +++ b/config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml @@ -895,12 +895,6 @@ spec: default: 1 0 * * * type: string type: object - debug: - properties: - dbPurge: - default: false - type: boolean - type: object extraMounts: items: properties: @@ -5224,51 +5218,807 @@ spec: - passthrough type: string required: - - termination - type: object - to: - properties: - kind: - enum: - - Service - - "" - type: string - name: - type: string - weight: - format: int32 - maximum: 256 - minimum: 0 - type: integer + - termination + type: object + to: + properties: + kind: + enum: + - Service + - "" + type: string + name: + type: string + weight: + format: int32 + maximum: 256 + minimum: 0 + type: integer + type: object + wildcardPolicy: + enum: + - None + - Subdomain + - "" + type: string + type: object + type: object + tls: + properties: + secretName: + type: string + type: object + type: object + enabled: + default: false + type: boolean + template: + properties: + containerImage: + type: string + customServiceConfig: + default: '# add your customization here' + type: string + defaultConfigOverwrite: + additionalProperties: + type: string + type: object + extraMounts: + items: + properties: + extraVol: + items: + properties: + extraVolType: + type: string + mounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + propagation: + items: + type: string + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + required: + - mounts + - volumes type: object - wildcardPolicy: - enum: - - None - - Subdomain - - "" - type: string - type: object - type: object - tls: - properties: - secretName: - type: string - type: object - type: object - enabled: - default: false - type: boolean - template: - properties: - containerImage: - type: string - customServiceConfig: - default: '# add your customization here' - type: string - defaultConfigOverwrite: - additionalProperties: - type: string - type: object + type: array + name: + type: string + region: + type: string + required: + - extraVol + type: object + type: array memcachedInstance: default: memcached type: string @@ -6241,9 +6991,6 @@ spec: additionalProperties: type: string type: object - enableSecureRBAC: - default: true - type: boolean memcachedInstance: default: memcached type: string @@ -6362,6 +7109,12 @@ spec: type: object secret: type: string + secureRBACEnforceNewDefaults: + default: true + type: boolean + secureRBACEnforceScope: + default: false + type: boolean tls: properties: api: @@ -6522,6 +7275,7 @@ spec: properties: age: default: 30 + minimum: 1 type: integer schedule: default: 1 0 * * * @@ -7713,11 +8467,11 @@ spec: type: string customServiceConfig: type: string - databaseInstance: - type: string - databaseUser: + databaseAccount: default: neutron type: string + databaseInstance: + type: string defaultConfigOverwrite: additionalProperties: type: string @@ -8542,12 +9296,8 @@ spec: type: object passwordSelectors: default: - database: NeutronDatabasePassword service: NeutronPassword properties: - database: - default: NeutronDatabasePassword - type: string service: default: NeutronPassword type: string @@ -10354,8 +11104,6 @@ spec: type: object secret: type: string - serviceAccount: - type: string serviceUser: default: octavia type: string @@ -10374,7 +11122,6 @@ spec: - octaviaAPI - rabbitMqClusterName - secret - - serviceAccount type: object type: object openstackclient: @@ -10583,6 +11330,10 @@ spec: logLevel: default: info type: string + nThreads: + default: 1 + format: int32 + type: integer networkAttachment: type: string nodeSelector: @@ -15152,9 +15903,6 @@ spec: storageClass: default: "" type: string - swiftConfSecret: - default: swift-conf - type: string swiftProxy: properties: containerImageProxy: @@ -15243,9 +15991,6 @@ spec: serviceUser: default: swift type: string - swiftConfSecret: - default: swift-conf - type: string tls: properties: api: @@ -15270,7 +16015,6 @@ spec: - replicas - secret - serviceUser - - swiftConfSecret type: object swiftRing: properties: @@ -15291,9 +16035,6 @@ spec: format: int64 minimum: 1 type: integer - swiftConfSecret: - default: swift-conf - type: string tls: properties: caBundleSecretName: @@ -15304,7 +16045,6 @@ spec: - minPartHours - partPower - ringReplicas - - swiftConfSecret type: object swiftStorage: properties: @@ -15341,9 +16081,6 @@ spec: storageRequest: default: 10Gi type: string - swiftConfSecret: - default: swift-conf - type: string required: - containerImageAccount - containerImageContainer @@ -15353,12 +16090,10 @@ spec: - replicas - storageClass - storageRequest - - swiftConfSecret type: object required: - memcachedInstance - storageClass - - swiftConfSecret - swiftProxy - swiftRing - swiftStorage @@ -15486,11 +16221,11 @@ spec: customServiceConfig: default: '# add your customization here' type: string - databaseInstance: - type: string - databaseUser: + databaseAccount: default: aodh type: string + databaseInstance: + type: string defaultConfigOverwrite: additionalProperties: type: string @@ -15562,14 +16297,10 @@ spec: passwordSelector: default: aodhService: AodhPassword - database: AodhDatabasePassword properties: aodhService: default: AodhPassword type: string - database: - default: AodhDatabasePassword - type: string service: default: CeilometerPassword type: string @@ -15625,6 +16356,8 @@ spec: maximum: 65535 minimum: 1 type: integer + prometheusTLS: + type: boolean required: - heatInstance type: object @@ -15659,13 +16392,12 @@ spec: aodhService: default: AodhPassword type: string - database: - default: AodhDatabasePassword - type: string service: default: CeilometerPassword type: string type: object + proxyImage: + type: string rabbitMqClusterName: default: rabbitmq type: string @@ -15676,11 +16408,19 @@ spec: type: string sgCoreImage: type: string + tls: + properties: + caBundleSecretName: + type: string + secretName: + type: string + type: object required: - centralImage - computeImage - ipmiImage - notificationImage + - proxyImage - secret - sgCoreImage type: object @@ -15896,6 +16636,24 @@ spec: type: type: string type: object + azureAd: + properties: + cloud: + enum: + - AzureChina + - AzureGovernment + - AzurePublic + type: string + managedIdentity: + properties: + clientId: + type: string + required: + - clientId + type: object + required: + - managedIdentity + type: object basicAuth: properties: password: @@ -16026,6 +16784,8 @@ spec: type: string sendExemplars: type: boolean + sendNativeHistograms: + type: boolean sigv4: properties: accessKey: @@ -16196,6 +16956,9 @@ spec: format: int32 minimum: 0 type: integer + scrapeInterval: + pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ + type: string type: object resourceSelector: nullable: true @@ -16274,6 +17037,9 @@ spec: alertingEnabled: default: true type: boolean + dashboardsEnabled: + default: false + type: boolean dataplaneNetwork: default: ctlplane pattern: ^[a-zA-Z0-9][a-zA-Z0-9\-_]*[a-zA-Z0-9]$ @@ -16332,6 +17098,13 @@ spec: required: - dataplaneNetwork type: object + prometheusTls: + properties: + caBundleSecretName: + type: string + secretName: + type: string + type: object type: object type: object type: object diff --git a/go.mod b/go.mod index 89c206e25..cf318faca 100644 --- a/go.mod +++ b/go.mod @@ -9,34 +9,34 @@ require ( github.com/go-logr/logr v1.4.1 github.com/google/uuid v1.6.0 github.com/imdario/mergo v0.3.16 - github.com/onsi/ginkgo/v2 v2.16.0 + github.com/onsi/ginkgo/v2 v2.17.1 github.com/onsi/gomega v1.32.0 github.com/openshift/api v3.9.0+incompatible - github.com/openstack-k8s-operators/barbican-operator/api v0.0.0-20240310115941-5124bc86e50e - github.com/openstack-k8s-operators/cinder-operator/api v0.3.1-0.20240315185259-92a4d93fc876 - github.com/openstack-k8s-operators/dataplane-operator/api v0.3.1-0.20240328001623-e2689c66926a + github.com/openstack-k8s-operators/barbican-operator/api v0.0.0-20240328110617-b45cfeccb903 + github.com/openstack-k8s-operators/cinder-operator/api v0.3.1-0.20240330075638-442ce1ebe020 + github.com/openstack-k8s-operators/dataplane-operator/api v0.3.1-0.20240329232801-67a492ac2b97 github.com/openstack-k8s-operators/designate-operator/api v0.0.0-20240306213520-073a542389ea - github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240314145536-52b38176eb3f - github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240318020653-c1d2b66c7c41 - github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240318073115-dd46fc11a8f4 - github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240313161042-88282483a04f - github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240315174418-d016dbadd829 - github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240313143432-9108b7f7290a - github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.0.0-20240314165949-fec16b14c33b - github.com/openstack-k8s-operators/lib-common/modules/common v0.3.1-0.20240314165949-fec16b14c33b - github.com/openstack-k8s-operators/lib-common/modules/test v0.3.1-0.20240314165949-fec16b14c33b - github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240315120315-d76653575db5 + github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240329180318-bd1b51ef0b06 + github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240327132943-1bd0e441658a + github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240329125518-68164dcb0b20 + github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240327192142-3a7330c5f527 + github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240320220525-7cb8f24d903d + github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240328191303-c47a8894eea5 + github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.0.0-20240326081751-56015b1ae3f6 + github.com/openstack-k8s-operators/lib-common/modules/common v0.3.1-0.20240326081751-56015b1ae3f6 + github.com/openstack-k8s-operators/lib-common/modules/test v0.3.1-0.20240326081751-56015b1ae3f6 + github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240329184204-9f02757cd23c github.com/openstack-k8s-operators/mariadb-operator/api v0.3.1-0.20240314113200-40cf3e6aa38e - github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240308065128-4ba88761f83f - github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240313153742-4685453be3fb - github.com/openstack-k8s-operators/octavia-operator/api v0.3.1-0.20240326115129-7fd1a4fa51c3 - github.com/openstack-k8s-operators/openstack-ansibleee-operator/api v0.3.1-0.20240313103756-fb4ac5373b65 - github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.3.1-0.20240318132611-4df20882649d + github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240328201705-3f89f274c32f + github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240327140817-6274ce7a470d + github.com/openstack-k8s-operators/octavia-operator/api v0.3.1-0.20240328232406-8b4e3c4682b0 + github.com/openstack-k8s-operators/openstack-ansibleee-operator/api v0.3.1-0.20240401053253-1003b1a0ef54 + github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.3.1-0.20240327125944-20c4db02e417 github.com/openstack-k8s-operators/openstack-operator/apis v0.0.0-00010101000000-000000000000 - github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240318052728-f132fab5c943 - github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240313145348-1dd69c7bc338 - github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240315154317-8b38ff1e6a8d - github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240311060559-4ecd4f5c3961 + github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240328201419-2e17e3138026 + github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240329120831-fae0c7277030 + github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240329204003-790119776f5e + github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240401072516-b7dd5eee10ee github.com/operator-framework/api v0.20.0 github.com/rabbitmq/cluster-operator/v2 v2.6.0 go.uber.org/zap v1.27.0 @@ -82,15 +82,15 @@ require ( github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect - github.com/openstack-k8s-operators/lib-common/modules/openstack v0.3.1-0.20240314165949-fec16b14c33b // indirect - github.com/openstack-k8s-operators/lib-common/modules/storage v0.3.1-0.20240314165949-fec16b14c33b // indirect + github.com/openstack-k8s-operators/lib-common/modules/openstack v0.3.1-0.20240326081751-56015b1ae3f6 // indirect + github.com/openstack-k8s-operators/lib-common/modules/storage v0.3.1-0.20240326081751-56015b1ae3f6 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/prometheus/client_golang v1.18.0 // indirect github.com/prometheus/client_model v0.5.0 // indirect github.com/prometheus/common v0.46.0 // indirect github.com/prometheus/procfs v0.12.0 // indirect - github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.64.1-rhobs3 // indirect - github.com/rhobs/observability-operator v0.0.20 // indirect + github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.69.0-rhobs1 // indirect + github.com/rhobs/observability-operator v0.0.28 // indirect github.com/robfig/cron/v3 v3.0.1 // indirect github.com/sirupsen/logrus v1.9.3 // indirect github.com/spf13/pflag v1.0.5 // indirect diff --git a/go.sum b/go.sum index 180f35d9d..243314e0e 100644 --- a/go.sum +++ b/go.sum @@ -90,64 +90,64 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= -github.com/onsi/ginkgo/v2 v2.16.0 h1:7q1w9frJDzninhXxjZd+Y/x54XNjG/UlRLIYPZafsPM= -github.com/onsi/ginkgo/v2 v2.16.0/go.mod h1:llBI3WDLL9Z6taip6f33H76YcWtJv+7R3HigUjbIBOs= +github.com/onsi/ginkgo/v2 v2.17.1 h1:V++EzdbhI4ZV4ev0UTIj0PzhzOcReJFyJaLjtSF55M8= +github.com/onsi/ginkgo/v2 v2.17.1/go.mod h1:llBI3WDLL9Z6taip6f33H76YcWtJv+7R3HigUjbIBOs= github.com/onsi/gomega v1.32.0 h1:JRYU78fJ1LPxlckP6Txi/EYqJvjtMrDC04/MM5XRHPk= github.com/onsi/gomega v1.32.0/go.mod h1:a4x4gW6Pz2yK1MAmvluYme5lvYTn61afQ2ETw/8n4Lg= github.com/openshift/api v0.0.0-20230414143018-3367bc7e6ac7 h1:rncLxJBpFGqBztyxCMwNRnMjhhIDOWHJowi6q8G6koI= github.com/openshift/api v0.0.0-20230414143018-3367bc7e6ac7/go.mod h1:ctXNyWanKEjGj8sss1KjjHQ3ENKFm33FFnS5BKaIPh4= -github.com/openstack-k8s-operators/barbican-operator/api v0.0.0-20240310115941-5124bc86e50e h1:bTwe7Vd6efGG5bQtVCcg5Vx+cI0PUcNQjeg0vOR28dk= -github.com/openstack-k8s-operators/barbican-operator/api v0.0.0-20240310115941-5124bc86e50e/go.mod h1:/cGtVPIqIZY31DvNLVJGIDTn7q0mySia1H9+/uOyKxI= -github.com/openstack-k8s-operators/cinder-operator/api v0.3.1-0.20240315185259-92a4d93fc876 h1:a+n5bxp4gKIVKVvJGd2Se1RB7/7czBqWYcArmv8KGu4= -github.com/openstack-k8s-operators/cinder-operator/api v0.3.1-0.20240315185259-92a4d93fc876/go.mod h1:m4zXId1XjsKPacKBOYXs4Uvbvu8bhv0lxPy7xBFlRT4= -github.com/openstack-k8s-operators/dataplane-operator/api v0.3.1-0.20240328001623-e2689c66926a h1:oK5FrX5u5e/CSAAfY/m9WSrpaYKz6LkFVbZG8oqy3UM= -github.com/openstack-k8s-operators/dataplane-operator/api v0.3.1-0.20240328001623-e2689c66926a/go.mod h1:nTRUA/s5e3UuawYT0Q3ldop3PkpStKg2Y18SKi2w7zg= +github.com/openstack-k8s-operators/barbican-operator/api v0.0.0-20240328110617-b45cfeccb903 h1:es/dSkAVO9c21Mgt/U4H8tIociAUqP9cNkWIrtiwuxs= +github.com/openstack-k8s-operators/barbican-operator/api v0.0.0-20240328110617-b45cfeccb903/go.mod h1:/cGtVPIqIZY31DvNLVJGIDTn7q0mySia1H9+/uOyKxI= +github.com/openstack-k8s-operators/cinder-operator/api v0.3.1-0.20240330075638-442ce1ebe020 h1:1nJsPw2VWQduMoVttL3VuqRgTb9v5u21jN7vgCI0stE= +github.com/openstack-k8s-operators/cinder-operator/api v0.3.1-0.20240330075638-442ce1ebe020/go.mod h1:8pZZ7Zw8VF0tIK9Jbu04DL5Fi+K5zD6xD2iBDL+/i5Q= +github.com/openstack-k8s-operators/dataplane-operator/api v0.3.1-0.20240329232801-67a492ac2b97 h1:zUhsfONXNoo43xMH62URyoUNDuyADxWpgwfWTasjVDQ= +github.com/openstack-k8s-operators/dataplane-operator/api v0.3.1-0.20240329232801-67a492ac2b97/go.mod h1:Or21GRh+xv0VQ9yL1K5CfQ0UVQhtDCfvqaBeY3DLNB4= github.com/openstack-k8s-operators/designate-operator/api v0.0.0-20240306213520-073a542389ea h1:6E5uL2bqgsOxKuV0K58w5L98PoNVg+iExgTzsfZfP8s= github.com/openstack-k8s-operators/designate-operator/api v0.0.0-20240306213520-073a542389ea/go.mod h1:6ogMzx/FQFtClz+tI+pdeb+8b3YtmQtxDGApBmMphVI= -github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240314145536-52b38176eb3f h1:sDaGYd3+UeLWLAzgXm3Q4cQwSfDuAactmKUIWczd72Q= -github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240314145536-52b38176eb3f/go.mod h1:SDJ9an8x/15IUEH8lFBY4bnfMEbcnxQSjwjk32qG8bs= -github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240318020653-c1d2b66c7c41 h1:frncIdp1Pj2zhd48Cpjq8fJA8hA/tNTyKjXPv/LM7/4= -github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240318020653-c1d2b66c7c41/go.mod h1:H2EEgX5RglaCy9cyJiGYDvJRPEKCEaUdh/OpeXzNfVw= -github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240318073115-dd46fc11a8f4 h1:XJm5lA/vHW9FDngZLzEEfEbik+E6+HcS7mvBqU1uKos= -github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240318073115-dd46fc11a8f4/go.mod h1:U+15EW4IwoBF3/6cwy+Y+IULDpJ2H3IJfEH5fp1IQC8= -github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240313161042-88282483a04f h1:gsvP3swGVUNPyFyxR5ZqOCoP3DTBnonDzYi7xSOhdAU= -github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240313161042-88282483a04f/go.mod h1:qKuzDDDMlAmJn4JWPoUeBEzpAia7J17++hhzR0oPv88= -github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240315174418-d016dbadd829 h1:SZzu5+nCVU2w0BPPe6VQiz2kccsrEghICay/hiR1wWc= -github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240315174418-d016dbadd829/go.mod h1:LnNsRscwuhOstzSuBZXAXi0iUUMLkafojSlEUBBfIPU= -github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240313143432-9108b7f7290a h1:XcUHh0j65hm8/4orLTH6aRTv3Ah4rGP1rA4yu7G0fR0= -github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240313143432-9108b7f7290a/go.mod h1:8C7VPKXAxiwB5Z4Kwn12VL0guW6onIG0Ayxiio5Vyu0= -github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.0.0-20240314165949-fec16b14c33b h1:Umvz8j2ySAAo7CbDIigCU9QcU1jywkkofNpjF4i3uKk= -github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.0.0-20240314165949-fec16b14c33b/go.mod h1:RV+rktKvegjYBQLuBKt8ax29UMqsU/D/sfSjQPr6XIs= -github.com/openstack-k8s-operators/lib-common/modules/common v0.3.1-0.20240314165949-fec16b14c33b h1:5EzrrjcGziV69MsEgoBwPdsggY56M6jUxGBP9pp+hwo= -github.com/openstack-k8s-operators/lib-common/modules/common v0.3.1-0.20240314165949-fec16b14c33b/go.mod h1:DL+Ts0k+fzgZmx0XxWArIeAmdKuTkPa1I5DThdybfmE= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.3.1-0.20240314165949-fec16b14c33b h1:FEbadtLx4+ktxf79ZJoKZmfMNsQyqqgL5T9NXWc3i/k= -github.com/openstack-k8s-operators/lib-common/modules/openstack v0.3.1-0.20240314165949-fec16b14c33b/go.mod h1:ghnFgNIzj4amS897wEto+L+jYzDSg2cJ6y32RNfFGhk= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.3.1-0.20240314165949-fec16b14c33b h1:lygG1KiF5d9HpKpGAl5fa8JVlC9j5VFvC4iKvJkJslA= -github.com/openstack-k8s-operators/lib-common/modules/storage v0.3.1-0.20240314165949-fec16b14c33b/go.mod h1:O5Cc9+++JnKewv8VWtTQeH5r2gPLy0lhdECfmjy7mF0= -github.com/openstack-k8s-operators/lib-common/modules/test v0.3.1-0.20240314165949-fec16b14c33b h1:RJuOoa4KGWzE19r8s+9ht7OpWGjbfo4eNSbdmR94QhY= -github.com/openstack-k8s-operators/lib-common/modules/test v0.3.1-0.20240314165949-fec16b14c33b/go.mod h1:GVS3x9Z74SfM9YuzvxPP05+L2Z+X2rZjbtuijb9KuQE= -github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240315120315-d76653575db5 h1:4xYbpsOFoS5t1h1VBuOCDiCWhv7Dgz10jGk2wLhzutA= -github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240315120315-d76653575db5/go.mod h1:802RCwt0cea6338iJUgrsEQ0+obtvVAdvDquIASJKEQ= +github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240329180318-bd1b51ef0b06 h1:qMfvlMg8sf4i+QjKvDuHoHrn6GzfxzTOIbIdpjHBqBo= +github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240329180318-bd1b51ef0b06/go.mod h1:j575INOIXGXzSqmHp+BbqQFW6SPN8gaWJfQeB7iXVm0= +github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240327132943-1bd0e441658a h1:ejusM4bUuua2zC5pbBZ7FamkTsoyD290RKzqj82XhMo= +github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240327132943-1bd0e441658a/go.mod h1:tc8UTwFVMnLwA+0GLCUanZOzD53vhkIYgAGhFHUqiac= +github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240329125518-68164dcb0b20 h1:xtUCL2yyJizy1DoD1mNFiGIO09o+6PGYPhQzkyDMgMg= +github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240329125518-68164dcb0b20/go.mod h1:TCOUwt5jnxUC1rpRgrNXEWsSeorSc8Pt/MMbJdlnhQg= +github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240327192142-3a7330c5f527 h1:Dn+fAvP98vzFJRrf2UhxQXDA1RmJIHTcCqiINtQQ9l8= +github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240327192142-3a7330c5f527/go.mod h1:qKuzDDDMlAmJn4JWPoUeBEzpAia7J17++hhzR0oPv88= +github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240320220525-7cb8f24d903d h1:DY3mqDDsqGR9pMD5zSTPBSpXcTCPwYTvGJk2x3fdBEA= +github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240320220525-7cb8f24d903d/go.mod h1:LnNsRscwuhOstzSuBZXAXi0iUUMLkafojSlEUBBfIPU= +github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240328191303-c47a8894eea5 h1:wzzdIwSx/uGDElnczj3Migz859YTAGN9TG2jBSjtmBQ= +github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240328191303-c47a8894eea5/go.mod h1:opUQY0YZNCyA11FKLToVhaVZTTEMfbnf0ozOLmkKfGs= +github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.0.0-20240326081751-56015b1ae3f6 h1:Y/xyoXRYaUgl3YEQR9Vn9jDbucibxcO16KQ6djyx32o= +github.com/openstack-k8s-operators/lib-common/modules/certmanager v0.0.0-20240326081751-56015b1ae3f6/go.mod h1:RV+rktKvegjYBQLuBKt8ax29UMqsU/D/sfSjQPr6XIs= +github.com/openstack-k8s-operators/lib-common/modules/common v0.3.1-0.20240326081751-56015b1ae3f6 h1:4Z7LjnjEF82XiusXJTI/4TqgwnJas3cdvg/qEgkrW8Q= +github.com/openstack-k8s-operators/lib-common/modules/common v0.3.1-0.20240326081751-56015b1ae3f6/go.mod h1:DL+Ts0k+fzgZmx0XxWArIeAmdKuTkPa1I5DThdybfmE= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.3.1-0.20240326081751-56015b1ae3f6 h1:SgAOAzpDl6K8xKnzQmMqq+go8Q+EPO8MDLtvlGZ2SNw= +github.com/openstack-k8s-operators/lib-common/modules/openstack v0.3.1-0.20240326081751-56015b1ae3f6/go.mod h1:ghnFgNIzj4amS897wEto+L+jYzDSg2cJ6y32RNfFGhk= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.3.1-0.20240326081751-56015b1ae3f6 h1:+/rZBzjzrhQDgNTzrcIAaXhsCkW2lf2Ekg0jG5gsqvQ= +github.com/openstack-k8s-operators/lib-common/modules/storage v0.3.1-0.20240326081751-56015b1ae3f6/go.mod h1:O5Cc9+++JnKewv8VWtTQeH5r2gPLy0lhdECfmjy7mF0= +github.com/openstack-k8s-operators/lib-common/modules/test v0.3.1-0.20240326081751-56015b1ae3f6 h1:prI1BsjdH8b3/7tGCbCY8h6MYHVOiDi6mgrWUHUWajI= +github.com/openstack-k8s-operators/lib-common/modules/test v0.3.1-0.20240326081751-56015b1ae3f6/go.mod h1:GVS3x9Z74SfM9YuzvxPP05+L2Z+X2rZjbtuijb9KuQE= +github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240329184204-9f02757cd23c h1:ywUQhq4JVG9WUBXQ/5NqK1lPqHhe+V+CkBKsH5E2UCk= +github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240329184204-9f02757cd23c/go.mod h1:2xtchrVN1qkQcO2Xa2JkQLqBdYL7GRIUUsoiGLHK3OM= github.com/openstack-k8s-operators/mariadb-operator/api v0.3.1-0.20240314113200-40cf3e6aa38e h1:HUJV2Rd0NQZAXwV0UNdHKjO7fY5QLlDuLdI9f/OIc0Y= github.com/openstack-k8s-operators/mariadb-operator/api v0.3.1-0.20240314113200-40cf3e6aa38e/go.mod h1:f9IIyWeoskWoeWaDFF3qmAJ2Kqyovfi0Ar/QUfk3qag= -github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240308065128-4ba88761f83f h1:/a/+8/2zx+GAr5urESTrxac71BDjeG6vYNEScUyytFg= -github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240308065128-4ba88761f83f/go.mod h1:gOepjTKpq6rF0Lf69edviPOjFpjw4LHan/tWC4LB4Fs= -github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240313153742-4685453be3fb h1:WwiFdrd3Qk7AsXQWMIysL8LW4XHC9gJhJ4LmbIYi4HI= -github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240313153742-4685453be3fb/go.mod h1:s9ZDTDlY5f7cu/ZT35kGYvLD8v6mto6MOLPcsK73e54= -github.com/openstack-k8s-operators/octavia-operator/api v0.3.1-0.20240326115129-7fd1a4fa51c3 h1:eBwnx+PrS4SBQxYLlByJFX7poKigiBJsv/CGoEFGIaI= -github.com/openstack-k8s-operators/octavia-operator/api v0.3.1-0.20240326115129-7fd1a4fa51c3/go.mod h1:w46sjTz5g4qxAd3xkEYTakmRoZOF8TfVr5WKG0vmPSw= -github.com/openstack-k8s-operators/openstack-ansibleee-operator/api v0.3.1-0.20240313103756-fb4ac5373b65 h1:AeHvh2ah7KDYmNF4Q9G8EKgaiuO4PRmK0B5dxLuASaY= -github.com/openstack-k8s-operators/openstack-ansibleee-operator/api v0.3.1-0.20240313103756-fb4ac5373b65/go.mod h1:SONAy6PaXQfqSyx6/KuiUh0ZljeUi4wNoIhEFCkhiZU= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.3.1-0.20240318132611-4df20882649d h1:NoCFZ4l8xwbmclJwRvjqLdQcsxuVXrR+tLvjjy1BYS0= -github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.3.1-0.20240318132611-4df20882649d/go.mod h1:VBiTU5t4StrJUYbGtVN0RPUl45DmC39eKjvXSLRF0hA= -github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240318052728-f132fab5c943 h1:klU6Jc46yVMFAoXZgJO1gaJiw3ZjaYTNshfirR0M5oA= -github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240318052728-f132fab5c943/go.mod h1:dcKA0ZNATdkWVmltQQX8jYpEzM89FRIvzlo9Byj8H04= -github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240313145348-1dd69c7bc338 h1:4px3BVSfWmfvJf+Nurf0EJb4ViKHW4qM8ocDqH0u8C4= -github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240313145348-1dd69c7bc338/go.mod h1:i7bl0Vg4iyaOR4GCfduMWq0V9k5h9ltKDnx0hZg1JDE= -github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240315154317-8b38ff1e6a8d h1:O4nJMsX3pS3X3CUw7/wjgJXoTIPA68pJowA1CfQP6IM= -github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240315154317-8b38ff1e6a8d/go.mod h1:/7+Ld3BHb9RDaHhXKEtCiWQmhVwpRLVeLutZxyHRPpM= -github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240311060559-4ecd4f5c3961 h1:YYeHx9q2/ohmCwezfdw+qDJywpSZVgo9Ud24Oyie2J4= -github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240311060559-4ecd4f5c3961/go.mod h1:QUHaxzPPQ1OzWvG8BJIE+D1LSpm+bdv2yfrXHXiYQ+4= +github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240328201705-3f89f274c32f h1:uTyho5XjL/nmdEh3aRZ/ByGzrXCtYTpwsb+TaKS9UyI= +github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240328201705-3f89f274c32f/go.mod h1:3noVvcFj00ClDf7LLmf+kpdAMGaS3tCHhntFXGX2qA0= +github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240327140817-6274ce7a470d h1:u2Tbxoci7jHjaPgWRSTwZCwlrUxvoT5IFiDo5CTpFL4= +github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240327140817-6274ce7a470d/go.mod h1:s9ZDTDlY5f7cu/ZT35kGYvLD8v6mto6MOLPcsK73e54= +github.com/openstack-k8s-operators/octavia-operator/api v0.3.1-0.20240328232406-8b4e3c4682b0 h1:KtP09zh5MnhsszF7yudZV8tbFTcUcewRjwVi06htdhE= +github.com/openstack-k8s-operators/octavia-operator/api v0.3.1-0.20240328232406-8b4e3c4682b0/go.mod h1:w46sjTz5g4qxAd3xkEYTakmRoZOF8TfVr5WKG0vmPSw= +github.com/openstack-k8s-operators/openstack-ansibleee-operator/api v0.3.1-0.20240401053253-1003b1a0ef54 h1:rnMT5Pnivw3gHT+JMzlcnjdAqSJjOg38bCcj2vl0Cbs= +github.com/openstack-k8s-operators/openstack-ansibleee-operator/api v0.3.1-0.20240401053253-1003b1a0ef54/go.mod h1:Xk4TANfoz7FbKDdHhqWMQBVD3xndi4vdMmQpD3j3eBg= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.3.1-0.20240327125944-20c4db02e417 h1:F+prIERvQmfsLGb8yeRicQJpPZ6yX3pk7+ooALNbIV0= +github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.3.1-0.20240327125944-20c4db02e417/go.mod h1:VBiTU5t4StrJUYbGtVN0RPUl45DmC39eKjvXSLRF0hA= +github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240328201419-2e17e3138026 h1:Iccw/J+oZX/KCTS39SxKeYkzyGOtqjrK6aFpkOZD6Pk= +github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240328201419-2e17e3138026/go.mod h1:gouaaSPxUBLC1ifDBAdFsbl1njab50Uc2cBE8M6oKGc= +github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240329120831-fae0c7277030 h1:K9+IG62zRWGb3aY/L5TJdzHcux9ush81NgSP/V7Z4Rs= +github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240329120831-fae0c7277030/go.mod h1:EywODLufVW54+2OKUNg8GJ7r5quzTHESy+UYXUCaThw= +github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240329204003-790119776f5e h1:3/XSvlfeVG3le9LDfCQlvfPwIHlpljCFmYG9+sEQDEg= +github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240329204003-790119776f5e/go.mod h1:kl+TdEExQwr7OCZaOilotlGlz9rzGxC75rUBL0P35f8= +github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240401072516-b7dd5eee10ee h1:2TnRdVR9OHtyGrLWHXBKkxpGZ9kkSRFMtCSohZ5Fv80= +github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240401072516-b7dd5eee10ee/go.mod h1:TddKhB6NBILwDr2/ltIP+mUb+UC3pSqHB2rHoLvwWic= github.com/operator-framework/api v0.20.0 h1:A2YCRhr+6s0k3pRJacnwjh1Ue8BqjIGuQ2jvPg9XCB4= github.com/operator-framework/api v0.20.0/go.mod h1:rXPOhrQ6mMeXqCmpDgt1ALoar9ZlHL+Iy5qut9R99a4= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= @@ -164,10 +164,10 @@ github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo= github.com/rabbitmq/cluster-operator/v2 v2.6.0 h1:pr42elurQgi4DVmLTI1cOh8VZRNkfFKZK9+FgQuM/8w= github.com/rabbitmq/cluster-operator/v2 v2.6.0/go.mod h1:Zryxg5YgbPUFcLSCcKpf10il8kIRAK5HloNo6khhdis= -github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.64.1-rhobs3 h1:vy4ElN2RHyrIzzPn5b8vKuQLg4ZofuUAz65eLqLqloA= -github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.64.1-rhobs3/go.mod h1:p+YsgXodntOtgwXKTpWrJzVS7QmMfZlGDG0v6Noze7s= -github.com/rhobs/observability-operator v0.0.20 h1:u4Ejzq/Yt3rY4b/apKhpgYIvmp+MpcV9hhEzhzedpk4= -github.com/rhobs/observability-operator v0.0.20/go.mod h1:F+exF/48C17xz9Ci9WK9Ri53Z9EZdad0otSOpeFxCXE= +github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.69.0-rhobs1 h1:d6UamuHl8GaEXcQqM7VO8jMnnhzHmTA0f6h4dQTQsGk= +github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.69.0-rhobs1/go.mod h1:SDL0R6499oleOOVL5ovIxHpyLOh2sR2g0rvBuuqHyQM= +github.com/rhobs/observability-operator v0.0.28 h1:FFMBkmI1LWJVWyJKJqelYbV5iUc4u/wJClqowRJZRoU= +github.com/rhobs/observability-operator v0.0.28/go.mod h1:LbxNGGlKlcD7NBt0axiTeRRjnE0m///DoyeVKeaStg4= github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs= github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro= github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=