Execution
Date
15 Dec 2025 10:19:13 +0000
Duration
00:23:12.82
Controller
aio1.openstack.local
User
root
Versions
Ansible
2.18.6
ara
1.7.4 / 1.7.4
Python
3.12.3
Summary
9
Hosts
618
Tasks
960
Results
108
Plays
456
Files
0
Records
Task result details
-
StatusCHANGED
-
Duration00:00:03.05
-
PlayInstallation and setup of Tempest
-
Taskos_tempest : Initialise tempest workspace
-
Date15 Dec 2025 10:36:07 +0000
-
Module / Actionansible.builtin.shell (/home/zuul/src/opendev.org/openstack/openstack-ansible-os_tempest/tasks/tempest_post_install.yml:89)
-
Tags
- skip_ansible_lint
- tempest-config
| Field | Value |
|---|---|
| changed |
True |
| cmd |
set -e
if [ ! -d /root/workspace/etc ]; then
if [ -d /openstack/venvs/tempest-32.0.0.0rc2.dev6/bin ]; then
. /openstack/venvs/tempest-32.0.0.0rc2.dev6/bin/activate
fi
# (guilhermesp) We are adding this conditional here to avoid
# breakage when we are upgrade from rocky to stein as the workspace
# path has been change between these two releases
if tempest workspace list | grep ' workspace '; then
# Init not working on existing entry. Renme old workspace instead and init new.
export CURDATE=$(date +"%d%^b%g_%H%M%S%Z")
WSPATH=$(dirname $(tempest workspace list | awk '{if($2 == "workspace"){print $4}}'))
tempest workspace rename --old-name workspace --new-name workspace_${CURDATE}
mv ${WSPATH}/workspace ${WSPATH}/workspace_${CURDATE}
tempest workspace move --name workspace_${CURDATE} --path ${WSPATH}/workspace_${CURDATE}/
tempest init ${CURWORKSPACE}
else
tempest init --name workspace /root/workspace
exit 3
fi
fi
|
| delta |
0:00:02.542670 |
| end |
2025-12-15 10:36:07.842608 |
| failed_when_result |
False |
| invocation |
{ "module_args": { "_raw_params": "set -e\nif [ ! -d /root/workspace/etc ]; then\n if [ -d /openstack/venvs/tempest-32.0.0.0rc2.dev6/bin ]; then\n . /openstack/venvs/tempest-32.0.0.0rc2.dev6/bin/activate\n fi\n # (guilhermesp) We are adding this conditional here to avoid\n # breakage when we are upgrade from rocky to stein as the workspace\n # path has been change between these two releases\n if tempest workspace list | grep ' workspace '; then\n # Init not working on existing entry. Renme old workspace instead and init new.\n export CURDATE=$(date +\"%d%^b%g_%H%M%S%Z\")\n WSPATH=$(dirname $(tempest workspace list | awk '{if($2 == \"workspace\"){print $4}}'))\n\n tempest workspace rename --old-name workspace --new-name workspace_${CURDATE}\n\n mv ${WSPATH}/workspace ${WSPATH}/workspace_${CURDATE}\n tempest workspace move --name workspace_${CURDATE} --path ${WSPATH}/workspace_${CURDATE}/\n tempest init ${CURWORKSPACE}\n else\n tempest init --name workspace /root/workspace\n exit 3\n fi\nfi\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": "/bin/bash", "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } } |
| msg |
non-zero return code |
| rc |
3 |
| start |
2025-12-15 10:36:05.299938 |
| stderr |
|
| stderr_lines |
[]
|
| stdout |
|
| stdout_lines |
[]
|