From: Mandeep Khinda Date: Mon, 21 Aug 2017 20:11:03 +0000 (-0400) Subject: VID 1.1 work X-Git-Tag: 2.0.0-ONAP~745^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=aa5ea3e86b9337a6355e0692bb338424555a66bd;p=oom.git 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 --- diff --git a/kubernetes/config/docker/init/src/config/vid/vid/lf_config/vid-pre-init.sql b/kubernetes/config/docker/init/src/config/vid/vid/lf_config/vid-pre-init.sql index ae1b5aaf01..57b797d03c 100755 --- a/kubernetes/config/docker/init/src/config/vid/vid/lf_config/vid-pre-init.sql +++ b/kubernetes/config/docker/init/src/config/vid/vid/lf_config/vid-pre-init.sql @@ -17,7 +17,7 @@ * limitations under the License. * ============LICENSE_END========================================================= */ -CREATE TABLE IF NOT EXISTS `vid_openecomp`.`schema_info` ( +CREATE TABLE IF NOT EXISTS `vid_openecomp_epsdk`.`schema_info` ( `SCHEMA_ID` VARCHAR(25) NOT NULL, `SCHEMA_DESC` VARCHAR(75) NOT NULL, `DATASOURCE_TYPE` VARCHAR(100) NULL DEFAULT NULL, 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