Added some more cloud providers and cluster types

This commit is contained in:
Terror 2018-03-16 11:40:28 +13:00 committed by GitHub
parent 8557715b42
commit 0c02f5bac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,22 @@
"slug": "docker"
}
},
{
"model": "virtualization.clustertype",
"pk": 7,
"fields": {
"name": "Kubernetes",
"slug": "kubernetes"
}
},
{
"model": "virtualization.clustertype",
"pk": 8,
"fields": {
"name": "SmartDatacenter",
"slug": "sdc"
}
},
{
"model": "virtualization.clustergroup",
"pk": 1,
@ -87,5 +103,27 @@
"created": "2016-08-01",
"last_updated": "2016-08-01T15:22:42.289Z"
}
},
{
"model": "virtualization.cluster",
"pk": 4,
"fields": {
"name": "Google Cloud Platform",
"type": 1,
"group": 1,
"created": "2018-03-16",
"last_updated": "2018-03-16T15:22:42.289Z"
}
},
{
"model": "virtualization.cluster",
"pk": 5,
"fields": {
"name": "IBM Cloud",
"type": 1,
"group": 1,
"created": "2018-03-16",
"last_updated": "2018-03-16T15:22:42.289Z"
}
}
]