Controller Blueprints Microservice
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)
commit380b7afc7c81a13c3025de0efed050ddbd1d929b
tree465c93569ecffd83fe187e10c1cf5cf92e62e45f
parent5285007a4e66bc18c69cef96aa32326a139d7642
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>
12 files changed:
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