diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-05-23 11:50:16 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-05-23 11:50:36 -0500 |
commit | aab276e679f221b37fc6be37e5dd0ffd72ffc406 (patch) | |
tree | 33dfa482026e7aac1f7c1ceb2e9e1bc562dbd965 /auth/docker | |
parent | 1876581ffb0b9c83021bd422826c76fa8b125bf0 (diff) |
El Alto start with 2.1.14
Issue-ID: AAF-834
Change-Id: I35cb2c87889f8ed51527c4cd5cfa79789ccd20b0
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker')
-rw-r--r-- | auth/docker/agent.sh | 2 | ||||
-rw-r--r-- | auth/docker/d.props.init | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/auth/docker/agent.sh b/auth/docker/agent.sh index feb19303..0538b70d 100644 --- a/auth/docker/agent.sh +++ b/auth/docker/agent.sh @@ -28,7 +28,7 @@ fi . ./aaf.props DOCKER=${DOCKER:=docker} -CADI_VERSION=${CADI_VERSION:=2.1.13-SNAPSHOT} +CADI_VERSION=${CADI_VERSION:=2.1.14-SNAPSHOT} for V in VERSION DOCKER_REPOSITORY HOSTNAME CONTAINER_NS AAF_FQDN AAF_FQDN_IP DEPLOY_FQI APP_FQDN APP_FQI VOLUME DRIVER LATITUDE LONGITUDE; do if [ "$(grep $V ./aaf.props)" = "" ]; then diff --git a/auth/docker/d.props.init b/auth/docker/d.props.init index 66663bfd..d1293874 100644 --- a/auth/docker/d.props.init +++ b/auth/docker/d.props.init @@ -23,7 +23,7 @@ PROJECT=aaf # Note: Override can happen on dbuild.sh Commandline, -r <registry> DOCKER_PULL_REGISTRY=nexus3.onap.org:10001 DOCKER_REPOSITORY=nexus3.onap.org:10003 -VERSION=2.1.13-SNAPSHOT +VERSION=2.1.14-SNAPSHOT CONF_ROOT_DIR=/opt/app/osaaf # For local builds, set PREFIX= PREFIX="$DOCKER_REPOSITORY/" |