commit | eb466d41a8f2f4db1a4954d19f9c8c7c34a7f903 | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Thu Jan 25 04:13:55 2018 +0200 |
committer | Dennis Dmitriev <ddmitriev@mirantis.com> | Thu Jan 25 04:13:55 2018 +0200 |
tree | 015a6f66d56bd91d94c5fde735b2269def52db4d | |
parent | 002b8433c9535dd2c385e66b50834efde3d0fa97 [diff] |
Increase volume size for k8s-contrail cfg01 nodes 20Gb is too low to fit the cfg01-day01 image Change-Id: Iff9ddf028e1b3260453528c52e8eae2ac23dac9e
diff --git a/tcp_tests/templates/k8s-ha-contrail/underlay.yaml b/tcp_tests/templates/k8s-ha-contrail/underlay.yaml index fd71c15..2551d12 100644 --- a/tcp_tests/templates/k8s-ha-contrail/underlay.yaml +++ b/tcp_tests/templates/k8s-ha-contrail/underlay.yaml
@@ -152,7 +152,7 @@ cloud_init_iface_up: ens3 volumes: - name: system - capacity: !os_env NODE_VOLUME_SIZE, 20 + capacity: !os_env NODE_VOLUME_SIZE, 150 backing_store: cfg01_day01_image format: qcow2 - name: iso # Volume with name 'iso' will be used
diff --git a/tcp_tests/templates/virtual-mcp11-k8s-contrail/underlay.yaml b/tcp_tests/templates/virtual-mcp11-k8s-contrail/underlay.yaml index d4390b5..af1b8e6 100644 --- a/tcp_tests/templates/virtual-mcp11-k8s-contrail/underlay.yaml +++ b/tcp_tests/templates/virtual-mcp11-k8s-contrail/underlay.yaml
@@ -168,7 +168,7 @@ cloud_init_iface_up: ens3 volumes: - name: system - capacity: !os_env NODE_VOLUME_SIZE, 20 + capacity: !os_env NODE_VOLUME_SIZE, 150 backing_store: cfg01_day01_image format: qcow2 - name: iso # Volume with name 'iso' will be used