diff options
author | su622b <su622b@att.com> | 2019-08-09 13:51:24 -0400 |
---|---|---|
committer | sunil unnava <su622b@att.com> | 2019-08-16 13:59:17 +0000 |
commit | a526f9803779dbe4d081420b60587ab7f992a4f5 (patch) | |
tree | 8fd38a982241c8d308573c164f36b694301a2e68 | |
parent | d0f5883e6b2a615f12a2abd88dbf674ae1a6983f (diff) |
update docker compose with the latest images
Issue-ID: DMAAP-1270
Change-Id: I348b70274269ec5625a898fb22898f6db284bc08
Signed-off-by: su622b <su622b@att.com>
-rw-r--r-- | src/main/config/cadi.properties | 2 | ||||
-rw-r--r-- | src/main/resources/docker-compose/docker-compose.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/main/config/cadi.properties b/src/main/config/cadi.properties index a64bab5..c3f350e 100644 --- a/src/main/config/cadi.properties +++ b/src/main/config/cadi.properties @@ -1,5 +1,5 @@ aaf_locate_url=https://aaf-onap-test.osaaf.org:8095 -aaf_url=https://AAF_LOCATE_URL/AAF_NS.service:2.1 +aaf_url=https://AAF_LOCATE_URL/onap.org.osaaf.aaf.service:2.1 aaf_env=DEV aaf_lur=org.onap.aaf.cadi.aaf.v2_0.AAFLurPerm diff --git a/src/main/resources/docker-compose/docker-compose.yml b/src/main/resources/docker-compose/docker-compose.yml index c278e11..1e6fc57 100644 --- a/src/main/resources/docker-compose/docker-compose.yml +++ b/src/main/resources/docker-compose/docker-compose.yml @@ -1,7 +1,7 @@ version: '2' services: zookeeper: - image: nexus3.onap.org:10001/onap/dmaap/zookeeper:6.0.0 + image: nexus3.onap.org:10001/onap/dmaap/zookeeper:6.0.1 ports: - "2181:2181" @@ -37,7 +37,7 @@ services: - zookeeper dmaap: - image: nexus3.onap.org:10001/onap/dmaap/dmaap-mr:1.1.14 + image: nexus3.onap.org:10001/onap/dmaap/dmaap-mr:1.1.16 ports: - "3904:3904" - "3905:3905" |