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 Mar 20, 2024
1 parent a5d2738 commit 3527a84
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 103 deletions.
98 changes: 75 additions & 23 deletions apis/bases/core.openstack.org_openstackcontrolplanes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -895,12 +895,6 @@ spec:
default: 1 0 * * *
type: string
type: object
debug:
properties:
dbPurge:
default: false
type: boolean
type: object
extraMounts:
items:
properties:
Expand Down Expand Up @@ -7713,11 +7707,11 @@ spec:
type: string
customServiceConfig:
type: string
databaseInstance:
type: string
databaseUser:
databaseAccount:
default: neutron
type: string
databaseInstance:
type: string
defaultConfigOverwrite:
additionalProperties:
type: string
Expand Down Expand Up @@ -8542,12 +8536,8 @@ spec:
type: object
passwordSelectors:
default:
database: NeutronDatabasePassword
service: NeutronPassword
properties:
database:
default: NeutronDatabasePassword
type: string
service:
default: NeutronPassword
type: string
Expand Down Expand Up @@ -9721,6 +9711,10 @@ spec:
- name
type: object
type: array
amphoraImageContainerImage:
type: string
apacheContainerImage:
type: string
customServiceConfig:
default: '# add your customization here'
type: string
Expand Down Expand Up @@ -10302,8 +10296,41 @@ spec:
rabbitMqClusterName:
default: rabbitmq
type: string
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
secret:
type: string
serviceAccount:
type: string
serviceUser:
default: octavia
type: string
Expand All @@ -10313,11 +10340,17 @@ spec:
sshPubkey:
default: octavia-ssh-pubkey
type: string
tenantName:
default: service
type: string
required:
- apacheContainerImage
- databaseInstance
- octaviaAPI
- rabbitMqClusterName
- secret
- serviceAccount
- tenantName
type: object
type: object
openstackclient:
Expand Down Expand Up @@ -10526,6 +10559,10 @@ spec:
logLevel:
default: info
type: string
nThreads:
default: 1
format: int32
type: integer
networkAttachment:
type: string
nodeSelector:
Expand Down Expand Up @@ -15429,11 +15466,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
Expand Down Expand Up @@ -15505,14 +15542,10 @@ spec:
passwordSelector:
default:
aodhService: AodhPassword
database: AodhDatabasePassword
properties:
aodhService:
default: AodhPassword
type: string
database:
default: AodhDatabasePassword
type: string
service:
default: CeilometerPassword
type: string
Expand Down Expand Up @@ -15568,6 +15601,8 @@ spec:
maximum: 65535
minimum: 1
type: integer
prometheusTLS:
type: boolean
required:
- heatInstance
type: object
Expand Down Expand Up @@ -15602,13 +15637,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
Expand All @@ -15619,11 +15653,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
Expand Down Expand Up @@ -16217,6 +16259,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]$
Expand Down Expand Up @@ -16275,6 +16320,13 @@ spec:
required:
- dataplaneNetwork
type: object
prometheusTls:
properties:
caBundleSecretName:
type: string
secretName:
type: string
type: object
type: object
type: object
type: object
Expand Down
16 changes: 8 additions & 8 deletions apis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ require (
github.com/onsi/ginkgo/v2 v2.16.0
github.com/onsi/gomega v1.31.1
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/cinder-operator/api v0.3.1-0.20240319225924-599109b98ab0
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/glance-operator/api v0.3.1-0.20240320055153-973d64f9b78a
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/ironic-operator/api v0.3.1-0.20240318203223-56eccf02d723
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/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/neutron-operator/api v0.3.1-0.20240318053545-58966bb1ce29
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.20240314110716-d81f1e5d229d
github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240318052728-f132fab5c943
github.com/openstack-k8s-operators/octavia-operator/api v0.3.1-0.20240319195509-5ad406c87c49
github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240318211908-cfd21c1957b7
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/swift-operator/api v0.3.1-0.20240319130811-fdb6c996e8f0
github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240320111628-1727e21363b3
github.com/rabbitmq/cluster-operator/v2 v2.6.0
k8s.io/api v0.28.8
k8s.io/apimachinery v0.28.8
Expand Down
Loading

0 comments on commit 3527a84

Please sign in to comment.