1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"debian": {
"replaces": [],
"conflicts": [],
"groupId": "org.openecomp.dcae.storage.pgaas",
"externalDependencies": []
},
"fileGroup": "postgres",
"version": "1.1.0",
"applicationName": "postgresql-config",
"internalDependencies": [],
"directoryTreeTops": {
"/opt": "/opt/app/postgresql-config"
},
"executionUser": "postgres",
"maintainer": "OpenECOMP <dcae@lists.openecomp.org>",
"fileUser": "postgres",
"docker": {
"tag": "latest",
"externalDependencies": []
},
"groupId": "org.openecomp.dcae.storage.pgaas",
"description": " PostgreSQL as a Service main scripts ",
"executionGroup": "postgres"
}
|