Skip to content

Commit 4b6f8bb

Browse files
committed
[OSPRH-21858] Pass along the globally defined storageClassName to telemetry
1 parent 17b1fae commit 4b6f8bb

11 files changed

+15
-10
lines changed

config/samples/base/openstackcontrolplane/core_v1beta1_openstackcontrolplane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ spec:
158158
strategy: persistent
159159
retention: 24h
160160
persistent:
161-
pvcStorageRequest: 20G
161+
pvcStorageRequest: 10G
162162
autoscaling:
163163
enabled: false
164164
aodh:

config/samples/core_v1beta1_openstackcontrolplane_collapsed_cell.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ spec:
143143
strategy: persistent
144144
retention: 24h
145145
persistent:
146-
pvcStorageRequest: 20G
146+
pvcStorageRequest: 10G
147147
autoscaling:
148148
enabled: false
149149
aodh:

config/samples/core_v1beta1_openstackcontrolplane_galera.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ spec:
171171
strategy: persistent
172172
retention: 24h
173173
persistent:
174-
pvcStorageRequest: 20G
174+
pvcStorageRequest: 10G
175175
autoscaling:
176176
enabled: false
177177
aodh:

config/samples/core_v1beta1_openstackcontrolplane_galera_3replicas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ spec:
161161
strategy: persistent
162162
retention: 24h
163163
persistent:
164-
pvcStorageRequest: 20G
164+
pvcStorageRequest: 10G
165165
autoscaling:
166166
enabled: false
167167
aodh:

config/samples/core_v1beta1_openstackcontrolplane_galera_network_isolation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ spec:
338338
strategy: persistent
339339
retention: 24h
340340
persistent:
341-
pvcStorageRequest: 20G
341+
pvcStorageRequest: 10G
342342
autoscaling:
343343
enabled: false
344344
aodh:

config/samples/core_v1beta1_openstackcontrolplane_galera_network_isolation_3replicas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ spec:
340340
strategy: persistent
341341
retention: 24h
342342
persistent:
343-
pvcStorageRequest: 20G
343+
pvcStorageRequest: 10G
344344
autoscaling:
345345
enabled: false
346346
aodh:

config/samples/core_v1beta1_openstackcontrolplane_galera_network_isolation_3replicas_only_default_enabled_services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ spec:
260260
strategy: persistent
261261
retention: 24h
262262
persistent:
263-
pvcStorageRequest: 20G
263+
pvcStorageRequest: 10G
264264
autoscaling:
265265
enabled: false
266266
aodh:

config/samples/core_v1beta1_openstackcontrolplane_network_isolation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ spec:
334334
strategy: persistent
335335
retention: 24h
336336
persistent:
337-
pvcStorageRequest: 20G
337+
pvcStorageRequest: 10G
338338
autoscaling:
339339
enabled: false
340340
aodh:

config/samples/core_v1beta1_openstackcontrolplane_network_isolation_ceph.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ spec:
384384
strategy: persistent
385385
retention: 24h
386386
persistent:
387-
pvcStorageRequest: 20G
387+
pvcStorageRequest: 10G
388388
autoscaling:
389389
enabled: false
390390
aodh:

config/samples/core_v1beta1_openstackcontrolplane_network_isolation_tls_public_endpoint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ spec:
337337
strategy: persistent
338338
retention: 24h
339339
persistent:
340-
pvcStorageRequest: 20G
340+
pvcStorageRequest: 10G
341341
autoscaling:
342342
enabled: false
343343
aodh:

0 commit comments

Comments
 (0)