Use the latest linux formula fixes for baremetal deploy
Change-Id: I15aa4f7ada50db2dcc50d1b317ba8c121e379197
Reviewed-on: https://review.gerrithub.io/374432
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/salt.yaml b/tcp_tests/templates/physical_mcp11_ovs_dpdk/salt.yaml
index 59c5b84..355d7a4 100644
--- a/tcp_tests/templates/physical_mcp11_ovs_dpdk/salt.yaml
+++ b/tcp_tests/templates/physical_mcp11_ovs_dpdk/salt.yaml
@@ -44,7 +44,7 @@
- description: '*Workaround 1/2* of the bug PROD-9576 to get bond0-connectivity *without* rebooting nodes'
cmd: salt-call --hard-crash --state-output=mixed --state-verbose=False cmd.run
"mkdir -p /tmp/PROD-9576; cd /tmp/PROD-9576; git clone https://gerrit.mcp.mirantis.net/salt-formulas/linux; cd linux;
- git fetch https://gerrit.mcp.mirantis.net/salt-formulas/linux refs/changes/54/2354/11 && git checkout FETCH_HEAD;
+ git fetch https://gerrit.mcp.mirantis.net/salt-formulas/linux refs/changes/54/2354/12 && git checkout FETCH_HEAD;
cp -f linux/network/interface.sls /srv/salt/env/prd/linux/network/;
cp -f linux/map.jinja /srv/salt/env/prd/linux/;"
node_name: {{ HOSTNAME_CFG01 }}