devops.json file added
parent
9a434c94f5
commit
140181e1e1
|
|
@ -0,0 +1,139 @@
|
|||
{
|
||||
"unique_id": "369c8c54-e0f4-4884-92aa-215f9024a476",
|
||||
"version": "0.0.1",
|
||||
"created_on": "2023-01-10T22:39:23+11:00",
|
||||
"updated_on": "2023-01-10T22:39:23+11:00",
|
||||
"organisation": "Baskgo organisation (sandbox)",
|
||||
"name": "Baskgo",
|
||||
"asset": {
|
||||
"id": "",
|
||||
"name": "",
|
||||
"url": ""
|
||||
},
|
||||
"owner": {
|
||||
"email": "Baskgo@merebox.com",
|
||||
"web": ""
|
||||
},
|
||||
"guide": "",
|
||||
"repository": {
|
||||
"guide": "https://tea.merebox.com/Wardrobe/CustodyCollateralAndDocuments.InvestmentAccountC/src/branch/main/README.md",
|
||||
"artefact": {
|
||||
"category": "ARTEFACT",
|
||||
"name": "docker",
|
||||
"url": ""
|
||||
},
|
||||
"source": {
|
||||
"category": "SOURCE",
|
||||
"name": "git",
|
||||
"url": "https://tea.merebox.com/Wardrobe/CustodyCollateralAndDocuments.InvestmentAccountC"
|
||||
}
|
||||
},
|
||||
"dependency": {
|
||||
"guide": "",
|
||||
"apis": [],
|
||||
"tools": []
|
||||
},
|
||||
"build": [
|
||||
{
|
||||
"guide": "",
|
||||
"engine": {
|
||||
"category": "",
|
||||
"name": "",
|
||||
"url": ""
|
||||
},
|
||||
"config": "",
|
||||
"script": ""
|
||||
}
|
||||
],
|
||||
"test": [
|
||||
{
|
||||
"guide": "",
|
||||
"engine": {
|
||||
"category": "SOURCE",
|
||||
"name": "",
|
||||
"url": ""
|
||||
},
|
||||
"config": "",
|
||||
"script": ""
|
||||
}
|
||||
],
|
||||
"health": {
|
||||
"guide": "",
|
||||
"api": [
|
||||
{
|
||||
"url": "/health",
|
||||
"status": 200,
|
||||
"response": "OK"
|
||||
}
|
||||
]
|
||||
},
|
||||
"install": {
|
||||
"guide": "",
|
||||
"engine": {
|
||||
"category": "COMMAND",
|
||||
"name": "bash"
|
||||
},
|
||||
"playbook": "",
|
||||
"commands": {
|
||||
"pre": [],
|
||||
"script": "/deploy/install.sh",
|
||||
"post": []
|
||||
}
|
||||
},
|
||||
"refresh": {
|
||||
"guide": "",
|
||||
"engine": {
|
||||
"category": "COMMAND",
|
||||
"name": "bash"
|
||||
},
|
||||
"playbook": "",
|
||||
"commands": {
|
||||
"pre": [],
|
||||
"script": "/deploy/refresh.sh",
|
||||
"post": []
|
||||
}
|
||||
},
|
||||
"uninstall": {
|
||||
"guide": "",
|
||||
"engine": {
|
||||
"category": "COMMAND",
|
||||
"name": "bash"
|
||||
},
|
||||
"playbook": "",
|
||||
"commands": {
|
||||
"pre": [],
|
||||
"script": "/deploy/decommission.sh",
|
||||
"post": []
|
||||
}
|
||||
},
|
||||
"apis": [
|
||||
{
|
||||
"guide": "",
|
||||
"engine": {
|
||||
"category": "API",
|
||||
"name": "openapi",
|
||||
"mediaType": "application/json",
|
||||
"url": "/build/openapi.json"
|
||||
}
|
||||
},
|
||||
{
|
||||
"guide": "",
|
||||
"engine": {
|
||||
"category": "API",
|
||||
"name": "openapi",
|
||||
"url": "/specification/rediops.yaml"
|
||||
}
|
||||
}
|
||||
],
|
||||
"vendor": {
|
||||
"BIAN": {
|
||||
"group": "CustodyCollateralAndDocuments",
|
||||
"service_domain": "InvestmentAccountC"
|
||||
},
|
||||
"git": {
|
||||
"organisation": "Wardrobe",
|
||||
"templateFolder": "https://git/"
|
||||
},
|
||||
"primary_program_language": ""
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue