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


Field Value
changed
True
cmd
. /root/openrc
. /openstack/venvs/rally-32.0.0.0rc2.dev6/bin/activate
/openstack/venvs/rally-32.0.0.0rc2.dev6/bin/rally deployment create --fromenv --name=existing
delta
0:00:03.439584
end
2025-12-15 10:42:25.650773
invocation
{
    "module_args": {
        "_raw_params": ". /root/openrc\n. /openstack/venvs/rally-32.0.0.0rc2.dev6/bin/activate\n/openstack/venvs/rally-32.0.0.0rc2.dev6/bin/rally deployment create --fromenv --name=existing\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": null,
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2025-12-15 10:42:22.211189
stderr

stderr_lines
[]
stdout
+--------------------------------------+---------------------+----------+------------------+--------+
| uuid                                 | created_at          | name     | status           | active |
+--------------------------------------+---------------------+----------+------------------+--------+
| fbd88141-4396-4466-9a6d-32db1b8bb5ef | 2025-12-15T10:42:24 | existing | deploy->finished |        |
+--------------------------------------+---------------------+----------+------------------+--------+
Using deployment: fbd88141-4396-4466-9a6d-32db1b8bb5ef
~/.rally/openrc was updated

HINTS:

* To use standard OpenStack clients, set up your env by running:
	source ~/.rally/openrc
  OpenStack clients are now configured, e.g run:
	openstack image list
stdout_lines
[
    "+--------------------------------------+---------------------+----------+------------------+--------+",
    "| uuid                                 | created_at          | name     | status           | active |",
    "+--------------------------------------+---------------------+----------+------------------+--------+",
    "| fbd88141-4396-4466-9a6d-32db1b8bb5ef | 2025-12-15T10:42:24 | existing | deploy->finished |        |",
    "+--------------------------------------+---------------------+----------+------------------+--------+",
    "Using deployment: fbd88141-4396-4466-9a6d-32db1b8bb5ef",
    "~/.rally/openrc was updated",
    "",
    "HINTS:",
    "",
    "* To use standard OpenStack clients, set up your env by running:",
    "\tsource ~/.rally/openrc",
    "  OpenStack clients are now configured, e.g run:",
    "\topenstack image list"
]