Update README.md
This commit is contained in:
parent
33c55340b7
commit
5b5eb8f16b
1 changed files with 3 additions and 2 deletions
|
@ -12,8 +12,9 @@ The goal is to generate an existing infrastructure on Netbox and have the abilit
|
||||||
* Create IPMI interface if found
|
* Create IPMI interface if found
|
||||||
* Create or get existing VLAN and associate it to interfaces
|
* Create or get existing VLAN and associate it to interfaces
|
||||||
* Generic ability to guess datacenters and rack location through drivers (`cmd` and `file` and custom ones)
|
* Generic ability to guess datacenters and rack location through drivers (`cmd` and `file` and custom ones)
|
||||||
* Update existing `Device` and `Interfaces`
|
* Update existing `Device` and `Interface`
|
||||||
* 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
|
||||||
|
|
||||||
# Requirements
|
# Requirements
|
||||||
|
|
||||||
|
@ -26,6 +27,7 @@ The goal is to generate an existing infrastructure on Netbox and have the abilit
|
||||||
- ethtool
|
- ethtool
|
||||||
- dmidecode
|
- dmidecode
|
||||||
- ipmitool
|
- ipmitool
|
||||||
|
- lldpd
|
||||||
|
|
||||||
# Known limitations
|
# Known limitations
|
||||||
|
|
||||||
|
@ -102,6 +104,5 @@ Tested on:
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
- [ ] Handle switch <> NIC connections (using lldp)
|
|
||||||
- [ ] CPU, RAID Card(s), RAM, Disks in `Device`'s `Inventory`
|
- [ ] CPU, RAID Card(s), RAM, Disks in `Device`'s `Inventory`
|
||||||
- [ ] `CustomFields` support with firmware versions for Device (BIOS), RAID Cards and disks
|
- [ ] `CustomFields` support with firmware versions for Device (BIOS), RAID Cards and disks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue