commit | 739a6e2bf52c17e91ce9da52ed66cde4b018b5eb | [log] [tgz] |
---|---|---|
author | Biser Milanov <biser.milanov@storpool.com> | Wed Dec 20 10:49:52 2023 +0200 |
committer | Biser Milanov <biser.milanov@storpool.com> | Wed Dec 20 10:49:52 2023 +0200 |
tree | 0a898bab8f3c54fb4ae1cd0fd81ee0b7346de0c1 | |
parent | 0050de23005404325da7990979e7818406e97e24 [diff] |
Add debug sleep Change-Id: If2c6e56a4600e25faa12746cd8b7cf25f2597d8e
diff --git a/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml b/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml index 8f269ac..d795198 100644 --- a/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml +++ b/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml
@@ -3,7 +3,9 @@ vars_files: - vars.yaml tasks: - - name: Run Tempest - shell: . {{ tempest_venv }}/bin/activate && tempest run --regex volume - args: - chdir: "{{ ansible_env.HOME }}/cloud-01" \ No newline at end of file +# - name: Run Tempest +# shell: . {{ tempest_venv }}/bin/activate && tempest run --regex volume +# args: +# chdir: "{{ ansible_env.HOME }}/cloud-01" + - name: Debug Sleep + shell: sleep 9999 \ No newline at end of file