summaryrefslogtreecommitdiffstats
path: root/kubernetes/vid
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2017-08-21 16:11:03 -0400
committerMandeep Khinda <mandeep.khinda@amdocs.com>2017-08-21 16:11:03 -0400
commitaa5ea3e86b9337a6355e0692bb338424555a66bd (patch)
tree16383bd0045553075848c3e3b76f68b31a55bc11 /kubernetes/vid
parent82c63d33cf8ade806228a9e5ae43dd4527789a91 (diff)
VID 1.1 work
-Updating yamls, and config pod data -VID UI comes up when launched in portal, however certain fields do not as I believe it depends on AAI being up. Issue-ID: OOM-152 Change-Id: I5a64b28e4c8062959e081ddb81367c227c079df1 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/vid')
-rw-r--r--kubernetes/vid/vid-mariadb-deployment.yaml4
-rw-r--r--kubernetes/vid/vid-server-deployment.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/vid/vid-mariadb-deployment.yaml b/kubernetes/vid/vid-mariadb-deployment.yaml
index 93a798a04d..c34bce9c1b 100644
--- a/kubernetes/vid/vid-mariadb-deployment.yaml
+++ b/kubernetes/vid/vid-mariadb-deployment.yaml
@@ -15,11 +15,11 @@ spec:
name: vid-mariadb
spec:
containers:
- - image: mariadb:10
+ - image: nexus3.onap.org:10001/library/mariadb:10
name: vid-mariadb
env:
- name: MYSQL_DATABASE
- value: vid_openecomp
+ value: vid_openecomp_epsdk
- name: MYSQL_USER
value: vidadmin
- name: MYSQL_PASSWORD
diff --git a/kubernetes/vid/vid-server-deployment.yaml b/kubernetes/vid/vid-server-deployment.yaml
index 1e6e9de80d..5028297f5e 100644
--- a/kubernetes/vid/vid-server-deployment.yaml
+++ b/kubernetes/vid/vid-server-deployment.yaml
@@ -75,14 +75,14 @@ spec:
- name: VID_MYSQL_PORT
value: "3306"
- name: VID_MYSQL_DBNAME
- value: vid_openecomp
+ value: vid_openecomp_epsdk
- name: VID_MYSQL_USER
value: vidadmin
- name: VID_MYSQL_PASS
value: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
- name: VID_MYSQL_MAXCONNECTIONS
value: "5"
- image: nexus3.onap.org:10001/openecomp/vid:1.0-STAGING-latest
+ image: nexus3.onap.org:10001/openecomp/vid:1.1-STAGING-latest
name: vid-server
ports:
- containerPort: 8080