Skip to content

Commit f97aa26

Browse files
committed
[DNM] Check metrics disabled
1 parent 4712813 commit f97aa26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/control-plane/base/openstackcontrolplane.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,21 +222,25 @@ spec:
222222
ovn:
223223
template:
224224
ovnController:
225+
metricsEnabled: false
225226
networkAttachment: tenant
226227
nicMappings:
227228
datacentre: _replaced_
228229
ovnDBCluster:
229230
ovndbcluster-nb:
231+
metricsEnabled: false
230232
dbType: NB
231233
networkAttachment: internalapi
232234
storageRequest: 10G
233235
replicas: 3
234236
ovndbcluster-sb:
237+
metricsEnabled: false
235238
dbType: SB
236239
networkAttachment: internalapi
237240
storageRequest: 10G
238241
replicas: 3
239242
ovnNorthd:
243+
metricsEnabled: false
240244
logLevel: info
241245
nThreads: 1
242246
replicas: 1

0 commit comments

Comments
 (0)