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 27, 2024
1 parent 2fcb054 commit 4986220
Show file tree
Hide file tree
Showing 6 changed files with 387 additions and 247 deletions.
194 changes: 132 additions & 62 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 @@ -6241,9 +6235,6 @@ spec:
additionalProperties:
type: string
type: object
enableSecureRBAC:
default: true
type: boolean
memcachedInstance:
default: memcached
type: string
Expand Down Expand Up @@ -6362,6 +6353,12 @@ spec:
type: object
secret:
type: string
secureRBACEnforceNewDefaults:
default: true
type: boolean
secureRBACEnforceScope:
default: false
type: boolean
tls:
properties:
api:
Expand Down Expand Up @@ -6522,6 +6519,7 @@ spec:
properties:
age:
default: 30
minimum: 1
type: integer
schedule:
default: 1 0 * * *
Expand Down Expand Up @@ -7713,11 +7711,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 +8540,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 +9715,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 @@ -9887,6 +9885,24 @@ spec:
serviceUser:
default: octavia
type: string
tls:
properties:
api:
properties:
internal:
properties:
secretName:
type: string
type: object
public:
properties:
secretName:
type: string
type: object
type: object
caBundleSecretName:
type: string
type: object
transportURLSecret:
type: string
required:
Expand Down Expand Up @@ -9935,18 +9951,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 @@ -10016,6 +10026,11 @@ spec:
tenantName:
default: service
type: string
tls:
properties:
caBundleSecretName:
type: string
type: object
transportURLSecret:
type: string
required:
Expand Down Expand Up @@ -10064,18 +10079,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 @@ -10145,6 +10154,11 @@ spec:
tenantName:
default: service
type: string
tls:
properties:
caBundleSecretName:
type: string
type: object
transportURLSecret:
type: string
required:
Expand Down Expand Up @@ -10193,18 +10207,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 @@ -10274,6 +10282,11 @@ spec:
tenantName:
default: service
type: string
tls:
properties:
caBundleSecretName:
type: string
type: object
transportURLSecret:
type: string
required:
Expand Down Expand Up @@ -10302,8 +10315,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 +10359,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 +10577,10 @@ spec:
logLevel:
default: info
type: string
nThreads:
default: 1
format: int32
type: integer
networkAttachment:
type: string
nodeSelector:
Expand Down Expand Up @@ -15429,11 +15484,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 +15560,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 +15619,8 @@ spec:
maximum: 65535
minimum: 1
type: integer
prometheusTLS:
type: boolean
required:
- heatInstance
type: object
Expand Down Expand Up @@ -15602,13 +15655,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 +15671,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 +16277,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 +16338,13 @@ spec:
required:
- dataplaneNetwork
type: object
prometheusTls:
properties:
caBundleSecretName:
type: string
secretName:
type: string
type: object
type: object
type: object
type: object
Expand Down
Loading

0 comments on commit 4986220

Please sign in to comment.