Skip to content

Commit

Permalink
Update openstack-k8s-operators
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenStack K8s CI committed Dec 12, 2024
1 parent 559ee7c commit e7ae6ca
Show file tree
Hide file tree
Showing 6 changed files with 383 additions and 141 deletions.
121 changes: 121 additions & 0 deletions apis/bases/core.openstack.org_openstackcontrolplanes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,22 @@ spec:
additionalProperties:
type: string
type: object
enabledSecretStores:
items:
enum:
- simple_crypto
- pkcs11
type: string
maxItems: 2
minItems: 1
type: array
x-kubernetes-list-type: set
globalDefaultSecretStore:
default: simple_crypto
enum:
- simple_crypto
- pkcs11
type: string
nodeSelector:
additionalProperties:
type: string
Expand All @@ -445,6 +461,75 @@ spec:
default: SimpleCryptoKEK
type: string
type: object
pkcs11:
properties:
AESGCMGenerateIV:
default: true
type: boolean
HMACKeyType:
default: CKK_GENERIC_SECRET
type: string
HMACKeygenMechanism:
default: CKM_GENERIC_SECRET_KEY_GEN
type: string
HMACLabel:
type: string
HMACMechanism:
default: CKM_SHA256_HMAC
type: string
MKEKLabel:
type: string
MKEKLength:
default: 32
type: integer
OSLockingOK:
default: false
type: boolean
alwaysSetCKASensitive:
default: true
type: boolean
certificatesMountPoint:
type: string
certificatesSecret:
type: string
clientAddress:
type: string
encryptionMechanism:
default: CKM_AES_GCM
type: string
keyWrapGenerateIV:
default: true
type: boolean
keyWrapMechanism:
default: CKM_AES_KEY_WRAP_KWP
type: string
libraryPath:
type: string
loggingLevel:
default: 4
maximum: 7
minimum: 0
type: integer
loginSecret:
type: string
serverAddress:
type: string
slotId:
type: string
tokenLabels:
type: string
tokenSerialNumber:
type: string
type:
type: string
required:
- HMACLabel
- MKEKLabel
- libraryPath
- loginSecret
- serverAddress
- type
type: object
preserveJobs:
default: false
type: boolean
Expand Down Expand Up @@ -1868,6 +1953,10 @@ spec:
default: DesignatePassword
type: string
type: object
redisHostIPs:
items:
type: string
type: array
replicas:
default: 1
format: int32
Expand Down Expand Up @@ -1928,6 +2017,9 @@ spec:
type: string
backendWorkerServerProtocol:
type: string
controlNetworkName:
default: designate
type: string
customServiceConfig:
type: string
customServiceConfigSecrets:
Expand Down Expand Up @@ -1959,6 +2051,12 @@ spec:
default: DesignatePassword
type: string
type: object
replicas:
default: 1
format: int32
maximum: 32
minimum: 0
type: integer
resources:
properties:
claims:
Expand Down Expand Up @@ -2047,6 +2145,10 @@ spec:
default: DesignatePassword
type: string
type: object
redisHostIPs:
items:
type: string
type: array
replicas:
default: 1
format: int32
Expand Down Expand Up @@ -2268,6 +2370,9 @@ spec:
rabbitMqClusterName:
default: rabbitmq
type: string
redisServiceName:
default: designate-redis
type: string
resources:
properties:
claims:
Expand Down Expand Up @@ -2313,6 +2418,7 @@ spec:
- designateProducer
- designateWorker
- rabbitMqClusterName
- redisServiceName
- secret
type: object
type: object
Expand Down Expand Up @@ -9312,6 +9418,9 @@ spec:
serviceUser:
default: octavia
type: string
tenantName:
default: service
type: string
tls:
properties:
api:
Expand Down Expand Up @@ -15645,6 +15754,18 @@ spec:
secretName:
type: string
type: object
mysqldExporterDatabaseAccountPrefix:
default: mysqld-exporter
type: string
mysqldExporterEnabled:
type: boolean
mysqldExporterTLS:
properties:
caBundleSecretName:
type: string
secretName:
type: string
type: object
networkAttachmentDefinitions:
items:
type: string
Expand Down
44 changes: 22 additions & 22 deletions apis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@ require (
github.com/go-playground/validator/v10 v10.22.1
github.com/onsi/ginkgo/v2 v2.20.1
github.com/onsi/gomega v1.34.1
github.com/openstack-k8s-operators/barbican-operator/api v0.5.1-0.20241120105734-37d5a9b81262
github.com/openstack-k8s-operators/cinder-operator/api v0.5.1-0.20241120063916-9e97663361d3
github.com/openstack-k8s-operators/designate-operator/api v0.5.1-0.20241120164406-c06a12f2e42c
github.com/openstack-k8s-operators/glance-operator/api v0.5.1-0.20241120062804-89e9fe93e886
github.com/openstack-k8s-operators/heat-operator/api v0.5.1-0.20241120140156-1c476cfe7c63
github.com/openstack-k8s-operators/horizon-operator/api v0.5.1-0.20241119161147-c38568cb3fb0
github.com/openstack-k8s-operators/infra-operator/apis v0.5.1-0.20241120235143-b225194fd0fd
github.com/openstack-k8s-operators/ironic-operator/api v0.5.1-0.20241120225637-63d25e2bf291
github.com/openstack-k8s-operators/keystone-operator/api v0.5.1-0.20241122081244-322aab6fa1e8
github.com/openstack-k8s-operators/lib-common/modules/common v0.5.1-0.20241114091812-6dc9fd0961dc
github.com/openstack-k8s-operators/lib-common/modules/storage v0.5.1-0.20241114091812-6dc9fd0961dc
github.com/openstack-k8s-operators/manila-operator/api v0.5.1-0.20241121093406-bfd56f125086
github.com/openstack-k8s-operators/mariadb-operator/api v0.5.1-0.20241121162930-c6bef3ccad2a
github.com/openstack-k8s-operators/neutron-operator/api v0.5.1-0.20241121095318-591a3bcbcda6
github.com/openstack-k8s-operators/nova-operator/api v0.5.1-0.20241119125634-42b7b8417b48
github.com/openstack-k8s-operators/octavia-operator/api v0.5.1-0.20241121093935-bc64ab6db016
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.5.1-0.20241122072559-3d33d3d18639
github.com/openstack-k8s-operators/ovn-operator/api v0.5.1-0.20241121095319-a34ad51b8446
github.com/openstack-k8s-operators/placement-operator/api v0.5.1-0.20241119131546-e4c1ba679d22
github.com/openstack-k8s-operators/swift-operator/api v0.5.1-0.20241121093118-6ab57de4e6cc
github.com/openstack-k8s-operators/telemetry-operator/api v0.5.1-0.20241121100420-f2c8dd9aa6c3
github.com/openstack-k8s-operators/barbican-operator/api v0.5.1-0.20241209145049-eaecb1b3e25a
github.com/openstack-k8s-operators/cinder-operator/api v0.5.1-0.20241209150727-33e54539d08b
github.com/openstack-k8s-operators/designate-operator/api v0.5.1-0.20241209163240-d6f31fb440a0
github.com/openstack-k8s-operators/glance-operator/api v0.5.1-0.20241212113748-fc895f1f3962
github.com/openstack-k8s-operators/heat-operator/api v0.5.1-0.20241209145337-02b00afdd5a2
github.com/openstack-k8s-operators/horizon-operator/api v0.5.1-0.20241209151302-93454ef467e2
github.com/openstack-k8s-operators/infra-operator/apis v0.5.1-0.20241209150727-cbad718905d9
github.com/openstack-k8s-operators/ironic-operator/api v0.5.1-0.20241209150726-526ca936bdbc
github.com/openstack-k8s-operators/keystone-operator/api v0.5.1-0.20241212135809-dc78e7221d12
github.com/openstack-k8s-operators/lib-common/modules/common v0.5.1-0.20241212101436-41a4a627e1a6
github.com/openstack-k8s-operators/lib-common/modules/storage v0.5.1-0.20241212101436-41a4a627e1a6
github.com/openstack-k8s-operators/manila-operator/api v0.5.1-0.20241209203728-33696c897483
github.com/openstack-k8s-operators/mariadb-operator/api v0.5.1-0.20241209142852-f7ff11df7e37
github.com/openstack-k8s-operators/neutron-operator/api v0.5.1-0.20241211165727-383b1d349322
github.com/openstack-k8s-operators/nova-operator/api v0.5.1-0.20241212121049-b107400d47b9
github.com/openstack-k8s-operators/octavia-operator/api v0.5.1-0.20241209142324-4048871f9cba
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.5.1-0.20241212053721-6f26588f35ee
github.com/openstack-k8s-operators/ovn-operator/api v0.5.1-0.20241209181431-5d6fb2e8f373
github.com/openstack-k8s-operators/placement-operator/api v0.5.1-0.20241212133036-92a44b20c65b
github.com/openstack-k8s-operators/swift-operator/api v0.5.1-0.20241209143420-2d604edbb723
github.com/openstack-k8s-operators/telemetry-operator/api v0.5.1-0.20241211221912-5fc45e1a7320
github.com/rabbitmq/cluster-operator/v2 v2.11.0
github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.71.0-rhobs1 // indirect
github.com/rhobs/observability-operator v0.3.1 // indirect
Expand Down Expand Up @@ -78,7 +78,7 @@ 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.5.1-0.20241114091812-6dc9fd0961dc // indirect
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.5.1-0.20241212101436-41a4a627e1a6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.19.0 // indirect
github.com/prometheus/client_model v0.6.0 // indirect
Expand Down
Loading

0 comments on commit e7ae6ca

Please sign in to comment.