Use the latest version of old workaround for linux bonds on baremetal
Change-Id: I88a188901de0bdbf3bc5b64850ed8ff00bd75f8a
Reviewed-on: https://review.gerrithub.io/373905
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 e501240..9fc1e44 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/9 && git checkout FETCH_HEAD;
+ git fetch https://gerrit.mcp.mirantis.net/salt-formulas/linux refs/changes/54/2354/11 && 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 }}