From 358611bc1303a4e114ea862a3437947fc2f5caf6 Mon Sep 17 00:00:00 2001 From: yufei_zhou Date: Sat, 30 Sep 2017 16:54:00 +0800 Subject: Modify database part in the deployment Change-Id: I9a058bdfb76b293b740107cb2c11a39fe2387533 Issue-ID: VFC-53 Signed-off-by: yufei_zhou --- nokia/vnfmdriver/vfcadaptorservice/docker/instance-init.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'nokia/vnfmdriver/vfcadaptorservice/docker/instance-init.sh') diff --git a/nokia/vnfmdriver/vfcadaptorservice/docker/instance-init.sh b/nokia/vnfmdriver/vfcadaptorservice/docker/instance-init.sh index 3975b5ad..39e85026 100755 --- a/nokia/vnfmdriver/vfcadaptorservice/docker/instance-init.sh +++ b/nokia/vnfmdriver/vfcadaptorservice/docker/instance-init.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2017 Huawei Technologies Co., Ltd. +# Copyright 2017, Nokia Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,8 +16,6 @@ # # Config mysql credentials -#sed -i "s|rootpass|rootpass|" webapps/ROOT/WEB-INF/classes/spring/Vnfmadapter/services.xml - # Initialize MySQL schema cd bin -./init_db.sh root rootpass 127.0.0.1 3306 +./init_db.sh vnfm vnfmpass 127.0.0.1 3306 -- cgit 1.2.3-korg