Update partition sizes for VCP nodes in image-layout.yml
Partition sizes should be aligned to class system.defaults.salt:
parameters:
_param:
salt_control_size_image_layout_default:
root:
size: '30%VG'
home:
size: '1G'
var_log:
size: '11%VG'
var_log_audit:
size: '5G'
var_tmp:
size: '11%VG'
tmp:
size: '5G'
Related-Bug: PROD-26620
Change-Id: Ie653338b02403a878b5c0df04a0b630689bd3d8b
diff --git a/tcp_tests/templates/cookied-mcp-pike-dvr-ssl-barbican/underlay--user-data1604.yaml b/tcp_tests/templates/cookied-mcp-pike-dvr-ssl-barbican/underlay--user-data1604.yaml
index 1e12f74..fd1527a 100644
--- a/tcp_tests/templates/cookied-mcp-pike-dvr-ssl-barbican/underlay--user-data1604.yaml
+++ b/tcp_tests/templates/cookied-mcp-pike-dvr-ssl-barbican/underlay--user-data1604.yaml
@@ -54,17 +54,17 @@
- path: /usr/share/growlvm/image-layout.yml
content: |
root:
- size: '50%VG'
+ size: '30%VG'
home:
- size: '100M'
+ size: '1G'
var_log:
- size: '15%VG'
+ size: '11%VG'
var_log_audit:
- size: '500M'
+ size: '5G'
var_tmp:
- size: '500M'
+ size: '11%VG'
tmp:
- size: '500M'
+ size: '5G'
owner: root:root
growpart: