diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-03-24 15:00:02 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-03-24 15:02:31 +0200 |
commit | e55bcef3746054ae5ca67a1af201ccec5244b81c (patch) | |
tree | 5ed7ae4a10af8f9e4c68b96917de1a448eb03b25 /tests | |
parent | a237d5af9b54c064442f1317296cc50196dc7f53 (diff) |
Update VID in docker-compose to 3.2-STAGING-latest
Planned as part of Casablanca maintenance release (3.0.2).
Issue-ID: VID-446
Change-Id: I50172b136ae048f79172ab502f230577adb9b6b3
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/vid/resources/docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vid/resources/docker-compose.yml b/tests/vid/resources/docker-compose.yml index 5f2c0fec..58aa8a4c 100644 --- a/tests/vid/resources/docker-compose.yml +++ b/tests/vid/resources/docker-compose.yml @@ -1,7 +1,7 @@ version: '3' services: vid-server: - image: nexus3.onap.org:10001/onap/vid:3.0-STAGING-latest + image: nexus3.onap.org:10001/onap/vid:3.2-STAGING-latest environment: - VID_MYSQL_DBNAME=vid_openecomp_epsdk - VID_MYSQL_PASS=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U @@ -31,4 +31,4 @@ services: dockerfile: Dockerfile ports: - "8444:8443" - container_name: so-simulator
\ No newline at end of file + container_name: so-simulator |