commit | c79f2288b402f707b0f8b2f8758affaa3e64449a | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Mon Jan 21 13:52:19 2019 +0200 |
committer | Dennis Dmitriev <ddmitriev@mirantis.com> | Mon Jan 21 13:55:33 2019 +0200 |
tree | 38e42a5495481d68aec8b8e63b79fab56d00123c | |
parent | 84cc1e21ccdc986f8924e05d854601f782748cf1 [diff] |
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-cicd-k8s-calico-sl/underlay--user-data1604-swp.yaml b/tcp_tests/templates/cookied-cicd-k8s-calico-sl/underlay--user-data1604-swp.yaml index d3d97a4..81936a4 100644 --- a/tcp_tests/templates/cookied-cicd-k8s-calico-sl/underlay--user-data1604-swp.yaml +++ b/tcp_tests/templates/cookied-cicd-k8s-calico-sl/underlay--user-data1604-swp.yaml
@@ -63,17 +63,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:
diff --git a/tcp_tests/templates/cookied-cicd-k8s-calico-sl/underlay--user-data1604.yaml b/tcp_tests/templates/cookied-cicd-k8s-calico-sl/underlay--user-data1604.yaml index 730382e..6451e34 100644 --- a/tcp_tests/templates/cookied-cicd-k8s-calico-sl/underlay--user-data1604.yaml +++ b/tcp_tests/templates/cookied-cicd-k8s-calico-sl/underlay--user-data1604.yaml
@@ -63,17 +63,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: