summaryrefslogtreecommitdiffstats
path: root/robot/assets/templates
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-06-20 16:58:49 -0400
committerGary Wu <gary.wu@futurewei.com>2019-06-24 14:55:46 +0000
commitffe5abf688b12c715bdfdc920f327d822cc862d1 (patch)
treef4e71e5ff1249c0f087a149864a5113761ffd956 /robot/assets/templates
parent25de6dc9c7f65c0a8d6c1d400e6ec6f26761d82b (diff)
move appc assets out of templates
Issue-ID: TEST-158 Change-Id: I688d02eaec893cafc58c7eae24cf653f7f085c02 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/assets/templates')
-rw-r--r--robot/assets/templates/appc/pd_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.yaml31
-rw-r--r--robot/assets/templates/appc/reference_AllAction_vLoadBalancer_vLoadBalancer-test0_0.0.1V.json46
-rw-r--r--robot/assets/templates/appc/template_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.xml9
3 files changed, 0 insertions, 86 deletions
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 @@
-<vlb-business-vnf-onap-plugin xmlns="urn:opendaylight:params:xml:ns:yang:vlb-business-vnf-onap-plugin">
- <vdns-instances>
- <vdns-instance>
- <ip-addr>${ip-addr}</ip-addr>
- <oam-ip-addr>${oam-ip-addr}</oam-ip-addr>
- <enabled>${enabled}</enabled>
- </vdns-instance>
- </vdns-instances>
-</vlb-business-vnf-onap-plugin> \ No newline at end of file