commit | cced67db469358df769454c67c1bebc02cc0b89a | [log] [tgz] |
---|---|---|
author | sgudz <vortexuelpm@gmail.com> | Wed Oct 11 15:56:09 2017 +0300 |
committer | Dmitry Tyzhnenko <t.dmitry@gmail.com> | Wed Nov 15 12:40:49 2017 +0200 |
tree | 452672f7ca22bfa2b6a92dbce4399156fdbbc055 | |
parent | 3b1f40e9da7cd4a7a91938f7fe2c66c01cf4d494 [diff] [blame] |
Modifying new cookied model for baremetal Removing openstack_telemetry (mdb) nodes due to this merge https://github.com/Mirantis/mk2x-cookiecutter-reclass-model/commit/6191e302eecaf62451415ec2eeea992b28d11f71 Hack virouter reboot cmp change cookiecutter-contex to another file (with dpdk) Change stacklight VIP determining Move cinder lvm to computes Add workarounds for cinder backend Change-Id: I9bfe68a91723563bbd1507d6468b8f4b9efe2861
diff --git a/tcp_tests/templates/cookied-bm-mcp-ocata-contrail/underlay--user-data1604.yaml b/tcp_tests/templates/cookied-bm-mcp-ocata-contrail/underlay--user-data1604.yaml index a362d86..6ac6dd5 100644 --- a/tcp_tests/templates/cookied-bm-mcp-ocata-contrail/underlay--user-data1604.yaml +++ b/tcp_tests/templates/cookied-bm-mcp-ocata-contrail/underlay--user-data1604.yaml
@@ -52,6 +52,8 @@ ############## TCP Cloud cfg01 node ################## #- sleep 120 - echo "Preparing base OS" + - echo "nameserver 172.18.208.44" > /etc/resolv.conf; + - echo "nameserver 8.8.8.8" >> /etc/resolv.conf; - which wget >/dev/null || (apt-get update; apt-get install -y wget) - echo "deb [arch=amd64] http://apt.mirantis.com/xenial {{ REPOSITORY_SUITE }} salt extra" > /etc/apt/sources.list.d/mcp_salt.list;