summaryrefslogtreecommitdiffstats
path: root/compass-db
AgeCommit message (Collapse)AuthorFilesLines
2018-02-27Merge "compass-db: support arm64"opnfv-6.1.0opnfv-6.0.0Justin chi2-0/+58
2018-01-19Fix mysql failure with overlay driverHarry Huang1-0/+2
JIRA: COMPASS-572 Add volume /var/lib/mysql to compass-db Change-Id: I5f91e05f33241aa95d74147730b11553e6585033 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2018-01-19compass-db: support arm64Yibo Cai2-0/+58
Differences from x86_64: - Dockerfile: don't quit if apt-get update failed - Dockerfile: add volume /var/lib/msql - entrypoint.sh: create user and db only if not exists Change-Id: Ic9aa757b1943c8340eb5b2429683bb12e034a29b Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2017-12-12Merge "Solve compass-db restart issue"Yifei Xue1-3/+4
2017-11-30add ARG in Dockerfilewutianwei1-0/+1
when run the command "docker build --no-cache -t opnfv/compass-tasks:latest --build-arg BRANCH=master -f Dockerfile ." if docker version is lower 1.13, it will fail when not using build-arg in Dockerfile Change-Id: I891a37731d242aba4e37c7b56e0361c741e7eac8 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-11-21Solve compass-db restart issueHarry Huang1-3/+4
JIRA: COMPASS-569 Add condition check in entrypoint.sh so init part of mysql only be executed once Change-Id: I1abfac0845847a6989beae6209881f415b4254b2 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2017-11-03Add compass-dbHarry Huang3-0/+55
Database for Compass Change-Id: I5f624c5b8ed59683b5b72b771607ea74a4a4fd7e Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>