mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
Adds a module to manage Neutron network segments where the segmentation plugin is enabled. Segments are relatively simple and do not support modification beyond the name/description, so most attributes are used for initial segment creation, or filtering results in order to perform updates. Depends-On: https://review.opendev.org/c/openstack/ansible-collections-openstack/+/955752 Change-Id: I4647fd96aaa15460d82765365f98a18ddf2693db
29 lines
498 B
YAML
29 lines
498 B
YAML
enable_subnet_dhcp: false
|
|
expected_fields:
|
|
- allocation_pools
|
|
- cidr
|
|
- created_at
|
|
- description
|
|
- dns_nameservers
|
|
- dns_publish_fixed_ip
|
|
- gateway_ip
|
|
- host_routes
|
|
- id
|
|
- ip_version
|
|
- ipv6_address_mode
|
|
- ipv6_ra_mode
|
|
- is_dhcp_enabled
|
|
- name
|
|
- network_id
|
|
- prefix_length
|
|
- project_id
|
|
- revision_number
|
|
- segment_id
|
|
- service_types
|
|
- subnet_pool_id
|
|
- tags
|
|
- updated_at
|
|
- use_default_subnet_pool
|
|
subnet_name: shade_subnet
|
|
segment_name: example_segment
|