Execution
Date 08 Dec 2025 13:39:52 +0000
Duration 00:35:02.03
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
2 Hosts
1377 Tasks
1365 Results
104 Plays
504 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:16.05
  • Play
    Install cinder services
  • Task
    os_cinder : Add in cinder qos types
  • Host
    aio1 ( task delegated to aio1 )

Field Value
changed
False
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
item
changed
False
cmd
. /root/openrc
CLI_OPTIONS=""
/usr/bin/openstack ${CLI_OPTIONS} volume qos list --format value --column Name | grep -x low-iops || /usr/bin/openstack ${CLI_OPTIONS} volume qos create low-iops --consumer front-end\
 --property consumer=front-end --property read_iops_sec=75 --property write_iops_sec=75
delta
0:00:04.737822
end
2025-12-08 13:52:45.837060
failed
False
invocation
{
    "module_args": {
        "_raw_params": ". /root/openrc\nCLI_OPTIONS=\"\"\n/usr/bin/openstack ${CLI_OPTIONS} volume qos list --format value --column Name | grep -x low-iops || /usr/bin/openstack ${CLI_OPTIONS} volume qos create low-iops --consumer front-end\\\n --property consumer=front-end --property read_iops_sec=75 --property write_iops_sec=75\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
    }
}
item
{
    "cinder_volume_types": [
        "low-iops"
    ],
    "name": "low-iops",
    "options": {
        "consumer": "front-end",
        "read_iops_sec": 75,
        "write_iops_sec": 75
    }
}
msg

rc
0
start
2025-12-08 13:52:41.099238
stderr

stderr_lines
[]
stdout
+------------+-----------------------------------------+
| Field      | Value                                   |
+------------+-----------------------------------------+
| consumer   | front-end                               |
| id         | 73c4bd00-8a12-479c-b1c2-4b91b0f38430    |
| name       | low-iops                                |
| properties | read_iops_sec='75', write_iops_sec='75' |
+------------+-----------------------------------------+
stdout_lines
[
    "+------------+-----------------------------------------+",
    "| Field      | Value                                   |",
    "+------------+-----------------------------------------+",
    "| consumer   | front-end                               |",
    "| id         | 73c4bd00-8a12-479c-b1c2-4b91b0f38430    |",
    "| name       | low-iops                                |",
    "| properties | read_iops_sec='75', write_iops_sec='75' |",
    "+------------+-----------------------------------------+"
]



Result #2

Field Value
ansible_loop_var
item
changed
False
cmd
. /root/openrc
CLI_OPTIONS=""
/usr/bin/openstack ${CLI_OPTIONS} volume qos list --format value --column Name | grep -x high-iops || /usr/bin/openstack ${CLI_OPTIONS} volume qos create high-iops --consumer front-end\
 --property consumer=front-end --property read_iops_sec=150 --property write_iops_sec=150
delta
0:00:04.807202
end
2025-12-08 13:52:51.403075
failed
False
invocation
{
    "module_args": {
        "_raw_params": ". /root/openrc\nCLI_OPTIONS=\"\"\n/usr/bin/openstack ${CLI_OPTIONS} volume qos list --format value --column Name | grep -x high-iops || /usr/bin/openstack ${CLI_OPTIONS} volume qos create high-iops --consumer front-end\\\n --property consumer=front-end --property read_iops_sec=150 --property write_iops_sec=150\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
    }
}
item
{
    "cinder_volume_types": [
        "high-iops"
    ],
    "name": "high-iops",
    "options": {
        "consumer": "front-end",
        "read_iops_sec": 150,
        "write_iops_sec": 150
    }
}
msg

rc
0
start
2025-12-08 13:52:46.595873
stderr

stderr_lines
[]
stdout
+------------+-------------------------------------------+
| Field      | Value                                     |
+------------+-------------------------------------------+
| consumer   | front-end                                 |
| id         | 1af3d1fd-7444-47e9-b20f-92b90893d7f5      |
| name       | high-iops                                 |
| properties | read_iops_sec='150', write_iops_sec='150' |
+------------+-------------------------------------------+
stdout_lines
[
    "+------------+-------------------------------------------+",
    "| Field      | Value                                     |",
    "+------------+-------------------------------------------+",
    "| consumer   | front-end                                 |",
    "| id         | 1af3d1fd-7444-47e9-b20f-92b90893d7f5      |",
    "| name       | high-iops                                 |",
    "| properties | read_iops_sec='150', write_iops_sec='150' |",
    "+------------+-------------------------------------------+"
]



Result #3

Field Value
ansible_loop_var
item
changed
False
cmd
. /root/openrc
CLI_OPTIONS=""
/usr/bin/openstack ${CLI_OPTIONS} volume qos list --format value --column Name | grep -x ultra-high-iops || /usr/bin/openstack ${CLI_OPTIONS} volume qos create ultra-high-iops --consumer front-end\
 --property consumer=front-end --property read_iops_sec=300 --property write_iops_sec=300
delta
0:00:04.814160
end
2025-12-08 13:52:56.603440
failed
False
invocation
{
    "module_args": {
        "_raw_params": ". /root/openrc\nCLI_OPTIONS=\"\"\n/usr/bin/openstack ${CLI_OPTIONS} volume qos list --format value --column Name | grep -x ultra-high-iops || /usr/bin/openstack ${CLI_OPTIONS} volume qos create ultra-high-iops --consumer front-end\\\n --property consumer=front-end --property read_iops_sec=300 --property write_iops_sec=300\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
    }
}
item
{
    "cinder_volume_types": [
        "ultra-high-iops"
    ],
    "name": "ultra-high-iops",
    "options": {
        "consumer": "front-end",
        "read_iops_sec": 300,
        "write_iops_sec": 300
    }
}
msg

rc
0
start
2025-12-08 13:52:51.789280
stderr

stderr_lines
[]
stdout
+------------+-------------------------------------------+
| Field      | Value                                     |
+------------+-------------------------------------------+
| consumer   | front-end                                 |
| id         | 9d63abc9-9ad4-44b0-b0d3-47e643609be5      |
| name       | ultra-high-iops                           |
| properties | read_iops_sec='300', write_iops_sec='300' |
+------------+-------------------------------------------+
stdout_lines
[
    "+------------+-------------------------------------------+",
    "| Field      | Value                                     |",
    "+------------+-------------------------------------------+",
    "| consumer   | front-end                                 |",
    "| id         | 9d63abc9-9ad4-44b0-b0d3-47e643609be5      |",
    "| name       | ultra-high-iops                           |",
    "| properties | read_iops_sec='300', write_iops_sec='300' |",
    "+------------+-------------------------------------------+"
]