Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/napalm-automation-community/napalm-servertech-pro2
NAPALM driver for ServerTech PDUs
https://github.com/napalm-automation-community/napalm-servertech-pro2
Last synced: about 2 months ago
JSON representation
NAPALM driver for ServerTech PDUs
- Host: GitHub
- URL: https://github.com/napalm-automation-community/napalm-servertech-pro2
- Owner: napalm-automation-community
- License: apache-2.0
- Created: 2021-05-17T11:58:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T09:44:01.000Z (5 months ago)
- Last Synced: 2024-10-28T17:37:59.110Z (2 months ago)
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# napalm-servertech-pro2
Community NAPALM driver for PRO2 family [ServerTech](https://www.servertech.com/) PDUs running `8.0m` and higher (first version to implement the JSON API Web Service, a.k.a. JAWS).
## Supported features
Given the nature of those "network devices" is a bit particular, some functions cannot be implemented or will not make a lot of sense. First of all, the API only allows us to directly configure elements: it is not possible to confirm or rollback changes.
Please find below the list of supported getters:
* get_config
* get_environment
* get_facts
* get_interfaces (will return the `NET` interface management information and electrical outlets)
* get_interfaces_ip (will only return the `NET` interface management address)
* get_users## Additional features
The default NAPALM methods don't cover everything we can do on the PDUs (they actually do via CLI, but the driver does not control the PDUs via the CLIs yet). In order to perform actions such as changing the status of an outlet or resetting a PDU, new methods are implemented:
* set_outlet
* restart## Contributing
Please read [CONTRIBUTING](CONTRIBUTING) for details on our process for submitting issues and requests.## License
This project is licensed under the Apache License - see the [LICENSE](LICENSE) file for details