Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
|
|
Change-Id: I42e6efc5255caf8312fc4b18e7bbad0687f07a1f
Signed-off-by: Ramamani Yeleswarapu <ramamani.yeleswarapu@intel.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
compass-tasks adapted for osa
Change-Id: I1ed84ff5b3f2251538666f364e6ca941282aae29
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|