From ffe5abf688b12c715bdfdc920f327d822cc862d1 Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 20 Jun 2019 16:58:49 -0400 Subject: move appc assets out of templates Issue-ID: TEST-158 Change-Id: I688d02eaec893cafc58c7eae24cf653f7f085c02 Signed-off-by: DR695H --- ...oadBalancer_vLoadBalancer-test0_0.0.1V_vLB.yaml | 31 --------------- ...n_vLoadBalancer_vLoadBalancer-test0_0.0.1V.json | 46 ---------------------- ...LoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.xml | 9 ----- 3 files changed, 86 deletions(-) delete mode 100644 robot/assets/templates/appc/pd_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.yaml delete mode 100644 robot/assets/templates/appc/reference_AllAction_vLoadBalancer_vLoadBalancer-test0_0.0.1V.json delete mode 100644 robot/assets/templates/appc/template_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.xml (limited to 'robot/assets/templates/appc') diff --git a/robot/assets/templates/appc/pd_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.yaml b/robot/assets/templates/appc/pd_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.yaml deleted file mode 100644 index 8b308dcb..00000000 --- a/robot/assets/templates/appc/pd_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.yaml +++ /dev/null @@ -1,31 +0,0 @@ ---- -kind: "Property Definition" -version: V1 -vnf-parameter-list: -- name: ip-addr - type: null - description: null - required: "true" - default: null - source: Manual - rule-type: null - request-keys: null - response-keys: null -- name: oam-ip-addr - type: null - description: null - required: "true" - default: null - source: Manual - rule-type: null - request-keys: null - response-keys: null -- name: enabled - type: null - description: null - required: "true" - default: null - source: Manual - rule-type: null - request-keys: null - response-keys: null diff --git a/robot/assets/templates/appc/reference_AllAction_vLoadBalancer_vLoadBalancer-test0_0.0.1V.json b/robot/assets/templates/appc/reference_AllAction_vLoadBalancer_vLoadBalancer-test0_0.0.1V.json deleted file mode 100644 index 137cb7a6..00000000 --- a/robot/assets/templates/appc/reference_AllAction_vLoadBalancer_vLoadBalancer-test0_0.0.1V.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "reference_data": [ - { - "action": "ConfigScaleOut", - "action-level": "vnf", - "scope": { - "vnf-type": "vLoadBalancer/vLoadBalancer-test 0", - "vnfc-type": "" - }, - "template": "Y", - "vm": [], - "device-protocol": "NETCONF-XML", - "user-name": "admin", - "port-number": "2831", - "artifact-list": [ - { - "artifact-name": "template_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.xml", - "artifact-type": "config_template" - }, - { - "artifact-name": "pd_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.yaml", - "artifact-type": "parameter_definitions" - } - ], - "template-id-list": [ - "vLB" - ], - "template-id": "vLB", - "scopeType": "vnf-type" - }, - { - "action": "AllAction", - "action-level": "vnf", - "scope": { - "vnf-type": "vLoadBalancer/vLoadBalancer-test 0", - "vnfc-type": "" - }, - "artifact-list": [ - { - "artifact-name": "reference_AllAction_vLoadBalancer_vLoadBalancer-test0_0.0.1V.json", - "artifact-type": "reference_template" - } - ] - } - ] -} \ No newline at end of file diff --git a/robot/assets/templates/appc/template_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.xml b/robot/assets/templates/appc/template_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.xml deleted file mode 100644 index 61d24976..00000000 --- a/robot/assets/templates/appc/template_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - ${ip-addr} - ${oam-ip-addr} - ${enabled} - - - \ No newline at end of file -- cgit 1.2.3-korg