41 lines
727 B
JSON
41 lines
727 B
JSON
{
|
|
"best_practices": [
|
|
"bp_002",
|
|
"bp_008",
|
|
"bp_031"
|
|
],
|
|
"category": "taskserv",
|
|
"conflicts_with": [],
|
|
"dependencies": [
|
|
"infrastructure",
|
|
"storage",
|
|
"networking"
|
|
],
|
|
"description": "Hypervisor taskserv for provisioning VMs, managing KVM, QEMU, and other hypervisors",
|
|
"name": "hypervisor",
|
|
"provides": [
|
|
{
|
|
"id": "hypervisor",
|
|
"interface": "taskservs/hypervisor",
|
|
"version": "1.0.0"
|
|
}
|
|
],
|
|
"requires": [
|
|
{
|
|
"capability": "server-lifecycle",
|
|
"kind": "Required"
|
|
},
|
|
{
|
|
"capability": "storage",
|
|
"kind": "Optional"
|
|
}
|
|
],
|
|
"tags": [
|
|
"taskserv",
|
|
"hypervisor",
|
|
"vm",
|
|
"kvm",
|
|
"qemu"
|
|
],
|
|
"version": "1.0.0"
|
|
}
|