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/top.yaml b/de/heat-templates/top.yaml
index ccf3407..99e8d5d 100644
--- a/de/heat-templates/top.yaml
+++ b/de/heat-templates/top.yaml
@@ -298,11 +298,21 @@
The size of loop device for computes to configure LVM on, in gigabytes
type: number
default: 50
+ cmp_cinder_lvm_loop_device_size:
+ description: >
+ The size of loop device for computes to configure LVM on, in gigabytes
+ type: number
+ default: 0
acmp_lvm_loop_device_size:
description: >
The size of loop device for advanced computes to configure LVM on, in gigabytes
type: number
default: 0
+ acmp_cinder_lvm_loop_device_size:
+ description: >
+ The size of loop device for advanced computes to configure LVM on, in gigabytes
+ type: number
+ default: 0
conditions:
aio_deploy:
@@ -470,6 +480,7 @@
tun_subnet_id: { get_attr: [tun_network, tun_subnet_id] }
hardware_metadata: { get_param: hardware_metadata}
lvm_loop_device_size: { get_param: cmp_lvm_loop_device_size }
+ cinder_lvm_loop_device_size: { get_param: cmp_cinder_lvm_loop_device_size }
cmps:
type: OS::Heat::ResourceGroup
@@ -517,6 +528,7 @@
tun_subnet_id: { get_attr: [tun_network, tun_subnet_id] }
hardware_metadata: { get_param: hardware_metadata}
lvm_loop_device_size: { get_param: cmp_lvm_loop_device_size }
+ cinder_lvm_loop_device_size: { get_param: cmp_cinder_lvm_loop_device_size }
acmps:
type: OS::Heat::ResourceGroup
@@ -565,6 +577,7 @@
hardware_metadata: { get_param: hardware_metadata}
huge_pages: { get_param: huge_pages }
lvm_loop_device_size: { get_param: acmp_lvm_loop_device_size }
+ cinder_lvm_loop_device_size: { get_param: acmp_cinder_lvm_loop_device_size }
gtws:
type: OS::Heat::ResourceGroup