Skip to content

Commit 1c8cf4c

Browse files
author
openstack-k8s-operators-ci
committed
Update openstack-k8s-operators (main)
1 parent c7bbe1f commit 1c8cf4c

13 files changed

+137
-24
lines changed

apis/bases/core.openstack.org_openstackcontrolplanes.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2785,6 +2785,9 @@ spec:
27852785
- synth-domain
27862786
- no-negcache
27872787
- local
2788+
- local-ttl
2789+
- dhcp-ttl
2790+
- max-ttl
27882791
type: string
27892792
values:
27902793
items:
@@ -12116,6 +12119,13 @@ spec:
1211612119
metricsEnabled:
1211712120
default: true
1211812121
type: boolean
12122+
metricsTLS:
12123+
properties:
12124+
caBundleSecretName:
12125+
type: string
12126+
secretName:
12127+
type: string
12128+
type: object
1211912129
networkAttachment:
1212012130
type: string
1212112131
nicMappings:
@@ -12195,6 +12205,13 @@ spec:
1219512205
metricsEnabled:
1219612206
default: true
1219712207
type: boolean
12208+
metricsTLS:
12209+
properties:
12210+
caBundleSecretName:
12211+
type: string
12212+
secretName:
12213+
type: string
12214+
type: object
1219812215
networkAttachment:
1219912216
type: string
1220012217
nodeSelector:
@@ -12323,6 +12340,13 @@ spec:
1232312340
metricsEnabled:
1232412341
default: true
1232512342
type: boolean
12343+
metricsTLS:
12344+
properties:
12345+
caBundleSecretName:
12346+
type: string
12347+
secretName:
12348+
type: string
12349+
type: object
1232612350
nThreads:
1232712351
default: 1
1232812352
format: int32

