summaryrefslogtreecommitdiffstats
path: root/compass-tasks-osa
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-05-28Merge "compass-tasks-osa: upgrade from Pike to Queens"Harry Huang2-16/+19
2018-05-25compass-tasks-osa: upgrade from Pike to Queensramamani yeleswarapu2-16/+19
Change-Id: I42e6efc5255caf8312fc4b18e7bbad0687f07a1f Signed-off-by: Ramamani Yeleswarapu <ramamani.yeleswarapu@intel.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-02-24Seprate compass-tasksHarry Huang9-0/+805
JIRA: - Keep three compass-tasks: compass-tasks - merge both OSA and kubespray compass-tasks-osa - only OSA compass-tasks-k8s - only kubespray Change-Id: Ia790da1b5080322c5e2efe0980aabe9a76867c10 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2017-12-21Merge compass-tasks-osa and compass-tasks-k8sHarry Huang10-1100/+0
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-1/+2
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-tasks-osaHarry Huang10-0/+1099
compass-tasks adapted for osa Change-Id: I1ed84ff5b3f2251538666f364e6ca941282aae29 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>