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 23, 2024
1 parent a5d2738 commit 09b00a9
Show file tree
Hide file tree
Showing 6 changed files with 273 additions and 205 deletions.
152 changes: 93 additions & 59 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 @@ -6522,6 +6516,7 @@ spec:
properties:
age:
default: 30
minimum: 1
type: integer
schedule:
default: 1 0 * * *
Expand Down Expand Up @@ -7713,11 +7708,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 +8537,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 +9712,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 @@ -9935,18 +9930,12 @@ spec:
additionalProperties:
type: string
type: object
lbMgmtNetwork:
default:
manageLbMgmtNetworks: true
subnetIpVersion: 4
properties:
manageLbMgmtNetworks:
default: true
type: boolean
subnetIpVersion:
default: 4
type: integer
type: object
lbMgmtNetworkID:
default: ""
type: string
lbSecurityGroupID:
default: ""
type: string
networkAttachments:
items:
type: string
Expand Down Expand Up @@ -10064,18 +10053,12 @@ spec:
additionalProperties:
type: string
type: object
lbMgmtNetwork:
default:
manageLbMgmtNetworks: true
subnetIpVersion: 4
properties:
manageLbMgmtNetworks:
default: true
type: boolean
subnetIpVersion:
default: 4
type: integer
type: object
lbMgmtNetworkID:
default: ""
type: string
lbSecurityGroupID:
default: ""
type: string
networkAttachments:
items:
type: string
Expand Down Expand Up @@ -10193,18 +10176,12 @@ spec:
additionalProperties:
type: string
type: object
lbMgmtNetwork:
default:
manageLbMgmtNetworks: true
subnetIpVersion: 4
properties:
manageLbMgmtNetworks:
default: true
type: boolean
subnetIpVersion:
default: 4
type: integer
type: object
lbMgmtNetworkID:
default: ""
type: string
lbSecurityGroupID:
default: ""
type: string
networkAttachments:
items:
type: string
Expand Down Expand Up @@ -10302,8 +10279,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 +10323,16 @@ spec:
sshPubkey:
default: octavia-ssh-pubkey
type: string
tenantName:
default: service
type: string
required:
- apacheContainerImage
- databaseInstance
- octaviaAPI
- rabbitMqClusterName
- secret
- serviceAccount
type: object
type: object
openstackclient:
Expand Down Expand Up @@ -10526,6 +10541,10 @@ spec:
logLevel:
default: info
type: string
nThreads:
default: 1
format: int32
type: integer
networkAttachment:
type: string
nodeSelector:
Expand Down Expand Up @@ -15429,11 +15448,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 +15524,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 +15583,8 @@ spec:
maximum: 65535
minimum: 1
type: integer
prometheusTLS:
type: boolean
required:
- heatInstance
type: object
Expand Down Expand Up @@ -15602,13 +15619,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 +15635,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 +16241,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 +16302,13 @@ spec:
required:
- dataplaneNetwork
type: object
prometheusTls:
properties:
caBundleSecretName:
type: string
secretName:
type: string
type: object
type: object
type: object
type: object
Expand Down
26 changes: 13 additions & 13 deletions apis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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/gomega v1.31.1
github.com/onsi/ginkgo/v2 v2.17.0
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/cinder-operator/api v0.3.1-0.20240321004016-b46743d3bef4
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/glance-operator/api v0.3.1-0.20240320214039-ca211863b382
github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240322065525-15ac73804f63
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/ironic-operator/api v0.3.1-0.20240320220525-7cb8f24d903d
github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240320215953-86c8fe80f1af
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/manila-operator/api v0.3.1-0.20240321230758-a4288ab2667a
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.20240322164455-4c24f9776cdc
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.20240322194243-7a9b2489de41
github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240320230612-c63d51e833d7
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.20240321102326-bcdd9e80cc45
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 09b00a9

Please sign in to comment.