From 8c6362901aed10107a37b76d96d0e62c6df2e94b Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Mon, 30 Oct 2017 13:03:31 -0400 Subject: Support demo repo heat templates Update the robot home page Remove trailing stapces Issue: TEST-14 Change-Id: Ie9ea644cb8ed03c8ae3286eaecce9beb322525dc Signed-off-by: Jerry Flood --- robot/assets/service_mappings.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'robot/assets/service_mappings.py') diff --git a/robot/assets/service_mappings.py b/robot/assets/service_mappings.py index badc5e57..e0913ff8 100644 --- a/robot/assets/service_mappings.py +++ b/robot/assets/service_mappings.py @@ -1,10 +1,10 @@ ''' This metadata identifies the folders to be zipped and uploaded to SDC for model distribution for a given VNF ''' -GLOBAL_SERVICE_FOLDER_MAPPING = {"vFW" : ['base_vfw'], \ - "vLB" : ['base_vlb'], \ - "vVG" : ['base_vvg'], \ - "vCPE" : ['base_vcpe_infra', 'base_vcpe_vbng', 'base_vcpe_vbrgemu', 'base_vcpe_vgmux', 'base_vcpe_vgw'], +GLOBAL_SERVICE_FOLDER_MAPPING = {"vFW" : ['vFW'], \ + "vLB" : ['vLB'], \ + "vVG" : ['vVG'], \ + "vCPE" : ['vCPE/infra', 'vCPE/vbng', 'vCPE/vbrgemu', 'vCPE/vgmux', 'vCPE/vgw'], } ''' -- cgit 1.2.3-korg