Web GUI for basic SDWAN operations tasks. Currently supports:
- Deploy a New Edge
- Change Edge Template Values
- RMA an Edge (Hardware Replacement)
- List Edges
- List Templates
Runs as a Python3 Flask app natively for testing. Tested on GCP and Apache for production.
-
Clone repository
git clone https://github.com/dbrown92700/vManagerGUI -
Change to directory and create a virtual environment
cd vManagerGUIpython3 -m venv envsource env/bin/activate -
Install python libraries
pip install -r requirements.txt -
Execute the app
python3 main.py -
Browse to the local webserver
http://localhost:8080
This project was written and is maintained by the following individuals:
- David Brown davibrow@cisco.com

