summaryrefslogtreecommitdiffstats
path: root/kubernetes/config
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/config
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/config')
-rwxr-xr-xkubernetes/config/docker/init/src/config/vid/vid/lf_config/vid-pre-init.sql2
1 files changed, 1 insertions, 1 deletions
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,