commit | 28b2d1ccb5f21461a4e34a2ea53806a1975d226e | [log] [tgz] |
---|---|---|
author | Tatyana Leontovich <tleontovich@mirantis.com> | Tue Aug 07 23:47:07 2018 +0300 |
committer | Tatyanka Leontovich <tleontovich@mirantis.com> | Mon Aug 20 12:01:30 2018 +0000 |
tree | ddbba55fa72b7aade417cd42a7f74d19f92ac94c | |
parent | 7b9b2daa6cfa4c2ee029c4953cd49439c6f1375c [diff] |
Add watchdog state execution in offline dpdk Change-Id: I9367ed00db44c33180204991ed3fa3cf3e39f2ac
diff --git a/tcp_tests/templates/virtual-offline-pike-ovs-dpdk/salt.yaml b/tcp_tests/templates/virtual-offline-pike-ovs-dpdk/salt.yaml index dedbab8..921cd7b 100644 --- a/tcp_tests/templates/virtual-offline-pike-ovs-dpdk/salt.yaml +++ b/tcp_tests/templates/virtual-offline-pike-ovs-dpdk/salt.yaml
@@ -88,6 +88,12 @@ retry: {count: 1, delay: 10} skip_fail: false +- description: Install watchdog + cmd: salt -C "I@watchdog:server" state.sls watchdog; + node_name: {{ HOSTNAME_CFG01 }} + retry: {count: 1, delay: 10} + skip_fail: false + - description: Workaround to avoid reboot cmp nodes bring OVS interfaces UP cmd: | salt 'cmp*' cmd.run "ifup br-mesh";