diff options
author | 2018-10-19 10:30:13 +0800 | |
---|---|---|
committer | 2018-10-19 10:31:58 +0800 | |
commit | fe932d4225c645f3c67c504cc35f4318eaf7574b (patch) | |
tree | 1921b69f1bbffc313ca453353b40611bb5501507 /build | |
parent | 33f94b43639dbe37b7e8e2b5eeb4c65064207c6b (diff) |
Using images from opnfv repo
JIRA: -
Change-Id: If74162f4e5b01fc50d42be5b78ba74f60e173779
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/build.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build/build.yaml b/build/build.yaml index ef42ba9c..2e963bab 100644 --- a/build/build.yaml +++ b/build/build.yaml @@ -24,27 +24,27 @@ packages: - name: compass-deck description: "RESTful API and DB Handlers for Compass" get_method: docker - url: compass4nfv/compass-deck:7.0.0 + url: opnfv/compass-deck:gambia - name: compass-tasks-osa description: "compass task container integrated with openstack-ansible" get_method: docker - url: compass4nfv/compass-tasks-osa:7.0.0 + url: opnfv/compass-tasks-osa:gambia - name: compass-tasks-k8s description: "compass task container integrated with kubespray" get_method: docker - url: compass4nfv/compass-tasks-k8s:7.0.0 + url: opnfv/compass-tasks-k8s:gambia - name: compass-cobbler description: "cobbler container for compass" get_method: docker - url: opnfv/compass-cobbler:latest + url: opnfv/compass-cobbler:gambia - name: compass-db description: "datebase container for compass" get_method: docker - url: opnfv/compass-db:latest + url: opnfv/compass-db:gambia - name: compass-mq description: "message queue container for compass" @@ -54,7 +54,7 @@ packages: - name: yardstick description: "yardstick container for compass" get_method: docker - url: opnfv/yardstick:latest + url: opnfv/yardstick:stable - name: compass-repo-osa-ubuntu description: "compass repo container for deployment" |