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