aboutsummaryrefslogtreecommitdiffstats
path: root/pgaas/src/repackage.json
diff options
context:
space:
mode:
Diffstat (limited to 'pgaas/src/repackage.json')
-rw-r--r--pgaas/src/repackage.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/pgaas/src/repackage.json b/pgaas/src/repackage.json
index faf7998..365769b 100644
--- a/pgaas/src/repackage.json
+++ b/pgaas/src/repackage.json
@@ -1,10 +1,7 @@
{
- "maintainer": "ONAP <dcae@lists.onap.org>",
- "version": "${RELLONG}",
"applicationName": "pgaas",
- "internalDependencies": [],
- "executionGroup": "root",
"debian": {
+ "conflicts": [],
"externalDependencies": [
{
"cdf": ">= ${RELLONG}"
@@ -13,20 +10,23 @@
"postgresql": ">= 9.5"
}
],
- "conflicts": [],
"groupId": "org.onap.dcae.storage.pgaas",
"replaces": []
},
+ "description": " PostgreSQL as a Service main scripts ",
+ "directoryTreeTops": {
+ "/opt": "/opt/app/pgaas"
+ },
"docker": {
"externalDependencies": [],
"tag": "latest"
},
+ "executionGroup": "root",
+ "executionUser": "root",
"fileGroup": "postgres",
- "directoryTreeTops": {
- "/opt": "/opt/app/pgaas"
- },
"fileUser": "postgres",
- "executionUser": "root",
"groupId": "org.onap.dcae.storage.pgaas",
- "description": " PostgreSQL as a Service main scripts "
+ "internalDependencies": [],
+ "maintainer": "ONAP <dcae@lists.onap.org>",
+ "version": "${RELLONG}"
} \ No newline at end of file