apis/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ require (
1313
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20251014170627-1d5452aa314d
1414
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20251016070425-48b1f8142860
1515
github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20251014173211-ce3de752f864
16-
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20251016082205-e3c27566d96e
16+
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20251020143452-7086a5eea166
1717
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20251017145306-e6d6e0c9f32e
1818
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20251014160540-0b7d580557b2
1919
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20251007102731-b786c86bffe7
2020
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20251007102731-b786c86bffe7
21-
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20251014164914-d4c4b9f80041
21+
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20251018205015-c45ca5cf503c
2222
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20251015110425-ad0381ce8cd4
2323
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20251016170447-17d48235c379
2424
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20251013072934-e80b840aec1c
2525
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20251015074813-c8f83332b774
2626
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20251016050458-7c5c8fc69a7a
27-
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20251015161550-0fa53d55bca0
27+
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20251020102141-f19d0ee25e0f
2828
github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20251016091846-46ae39c6d532
2929
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20251016091846-b1f736d575ca
3030
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20251015160727-f7231411e300

apis/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20251016070425-48b
126126
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20251016070425-48b1f8142860/go.mod h1:DX0ogcfd4MiRqKlM4v0NxySnyCKNlJflMlw+tvq7TRs=
127127
github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20251014173211-ce3de752f864 h1:jLW+sfLd5x6P6mnJvqHsqZCW/pWnYqQO/2H9h85+rDY=
128128
github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20251014173211-ce3de752f864/go.mod h1:beSCnYxwdWXfZzqbkg1cGVjiLOLFLa63p82quMnfqGA=
129-
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20251016082205-e3c27566d96e h1:z4XXdx7kV4lvDVawoOnLl4mt+r1IPujUwT/PTyW5fY8=
130-
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20251016082205-e3c27566d96e/go.mod h1:CMoJQARxN9IxJdJxW1vgGwgX4UiXxmWayzwyQXyHyB0=
129+
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20251020143452-7086a5eea166 h1:3mSFlH+eveiw3tYXeR0Sp/IJcfKySOuKx4XSPFHszSY=
130+
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20251020143452-7086a5eea166/go.mod h1:CMoJQARxN9IxJdJxW1vgGwgX4UiXxmWayzwyQXyHyB0=
131131
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20251017145306-e6d6e0c9f32e h1:gOiunedJzljQ3kYD4nQoEn3HZ2W3xIKsSl2GaJExM9s=
132132
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20251017145306-e6d6e0c9f32e/go.mod h1:EqncaSISzZANZh/oXfwpwtlAgWZh5lmPnNVRfBusfxo=
133133
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20251014160540-0b7d580557b2 h1:ORrmWh8cRDHr8ZJOMBqd6LtBYQNqUXMiRmn6/5x2lNw=
@@ -138,8 +138,8 @@ github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.2025092
138138
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20250929092825-4c2402451077/go.mod h1:HD4ZmuJ7oul82bAnnpWf9v69webjyQ9pMMCgzuVKVFE=
139139
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20251007102731-b786c86bffe7 h1:6nGMvTdEjr/50k87hsC/2yDDGm+JYYQpURaZ93ekNhA=
140140
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20251007102731-b786c86bffe7/go.mod h1:uiWDgmoC+p6mn+ZaFvkgRPQlb8ZHz5ZdXT+Zv4j/Wac=
141-
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20251014164914-d4c4b9f80041 h1:+S/rj9/aNxp4hKf6vPAm/RBOuAQ8qugdxWw5Lwn8i8A=
142-
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20251014164914-d4c4b9f80041/go.mod h1:drxcEvUigA6fP5xKirlJZJUg4sTN4O9IQWzGKtwczQ4=
141+
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20251018205015-c45ca5cf503c h1:E/0fMLw5LM/btlAyaPGHs2fyWvzARHd0pkJ4WSFfNWE=
142+
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20251018205015-c45ca5cf503c/go.mod h1:nMn3uHVi7BNNgWFU7pqlKOiDhY+uA6gKcju9LO/8Q4Q=
143143
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20251015110425-ad0381ce8cd4 h1:4qDSDLX7HpCIdnlUExyPc3DkyCq+73PLPb99FVj1CZk=
144144
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20251015110425-ad0381ce8cd4/go.mod h1:lOZNSKG7MMkhMjL7OQXKscy+dH2mxs3HPD+oj4wVytA=
145145
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20251016170447-17d48235c379 h1:jkiJRBsklxDAUxjAlRXJASd1GOek4c8w/Ka2GYifcJk=
@@ -150,8 +150,8 @@ github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20251015074813-
150150
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20251015074813-c8f83332b774/go.mod h1:xmansy+T6LA63HJ6K5PPtO/rgJeOIqB5aY+WGwh538U=
151151
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20251016050458-7c5c8fc69a7a h1:AkNf71nz9/k09uRrydFcnIcrjqlPuRP7CD8VU6g5Io4=
152152
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20251016050458-7c5c8fc69a7a/go.mod h1:He7rGGmvfl1lzn+OJ0jV1tU6b8+otlCCrRx0T3WxlAQ=
153-
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20251015161550-0fa53d55bca0 h1:YVJsbb3tubDcx8QLbeFrS8+7Rr2uID+X5hKfVkG2dAM=
154-
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20251015161550-0fa53d55bca0/go.mod h1:RTW7SRp+Fn8JmIjdOgLl3GB3tTAhnI0q2XgauR1eEUM=
153+
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20251020102141-f19d0ee25e0f h1:4RH4gFZKRRTjJCLmEbUrQLRWC+wfThHoRapS/nPBbl4=
154+
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20251020102141-f19d0ee25e0f/go.mod h1:RTW7SRp+Fn8JmIjdOgLl3GB3tTAhnI0q2XgauR1eEUM=
155155
github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20251016091846-46ae39c6d532 h1:Kz2YSBptRCoHu5ie44IJ4rhJ/Unm9Yxdj6wIuv+lc8o=
156156
github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20251016091846-46ae39c6d532/go.mod h1:tT7pLlledNe6qxzJPmgG4Vt3y8C8hjlUli0rPBeAiz0=
157157
github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20250929174222-a0d328fa4dec h1:saovr368HPAKHN0aRPh8h8n9s9dn3d8Frmfua0UYRlc=

bindata/crds/crds.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2951,6 +2951,9 @@ spec:
29512951
- synth-domain
29522952
- no-negcache
29532953
- local
2954+
- local-ttl
2955+
- dhcp-ttl
2956+
- max-ttl
29542957
type: string
29552958
values:
29562959
items:
@@ -12282,6 +12285,13 @@ spec:
1228212285
metricsEnabled:
1228312286
default: true
1228412287
type: boolean
12288+
metricsTLS:
12289+
properties:
12290+
caBundleSecretName:
12291+
type: string
12292+
secretName:
12293+
type: string
12294+
type: object
1228512295
networkAttachment:
1228612296
type: string
1228712297
nicMappings:
@@ -12361,6 +12371,13 @@ spec:
1236112371
metricsEnabled:
1236212372
default: true
1236312373
type: boolean
12374+
metricsTLS:
12375+
properties:
12376+
caBundleSecretName:
12377+
type: string
12378+
secretName:
12379+
type: string
12380+
type: object
1236412381
networkAttachment:
1236512382
type: string
1236612383
nodeSelector:
@@ -12489,6 +12506,13 @@ spec:
1248912506
metricsEnabled:
1249012507
default: true
1249112508
type: boolean
12509+
metricsTLS:
12510+
properties:
12511+
caBundleSecretName:
12512+
type: string
12513+
secretName:
12514+
type: string
12515+
type: object
1249212516
nThreads:
1249312517
default: 1
1249412518
format: int32

bindata/crds/network.openstack.org_dnsmasqs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ spec:
8686
- synth-domain
8787
- no-negcache
8888
- local
89+
- local-ttl
90+
- dhcp-ttl
91+
- max-ttl
8992
type: string
9093
values:
9194
items:

bindata/crds/ovn.openstack.org_ovncontrollers.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,17 @@ spec:
117117
description: MetricsEnabled enables the metrics daemonset for collecting
118118
OVN metrics
119119
type: boolean
120+
metricsTLS:
121+
description: MetricsTLS - Parameters related to TLS for metrics daemonset
122+
properties:
123+
caBundleSecretName:
124+
description: CaBundleSecretName - holding the CA certs in a pre-created
125+
bundle file
126+
type: string
127+
secretName:
128+
description: SecretName - holding the cert, key for the service
129+
type: string
130+
type: object
120131
networkAttachment:
121132
description: |-
122133
NetworkAttachment is a NetworkAttachment resource name to expose the service to the given network.

bindata/crds/ovn.openstack.org_ovndbclusters.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,17 @@ spec:
8585
description: MetricsEnabled enables the metrics sidecar container
8686
for collecting OVN DB metrics
8787
type: boolean
88+
metricsTLS:
89+
description: MetricsTLS - Parameters related to TLS for metrics sidecar
90+
properties:
91+
caBundleSecretName:
92+
description: CaBundleSecretName - holding the CA certs in a pre-created
93+
bundle file
94+
type: string
95+
secretName:
96+
description: SecretName - holding the cert, key for the service
97+
type: string
98+
type: object
8899
networkAttachment:
89100
description: |-
90101
NetworkAttachment is a NetworkAttachment resource name to expose the service to the given network.

bindata/crds/ovn.openstack.org_ovnnorthds.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@ spec:
6565
description: MetricsEnabled enables the metrics sidecar container
6666
for collecting OVN metrics
6767
type: boolean
68+
metricsTLS:
69+
description: MetricsTLS - Parameters related to TLS for metrics sidecar
70+
properties:
71+
caBundleSecretName:
72+
description: CaBundleSecretName - holding the CA certs in a pre-created
73+
bundle file
74+
type: string
75+
secretName:
76+
description: SecretName - holding the cert, key for the service
77+
type: string
78+
type: object
6879
nThreads:
6980
default: 1
7081
description: NThreads sets number of threads used for building logical
@@ -221,6 +232,11 @@ spec:
221232
- type
222233
type: object
223234
type: array
235+
hash:
236+
additionalProperties:
237+
type: string
238+
description: Map of hashes to track e.g. job status
239+
type: object
224240
lastAppliedTopology:
225241
description: LastAppliedTopology - the last applied Topology
226242
properties:

config/crd/bases/core.openstack.org_openstackcontrolplanes.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2785,6 +2785,9 @@ spec:
27852785
- synth-domain
27862786
- no-negcache
27872787
- local
2788+
- local-ttl
2789+
- dhcp-ttl
2790+
- max-ttl
27882791
type: string
27892792
values:
27902793
items:
@@ -12116,6 +12119,13 @@ spec:
1211612119
metricsEnabled:
1211712120
default: true
1211812121
type: boolean
12122+
metricsTLS:
12123+
properties:
12124+
caBundleSecretName:
12125+
type: string
12126+
secretName:
12127+
type: string
12128+
type: object
1211912129
networkAttachment:
1212012130
type: string
1212112131
nicMappings:
@@ -12195,6 +12205,13 @@ spec:
1219512205
metricsEnabled:
1219612206
default: true
1219712207
type: boolean
12208+
metricsTLS:
12209+
properties:
12210+
caBundleSecretName:
12211+
type: string
12212+
secretName:
12213+
type: string
12214+
type: object
1219812215
networkAttachment:
1219912216
type: string
1220012217
nodeSelector:
@@ -12323,6 +12340,13 @@ spec:
1232312340
metricsEnabled:
1232412341
default: true
1232512342
type: boolean
12343+
metricsTLS:
12344+
properties:
12345+
caBundleSecretName:
12346+
type: string
12347+
secretName:
12348+
type: string
12349+
type: object
1232612350
nThreads:
1232712351
default: 1
1232812352
format: int32

config/operator/manager_operator_images.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ spec:
2626
- name: RELATED_IMAGE_HORIZON_OPERATOR_MANAGER_IMAGE_URL
2727
value: quay.io/openstack-k8s-operators/horizon-operator@sha256:d89596cbea9bfd0a8e3cf48e4c6afd8ce02132dff5348904451aabbedd349eec
2828
- name: RELATED_IMAGE_INFRA_OPERATOR_MANAGER_IMAGE_URL
29-
value: quay.io/openstack-k8s-operators/infra-operator@sha256:d3ff246a76ba031d03400f33e3cc73966b0bab86cc59054327fce19cfd0afb70
29+
value: quay.io/openstack-k8s-operators/infra-operator@sha256:b2fbf85972b4aff1baf1b08cd0d3a4c55fadc2c60fe320604df0c5af1493d865
3030
- name: RELATED_IMAGE_IRONIC_OPERATOR_MANAGER_IMAGE_URL
3131
value: quay.io/openstack-k8s-operators/ironic-operator@sha256:1e7adffcbbf936c831bc8443fade3825e4726398aa46decb7202bc25e7e7348a
3232
- name: RELATED_IMAGE_KEYSTONE_OPERATOR_MANAGER_IMAGE_URL
3333
value: quay.io/openstack-k8s-operators/keystone-operator@sha256:59b6aeccb2d2f835f22e0e7f39766758f62a1cec891979f9b68752677ec2fd67
3434
- name: RELATED_IMAGE_MANILA_OPERATOR_MANAGER_IMAGE_URL
35-
value: quay.io/openstack-k8s-operators/manila-operator@sha256:06277fc3f3b2d7b9f3e8b0120546b6778d1d8452da003e7e6dd5dbb9e010631a
35+
value: quay.io/openstack-k8s-operators/manila-operator@sha256:9d6e9ccc1168a63b717946fb1623af850491821dceffb9075a5dd0c4b9d648ec
3636
- name: RELATED_IMAGE_MARIADB_OPERATOR_MANAGER_IMAGE_URL
3737
value: quay.io/openstack-k8s-operators/mariadb-operator@sha256:3451ff344ece308690d7ee33e376cef52e177e61f7795819d222d086cccbe951
3838
- name: RELATED_IMAGE_NEUTRON_OPERATOR_MANAGER_IMAGE_URL
@@ -44,7 +44,7 @@ spec:
4444
- name: RELATED_IMAGE_OPENSTACK_BAREMETAL_OPERATOR_MANAGER_IMAGE_URL
4545
value: quay.io/openstack-k8s-operators/openstack-baremetal-operator@sha256:6f14cbcb71da0fc6f849a4ca8b14a001c6fc62a1b9e78222f0d23f92fd51f5a0
4646
- name: RELATED_IMAGE_OVN_OPERATOR_MANAGER_IMAGE_URL
47-
value: quay.io/openstack-k8s-operators/ovn-operator@sha256:580f4b7128c8e7151bc30730d8c393e06006ea4fc2780132625dbd7f045be74f
47+
value: quay.io/openstack-k8s-operators/ovn-operator@sha256:9ed3e90ad9a4613c6c9c924487006183539b153fc00136ed37b3732f9f6ca2f2
4848
- name: RELATED_IMAGE_PLACEMENT_OPERATOR_MANAGER_IMAGE_URL
4949
value: quay.io/openstack-k8s-operators/placement-operator@sha256:f4ff739c066e6ba873376bd1cdb533b68b8ffa38f0e399b0d315476c05c6b322
5050
- name: RELATED_IMAGE_RABBITMQ_CLUSTER_OPERATOR_MANAGER_IMAGE_URL

0 commit comments

Comments
 (0)