mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-07 05:43:15 +00:00
44 lines
931 B
YAML
44 lines
931 B
YAML
expected_fields:
|
|
- availability_zone_hints
|
|
- availability_zones
|
|
- created_at
|
|
- description
|
|
- external_gateway_info
|
|
- flavor_id
|
|
- id
|
|
- is_admin_state_up
|
|
- is_distributed
|
|
- is_ha
|
|
- name
|
|
- project_id
|
|
- revision_number
|
|
- routes
|
|
- status
|
|
- tags
|
|
- tenant_id
|
|
- updated_at
|
|
network_name: ansible_net
|
|
external_network_name: ansible_external_net
|
|
router_name: ansible_router
|
|
test_subnets:
|
|
- cloud: "{{ cloud }}"
|
|
state: present
|
|
network_name: "{{ network_name }}"
|
|
name: shade_subnet1
|
|
cidr: 10.7.7.0/24
|
|
- cloud: "{{ cloud }}"
|
|
state: present
|
|
network_name: "{{ network_name }}"
|
|
name: shade_subnet2
|
|
cidr: 10.8.8.0/24
|
|
- cloud: "{{ cloud }}"
|
|
state: present
|
|
network_name: "{{ network_name }}"
|
|
name: shade_subnet3
|
|
cidr: 10.9.9.0/24
|
|
- cloud: "{{ cloud }}"
|
|
state: present
|
|
network_name: "{{ network_name }}"
|
|
name: shade_subnet4
|
|
cidr: 10.10.10.0/24
|