summaryrefslogtreecommitdiffstats
path: root/huawei/vnfmadapter/VnfmadapterService/docker/docker-entrypoint.sh
diff options
context:
space:
mode:
authorsekharhuawei <reddi.shekhar@huawei.com>2020-09-18 11:19:28 +0530
committersekharhuawei <reddi.shekhar@huawei.com>2020-09-18 11:19:28 +0530
commit5f9e18ca0a4994236f53f2ceaf1fb357ee4afea3 (patch)
treee5504ed299a5deadf90d79c79316161e823e900f /huawei/vnfmadapter/VnfmadapterService/docker/docker-entrypoint.sh
parentd16511bf572d1e319e10243d4258dd5904f2e340 (diff)
Two main process in vfc huawei vnfm pod
Issue-ID: VFC-1692 Signed-off-by: sekharhuawei <reddi.shekhar@huawei.com> Change-Id: I366431f40b203246d9b4b436c8f3ca2bf8bc9532
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