Virtual Machine feature #122
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
@ -6,7 +6,7 @@ The goal is to generate an existing infrastructure on Netbox and have the abilit
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
* Create servers, chassis and blade through standard tools (`dmidecode`)
|
* Create virtual machines, servers, chassis and blade through standard tools (`dmidecode`)
|
||||||
* Create physical, bonding and vlan network interfaces with IPs (IPv4 & IPv6)
|
* Create physical, bonding and vlan network interfaces with IPs (IPv4 & IPv6)
|
||||||
* 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
|
||||||
|
@ -52,6 +52,12 @@ network:
|
||||||
# enable auto-cabling
|
# enable auto-cabling
|
||||||
lldp: true
|
lldp: true
|
||||||
|
|
||||||
|
# virtual:
|
||||||
|
# # not mandatory, can be guessed
|
||||||
|
# enabled: True
|
||||||
|
# # see https://netbox.company.com/virtualization/clusters/
|
||||||
|
# cluster_name: my_vm_cluster
|
||||||
|
|
||||||
datacenter_location:
|
datacenter_location:
|
||||||
driver: "cmd:cat /etc/qualification | tr [a-z] [A-Z]"
|
driver: "cmd:cat /etc/qualification | tr [a-z] [A-Z]"
|
||||||
regex: "DATACENTER: (?P<datacenter>[A-Za-z0-9]+)"
|
regex: "DATACENTER: (?P<datacenter>[A-Za-z0-9]+)"
|
||||||
|
@ -94,6 +100,14 @@ In order to handle this case, user need to set Netbox IP's mode to `Anycast` so
|
||||||
|
|
||||||
Tested on:
|
Tested on:
|
||||||
|
|
||||||
|
## Virtual Machines
|
||||||
|
|
||||||
|
* Hyper-V
|
||||||
|
* VMWare
|
||||||
|
* VirtualBox
|
||||||
|
* AWS
|
||||||
|
* GCP
|
||||||
|
|
||||||
## Dell Inc.
|
## Dell Inc.
|
||||||
|
|
||||||
### Blades
|
### Blades
|
||||||
|
|
Loading…
Reference in a new issue