Changed to unmaintained
[appc.git] / appc-inbound / appc-artifact-handler / provider / src / test / resources / templates / reference_template
1 {
2 "reference_data" : [
3 {
4 "action": "ConfigureTest",
5 "action-level":"VNF",
6 "scope": {
7 "vnf-type": "TestvUSP - vDBE-IPX HUB",
8 "vnfc-type": "TestDBE-VM #1"
9 },
10 "template": "Y",
11 "vm": [
12 {
13 "vm-instance": 1,
14 "vnfc": [
15 {
16 "vnfc-instance": 1,
17 "vnfc-type": "TestDBE-VM #1",
18 "vnfc-function-code": "Testdbg",
19 "group-notation-type": "GNType",
20 "ipaddress-v4-oam-vip": "N",
21 "group-notation-value": "GNValue"
22 },
23 {
24 "vnfc-instance": 2,
25 "vnfc-type": "TestDBE-VM #1",
26 "vnfc-function-code": "Testdbg",
27 "group-notation-type": "GNType",
28 "ipaddress-v4-oam-vip": "Y",
29 "group-notation-value": "GNValue"
30 }
31 ]
32 },
33 {
34 "vm-instance": 2,
35 "vnfc": [{
36 "vnfc-instance": 1,
37 "vnfc-type": "TestDBE-VM #1",
38 "vnfc-function-code": "Testdbg",
39 "group-notation-type": "GNType",
40 "ipaddress-v4-oam-vip": "Y",
41 "group-notation-value": "GNValue"
42 }
43 ]
44 }
45 ],
46 "device-protocol": "TestNETCONF-XML",
47 "user-name": "Testnetconf",
48 "port-number": "22",
49 "download-dg-reference" : "TestDownloadDGReference",
50 "artifact-list": [
51 {
52 "artifact-name": "TestvDBE-I_template.json",
53 "artifact-type": "Testconfig_template"
54 },
55 {
56 "artifact-name": "TESTvDBE-I_parameter_definitions.json",
57 "artifact-type": "Testparameter_definitions"
58 },
59 {
60 "artifact-name": "PD_JunitTESTvDBE-I_parameter_yang.json",
61 "artifact-type": "PD_definations"
62 }
63 ]
64 },
65 {
66         "action": "ConfigModify",
67         "action-level": "VNF",
68         "scope": {
69                 "vnf-type": "vDBE-I",
70                 "vnfc-type": null
71         },
72         "template": "Y",
73         "device-protocol": "NETCONF-XML",
74         "user-name": "Testnetconf",
75         "port-number": "22",
76         "artifact-list": [
77                 {
78                         "artifact-name": "template_ConfigModify_vDBE-I_0.0.1V.xml",
79                         "artifact-type": "config_template"
80                 },
81                 {
82                         "artifact-name": "pd_ConfigModify_vDBE-I_0.0.1V.yaml",
83                         "artifact-type": "parameter_definitions"
84                 }
85         ]
86 },
87
88 {
89         "action": "HealthCheck",
90         "action-level": "VM",
91         "scope": {
92                 "vnf-type": "vDBE-I",
93                 "vnfc-type": null
94         },
95         "template": "N",
96         "device-protocol": "REST",
97         "vnfc-function-code": ["SSC","MMSC"]
98 }
99 ]
100 }