commit | d6bcbc9cf9962d0c3cf0609c0d997e92759e0d1a | [log] [tgz] |
---|---|---|
author | Tatyana Leontovich <tleontovich@mirantis.com> | Fri Mar 23 15:02:28 2018 +0200 |
committer | Tatyana Leontovich <tleontovich@mirantis.com> | Fri Mar 23 16:51:53 2018 +0200 |
tree | c9da4db1f9f287c362ac0206a439e1a4afa4bc7b | |
parent | 7cc21eaa8545eadb4b2d9f0fc3b8f3d12c778a7e [diff] [blame] |
Fix tests * replace service to systemctl call for sync time * Add forward policy accept after docker install due to https://github.com/moby/moby/pull/28257 break gtw node Change-Id: I790bc9c1b2f203119d4142ec25956634bf6bb94f
diff --git a/tcp_tests/templates/virtual-mcp-pike-dvr-ssl/openstack.yaml b/tcp_tests/templates/virtual-mcp-pike-dvr-ssl/openstack.yaml index 5d573d7..5fdf941 100644 --- a/tcp_tests/templates/virtual-mcp-pike-dvr-ssl/openstack.yaml +++ b/tcp_tests/templates/virtual-mcp-pike-dvr-ssl/openstack.yaml
@@ -381,6 +381,12 @@ retry: {count: 1, delay: 30} skip_fail: false +- description: Enable forward policy + cmd: iptables --policy FORWARD ACCEPT + node_name: {{ HOSTNAME_GTW01 }} + retry: {count: 1, delay: 30} + skip_fail: false + - description: Restart cinder volume cmd: | salt -C 'I@cinder:controller' service.restart cinder-volume;