mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Add Hyper-V and Azure to Virtualization initial_data
This commit is contained in:
parent
a91fcbb310
commit
060f7a7191
@ -18,6 +18,14 @@
|
||||
{
|
||||
"model": "virtualization.clustertype",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"name": "Hyper-V",
|
||||
"slug": "hyper-v"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "virtualization.clustertype",
|
||||
"pk": 4,
|
||||
"fields": {
|
||||
"name": "libvirt",
|
||||
"slug": "libvirt"
|
||||
@ -25,7 +33,7 @@
|
||||
},
|
||||
{
|
||||
"model": "virtualization.clustertype",
|
||||
"pk": 4,
|
||||
"pk": 5,
|
||||
"fields": {
|
||||
"name": "LXD",
|
||||
"slug": "lxd"
|
||||
@ -33,7 +41,7 @@
|
||||
},
|
||||
{
|
||||
"model": "virtualization.clustertype",
|
||||
"pk": 5,
|
||||
"pk": 6,
|
||||
"fields": {
|
||||
"name": "Docker",
|
||||
"slug": "docker"
|
||||
@ -57,5 +65,16 @@
|
||||
"created": "2016-08-01",
|
||||
"last_updated": "2016-08-01T15:22:42.289Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "virtualization.cluster",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"name": "Microsoft Azure",
|
||||
"type": 1,
|
||||
"group": 1,
|
||||
"created": "2016-08-01",
|
||||
"last_updated": "2016-08-01T15:22:42.289Z"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user