simple hello world app to run async commands for getting and setting config on multiple devices
- make sure you have a netpalm instance running
- git clone the project
git clone https://github.com/tbotnz/netpalm-commandatron.git && cd netpalm-commandatron - update the
app.pywith yourNETPALM_SERVER_IPNETPALM_SERVER_PORTNETPALM_API_KEY - configure
inventory.pywith your inventory - install the requirements
pip3 install -r requirements.txt - run the app
python3 app.py
- 3 hours effort has gone in to this, more work to be done
- refactor and cleanup code
- something else interesting
