Closed MajesticFalcon closed 4 years ago
29f1af9223d8bd35977631ec9448f292cc194840 commits a working example of this feature. Things to be done:
[X] Configure an aggregation port with ansible
[x] Dynamically configure vlan
[x] Dynamically utilize device name
[x] Configure the port automatically
[ ] Use a specific template for creating certain port configurations. This may be used later if I decide to provide different CPE styles. Routed, bridged, brouted, etc.
@Yingineer
Completed in 8a0f378.
Is your feature request related to a problem? Please describe. For a fully automated deployment, this project should include the ability to utilize the automatic uplink port selection to automatically configure an aggregation port.
Describe the solution you'd like The webhook from device creation should remain the same and the flask app should still call create_configuration playbook. However, the playbook should call an additional playbook that uses the automatic uplink port of the switch in question and configures it using a template file. Possible outcomes are trunk, access, or routed.