commit | b4c519dafc694249f91b26dd775e93bbe27ab860 | [log] [tgz] |
---|---|---|
author | Tatyana Leontovich <tleontovich@mirantis.com> | Wed Oct 31 13:44:45 2018 +0200 |
committer | Tatyana Leontovich <tleontovich@mirantis.com> | Wed Oct 31 13:59:28 2018 +0200 |
tree | 664db7263674ab18ff08b4841e24122afd796ae6 | |
parent | b1033e5f369f49cba3b01e6c0d0aa86d466afe72 [diff] [blame] |
Add nova.client state execution This call is mandatory in mcp pipeline-library, so added it here as well https://github.com/Mirantis/pipeline-library/blob/master/src/com/mirantis/mk/Orchestrate.groovy#L340 Change-Id: I6fc64ac1dbf8cfbdce6dd3cb6282d6afad75bc4d
diff --git a/tcp_tests/templates/shared-openstack.yaml b/tcp_tests/templates/shared-openstack.yaml index ededd1d..e758f80 100644 --- a/tcp_tests/templates/shared-openstack.yaml +++ b/tcp_tests/templates/shared-openstack.yaml
@@ -131,6 +131,13 @@ node_name: {{ HOSTNAME_CFG01 }} retry: {count: 1, delay: 5} skip_fail: false + +- description: Create nova resources + cmd: salt --hard-crash --state-output=mixed --state-verbose=False + -C "I@nova:client" state.sls nova.client + node_name: {{ HOSTNAME_CFG01 }} + retry: {count: 1, delay: 5} + skip_fail: false {%- endmacro %} {%- macro MACRO_INSTALL_CINDER(INSTALL_VOLUME=false) %}