From e29a4ea1b77bdb9e78e2fabac8a3029c4c2b61fc Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Tue, 4 Dec 2018 11:41:34 +0800 Subject: Adapt compass4nfv scripts to new compass-deck JIRA: COMPASS-612 1. pass machine info through file 2. generate mac address in config_parse.py Change-Id: Iaaf0f2b1f4ab97e8200c8c046746168d991570e3 Signed-off-by: Harry Huang --- build/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/build.yaml b/build/build.yaml index 6694c8e7..75faa280 100644 --- a/build/build.yaml +++ b/build/build.yaml @@ -24,12 +24,12 @@ 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:latest - 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:latest - name: compass-tasks-k8s description: "compass task container integrated with kubespray" -- cgit 1.2.3-korg