Release docker version & update manifest 55/50455/1
authorSai Gandham <sg481n@att.com>
Tue, 5 Jun 2018 20:31:51 +0000 (20:31 +0000)
committerSai Gandham <sg481n@att.com>
Tue, 5 Jun 2018 20:31:59 +0000 (20:31 +0000)
Rlease aaf 2.1.1 version and update manifest file
in integration project

Issue-ID: AAF-349
Change-Id: Iadbca84f4b192dbef6b5a975dfb44d7df470a1e5
Signed-off-by: Sai Gandham <sg481n@att.com>
auth/docker/d.props
auth/docker/dpush.sh

index 4522c2b..8c7b736 100644 (file)
@@ -3,6 +3,8 @@ ORG=onap
 PROJECT=aaf
 DOCKER_REPOSITORY=nexus3.onap.org:10003
 OLD_VERSION=2.1.0-SNAPSHOT
+VERSION_2.1.0=2.1.0
+VERSION_2.1.1=2.1.1
 VERSION=2.1.1-SNAPSHOT
 CONF_ROOT_DIR=/opt/app/osaaf
 
index 8d0c2f6..c110f43 100644 (file)
@@ -13,5 +13,6 @@ fi
 for AAF_COMPONENT in ${AAF_COMPONENTS}; do
         docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${OLD_VERSION}
                docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION}
+               docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION_2.1.1}
 
 done