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/resources/asdc_interface.robot | |
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/resources/asdc_interface.robot')
-rw-r--r-- | robot/resources/asdc_interface.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/resources/asdc_interface.robot b/robot/resources/asdc_interface.robot index 8830fe16..cbaba4ac 100644 --- a/robot/resources/asdc_interface.robot +++ b/robot/resources/asdc_interface.robot @@ -714,8 +714,8 @@ Get VNF From Group Name [Documentation] looks up vnf key from service mapping for a regex on groupName and service_name [Arguments] ${group_name} ${service_name} ${vnf}= Set Variable If - ... ('${service_name}'=='demoVFWCL') and ('base_vfw' in '${group_name}') vFWSNK - ... ('${service_name}'=='demoVFWCL') and ('base_vpkg' in '${group_name}') vPKG + ... ('${service_name}'=='demoVFWCL') and ('base_vfw' in '${group_name}') vFWCLvFWSNK + ... ('${service_name}'=='demoVFWCL') and ('base_vpkg' in '${group_name}') vFWCLvPKG ... ('${service_name}'=='demoVLB') and ('base_vlb' in '${group_name}') vLB [Return] ${vnf} Checkin ASDC Catalog Resource |