aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2020-05-07 06:58:20 +0300
committerIttay Stern <ittay.stern@att.com>2020-05-07 06:59:59 +0300
commit8fde9d565e5e148ed2bacb6e2686dd45051290fc (patch)
treef84ca26c5e3f24f16499ff87e86e2aaaa8eb3dd3 /docs
parenta88abcb68afd396d9317e6a0768f7870bda9535d (diff)
Bump VID master version to 7.0.0 (Guilin)
Issue-ID: VID-813 Change-Id: I4ead7f5cca5380a5eba154b30fb18e18177865af Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst4
-rw-r--r--docs/release-notes.rst16
2 files changed, 18 insertions, 2 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 212925318..c8f4eb1fb 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -17,7 +17,7 @@ Please follow the instructions given below, for installing VID using a Docker im
docker pull mariadb:10
docker login -u docker -p docker nexus3.onap.org:10001
- docker pull nexus3.onap.org:10001/onap/vid:5.0.3
+ docker pull nexus3.onap.org:10001/onap/vid:7.0.0
2. Install by running following command (Use the path for the lf_config folder under the VID git repository as CONFIG_PATH and path for .jks files for CERTS_PATH, usually epsdk-app-onap/src/main/webapp/WEB-INF/cert )
@@ -27,7 +27,7 @@ Please follow the instructions given below, for installing VID using a Docker im
docker run --name vid-mariadb -e MYSQL_DATABASE=vid_openecomp_epsdk -e MYSQL_USER=vidadmin -e MYSQL_PASSWORD=YOUR_PASSWORD -e MYSQL_ROOT_PASSWORD=ROOT_PASSWORD -v CONFIG_PATH/vid-my.cnf:/etc/mysql/my.cnf -v /var/lib/mysql -d mariadb:10
#start VID server
- docker run -e VID_MYSQL_DBNAME=vid_openecomp_epsdk -e VID_MYSQL_PASS=YOUR_PASSWORD -v CERTS_PATH:/opt/app/vid/etc --name vid-server -p 8080:8080 --link vid-mariadb:vid-mariadb-docker-instance -d nexus3.onap.org:10001/onap/vid:5.0.3
+ docker run -e VID_MYSQL_DBNAME=vid_openecomp_epsdk -e VID_MYSQL_PASS=YOUR_PASSWORD -v CERTS_PATH:/opt/app/vid/etc --name vid-server -p 8080:8080 --link vid-mariadb:vid-mariadb-docker-instance -d nexus3.onap.org:10001/onap/vid:7.0.0
Or use docker-compose:
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 820267dca..17efe69ed 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -29,6 +29,22 @@ Version: Frankfurt (6.0.x)
+Version: Guilin (7.0.x)
+------------------------
+**Known Issues**
+
+
+**Resolved Issues**
+
+
+**Security Notes**
+
+*Fixed Security Issues*
+
+*Known Security Issues*
+
+
+
Version: El-Alto (5.0.x)
------------------------
**Known Issues**