Newer
Older
netbox-docker / initializers / virtual_machines.yml
@Christian Mäder Christian Mäder on 20 Jan 2020 446 bytes Update VM Initializer for Netbox 2.7
## 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