mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-26 18:03:30 +01:00
f3403cd0f5
The vm database model has changed in Netbox 2.7. Therefore the initializer code, that was used before, broke. As a user, you will need to update your virtual_machines.yml file as follows: - Make sure the status is spelled lowercase. See the diff of this commit for further information how this is meant.
27 lines
446 B
YAML
27 lines
446 B
YAML
## Possible Choices:
|
|
## status:
|
|
## - active
|
|
## - offline
|
|
## - staged
|
|
##
|
|
## Examples:
|
|
|
|
# - cluster: cluster1
|
|
# comments: VM1
|
|
# disk: 200
|
|
# memory: 4096
|
|
# name: virtual machine 1
|
|
# platform: Platform 2
|
|
# status: active
|
|
# tenant: tenant1
|
|
# vcpus: 8
|
|
# - cluster: cluster1
|
|
# comments: VM2
|
|
# disk: 100
|
|
# memory: 2048
|
|
# name: virtual machine 2
|
|
# platform: Platform 2
|
|
# status: active
|
|
# tenant: tenant1
|
|
# vcpus: 8
|