summaryrefslogtreecommitdiffstats
path: root/mgr/docker/docker-entrypoint.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-08-10Don't modify the config file with sed in the docker entrypoint scriptdyh1-36/+2
Change-Id: Ief9ef056e0614e478c22c831ec55d997019c607e Issue-ID: VFC-1623 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
2020-03-03Modify DB initialization completion judgment flag1.3.7yangyan1-2/+2
Change-Id: Ic99f2b1fef441c2a8a90d53121ceb4a58a1bee01 Issue-ID: VFC-1639 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2020-02-28Change the MSB registration switch to the environment variable acquisition ↵yangyan1-2/+2
mode and fix typo error Change-Id: Id3b717f029dadc8ac0901d85ee59eb29dad339a0 Issue-ID: VFC-1601 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2020-02-18Modify the request by msb with httpsyangyan1-1/+5
Change-Id: I1039e8a4a03a15c5548a91ba1f018d1e7d4d57b5 Issue-ID: VFC-1602 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2018-08-08Remove DB and redis service from vnfmgrfujinhua1-5/+13
Change-Id: I122f239cf4ab59cf5dd65f7fdebd367eebb8b548 Issue-ID: VFC-981 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-09-06Add GVNFM VNFMGR Docker image and build scriptsShashank Kumar Shankar1-0/+35
This patch adds the scripts and Dockerfile for building GVNFM/VNFGR docker image. Change-Id: I4642228523691095ff77cd5fa0007d853e93b7d5 Issue-Id: VFC-282 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>