commit | 433d50f624f9284cc69168384103cfb062929119 | [log] [tgz] |
---|---|---|
author | obutenko <obutenko@mirantis.com> | Tue Aug 08 18:19:20 2017 +0300 |
committer | Dennis Dmitriev <dis.xcom@gmail.com> | Tue Aug 08 11:21:02 2017 -0400 |
tree | 7b53c3883f874850c50b93ba2bc715bc15660773 | |
parent | ee719cbf9f256c869937ef78e5eef6f2eb28f683 [diff] |
Install linux-generic-hwe-16.04 on minions Change-Id: I7cec4a974b6edcfdd2b7baacfcae7a3039bb4184 Reviewed-on: https://review.gerrithub.io/373343 Reviewed-by: Dennis Dmitriev <dis.xcom@gmail.com> Tested-by: Dennis Dmitriev <dis.xcom@gmail.com>
diff --git a/tcp_tests/templates/physical_mcp11_ovs_dpdk/underlay--user-data.yaml b/tcp_tests/templates/physical_mcp11_ovs_dpdk/underlay--user-data.yaml index 51e728d..e1646cd 100644 --- a/tcp_tests/templates/physical_mcp11_ovs_dpdk/underlay--user-data.yaml +++ b/tcp_tests/templates/physical_mcp11_ovs_dpdk/underlay--user-data.yaml
@@ -64,7 +64,7 @@ # Node is ready, allow SSH access #- echo "Allow SSH access ..." #- sudo iptables -D INPUT -p tcp --dport 22 -j DROP - - update-initramfs -u + - apt-get install linux-generic-hwe-16.04 -y - reboot ########################################################