31 lines
643 B
JSON
31 lines
643 B
JSON
{
|
|
"best_practices": [
|
|
"bp_001",
|
|
"bp_008",
|
|
"bp_013"
|
|
],
|
|
"category": "taskserv",
|
|
"conflicts_with": [],
|
|
"dependencies": [],
|
|
"description": "Infrastructure taskserv for core provisioning tasks including storage, networking, and compute",
|
|
"name": "infrastructure",
|
|
"provides": [
|
|
{
|
|
"id": "server-lifecycle",
|
|
"interface": "taskservs/infrastructure",
|
|
"version": "1.0.0"
|
|
},
|
|
{
|
|
"id": "network-setup",
|
|
"interface": "taskservs/infrastructure",
|
|
"version": "1.0.0"
|
|
}
|
|
],
|
|
"requires": [],
|
|
"tags": [
|
|
"taskserv",
|
|
"infrastructure",
|
|
"core"
|
|
],
|
|
"version": "1.0.0"
|
|
}
|