simple admin app for managing a netpalm cluster
- make sure you have a netpalm instance running
- git clone the project
git clone https://github.com/tbotnz/netpalm-admin.git && cd netpalm-admin
- update the
config.json
with yourNETPALM_SERVER_IP
NETPALM_SERVER_PORT
NETPALM_API_KEY
- configure
inventory.json
with your inventory (optional) - install the requirements
pip3 install -r requirements.txt
- run the app
python3 netpalm-admin.py
- 3 hours effort has gone in to this, still a work in progress