Skip to content

Commit dca15f3

Browse files
committed
chore(orc-crds): upgrade to v2.2.0
1 parent 3cdebd3 commit dca15f3

9 files changed

+906
-8
lines changed

charts/orc-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ annotations:
22
category: DeveloperTools
33
apiVersion: v2
44
name: orc-crds
5-
version: 2.1.0
6-
appVersion: 2.1.0
5+
version: 2.2.0
6+
appVersion: 2.2.0
77
description: Manage Openstack Resource Controller CRDs
88
keywords:
99
- orc

charts/orc-crds/templates/openstack.k-orc.cloud_floatingips.yaml

Lines changed: 470 additions & 0 deletions
Large diffs are not rendered by default.

charts/orc-crds/templates/openstack.k-orc.cloud_networks.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,13 @@ spec:
135135
maxItems: 32
136136
type: array
137137
x-kubernetes-list-type: set
138+
projectRef:
139+
description: |-
140+
projectRef is a reference to the ORC Project this resource is associated with.
141+
Typically, only used by admin.
142+
maxLength: 253
143+
minLength: 1
144+
type: string
138145
tags:
139146
description: |-
140147
tags is a list of tags to filter by. If specified, the resource must
@@ -266,6 +273,13 @@ spec:
266273
used as the default value of port_security_enabled field of a newly
267274
created port.
268275
type: boolean
276+
projectRef:
277+
description: |-
278+
projectRef is a reference to the ORC Project this resource is associated with.
279+
Typically, only used by admin.
280+
maxLength: 253
281+
minLength: 1
282+
type: string
269283
shared:
270284
description: |-
271285
shared indicates whether this resource is shared across all

charts/orc-crds/templates/openstack.k-orc.cloud_ports.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@ spec:
140140
maxItems: 32
141141
type: array
142142
x-kubernetes-list-type: set
143+
projectRef:
144+
description: |-
145+
projectRef is a reference to the ORC Project this resource is associated with.
146+
Typically, only used by admin.
147+
maxLength: 253
148+
minLength: 1
149+
type: string
143150
tags:
144151
description: |-
145152
tags is a list of tags to filter by. If specified, the resource must
@@ -298,6 +305,13 @@ spec:
298305
- Disabled
299306
- Inherit
300307
type: string
308+
projectRef:
309+
description: |-
310+
projectRef is a reference to the ORC Project this resource is associated with.
311+
Typically, only used by admin.
312+
maxLength: 253
313+
minLength: 1
314+
type: string
301315
securityGroupRefs:
302316
description: |-
303317
securityGroupRefs are the names of the security groups associated

charts/orc-crds/templates/openstack.k-orc.cloud_routers.yaml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,13 @@ spec:
130130
maxItems: 32
131131
type: array
132132
x-kubernetes-list-type: set
133+
projectRef:
134+
description: |-
135+
projectRef is a reference to the ORC Project this resource is associated with.
136+
Typically, only used by admin.
137+
maxLength: 253
138+
minLength: 1
139+
type: string
133140
tags:
134141
description: |-
135142
tags is a list of tags to filter by. If specified, the resource must
@@ -233,8 +240,9 @@ spec:
233240
is available when dvr extension is enabled.
234241
type: boolean
235242
externalGateways:
236-
description: externalGateways is a list of external gateways for
237-
the router.
243+
description: |-
244+
externalGateways is a list of external gateways for the router.
245+
Multiple gateways are not currently supported by ORC.
238246
items:
239247
properties:
240248
networkRef:
@@ -247,7 +255,7 @@ spec:
247255
required:
248256
- networkRef
249257
type: object
250-
maxItems: 32
258+
maxItems: 1
251259
type: array
252260
x-kubernetes-list-type: atomic
253261
name:
@@ -258,6 +266,13 @@ spec:
258266
minLength: 1
259267
pattern: ^[^,]+$
260268
type: string
269+
projectRef:
270+
description: |-
271+
projectRef is a reference to the ORC Project this resource is associated with.
272+
Typically, only used by admin.
273+
maxLength: 253
274+
minLength: 1
275+
type: string
261276
tags:
262277
description: tags is a list of tags which will be applied to the
263278
router.

charts/orc-crds/templates/openstack.k-orc.cloud_securitygroups.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,13 @@ spec:
130130
maxItems: 32
131131
type: array
132132
x-kubernetes-list-type: set
133+
projectRef:
134+
description: |-
135+
projectRef is a reference to the ORC Project this resource is associated with.
136+
Typically, only used by admin.
137+
maxLength: 253
138+
minLength: 1
139+
type: string
133140
tags:
134141
description: |-
135142
tags is a list of tags to filter by. If specified, the resource must
@@ -226,6 +233,16 @@ spec:
226233
x-kubernetes-validations:
227234
- message: Property is immutable
228235
rule: self == oldSelf
236+
projectRef:
237+
description: |-
238+
projectRef is a reference to the ORC Project this resource is associated with.
239+
Typically, only used by admin.
240+
maxLength: 253
241+
minLength: 1
242+
type: string
243+
x-kubernetes-validations:
244+
- message: Property is immutable
245+
rule: self == oldSelf
229246
rules:
230247
description: rules is a list of security group rules belonging
231248
to this SG.

0 commit comments

Comments
 (0)