aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe/preload_templates/template.vcpe_brgemugra_vfmodule.json
blob: 4d5b2d42565ea0522498c0b8fd3a2cc923201963 (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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
	"GENERIC-RESOURCE-API:input": {
		"GENERIC-RESOURCE-API:request-information": {
			"GENERIC-RESOURCE-API:notification-url": "https://so.onap.org",
			"GENERIC-RESOURCE-API:order-number": "robot12",
			"GENERIC-RESOURCE-API:order-version": "1.0",
			"GENERIC-RESOURCE-API:request-action": "PreloadVfModuleRequest",
			"GENERIC-RESOURCE-API:request-id": "robot12",
			"GENERIC-RESOURCE-API:source": "VID"
		},
		"GENERIC-RESOURCE-API:sdnc-request-header": {
			"GENERIC-RESOURCE-API:svc-action": "reserve",
			"GENERIC-RESOURCE-API:svc-notification-url": "https://son.onap.org",
			"GENERIC-RESOURCE-API:svc-request-id": "robot12"
		},
		"preload-vf-module-topology-information": {
			"vf-module-topology": {
				"vf-module-parameters":  {
            				"param": [
						{
						    "name": "vcpe_image_name",
						    "value": "vbrg-casa-base-ubuntu-16-04"
						},
						{
						    "name": "vcpe_flavor_name",
						    "value": "m1.medium"
						},
						{
						    "name": "public_net_id",
						    "value": "${public_net_id}"
						},
						{
						    "name": "vbrgemu_bng_private_net_id",
						    "value": "${brg_bng_net}"
						},
						{
						    "name": "vbrgemu_bng_private_subnet_id",
						    "value": "${brg_bng_subnet}"
						},
						{
						    "name": "onap_private_net_id",
						    "value": "${oam_onap_net}"
						},
						{
						    "name": "onap_private_subnet_id",
						    "value": "${oam_onap_subnet}"
						},
						{
						    "name": "onap_private_net_cidr",
						    "value": "10.0.0.0/16"
						},
						{
						    "name": "compile_state",
						    "value": "done"
						},
						{
						    "name": "vbrgemu_bng_private_net_cidr",
						    "value": "10.3.0.0/24"
						},
						{
						    "name": "vbrgemu_private_ip_0",
						    "value": "10.3.0.21"
						},
						{
						    "name": "sdnc_ip",
						    "value": "${sdnc_oam_ip}"
						},
						{
						    "name": "vbrgemu_name_0",
						    "value": "zdcpe1cpe01brgemu01_${suffix}"
						},
						{
						    "name": "vnf_id",
						    "value": "vCPE_Infrastructure_BGREMU_demo_app_${suffix}"
						},
						{
						    "name": "vf_module_id",
						    "value": "vCPE_Customer_BRGEMU_${suffix}"
						},
						{
						    "name": "repo_url_blob",
						    "value": "https://nexus.onap.org/content/sites/raw"
						},
						{
						    "name": "repo_url_artifacts",
						    "value": "https://nexus.onap.org/content/repositories/releases"
						},
						{
						    "name": "demo_artifacts_version",
						    "value": "1.1.1"
						},
						{
						    "name": "script_version",
						    "value": "1.3.0"
						},
						{
						    "name": "key_name",
						    "value": "vbrgemu_key"
						},
						{
						    "name": "pub_key",
						    "value": "${pub_key}"
						},
						{
						    "name": "cloud_env",
						    "value": "openstack"
						},
						{
						    "name": "vpp_source_repo_url",
						    "value": "https://gerrit.fd.io/r/vpp"
						},
						{
						    "name": "vpp_source_repo_branch",
						    "value": "stable/1704"
						},
						{
						    "name": "hc2vpp_source_repo_url",
						    "value": "https://gerrit.fd.io/r/hc2vpp"
						},
						{
						    "name": "hc2vpp_source_repo_branch",
						    "value": "stable/1704"
						},
						{
						    "name": "vpp_patch_url",
						    "value": "https://git.onap.org/demo/plain/vnfs/vCPE/vpp-option-82-for-vbrg/src/patches/VPP-Add-Option82-Nat-Filter-For-vBRG.patch"
                                                }
				] },
				"vf-module-assignments":  {},
                                "vf-module-topology-identifier": {
                                        "vf-module-name": "${vnf_name}"
                                }
			},
		       "vnf-resource-assignments": {},
			"vnf-topology-identifier-structure": {
					"nf-type": "${vnf_type}",
					"vnf-id": "${vnf_name}"
		       }
               }
      }
}