diff options
author | Sai Gandham <sg481n@att.com> | 2018-03-27 21:08:58 +0000 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-03-27 22:26:33 +0000 |
commit | 05c86474cdee38b0ae8b66f4d0d3f18385896d1b (patch) | |
tree | bfec7894bc2a0b45ef373689a8e82d8c5f849bf9 /auth/auth-service | |
parent | 649335a398f1d0fd7e7d42062c6618c99517ef5d (diff) |
Add deploy plugin & enable tests
Testcases were skipped in auth parent pom now changed property
to false and made false in auth-core add deploy plugin for
missing poms.Also modify docker-compose file
For now skipping all testcases.
Issue-ID: AAF-199
Change-Id: I9080e8809c8133411f492e33d3bf1c9c8fde24ec
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'auth/auth-service')
-rw-r--r-- | auth/auth-service/src/main/resources/docker-compose/docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/auth-service/src/main/resources/docker-compose/docker-compose.yml b/auth/auth-service/src/main/resources/docker-compose/docker-compose.yml index 501bb308..eb96e503 100644 --- a/auth/auth-service/src/main/resources/docker-compose/docker-compose.yml +++ b/auth/auth-service/src/main/resources/docker-compose/docker-compose.yml @@ -1,4 +1,4 @@ -#-------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
# ============LICENSE_START====================================================
# * org.onap.aaf
# * ===========================================================================
@@ -22,7 +22,7 @@ version: '2'
services:
aaf_container:
- image: onap/aaf/authz-service:1.0.1-SNAPSHOT
+ image: nexus3.onap.org:10001/onap/aaf/authz-service:1.0.1-SNAPSHOT
ports:
- "8101:8101"
|