diff options
author | varun gudisena <vg411h@att.com> | 2017-09-30 23:28:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-30 23:28:06 +0000 |
commit | 41c674861af83829915868d1be83b508b1b15a02 (patch) | |
tree | 0347e5a52697a07a27e750d1957c7576746e2fad /src | |
parent | a405bd78b8ee927855ae13f7d6ccf51377adacb6 (diff) | |
parent | d5f58d2a3f54f58a34e71ff6f770b20e65ac1bf3 (diff) |
Merge "Fix docker image bug"
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/docker-compose/docker-compose.yml | 2 | ||||
-rw-r--r-- | src/main/resources/docker/startup.sh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/docker-compose/docker-compose.yml b/src/main/resources/docker-compose/docker-compose.yml index 20cf977..789b232 100644 --- a/src/main/resources/docker-compose/docker-compose.yml +++ b/src/main/resources/docker-compose/docker-compose.yml @@ -16,7 +16,7 @@ services: - /var/run/docker.sock:/var/run/docker.sock dmaap: - image: attos/dmaap + image: onap/dmaap/dmaap-mr ports: - "3904:3904" - "3905:3905" diff --git a/src/main/resources/docker/startup.sh b/src/main/resources/docker/startup.sh index 933ceca..792d87a 100644 --- a/src/main/resources/docker/startup.sh +++ b/src/main/resources/docker/startup.sh @@ -22,6 +22,7 @@ root_directory="/appl/${project.artifactId}" config_directory="/appl/${project.artifactId}/bundleconfig" runner_file="appl/${project.artifactId}/lib/ajsc-runner-${ajscRuntimeVersion}.jar" + echo "AJSC HOME directory is " $root_directory echo "AJSC Conf Directory is" $config_directory echo "Starting using" $runner_file |