Update README.md

This commit is contained in:
Solvik 2019-09-05 13:57:30 +02:00 committed by GitHub
parent 8d0168acb5
commit 7049434612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ The goal is to generate an existing infrastructure on Netbox and have the abilit
* Handle blade moving (new slot, new chassis) * Handle blade moving (new slot, new chassis)
* Automatic cabling (server's interface to switch's interface) using lldp * Automatic cabling (server's interface to switch's interface) using lldp
* Local inventory using `Inventory Item` for CPU, RAM, RAID cards, physical disks (behind raid cards) * Local inventory using `Inventory Item` for CPU, RAM, RAID cards, physical disks (behind raid cards)
* PSUs creation and power consumption reporting (based on vendor's tools)
# Requirements # Requirements
@ -24,11 +25,13 @@ The goal is to generate an existing infrastructure on Netbox and have the abilit
- [pynetbox](https://github.com/digitalocean/pynetbox/) - [pynetbox](https://github.com/digitalocean/pynetbox/)
- [python3-netaddr](https://github.com/drkjam/netaddr) - [python3-netaddr](https://github.com/drkjam/netaddr)
- [python3-netifaces](https://github.com/al45tair/netifaces) - [python3-netifaces](https://github.com/al45tair/netifaces)
- [jsonargparse](https://github.com/omni-us/jsonargparse/)
- ethtool - ethtool
- dmidecode - dmidecode
- ipmitool - ipmitool
- lldpd - lldpd
- lshw
# Known limitations # Known limitations