summaryrefslogtreecommitdiffstats
path: root/compass-tasks
AgeCommit message (Collapse)AuthorFilesLines
2018-06-14arm64: fix concurrent building errorYibo Cai1-1/+3
compass-tasks and compass-tasks-osa arm64 images are currently a simple wrap of compass-tasks-base image. The three images share one single image id, which causes concurrent building failure in releng task as one job will try to remove the built image while another job is still using the image with same id. Error logs: https://build.opnfv.org/ci/job/compass-tasks-osa-build-arm64-master/2/console This patch add another layer in compass-tasks and compass-tasks-osa to make sure they have different image id from compass-tasks-base. Change-Id: I0d8f299a3268322d043c22de7814cf5f87e3658e Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-04-24compass-tasks-osa: add arm64 placeholderYibo Cai1-0/+3
ARM64 support for this OpenStack deployment task is not ready. Adding a placeholder Dockerfile-arm64 to satisfy image building script, which requires both arm64 and x86 images to support multi architecture. Change-Id: I9fbc288197cd43389eb00c989cc9b1b39fb05ce7 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-01-27Add tacker support in compass-containers for FraserYifei Xue7-466/+150
JIRA: - Add tacker support for OPNFV Fraser including adding secret, git repo, etc. Change-Id: I8dc992e48c12d1452c0094ef9527e405a1a7d692 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2018-01-09Change OSA commit idHarry Huang1-3/+3
1. Use commit id 16c69046bfd90d1b984de43bc6267fece6b75f1c to avoid flush handler issue 2. Install ansible 2.2.1.0 in compass-tasks-base virtualenv Change-Id: I257b2f93baa2e36c3b26299782495b8e8c42d06c Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2018-01-05Update base imageHarry Huang1-1/+1
Use opnfv/compass-tasks-base as base image of compass-tasks Change-Id: Ibcd10d8dd3995ecdb84ec59ffa471e67c033304d Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2018-01-04Update compass-tasksHarry Huang2-4/+10
1. use latest OSA commit id 2. create soft link of ansible-playbook from compass virtualenv Change-Id: Ie16a957a7e7d7150ef6189995624b45d914bd067 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2017-12-21Merge compass-tasks-osa and compass-tasks-k8sHarry Huang135-24870/+1107
JIRA: COMPASS-568 rename compass-tasks to compass-tasks-base. add both osa and k8s support in compass-tasks Change-Id: I438f5b17e509d4cb751ced0ffe640ec70899882f Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
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-03Add compass-tasksHarry Huang126-0/+24887
Registered tasks and MQ modules for Compass Change-Id: Id1569a61fe53357d53448478d5ba42cb1f386bc6 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>