diff options
author | Brian Freeman <bf1936@att.com> | 2019-04-26 08:08:56 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-04-26 08:09:06 -0500 |
commit | 4c71b0bed994055739e5fa5ba9307731b493a20b (patch) | |
tree | dbde01f5b4df9791e10d4cc74a157cf95c30e8c9 /robot/assets/service_mappings.py | |
parent | f0e37ce7c9c3f7c99e7087ecf42263601bcb9eb0 (diff) |
Cleanup Instantiate vLB
Remmove vLB Hack since vLBMS doesnt need it
Move vLB service to use vLBMS Heat template
Issue-ID: INT-1039
Change-Id: If92bbec8579305aecddd698257c4e3e6af52b76b
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/assets/service_mappings.py')
-rw-r--r-- | robot/assets/service_mappings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/assets/service_mappings.py b/robot/assets/service_mappings.py index 50c3ee21..9a02a1b1 100644 --- a/robot/assets/service_mappings.py +++ b/robot/assets/service_mappings.py @@ -6,7 +6,7 @@ import os.path This metadata identifies the folders to be zipped and uploaded to SDC for model distribution for a given VNF ''' GLOBAL_SERVICE_FOLDER_MAPPING = {"vFW" : ['vFW'], \ - "vLB" : ['vLB'], \ + "vLB" : ['vLBMS'], \ "vVG" : ['vVG'], \ "vCPE" : ['vCPE/infra', 'vCPE/vbng', 'vCPE/vbrgemu', 'vCPE/vgmux', 'vCPE/vgw'], "vFWCL" : ['vFWCL/vFWSNK', 'vFWCL/vPKG'], |