VID 1.1 work 07/8207/1
authorMandeep Khinda <mandeep.khinda@amdocs.com>
Mon, 21 Aug 2017 20:11:03 +0000 (16:11 -0400)
committerMandeep Khinda <mandeep.khinda@amdocs.com>
Mon, 21 Aug 2017 20:11:03 +0000 (16:11 -0400)
-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>
kubernetes/config/docker/init/src/config/vid/vid/lf_config/vid-pre-init.sql
kubernetes/vid/vid-mariadb-deployment.yaml
kubernetes/vid/vid-server-deployment.yaml

index ae1b5aa..57b797d 100755 (executable)
@@ -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,
index 93a798a..c34bce9 100644 (file)
@@ -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
index 1e6e9de..5028297 100644 (file)
@@ -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