commit | 8c8d09b11930e15c1b39a196158774c28d3d5e63 | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Wed Jul 19 22:23:47 2017 +0300 |
committer | Dennis Dmitriev <dis.xcom@gmail.com> | Wed Jul 19 15:24:33 2017 -0400 |
tree | 112d606e5b8fd2d3b1002a6326a6527b8ccde478 | |
parent | 7c97e80c4a84366720679fd7ef093d26b38626f1 [diff] [blame] |
Add mon* nodes to CICD underlay template Change-Id: Iccb575e9dcb8b17abf26c67184b40f3ac2350f63 Reviewed-on: https://review.gerrithub.io/370368 Reviewed-by: Dennis Dmitriev <dis.xcom@gmail.com> Tested-by: Dennis Dmitriev <dis.xcom@gmail.com>
diff --git a/tcp_tests/templates/virtual-mcp-ocata-cicd/underlay--user-data-openstack.yaml b/tcp_tests/templates/virtual-mcp-ocata-cicd/underlay--user-data-openstack.yaml index 568958b..37f5eff 100644 --- a/tcp_tests/templates/virtual-mcp-ocata-cicd/underlay--user-data-openstack.yaml +++ b/tcp_tests/templates/virtual-mcp-ocata-cicd/underlay--user-data-openstack.yaml
@@ -39,7 +39,7 @@ - sudo ifup ens3 # Create swap - - fallocate -l 4G /swapfile + - fallocate -l 8G /swapfile - chmod 600 /swapfile - mkswap /swapfile - swapon /swapfile