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
    CHANGED
  • Duration
    00:00:06.53
  • Play
    Installation and setup of Tempest
  • Task
    openstack.osa.openstack_resources : Create Compute Flavors
  • Host
    aio1 ( task delegated to aio1 )

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
item
changed
True
failed
False
flavor
{
    "description": null,
    "disk": 1,
    "ephemeral": 0,
    "extra_specs": {},
    "id": "201",
    "is_disabled": false,
    "is_public": true,
    "name": "tempest1",
    "original_name": null,
    "ram": 256,
    "rxtx_factor": 1.0,
    "swap": 0,
    "vcpus": 1
}
invocation
{
    "module_args": {
        "api_timeout": null,
        "auth": null,
        "auth_type": null,
        "ca_cert": null,
        "client_cert": null,
        "client_key": null,
        "description": null,
        "disk": 1,
        "ephemeral": null,
        "extra_specs": null,
        "flavorid": "201",
        "id": "201",
        "interface": "internal",
        "is_public": null,
        "name": "tempest1",
        "ram": 256,
        "region_name": null,
        "rxtx_factor": null,
        "sdk_log_level": "INFO",
        "sdk_log_path": null,
        "state": "present",
        "swap": null,
        "timeout": 180,
        "validate_certs": null,
        "vcpus": 1,
        "wait": true
    }
}
item
{
    "disk": 1,
    "id": 201,
    "name": "tempest1",
    "ram": 256,
    "vcpus": 1
}



Result #2

Field Value
ansible_loop_var
item
changed
True
failed
False
flavor
{
    "description": null,
    "disk": 1,
    "ephemeral": 0,
    "extra_specs": {},
    "id": "202",
    "is_disabled": false,
    "is_public": true,
    "name": "tempest2",
    "original_name": null,
    "ram": 512,
    "rxtx_factor": 1.0,
    "swap": 0,
    "vcpus": 1
}
invocation
{
    "module_args": {
        "api_timeout": null,
        "auth": null,
        "auth_type": null,
        "ca_cert": null,
        "client_cert": null,
        "client_key": null,
        "description": null,
        "disk": 1,
        "ephemeral": null,
        "extra_specs": null,
        "flavorid": "202",
        "id": "202",
        "interface": "internal",
        "is_public": null,
        "name": "tempest2",
        "ram": 512,
        "region_name": null,
        "rxtx_factor": null,
        "sdk_log_level": "INFO",
        "sdk_log_path": null,
        "state": "present",
        "swap": null,
        "timeout": 180,
        "validate_certs": null,
        "vcpus": 1,
        "wait": true
    }
}
item
{
    "disk": 1,
    "id": 202,
    "name": "tempest2",
    "ram": 512,
    "vcpus": 1
}