Add Neutron trunk module

This adds a Ansible module for managing a
Neutron trunk and the sub ports associated
with the trunk.

Change-Id: I0e1c6798b6cc30062c881d1f92fdd4d630d31106
This commit is contained in:
Tobias Urdin
2024-06-28 09:14:26 +02:00
parent e6379e3038
commit e42e21f621
5 changed files with 460 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
- { role: object, tags: object }
- { role: object_container, tags: object_container }
- { role: port, tags: port }
- { role: trunk, tags: trunk }
- { role: project, tags: project }
- { role: quota, tags: quota }
- { role: recordset, tags: recordset }