commit | ae15a77684348e20ca0169ba5e1e3d0fe5c79e55 | [log] [tgz] |
---|---|---|
author | Maksym Shalamov <mshalamov@mirantis.com> | Fri Jul 20 13:13:29 2018 +0300 |
committer | Maksym Shalamov <mshalamov@mirantis.com> | Fri Jul 20 13:27:00 2018 +0300 |
tree | 4afb4e9566bcbf025d6e00d0944219b8cf32212d | |
parent | 26b94a2f2028bb639533247437d9d0c43d90b67f [diff] [blame] |
Add execution of manila client state This change is necessary for the creation of manila resources needed for the tests. Change-Id: Ife58bdc707fedd5f05c107caca82d671a85fcf2b
diff --git a/tcp_tests/templates/virtual-mcp-pike-dvr-ssl-barbican/openstack.yaml b/tcp_tests/templates/virtual-mcp-pike-dvr-ssl-barbican/openstack.yaml index 653b461..7e36027 100644 --- a/tcp_tests/templates/virtual-mcp-pike-dvr-ssl-barbican/openstack.yaml +++ b/tcp_tests/templates/virtual-mcp-pike-dvr-ssl-barbican/openstack.yaml
@@ -331,6 +331,13 @@ retry: {count: 3, delay: 5} skip_fail: false +- description: Create manila type + cmd: | + salt 'cfg01*' state.sls manila.client + node_name: {{ HOSTNAME_CFG01 }} + retry: {count: 1, delay: 5} + skip_fail: false + - description: Create CIFS and NFS share and check it status cmd: | salt 'ctl01*' cmd.run '. /root/keystonercv3; manila create CIFS 1 --share-type=default';