aboutsummaryrefslogtreecommitdiffstats
path: root/pgaas/src/repackage.json
blob: 365769bebf4b9b430062e9b71332f9e1f655fe1f (plain)
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
26
27
28
29
30
31
32
{
    "applicationName": "pgaas",
    "debian": {
        "conflicts": [],
        "externalDependencies": [
            {
                "cdf": ">= ${RELLONG}"
            },
            {
                "postgresql": ">= 9.5"
            }
        ],
        "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",
    "fileUser": "postgres",
    "groupId": "org.onap.dcae.storage.pgaas",
    "internalDependencies": [],
    "maintainer": "ONAP <dcae@lists.onap.org>",
    "version": "${RELLONG}"
}