Configure dedicated VG for Cinder
* change flafor to mosk specific for wrk5-cmp3 context
Related-Prod: PRODX-3456
Change-Id: I93f067d8a99bbf74157cc2626aa7907f318a6564
diff --git a/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml b/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
index 622f611..a862bdd 100644
--- a/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
+++ b/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
@@ -106,6 +106,9 @@
lvm_loop_device_size:
type: number
default: 0
+ cinder_lvm_loop_device_size:
+ type: number
+ default: 0
resources:
@@ -145,6 +148,7 @@
$tungstenfabric_enabled: { get_param: tungstenfabric_enabled }
$frr_bgp_neighbors: { get_param: frr_bgp_neighbors }
$lvm_loop_device_size: { get_param: lvm_loop_device_size }
+ $cinder_lvm_loop_device_size: { get_param: cinder_lvm_loop_device_size }
inject_files:
type: "OS::Heat::CloudConfig"