mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-06 05:13:01 +00:00
This adds a Ansible module for managing a Neutron trunk and the sub ports associated with the trunk. Change-Id: I0e1c6798b6cc30062c881d1f92fdd4d630d31106
22 lines
476 B
YAML
22 lines
476 B
YAML
expected_fields:
|
|
- created_at
|
|
- description
|
|
- id
|
|
- is_admin_state_up
|
|
- name
|
|
- port_id
|
|
- project_id
|
|
- revision_number
|
|
- status
|
|
- sub_ports
|
|
- tags
|
|
- tenant_id
|
|
- updated_at
|
|
trunk_name: ansible_trunk
|
|
parent_network_name: ansible_parent_port_network
|
|
parent_subnet_name: ansible_parent_port_subnet
|
|
parent_port_name: ansible_parent_port
|
|
subport_network_name: ansible_subport_network
|
|
subport_subnet_name: ansible_subport_subnet
|
|
subport_name: ansible_subport
|