commit | d835802d7d10e849aae18355d2cabad7967d89a5 | [log] [tgz] |
---|---|---|
author | Biser Milanov <biser.milanov@storpool.com> | Tue Jun 27 21:54:31 2023 +0300 |
committer | Biser Milanov <biser.milanov@storpool.com> | Tue Jun 27 21:54:31 2023 +0300 |
tree | 94fb7897ce09962349c49cac4adb1b7f81fac281 | |
parent | 0f2f36441cc5aa0260c8143f2656bc01b0527144 [diff] |
setup-openstack-iscsi-multipath-storpool: Move the debug sleep to the correct place Change-Id: Ib0f3f7b5f5267f1d2acfa1af6e3918e610364f86
diff --git a/playbooks/setup-openstack-iscsi-multipath-storpool/post.yaml b/playbooks/setup-openstack-iscsi-multipath-storpool/post.yaml index 0e22ac7..b8c8ece 100644 --- a/playbooks/setup-openstack-iscsi-multipath-storpool/post.yaml +++ b/playbooks/setup-openstack-iscsi-multipath-storpool/post.yaml
@@ -2,6 +2,10 @@ vars_files: - vars.yaml tasks: + - name: Sleep for a while + shell: + cmd: sleep 3600 + - name: Remove the StorPool Ports from the StorPool Node ansible.builtin.command: argv:
diff --git a/playbooks/sp-cleanup.yaml b/playbooks/sp-cleanup.yaml index c6bb495..59ac2cc 100644 --- a/playbooks/sp-cleanup.yaml +++ b/playbooks/sp-cleanup.yaml
@@ -1,9 +1,5 @@ - hosts: all tasks: - - name: Sleep for a while - shell: - cmd: sleep 3600 - - name: sp-whoami-hostname shell: cmd: hostname