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 21, 2024
1 parent 2611a15 commit 2b977e1
Show file tree
Hide file tree
Showing 21 changed files with 78 additions and 66 deletions.
3 changes: 1 addition & 2 deletions apis/bases/client.openstack.org_openstackclients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackclients.client.openstack.org
spec:
group: client.openstack.org
Expand Down
12 changes: 10 additions & 2 deletions apis/bases/core.openstack.org_openstackcontrolplanes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackcontrolplanes.core.openstack.org
spec:
group: core.openstack.org
Expand Down Expand Up @@ -4645,8 +4644,10 @@ spec:
required:
- containerImage
type: object
default: {}
type: object
imageCache:
default: {}
properties:
cleanerScheduler:
default: '*/30 * * * *'
Expand Down Expand Up @@ -5480,6 +5481,7 @@ spec:
type: string
type: object
extraMounts:
default: []
items:
properties:
extraVol:
Expand Down Expand Up @@ -10904,6 +10906,7 @@ spec:
template:
properties:
amphoraCustomFlavors:
default: []
items:
properties:
RAM:
Expand Down Expand Up @@ -11144,6 +11147,7 @@ spec:
octaviaHealthManager:
properties:
amphoraCustomFlavors:
default: []
items:
properties:
RAM:
Expand Down Expand Up @@ -11277,6 +11281,7 @@ spec:
octaviaHousekeeping:
properties:
amphoraCustomFlavors:
default: []
items:
properties:
RAM:
Expand Down Expand Up @@ -11498,6 +11503,7 @@ spec:
octaviaWorker:
properties:
amphoraCustomFlavors:
default: []
items:
properties:
RAM:
Expand Down Expand Up @@ -11733,8 +11739,10 @@ spec:
ovnController:
properties:
external-ids:
default: {}
properties:
availability-zones:
default: []
items:
type: string
type: array
Expand Down
3 changes: 1 addition & 2 deletions apis/bases/core.openstack.org_openstackversions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackversions.core.openstack.org
spec:
group: core.openstack.org
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackdataplanedeployments.dataplane.openstack.org
spec:
group: dataplane.openstack.org
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackdataplanenodesets.dataplane.openstack.org
spec:
group: dataplane.openstack.org
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackdataplaneservices.dataplane.openstack.org
spec:
group: dataplane.openstack.org
Expand Down
1 change: 0 additions & 1 deletion apis/client/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 10 additions & 6 deletions apis/core/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 14 additions & 8 deletions apis/dataplane/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions apis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/openstack-k8s-operators/barbican-operator/api v0.5.1-0.20241122125559-6de316c14027
github.com/openstack-k8s-operators/cinder-operator/api v0.5.1-0.20241122125843-c716f59e13f9
github.com/openstack-k8s-operators/designate-operator/api v0.5.1-0.20241122132349-a043c75b53ad
github.com/openstack-k8s-operators/glance-operator/api v0.5.1-0.20241122125600-ef3dc51eea99
github.com/openstack-k8s-operators/glance-operator/api v0.5.1-0.20241218224517-634823bc2365
github.com/openstack-k8s-operators/heat-operator/api v0.5.1-0.20241122125317-93eece5fcfa0
github.com/openstack-k8s-operators/horizon-operator/api v0.5.1-0.20241122125601-2e200c1224ce
github.com/openstack-k8s-operators/infra-operator/apis v0.5.1-0.20241122125042-ff0bda8161fe
Expand All @@ -21,12 +21,12 @@ require (
github.com/openstack-k8s-operators/manila-operator/api v0.5.1-0.20241122125316-c77565257def
github.com/openstack-k8s-operators/mariadb-operator/api v0.5.1-0.20241122125601-f248f6c7e2d1
github.com/openstack-k8s-operators/neutron-operator/api v0.5.1-0.20241212163509-2c7e017e3733
github.com/openstack-k8s-operators/nova-operator/api v0.5.1-0.20241122111943-e2caf725b1be
github.com/openstack-k8s-operators/nova-operator/api v0.5.1-0.20241219091444-6106bcbd82fc
github.com/openstack-k8s-operators/octavia-operator/api v0.5.1-0.20241217120113-c3290373c069
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.5.1-0.20241125171738-85bf75d36eed
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.5.1-0.20241218075221-839940189910
github.com/openstack-k8s-operators/ovn-operator/api v0.5.1-0.20241122125317-6ca662dca481
github.com/openstack-k8s-operators/placement-operator/api v0.5.1-0.20241122125843-ad42d8c488ae
github.com/openstack-k8s-operators/swift-operator/api v0.5.1-0.20241122125042-e71e20768f68
github.com/openstack-k8s-operators/swift-operator/api v0.5.1-0.20241219074204-694a0a6591f1
github.com/openstack-k8s-operators/telemetry-operator/api v0.5.1-0.20241122162214-d90034ddbdfa
github.com/rabbitmq/cluster-operator/v2 v2.11.0
github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.71.0-rhobs1 // indirect
Expand Down
16 changes: 8 additions & 8 deletions apis/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ github.com/openstack-k8s-operators/cinder-operator/api v0.5.1-0.20241122125843-c
github.com/openstack-k8s-operators/cinder-operator/api v0.5.1-0.20241122125843-c716f59e13f9/go.mod h1:s9V6ai3rkIPwYhUJTNNEWzPDIO5hTcfbHC1tutKgUGw=
github.com/openstack-k8s-operators/designate-operator/api v0.5.1-0.20241122132349-a043c75b53ad h1:cwn3CMXEQKXgz9TiPeA6DONK+P4wLYkBZn4H9011TKk=
github.com/openstack-k8s-operators/designate-operator/api v0.5.1-0.20241122132349-a043c75b53ad/go.mod h1:aLc4dvPi5Bqb8FXnZ14YYRWFjZOmUdj+eJmaUPNZ5Qs=
github.com/openstack-k8s-operators/glance-operator/api v0.5.1-0.20241122125600-ef3dc51eea99 h1:/jr5T6oNIBwjU+LAgaAX0+9N77LZKl/gapmiBuZc3jE=
github.com/openstack-k8s-operators/glance-operator/api v0.5.1-0.20241122125600-ef3dc51eea99/go.mod h1:xRoM6j/L1yvUhghhF/OL5GExWlahTf64Z5svidliqsE=
github.com/openstack-k8s-operators/glance-operator/api v0.5.1-0.20241218224517-634823bc2365 h1:0fKsl2Y48Q2krV12WqevExbUiEXaGbilMAcbE1rdSTM=
github.com/openstack-k8s-operators/glance-operator/api v0.5.1-0.20241218224517-634823bc2365/go.mod h1:xRoM6j/L1yvUhghhF/OL5GExWlahTf64Z5svidliqsE=
github.com/openstack-k8s-operators/heat-operator/api v0.5.1-0.20241122125317-93eece5fcfa0 h1:uTTjp2S+U3uS5jyiggdw3jK5M1saB0NHRrh08kDdeIk=
github.com/openstack-k8s-operators/heat-operator/api v0.5.1-0.20241122125317-93eece5fcfa0/go.mod h1:mANVocVuc9ww98iuDBKA6fd7sULOr/Po9ks/fUgOIqA=
github.com/openstack-k8s-operators/horizon-operator/api v0.5.1-0.20241122125601-2e200c1224ce h1:Sglm4ED/efLmnSMUYxCF4tDr/9Hhs1c4s5XvF2CmfOA=
Expand All @@ -124,20 +124,20 @@ github.com/openstack-k8s-operators/mariadb-operator/api v0.5.1-0.20241122125601-
github.com/openstack-k8s-operators/mariadb-operator/api v0.5.1-0.20241122125601-f248f6c7e2d1/go.mod h1:Uyc8m+72l3rVm6jKb8FRUrQbjMWyifc5m0K+Ge0QV80=
github.com/openstack-k8s-operators/neutron-operator/api v0.5.1-0.20241212163509-2c7e017e3733 h1:PPMgJkBaOuy7lT33xWhsRo6Z/2GpfQCz2xuTWL0+BFU=
github.com/openstack-k8s-operators/neutron-operator/api v0.5.1-0.20241212163509-2c7e017e3733/go.mod h1:ARxoBFEgQUA+tM6Qu+TNDCArCN3kgG4WBI15pb2b1jc=
github.com/openstack-k8s-operators/nova-operator/api v0.5.1-0.20241122111943-e2caf725b1be h1:JogbffjFWunQI7s9sXcfUmL/1Of+PJjsOBy/gISTEbw=
github.com/openstack-k8s-operators/nova-operator/api v0.5.1-0.20241122111943-e2caf725b1be/go.mod h1:E3DA4NEoTMqKDdgxEHut63BaHI0fSmRuVTMjGMqx1Z0=
github.com/openstack-k8s-operators/nova-operator/api v0.5.1-0.20241219091444-6106bcbd82fc h1:zmnGOhDbAxE2WMmJla1FQPnRtozWyKcqL22pXwJnCEo=
github.com/openstack-k8s-operators/nova-operator/api v0.5.1-0.20241219091444-6106bcbd82fc/go.mod h1:E3DA4NEoTMqKDdgxEHut63BaHI0fSmRuVTMjGMqx1Z0=
github.com/openstack-k8s-operators/octavia-operator/api v0.5.1-0.20241217120113-c3290373c069 h1:h/MTNXyaFjce8v5Yh7MhZxXS4B/3Xew9WLb4lOH67RQ=
github.com/openstack-k8s-operators/octavia-operator/api v0.5.1-0.20241217120113-c3290373c069/go.mod h1:6Z+1yna/RM9bCKkwd64pHxGrRpKFEhOtYUt1PDh6/xU=
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.5.1-0.20241125171738-85bf75d36eed h1:73HWhBZZ7Dq90bc0Vf8cEI+vy3SIFkHtQfcrudLx8fM=
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.5.1-0.20241125171738-85bf75d36eed/go.mod h1:O9pAzpJo2CT+wZgchU/fERxNL23zPR6+KOccviKbSNY=
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.5.1-0.20241218075221-839940189910 h1:slUwZPAjPzxVofa2eVelxSwIWyeFIdR5IwwR8lYTmIA=
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.5.1-0.20241218075221-839940189910/go.mod h1:O9pAzpJo2CT+wZgchU/fERxNL23zPR6+KOccviKbSNY=
github.com/openstack-k8s-operators/ovn-operator/api v0.5.1-0.20241122125317-6ca662dca481 h1:CwK2W1XNKQzwEYpOHiNFH+bI2HZuoAUwmGbkl7WACQA=
github.com/openstack-k8s-operators/ovn-operator/api v0.5.1-0.20241122125317-6ca662dca481/go.mod h1:UNtD7SqSmflXUs8bzUu+azWxaFSEGPpprb9U86FaGTY=
github.com/openstack-k8s-operators/placement-operator/api v0.5.1-0.20241122125843-ad42d8c488ae h1:5N9TqZ++GPWBBGD4RJ3QABdiOxpY9SzOKAjehMNvRaA=
github.com/openstack-k8s-operators/placement-operator/api v0.5.1-0.20241122125843-ad42d8c488ae/go.mod h1:4cleawzE+/WdVDo52BDbLyaeiOnIITAL2KqOhTlnQwM=
github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49 h1:/7SnnHfGCH/dwuZFNUx54zw4cnwv2w6hjONq16aoowM=
github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49/go.mod h1:6Mq2N/KtNFW20L+PQC5qkeK8R8UGadmGBXL8HDY6lcg=
github.com/openstack-k8s-operators/swift-operator/api v0.5.1-0.20241122125042-e71e20768f68 h1:z26u6ij/KbrupC4qJS2PvuPPyesev4twurIUksXuXO8=
github.com/openstack-k8s-operators/swift-operator/api v0.5.1-0.20241122125042-e71e20768f68/go.mod h1:jMHEP2K98nm4OwCW8b4i9Uqqv2GtUpU8PMYyHozsr/U=
github.com/openstack-k8s-operators/swift-operator/api v0.5.1-0.20241219074204-694a0a6591f1 h1:gudoBQ8dAGi8zBRJAaZ0LCbgROP+Jaj0Hj6eI9ae5Yc=
github.com/openstack-k8s-operators/swift-operator/api v0.5.1-0.20241219074204-694a0a6591f1/go.mod h1:jMHEP2K98nm4OwCW8b4i9Uqqv2GtUpU8PMYyHozsr/U=
github.com/openstack-k8s-operators/telemetry-operator/api v0.5.1-0.20241122162214-d90034ddbdfa h1:r54r8ECitKEt8n173Ad8BujQN35wpye7m9Z0402Dq+4=
github.com/openstack-k8s-operators/telemetry-operator/api v0.5.1-0.20241122162214-d90034ddbdfa/go.mod h1:1yPvSebSiduMJKNyIxTqOjgLoTlF+n4w+2d+9+Ofmu4=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down
3 changes: 1 addition & 2 deletions config/crd/bases/client.openstack.org_openstackclients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.14.0
name: openstackclients.client.openstack.org
spec:
group: client.openstack.org
Expand Down
Loading

0 comments on commit 2b977e1

Please sign in to comment.