mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Add Hyper-V and Azure to Virtualization initial_data
This commit is contained in:
		@@ -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"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user