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.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: