commit | a4de497aca6c7666eeced1f67fc63a272b853de7 | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Thu Oct 12 19:36:30 2017 +0300 |
committer | Dennis Dmitriev <ddmitriev@mirantis.com> | Thu Oct 12 19:36:30 2017 +0300 |
tree | e3cb3633275e86755383664264689317e9bb8919 | |
parent | 48a819b87cad41f84c60ddb5197fb35f13bd0db7 [diff] [blame] |
Refactor memory usage for the template cookied-mcp-ocata-dop-sl2 - Increase memory usage to allocate 128Gb RAM - Use different environment variable names for CPU/RAM/VOL options for each type of nodes Change-Id: Ic727a5307824a7995e2ee7f60325e947fbc1095b
diff --git a/tcp_tests/templates/cookied-mcp-ocata-dop-sl2/underlay--user-data-cfg01.yaml b/tcp_tests/templates/cookied-mcp-ocata-dop-sl2/underlay--user-data-cfg01.yaml index dff52d9..51d430d 100644 --- a/tcp_tests/templates/cookied-mcp-ocata-dop-sl2/underlay--user-data-cfg01.yaml +++ b/tcp_tests/templates/cookied-mcp-ocata-dop-sl2/underlay--user-data-cfg01.yaml
@@ -40,7 +40,7 @@ #- sudo ifup ens4 # Create swap - - fallocate -l 4G /swapfile + - fallocate -l 16G /swapfile - chmod 600 /swapfile - mkswap /swapfile - swapon /swapfile