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:04.30
  • Play
    Installation and setup of Tempest
  • Task
    openstack.osa.openstack_resources : Creating subnets
  • Host
    aio1 ( task delegated to aio1 )

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
subnet
changed
True
failed
False
id
32a0e210-1307-474f-aacc-8666dceced6c
invocation
{
    "module_args": {
        "allocation_pool_end": "172.29.251.246",
        "allocation_pool_start": "172.29.248.110",
        "allocation_pools": null,
        "api_timeout": null,
        "auth": null,
        "auth_type": null,
        "ca_cert": null,
        "cidr": "172.29.248.0/22",
        "client_cert": null,
        "client_key": null,
        "description": null,
        "disable_gateway_ip": false,
        "dns_nameservers": null,
        "extra_attrs": {},
        "gateway_ip": null,
        "host_routes": null,
        "interface": "internal",
        "ip_version": 4,
        "ipv6_address_mode": null,
        "ipv6_ra_mode": null,
        "is_dhcp_enabled": true,
        "name": "public-subnet",
        "network": "8457627b-53cc-4ef1-a5e4-c3de5f3db414",
        "prefix_length": null,
        "project": "1dd1ef3556654de3808c8d92f1b12464",
        "region_name": null,
        "sdk_log_level": "INFO",
        "sdk_log_path": null,
        "state": "present",
        "subnet_pool": null,
        "timeout": 180,
        "use_default_subnet_pool": null,
        "validate_certs": null,
        "wait": true
    }
}
subnet
{
    "allocation_end": "172.29.251.246",
    "allocation_start": "172.29.248.110",
    "cidr": "172.29.248.0/22",
    "gateway": "__omit_place_holder__e711d5caf6d54e216c7146d913db874f0705da42",
    "name": "public-subnet"
}