netbox-acls/.devcontainer/initializers/virtual_machines.yml
Ryan Merolle 2b51fec511
Local Dev workflow updates (#20)
* local development workflow draft
2022-07-07 14:54:53 -04:00

29 lines
464 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
primary_ip4: 10.1.1.10/24
primary_ip6: 2001:db8:a000:1::10/64
status: active
tenant: tenant1
vcpus: 8