diff options
Diffstat (limited to 'build/build.yaml')
-rw-r--r-- | build/build.yaml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/build/build.yaml b/build/build.yaml index 4719c2c7..93cb796d 100644 --- a/build/build.yaml +++ b/build/build.yaml @@ -15,10 +15,15 @@ packages: get_method: docker url: opnfv/compass-deck:latest - - name: compass-tasks - description: "compass task container integrated with openstack-ansible and kubespray" + - name: compass-tasks-osa + description: "compass task container integrated with openstack-ansible" get_method: docker - url: opnfv/compass-tasks:latest + url: huangxiangyu/compass-tasks-osa:latest + + - name: compass-tasks-k8s + description: "compass task container integrated with kubespray" + get_method: docker + url: huangxiangyu/compass-tasks-k8s:latest - name: compass-cobbler description: "cobbler container for compass" |