update README

This commit is contained in:
Solvik Blum 2019-08-09 12:03:10 +02:00
commit 0e456669c0
No known key found for this signature in database
GPG key ID: CC12B3DC262B6C47

View file

@ -9,10 +9,18 @@ The goal is to generate an existing infrastructure on Netbox and have the abilit
* Create servers, chassis and blade through standard tools (`dmidecode`) * Create servers, chassis and blade through standard tools (`dmidecode`)
* Create physical, bonding and vlan network interfaces with IPs * Create physical, bonding and vlan network interfaces with IPs
* Create IPMI interface if found
* 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 `Interfaces`
* Handle blade moving (new slot, new chassis) * Handle blade moving (new slot, new chassis)
# Requirements
- Netbox >= 2.6
- Python >= 3.4
- [python3-netaddr](https://github.com/drkjam/netaddr)
- [python3-netifaces](https://github.com/al45tair/netifaces)
# Known limitations # Known limitations