commit | 47f7bfe98ab807358ffdbffda7a6ac9b0939d611 | [log] [tgz] |
---|---|---|
author | Tatyana Leontovich <tleontovich@mirantis.com> | Fri Jan 05 13:36:09 2018 +0200 |
committer | Tatyana Leontovich <tleontovich@mirantis.com> | Fri Jan 05 13:36:09 2018 +0200 |
tree | d991c9d25e6feedd407bdc02587f9e6f64f53de1 | |
parent | ff6fdbb95169aeb4e8d20937be9478153fb6f5d2 [diff] [blame] |
Restart cinder-volume service Change-Id: I0e85599b3a04ca49647922f364663a9b4856f3a5
diff --git a/tcp_tests/templates/virtual-mcp-ocata-ovs/openstack.yaml b/tcp_tests/templates/virtual-mcp-ocata-ovs/openstack.yaml index 35b625a..0950a68 100644 --- a/tcp_tests/templates/virtual-mcp-ocata-ovs/openstack.yaml +++ b/tcp_tests/templates/virtual-mcp-ocata-ovs/openstack.yaml
@@ -348,6 +348,13 @@ retry: {count: 1, delay: 30} skip_fail: false +- description: Restart cinder volume + cmd: | + salt -C 'I@cinder:controller' service.restart cinder-volume; + node_name: {{ HOSTNAME_CFG01 }} + retry: {count: 2, delay: 5} + skip_fail: false + - description: Install docker.io on gtw cmd: salt-call cmd.run 'apt-get install docker.io -y' node_name: {{ HOSTNAME_GTW01 }}