Controller Blueprints Microservice 51/62151/2
authorMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Thu, 23 Aug 2018 15:54:30 +0000 (15:54 +0000)
committerMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Thu, 23 Aug 2018 15:57:47 +0000 (15:57 +0000)
commitd3efe7295b3bbe08d240d3719eb5a2c5d0b3c12d
treee76426f74104d89f7a82d5389328f8d75fd8692c
parent9221702b86540d7fb44aa6185fef6f15602d7838
Controller Blueprints Microservice

Add Docker Build and Deploy Maven Implementations for Controller Blueprint MS and their dependencies

Change-Id: I9eee9fff535bcc9ca0b855150892ce53af126d1c
Issue-ID: CCSDK-483
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
29 files changed:
ms/blueprintsprocessor/application/pom.xml
ms/blueprintsprocessor/modules/commons/adaptors/pom.xml
ms/blueprintsprocessor/modules/commons/core/pom.xml
ms/blueprintsprocessor/modules/commons/db-lib/pom.xml
ms/blueprintsprocessor/modules/commons/pom.xml
ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml
ms/blueprintsprocessor/modules/inbounds/pom.xml
ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml
ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
ms/blueprintsprocessor/modules/outbounds/pom.xml
ms/blueprintsprocessor/modules/pom.xml
ms/blueprintsprocessor/modules/services/db-service/pom.xml
ms/blueprintsprocessor/modules/services/execution-service/pom.xml
ms/blueprintsprocessor/modules/services/pom.xml
ms/blueprintsprocessor/modules/services/resolution-service/pom.xml
ms/blueprintsprocessor/parent/pom.xml
ms/blueprintsprocessor/pom.xml
ms/controllerblueprints/application/pom.xml
ms/controllerblueprints/distribution/pom.xml [new file with mode: 0644]
ms/controllerblueprints/distribution/src/main/dc/docker-compose.yaml [moved from ms/controllerblueprints/application/src/main/dc/docker-compose.yaml with 88% similarity]
ms/controllerblueprints/distribution/src/main/docker/Dockerfile [moved from ms/controllerblueprints/application/src/main/docker/Dockerfile with 89% similarity]
ms/controllerblueprints/distribution/src/main/docker/distribution.xml [moved from ms/controllerblueprints/application/src/assembly/distribution.xml with 81% similarity]
ms/controllerblueprints/distribution/src/main/docker/startService.sh [moved from ms/controllerblueprints/application/src/main/docker/startService.sh with 100% similarity]
ms/controllerblueprints/modules/core/pom.xml
ms/controllerblueprints/modules/pom.xml
ms/controllerblueprints/modules/resource-dict/pom.xml
ms/controllerblueprints/modules/service/pom.xml
ms/controllerblueprints/parent/pom.xml
ms/controllerblueprints/pom.xml