summaryrefslogtreecommitdiffstats
path: root/huawei/vnfmadapter/VnfmadapterService/docker/docker-entrypoint.sh
diff options
context:
space:
mode:
authorYuanhong Deng <dengyuanhong@chinamobile.com>2020-09-21 07:15:23 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-21 07:15:23 +0000
commit6dba8a807a492fe1632f9fc66215e007d165abb3 (patch)
tree64ae943932d0c9405be9c38f1a35018cb41ee9d1 /huawei/vnfmadapter/VnfmadapterService/docker/docker-entrypoint.sh
parente778a254251bea3e2cb6349262aea4f8cfa22e95 (diff)
parent5f9e18ca0a4994236f53f2ceaf1fb357ee4afea3 (diff)
Merge "Two main process in vfc huawei vnfm pod Issue-ID: VFC-1692"
Diffstat (limited to 'huawei/vnfmadapter/VnfmadapterService/docker/docker-entrypoint.sh')
-rwxr-xr-xhuawei/vnfmadapter/VnfmadapterService/docker/docker-entrypoint.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/huawei/vnfmadapter/VnfmadapterService/docker/docker-entrypoint.sh b/huawei/vnfmadapter/VnfmadapterService/docker/docker-entrypoint.sh
index e61bbd19..9cfd4dca 100755
--- a/huawei/vnfmadapter/VnfmadapterService/docker/docker-entrypoint.sh
+++ b/huawei/vnfmadapter/VnfmadapterService/docker/docker-entrypoint.sh
@@ -46,17 +46,11 @@ echo
# Configure service based on docker environment variables
./instance-config.sh
-# Start mysql
-/usr/bin/mysqld_safe &
-
# Perform one-time config
if [ ! -e init.log ]; then
# Perform workarounds due to defects in release binary
./instance-workaround.sh
- # Init mysql; set root password
- ./init-mysql.sh
-
# microservice-specific one-time initialization
./instance-init.sh