Skip to content

Commit

Permalink
fix(deps): update openstack-k8s-operators
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenStack K8s CI committed Feb 4, 2024
1 parent 186c8f8 commit d89d80d
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 213 deletions.
69 changes: 0 additions & 69 deletions apis/bases/core.openstack.org_openstackcontrolplanes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2660,12 +2660,6 @@ spec:
properties:
containerImage:
type: string
debug:
properties:
service:
default: false
type: boolean
type: object
dnsDataLabelSelectorValue:
default: dnsdata
type: string
Expand Down Expand Up @@ -3698,9 +3692,6 @@ spec:
cronJob:
default: false
type: boolean
dbSync:
default: false
type: boolean
type: object
extraMounts:
items:
Expand Down Expand Up @@ -4469,12 +4460,6 @@ spec:
items:
type: string
type: array
debug:
properties:
service:
default: false
type: boolean
type: object
networkAttachments:
items:
type: string
Expand Down Expand Up @@ -6400,18 +6385,6 @@ spec:
databaseUser:
default: keystone
type: string
debug:
properties:
bootstrap:
default: false
type: boolean
dbSync:
default: false
type: boolean
service:
default: false
type: boolean
type: object
defaultConfigOverwrite:
additionalProperties:
type: string
Expand Down Expand Up @@ -6708,9 +6681,6 @@ spec:
dbPurge:
default: false
type: boolean
dbSync:
default: false
type: boolean
type: object
extraMounts:
items:
Expand Down Expand Up @@ -7479,12 +7449,6 @@ spec:
items:
type: string
type: array
debug:
properties:
service:
default: false
type: boolean
type: object
networkAttachments:
items:
type: string
Expand Down Expand Up @@ -7595,12 +7559,6 @@ spec:
items:
type: string
type: array
debug:
properties:
service:
default: false
type: boolean
type: object
networkAttachments:
items:
type: string
Expand Down Expand Up @@ -7661,12 +7619,6 @@ spec:
items:
type: string
type: array
debug:
properties:
service:
default: false
type: boolean
type: object
networkAttachments:
items:
type: string
Expand Down Expand Up @@ -7894,18 +7846,6 @@ spec:
databaseUser:
default: neutron
type: string
debug:
properties:
bootstrap:
default: false
type: boolean
dbSync:
default: false
type: boolean
service:
default: false
type: boolean
type: object
defaultConfigOverwrite:
additionalProperties:
type: string
Expand Down Expand Up @@ -10800,15 +10740,6 @@ spec:
databaseUser:
default: placement
type: string
debug:
properties:
dbSync:
default: false
type: boolean
service:
default: false
type: boolean
type: object
defaultConfigOverwrite:
additionalProperties:
type: string
Expand Down
24 changes: 12 additions & 12 deletions apis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ require (
github.com/openstack-k8s-operators/barbican-operator/api v0.0.0-20240202095753-a2730987a7d3
github.com/openstack-k8s-operators/cinder-operator/api v0.3.1-0.20240131135629-5e8e748d6046
github.com/openstack-k8s-operators/designate-operator/api v0.0.0-20240202095217-b4c677ed4e85
github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240201142110-053fb282ede0
github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240131060858-f3a662566c58
github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240201165829-8bf07cefa542
github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240131221613-02f6fa0ea841
github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240201134523-df1ac5ea0807
github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240202094933-41f31f2951fb
github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240202145448-007aeecde8e7
github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240202110107-8bf28ff93173
github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240202163918-5ca53fa0cf28
github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240202140528-33bde1d978ec
github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240202131833-8b6a4ca3bdc5
github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240202140528-34883c60812b
github.com/openstack-k8s-operators/lib-common/modules/common v0.3.1-0.20240129151020-c9467a8fbbfc
github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240130140100-f80cdbcb5e7d
github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240202133747-183ec1c97aa1
github.com/openstack-k8s-operators/mariadb-operator/api v0.3.1-0.20240201121152-3dcb5d5b24f7
github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240131075327-45ee00dc0676
github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240202095505-2e8563226272
github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240204182016-8d125bbc6a75
github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240203120758-76df17d2afb0
github.com/openstack-k8s-operators/octavia-operator/api v0.3.1-0.20240202095506-b8bae01af213
github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240131114124-8bdccc638150
github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240125124919-72883dc08303
github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240202170409-a34147b1d7d3
github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240130075809-6609fa1c0732
github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240202152507-e67472716bc1
github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240204102441-e6f6ada0ee12
github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240202130453-acd61375e351
github.com/rabbitmq/cluster-operator/v2 v2.5.0
k8s.io/apimachinery v0.27.7
sigs.k8s.io/controller-runtime v0.15.1
Expand Down
48 changes: 24 additions & 24 deletions apis/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -136,42 +136,42 @@ github.com/openstack-k8s-operators/cinder-operator/api v0.3.1-0.20240131135629-5
github.com/openstack-k8s-operators/cinder-operator/api v0.3.1-0.20240131135629-5e8e748d6046/go.mod h1:dmFpsn/Ad88blxLOsDp1rKzcz+/hQ7FtsYPxKrYphdA=
github.com/openstack-k8s-operators/designate-operator/api v0.0.0-20240202095217-b4c677ed4e85 h1:LdAxL4mfrJ3z7vv37FhbV3Rdo6EUna2D98Z8Y/TzVo8=
github.com/openstack-k8s-operators/designate-operator/api v0.0.0-20240202095217-b4c677ed4e85/go.mod h1:lKjYKU6WeGidYNhTOdiEvKRpgl3NVewmcM4b5mROGQ0=
github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240201142110-053fb282ede0 h1:U/DZcqYgoIDAZzHUVwr/g3+O/VhrTa/TGBRw+fdMADs=
github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240201142110-053fb282ede0/go.mod h1:vLYdCAtbYKQlvCecdnmFc1JmuR6cnG9Tz0l3wjAIGuw=
github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240131060858-f3a662566c58 h1:3VYExD66JpAze2667O89dS3aC9JeeKzRRLFjIfZZY5k=
github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240131060858-f3a662566c58/go.mod h1:JznVJF0w1AkgZLYxnBf4z1/4d60J+XIUVrSbVMLK/B0=
github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240201165829-8bf07cefa542 h1:5JgxlBCmPGDSv7FKv3ZGnuAwr2PFVyRNNmf/UfGVoIk=
github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240201165829-8bf07cefa542/go.mod h1:vqtXw4Sj2MOZgVP2Kzs1WK2sPweTyhYmwVZau7kc96s=
github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240131221613-02f6fa0ea841 h1:T7kG31DUtYL2eMUfcmUP2VpxPF48Lpg7OUR+UVJu/Nc=
github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240131221613-02f6fa0ea841/go.mod h1:L5B7AZ7otD5Zr6QwqkVJQ+CzPapSfAHfNNpp91YmZ0M=
github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240201134523-df1ac5ea0807 h1:pCGPzFAo85glN8ApN45uyxQ8uaOPCDQYdfF2Kh0ReK8=
github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240201134523-df1ac5ea0807/go.mod h1:NlnYSKt/RKA28cKgtyYy0nUubhfdZ3QP+dkgjyyAl5I=
github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240202094933-41f31f2951fb h1:GzRJcprGG0tc+Ul/izTqtPRmiCyCO/Il/MuPvwljRXo=
github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240202094933-41f31f2951fb/go.mod h1:bgVKIMNoFsK3roq5DA8BBn3Cpxh8PRTqYhBgnlRhWvk=
github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240202145448-007aeecde8e7 h1:xkU37Phej1SyN2BvDTralDNKgYkDNLZclfGwQyl9FnM=
github.com/openstack-k8s-operators/glance-operator/api v0.3.1-0.20240202145448-007aeecde8e7/go.mod h1:vLYdCAtbYKQlvCecdnmFc1JmuR6cnG9Tz0l3wjAIGuw=
github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240202110107-8bf28ff93173 h1:kz9MH+8ogrBglwih8h6GXyPhPVfke/oDruhvShjZYng=
github.com/openstack-k8s-operators/heat-operator/api v0.3.1-0.20240202110107-8bf28ff93173/go.mod h1:JznVJF0w1AkgZLYxnBf4z1/4d60J+XIUVrSbVMLK/B0=
github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240202163918-5ca53fa0cf28 h1:YM3/MRes0ieiq/XY1p/OQDsfcHsZtsPMkEGXsA0zVzI=
github.com/openstack-k8s-operators/horizon-operator/api v0.3.1-0.20240202163918-5ca53fa0cf28/go.mod h1:vqtXw4Sj2MOZgVP2Kzs1WK2sPweTyhYmwVZau7kc96s=
github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240202140528-33bde1d978ec h1:26UZDWUh5jNuQL09PaZS+azQCUqUG9Au5LC1NE6/MBA=
github.com/openstack-k8s-operators/infra-operator/apis v0.3.1-0.20240202140528-33bde1d978ec/go.mod h1:L5B7AZ7otD5Zr6QwqkVJQ+CzPapSfAHfNNpp91YmZ0M=
github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240202131833-8b6a4ca3bdc5 h1:8Du4RDaUc8NoDjA1fWP2xt7pqIhTKYXiszQQURpXpDc=
github.com/openstack-k8s-operators/ironic-operator/api v0.3.1-0.20240202131833-8b6a4ca3bdc5/go.mod h1:NlnYSKt/RKA28cKgtyYy0nUubhfdZ3QP+dkgjyyAl5I=
github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240202140528-34883c60812b h1:9tUadUhqGQOVBMOp+nDwIcFchpU6tM1UHke+VhAze+w=
github.com/openstack-k8s-operators/keystone-operator/api v0.3.1-0.20240202140528-34883c60812b/go.mod h1:bgVKIMNoFsK3roq5DA8BBn3Cpxh8PRTqYhBgnlRhWvk=
github.com/openstack-k8s-operators/lib-common/modules/common v0.3.1-0.20240129151020-c9467a8fbbfc h1:f9E8qbACH7l9gEdZZJmOBRlUD1m5COcvNw3gW4+Ezmw=
github.com/openstack-k8s-operators/lib-common/modules/common v0.3.1-0.20240129151020-c9467a8fbbfc/go.mod h1:F2490pi067Cc3tU3b1nCJPfZ5bLpm+rwldEdMUPA0d4=
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.3.1-0.20240129151020-c9467a8fbbfc h1:jOhkoofw3PsVJD0plX7ys2hbbUB4jMnFhDpJC2RmlgE=
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.3.1-0.20240129151020-c9467a8fbbfc/go.mod h1:GammFyM5i2OY0lBEAcyEi9Gk46jXFIlD+z+JqBikfoY=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.3.1-0.20240129151020-c9467a8fbbfc h1:At0RB1SfDAR50H4R+SGykczEmYz8XkEJllVM5YUujAE=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.3.1-0.20240129151020-c9467a8fbbfc/go.mod h1:lf4VSkNgy2mPyf4tR5xBXs8wQU9TJ9BYfY/Ay9/JkP0=
github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240130140100-f80cdbcb5e7d h1:yhbYb3v4+QPF7qa4+1NDNNDlo6D9XPY4M0tPjKkw17c=
github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240130140100-f80cdbcb5e7d/go.mod h1:lvizPiEmDTxZq4R49heE7msxBSMrmF0ewnOywwFHdE8=
github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240202133747-183ec1c97aa1 h1:+mGjJhBe7+7P7Um1G0xQ01BDfMYfy0s6JZ9TppY8UFU=
github.com/openstack-k8s-operators/manila-operator/api v0.3.1-0.20240202133747-183ec1c97aa1/go.mod h1:lvizPiEmDTxZq4R49heE7msxBSMrmF0ewnOywwFHdE8=
github.com/openstack-k8s-operators/mariadb-operator/api v0.3.1-0.20240201121152-3dcb5d5b24f7 h1:pFtnmP9SS0FX1EQVlDmOf26G8G+ZlZkvowJLQUhvV6I=
github.com/openstack-k8s-operators/mariadb-operator/api v0.3.1-0.20240201121152-3dcb5d5b24f7/go.mod h1:D4sr4UipU4qjyrcO2mjW8YlSm48AdkY69dloASUbNYE=
github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240131075327-45ee00dc0676 h1:GRwKxi05Z7lRpg9cfMi2qZlhvfCwVOHHgzVDxQz1/HI=
github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240131075327-45ee00dc0676/go.mod h1:l7kSCQE1bpv1loSSt9gdtGSDWzjUhbEkAjoDinqJzZI=
github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240202095505-2e8563226272 h1:k84Id22whgzDGj7KTEVOFqc+gpqM58sjd3u8GiU2PHc=
github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240202095505-2e8563226272/go.mod h1:JCrwkARzRcpwaPuGTOY+jXWCWpYtEuuP+093qyWsnd8=
github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240204182016-8d125bbc6a75 h1:2ww0/wEd2Uthn4K+oRLMa1H8JkRmBumxUES3o6jB0lg=
github.com/openstack-k8s-operators/neutron-operator/api v0.3.1-0.20240204182016-8d125bbc6a75/go.mod h1:l7kSCQE1bpv1loSSt9gdtGSDWzjUhbEkAjoDinqJzZI=
github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240203120758-76df17d2afb0 h1:+XiSqu8lPiOYdb5lnQXGjnl7TTMxKpSEz7Yez+JjQUg=
github.com/openstack-k8s-operators/nova-operator/api v0.3.1-0.20240203120758-76df17d2afb0/go.mod h1:A4UkCTkIAl9dCvIcT0+PksmJUJj/3GCVoR2GA2tv9p4=
github.com/openstack-k8s-operators/octavia-operator/api v0.3.1-0.20240202095506-b8bae01af213 h1:zD8GehSC457XTv7R+ntZm6YbCWo9biZGtvjMB3FaGJM=
github.com/openstack-k8s-operators/octavia-operator/api v0.3.1-0.20240202095506-b8bae01af213/go.mod h1:u5RKT1S7MJqUqnEVIDOmwidFhBRIjMcUG78tWW1SUuE=
github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240131114124-8bdccc638150 h1:/9QU4Bfn7BZl+3NaDUMPklDjyA+6L134s0EL1eCH2Dw=
github.com/openstack-k8s-operators/ovn-operator/api v0.3.1-0.20240131114124-8bdccc638150/go.mod h1:3GRnhrL6Vi0BLaRWVVn1u+lZ632TFS+lSsRt15yjaaE=
github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240125124919-72883dc08303 h1:tFlCfWHt6AuQokBHP+BSZ3a8ouwsugEdJKzWDrUfNf0=
github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240125124919-72883dc08303/go.mod h1:G4XUqjS1C8V5U066HUcjnCyxTNhU4cSZOOGXcOCOhz4=
github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240202170409-a34147b1d7d3 h1:r8r+blC7pntMnZuMge7LBMx60+stdbdYhwWjSd8fs10=
github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240202170409-a34147b1d7d3/go.mod h1:Ihio6ScG9ZN+Lf76z+H+JabQrnzvwC2NcV32YICB/Kw=
github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240130075809-6609fa1c0732 h1:xGvG+7KRpf6/GspyUCeY+TyqEdedjyzS6pgFRqoPLfk=
github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240130075809-6609fa1c0732/go.mod h1:u5GO5fGJ0CsVRivvQoZE400I+jlI4tIoEqNN4HfMiHg=
github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240202152507-e67472716bc1 h1:8qASXzFDYubZUAltqkC7GDnbKpJqZqtxqeqKd42Bees=
github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240202152507-e67472716bc1/go.mod h1:G4XUqjS1C8V5U066HUcjnCyxTNhU4cSZOOGXcOCOhz4=
github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240204102441-e6f6ada0ee12 h1:4eHShXECxLI5w4UGKO+NKHci4wlbcdCWm3dgrkiWZIE=
github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240204102441-e6f6ada0ee12/go.mod h1:WxFJzl/l+1EjCEiBrQ+KydXEnZhxXtRvtcCn5O3q47E=
github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240202130453-acd61375e351 h1:wEI/u0dmE1wqNvsfExXCVGOZ1iI8zQ/r70sD/wZKGc8=
github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240202130453-acd61375e351/go.mod h1:TfyLLZ+CdfdMcdc/ZKkxLUDDWDFI3ayOtr6YBG1F6Ig=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
Loading

0 comments on commit d89d80d

Please sign in to comment.