35 lines
676 B
JSON
35 lines
676 B
JSON
{
|
|
"best_practices": [
|
|
"bp_001",
|
|
"bp_004",
|
|
"bp_006"
|
|
],
|
|
"category": "taskserv",
|
|
"conflicts_with": [],
|
|
"dependencies": [
|
|
"infrastructure",
|
|
"networking",
|
|
"container_runtime"
|
|
],
|
|
"description": "Applications taskserv for deploying and managing applications on provisioned infrastructure",
|
|
"name": "applications",
|
|
"provides": [
|
|
{
|
|
"id": "application-deployment",
|
|
"interface": "taskservs/applications",
|
|
"version": "1.0.0"
|
|
}
|
|
],
|
|
"requires": [
|
|
{
|
|
"capability": "orchestration",
|
|
"kind": "Required"
|
|
}
|
|
],
|
|
"tags": [
|
|
"taskserv",
|
|
"applications",
|
|
"deployment"
|
|
],
|
|
"version": "1.0.0"
|
|
}
|