MajesticFalcon / Optimizing-CPE-Deployments

A combination of tools to automate service provider installations
MIT License
9 stars 2 forks source link

Configure uplink switch automatically #10

Closed MajesticFalcon closed 4 years ago

MajesticFalcon commented 4 years ago

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.

MajesticFalcon commented 4 years ago

29f1af9223d8bd35977631ec9448f292cc194840 commits a working example of this feature. Things to be done:

@Yingineer

MajesticFalcon commented 4 years ago

Completed in 8a0f378.