-
v0.3.1 Pre-release
released this
2019-09-09 17:27:53 +02:00 | 241 commits to main since this releaseMinor fixes
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.3 Pre-release
released this
2019-09-05 15:23:40 +02:00 | 247 commits to main since this releaseFeatures
- Handle PSUs and power consumption based on vendor's tools (only for Dell right now) (#56)
- Inventory is now based on
lshw
thanks to @ThomasADavis contribution (#58)
It adds the following support:
- NVMe devices
- Non-RAID devices
- Motherboard
- Physical network cards
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.2 Pre-release
released this
2019-09-03 13:34:37 +02:00 | 253 commits to main since this releaseFeatures
- Added auto-cabling via LLDP (#41)
- Added anycast IP support (#51)
- Added Supermicro vendor support (#44)
- Added QCT vendor support (#45)
- Added IPv6 support (#43 and fixed by #47 thanks to @ThomasADavis)
- Rewrote the configuration with jsonargparse (#53)
- Added ability to reference blade's slot via configuration for Supermicro (#50)
New configuration
Configuration file and CLI arguments
Configuration arguments can now be passed through CLI or config file
Since the configuration is in yaml the following file:netbox: url: https://netbox.company.com token: myt0k3ns3cur3l0l
Can also be passed via
netbox_agent --netbox.url https://netbox.company.com --netbox.token myt0k3ns3cur3l0l
Configuration file arguments can be overwritten with CLI arguments
Update features
You can now select to update either:
- Location infos
- Network infos
- Inventory infos
or these three which is equivalent to
--update-all
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1 Pre-release
released this
2019-08-22 10:48:39 +02:00 | 268 commits to main since this releaseFirst release of netbox agent
Includes the following features:
- Create servers, chassis and blade through standard tools (
dmidecode
) - 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
andfile
and custom ones) - Update existing
Device
andInterfaces
- Handle blade moving (new slot, new chassis)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Create servers, chassis and blade through standard tools (