commit | 3aa92393cb348ea6ec53b56fdb3b09c91930a791 | [log] [tgz] |
---|---|---|
author | Biser Milanov <biser.milanov@storpool.com> | Thu Aug 10 16:16:18 2023 +0300 |
committer | Biser Milanov <biser.milanov@storpool.com> | Thu Aug 10 16:16:18 2023 +0300 |
tree | fc891f6b957bc8285994652d23916f085c8aa6a9 | |
parent | 9525a2c76f0376d04ab81c3624b7f5de9c1264a8 [diff] |
kolla: Add debug sleep Change-Id: Ia70bf0f4280e8fd0d850cc532da9ca24b4a20146
diff --git a/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml b/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml index 8f269ac..dd1b69b 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: Debug sleep + shell: sleep 9999 +# - 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