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

{
	"action": "HealthCheck",
	"action-level": "VM",
	"scope": {
		"vnf-type": "vDBE-I",
		"vnfc-type": null
	},
	"template": "N",
	"device-protocol": "REST",
	"vnfc-function-code": ["SSC","MMSC"]
}
]
}