Parametrize CIDR and Netmask in the demos
[demo.git] / heat / vFW / base_vfw_openstack.yaml
1 ##########################################################################\r
2 #\r
3 #==================LICENSE_START==========================================\r
4\r
5 #\r
6 # Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
7 #\r
8 # Licensed under the Apache License, Version 2.0 (the "License");\r
9 # you may not use this file except in compliance with the License.\r
10 # You may obtain a copy of the License at\r
11 #        http://www.apache.org/licenses/LICENSE-2.0\r
12 #\r
13 # Unless required by applicable law or agreed to in writing, software\r
14 # distributed under the License is distributed on an "AS IS" BASIS,\r
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
16 # See the License for the specific language governing permissions and\r
17 # limitations under the License.\r
18 #\r
19 #==================LICENSE_END============================================\r
20 #\r
21 # ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
22 #\r
23 ##########################################################################\r
24 \r
25 heat_template_version: 2013-05-23\r
26 \r
27 description: Heat template that deploys vFirewall demo app for ONAP\r
28 \r
29 ##############\r
30 #            #\r
31 # PARAMETERS #\r
32 #            #\r
33 ##############\r
34 \r
35 parameters:\r
36   vfw_image_name:\r
37     type: string\r
38     label: Image name or ID\r
39     description: Image to be used for compute instance\r
40   vfw_flavor_name:\r
41     type: string\r
42     label: Flavor\r
43     description: Type of instance (flavor) to be used\r
44   public_net_id:\r
45     type: string\r
46     label: Public network name or ID\r
47     description: Public network that enables remote connection to VNF\r
48   unprotected_private_net_id:\r
49     type: string\r
50     label: Unprotected private network name or ID\r
51     description: Private network that connects vPacketGenerator with vFirewall\r
52   protected_private_net_id:\r
53     type: string\r
54     label: Protected private network name or ID\r
55     description: Private network that connects vFirewall with vSink\r
56   onap_private_net_id:\r
57     type: string\r
58     label: ONAP management network name or ID\r
59     description: Private network that connects ONAP components and the VNF\r
60   onap_private_subnet_id:\r
61     type: string\r
62     label: ONAP management sub-network name or ID\r
63     description: Private sub-network that connects ONAP components and the VNF\r
64   unprotected_private_net_cidr:\r
65     type: string\r
66     label: Unprotected private network CIDR\r
67     description: The CIDR of the unprotected private network\r
68   protected_private_net_cidr:\r
69     type: string\r
70     label: Protected private network CIDR\r
71     description: The CIDR of the protected private network\r
72   onap_private_net_cidr:\r
73     type: string\r
74     label: ONAP private network CIDR\r
75     description: The CIDR of the protected private network\r
76   vfw_private_ip_0:\r
77     type: string\r
78     label: vFirewall private IP address towards the unprotected network\r
79     description: Private IP address that is assigned to the vFirewall to communicate with the vPacketGenerator\r
80   vfw_private_ip_1:\r
81     type: string\r
82     label: vFirewall private IP address towards the protected network\r
83     description: Private IP address that is assigned to the vFirewall to communicate with the vSink\r
84   vfw_private_ip_2:\r
85     type: string\r
86     label: vFirewall private IP address towards the ONAP management network\r
87     description: Private IP address that is assigned to the vFirewall to communicate with ONAP components\r
88   vpg_private_ip_0:\r
89     type: string\r
90     label: vPacketGenerator private IP address towards the unprotected network\r
91     description: Private IP address that is assigned to the vPacketGenerator to communicate with the vFirewall\r
92   vpg_private_ip_1:\r
93     type: string\r
94     label: vPacketGenerator private IP address towards the ONAP management network\r
95     description: Private IP address that is assigned to the vPacketGenerator to communicate with ONAP components\r
96   vsn_private_ip_0:\r
97     type: string\r
98     label: vSink private IP address towards the protected network\r
99     description: Private IP address that is assigned to the vSink to communicate with the vFirewall\r
100   vsn_private_ip_1:\r
101     type: string\r
102     label: vSink private IP address towards the ONAP management network\r
103     description: Private IP address that is assigned to the vSink to communicate with ONAP components\r
104   vfw_name_0:\r
105     type: string\r
106     label: vFirewall name\r
107     description: Name of the vFirewall\r
108   vpg_name_0:\r
109     type: string\r
110     label: vPacketGenerator name\r
111     description: Name of the vPacketGenerator\r
112   vsn_name_0:\r
113     type: string\r
114     label: vSink name\r
115     description: Name of the vSink\r
116   vnf_id:\r
117     type: string\r
118     label: VNF ID\r
119     description: The VNF ID is provided by ONAP\r
120   vf_module_id:\r
121     type: string\r
122     label: vFirewall module ID\r
123     description: The vFirewall Module ID is provided by ONAP\r
124   dcae_collector_ip:\r
125     type: string\r
126     label: DCAE collector IP address\r
127     description: IP address of the DCAE collector\r
128   dcae_collector_port:\r
129     type: string\r
130     label: DCAE collector port\r
131     description: Port of the DCAE collector\r
132   key_name:\r
133     type: string\r
134     label: Key pair name\r
135     description: Public/Private key pair name\r
136   pub_key:\r
137     type: string\r
138     label: Public key\r
139     description: Public key to be installed on the compute instance\r
140   repo_url_blob:\r
141     type: string\r
142     label: Repository URL\r
143     description: URL of the repository that hosts the demo packages\r
144   repo_url_artifacts:\r
145     type: string\r
146     label: Repository URL\r
147     description: URL of the repository that hosts the demo packages\r
148   install_script_version:\r
149     type: string\r
150     label: Installation script version number\r
151     description: Version number of the scripts that install the vFW demo app\r
152   demo_artifacts_version:\r
153     type: string\r
154     label: Artifacts version used in demo vnfs\r
155     description: Artifacts (jar, tar.gz) version used in demo vnfs\r
156   cloud_env:\r
157     type: string\r
158     label: Cloud environment\r
159     description: Cloud environment (e.g., openstack, rackspace)\r
160 \r
161 #############\r
162 #           #\r
163 # RESOURCES #\r
164 #           #\r
165 #############\r
166 \r
167 resources:\r
168   random-str:\r
169     type: OS::Heat::RandomString\r
170     properties:\r
171       length: 4\r
172 \r
173   my_keypair:\r
174     type: OS::Nova::KeyPair\r
175     properties:\r
176       name:\r
177         str_replace:\r
178           template: base_rand\r
179           params:\r
180             base: { get_param: key_name }\r
181             rand: { get_resource: random-str }\r
182       public_key: { get_param: pub_key }\r
183       save_private_key: false\r
184 \r
185   unprotected_private_network:\r
186     type: OS::Neutron::Net\r
187     properties:\r
188       name: { get_param: unprotected_private_net_id }\r
189 \r
190   protected_private_network:\r
191     type: OS::Neutron::Net\r
192     properties:\r
193       name: { get_param: protected_private_net_id }\r
194 \r
195   unprotected_private_subnet:\r
196     type: OS::Neutron::Subnet\r
197     properties:\r
198       network_id: { get_resource: unprotected_private_network }\r
199       cidr: { get_param: unprotected_private_net_cidr }\r
200 \r
201   protected_private_subnet:\r
202     type: OS::Neutron::Subnet\r
203     properties:\r
204       network_id: { get_resource: protected_private_network }\r
205       cidr: { get_param: protected_private_net_cidr }\r
206 \r
207   # Virtual Firewall instantiation\r
208   vfw_private_0_port:\r
209     type: OS::Neutron::Port\r
210     properties:\r
211       security_groups: []\r
212       port_security_enabled: False\r
213       network: { get_resource: unprotected_private_network }\r
214       fixed_ips: [{"subnet": { get_resource: unprotected_private_subnet }, "ip_address": { get_param: vfw_private_ip_0 }}]\r
215 \r
216   vfw_private_1_port:\r
217     type: OS::Neutron::Port\r
218     properties:\r
219       security_groups: []\r
220       port_security_enabled: False\r
221       network: { get_resource: protected_private_network }\r
222       fixed_ips: [{"subnet": { get_resource: protected_private_subnet }, "ip_address": { get_param: vfw_private_ip_1 }}]\r
223 \r
224   vfw_private_2_port:\r
225     type: OS::Neutron::Port\r
226     properties:\r
227       network: { get_param: onap_private_net_id }\r
228       fixed_ips: [{"subnet": { get_param: onap_private_subnet_id }, "ip_address": { get_param: vfw_private_ip_2 }}]\r
229 \r
230   vfw_0:\r
231     type: OS::Nova::Server\r
232     properties:\r
233       image: { get_param: vfw_image_name }\r
234       flavor: { get_param: vfw_flavor_name }\r
235       name: { get_param: vfw_name_0 }\r
236       key_name: { get_resource: my_keypair }\r
237       networks:\r
238         - network: { get_param: public_net_id }\r
239         - port: { get_resource: vfw_private_0_port }\r
240         - port: { get_resource: vfw_private_1_port }\r
241         - port: { get_resource: vfw_private_2_port }\r
242       metadata: {vnf_id: { get_param: vnf_id }, vf_module_id: { get_param: vf_module_id }}\r
243       user_data_format: RAW\r
244       user_data:\r
245         str_replace:\r
246           params:\r
247             __dcae_collector_ip__ : { get_param: dcae_collector_ip }\r
248             __dcae_collector_port__ : { get_param: dcae_collector_port }\r
249             __repo_url_blob__ : { get_param: repo_url_blob }\r
250             __repo_url_artifacts__ : { get_param: repo_url_artifacts }\r
251             __demo_artifacts_version__ : { get_param: demo_artifacts_version }\r
252             __install_script_version__ : { get_param: install_script_version }\r
253             __vfw_private_ip_0__ : { get_param: vfw_private_ip_0 }\r
254             __vfw_private_ip_1__ : { get_param: vfw_private_ip_1 }\r
255             __vfw_private_ip_2__ : { get_param: vfw_private_ip_2 }\r
256             __unprotected_private_net_cidr__ : { get_param: unprotected_private_net_cidr }\r
257             __protected_private_net_cidr__ : { get_param: protected_private_net_cidr }\r
258             __onap_private_net_cidr__ : { get_param: onap_private_net_cidr }\r
259             __cloud_env__ : { get_param: cloud_env }\r
260           template: |\r
261             #!/bin/bash\r
262             \r
263             # Create configuration files\r
264             mkdir /opt/config\r
265             echo "__dcae_collector_ip__" > /opt/config/dcae_collector_ip.txt\r
266             echo "__dcae_collector_port__" > /opt/config/dcae_collector_port.txt\r
267             echo "__repo_url_blob__" > /opt/config/repo_url_blob.txt\r
268             echo "__repo_url_artifacts__" > /opt/config/repo_url_artifacts.txt\r
269             echo "__demo_artifacts_version__" > /opt/config/demo_artifacts_version.txt\r
270             echo "__install_script_version__" > /opt/config/install_script_version.txt\r
271             echo "__vfw_private_ip_0__" > /opt/config/vfw_private_ip_0.txt\r
272             echo "__vfw_private_ip_1__" > /opt/config/vfw_private_ip_1.txt\r
273             echo "__vfw_private_ip_2__" > /opt/config/vfw_private_ip_2.txt\r
274             echo "__unprotected_private_net_cidr__" > /opt/config/unprotected_private_net_cidr.txt\r
275             echo "__protected_private_net_cidr__" > /opt/config/protected_private_net_cidr.txt\r
276             echo "__onap_private_net_cidr__" > /opt/config/onap_private_net_cidr.txt\r
277             echo "__cloud_env__" > /opt/config/cloud_env.txt\r
278             \r
279             # Download and run install script\r
280             curl -k __repo_url_blob__/org.openecomp.demo/vnfs/vfw/__install_script_version__/v_firewall_install.sh -o /opt/v_firewall_install.sh\r
281             cd /opt\r
282             chmod +x v_firewall_install.sh\r
283             ./v_firewall_install.sh\r
284 \r
285 \r
286   # Virtual Packet Generator instantiation\r
287   vpg_private_0_port:\r
288     type: OS::Neutron::Port\r
289     properties:\r
290       network: { get_resource: unprotected_private_network }\r
291       fixed_ips: [{"subnet": { get_resource: unprotected_private_subnet }, "ip_address": { get_param: vpg_private_ip_0 }}]\r
292 \r
293   vpg_private_1_port:\r
294     type: OS::Neutron::Port\r
295     properties:\r
296       network: { get_param: onap_private_net_id }\r
297       fixed_ips: [{"subnet": { get_param: onap_private_subnet_id }, "ip_address": { get_param: vpg_private_ip_1 }}]\r
298 \r
299   vpg_0:\r
300     type: OS::Nova::Server\r
301     properties:\r
302       image: { get_param: vfw_image_name }\r
303       flavor: { get_param: vfw_flavor_name }\r
304       name: { get_param: vpg_name_0 }\r
305       key_name: { get_resource: my_keypair }\r
306       networks:\r
307         - network: { get_param: public_net_id }\r
308         - port: { get_resource: vpg_private_0_port }\r
309         - port: { get_resource: vpg_private_1_port }\r
310       metadata: {vnf_id: { get_param: vnf_id }, vf_module_id: { get_param: vf_module_id }}\r
311       user_data_format: RAW\r
312       user_data:\r
313         str_replace:\r
314           params:\r
315             __fw_ipaddr__: { get_param: vfw_private_ip_0 }\r
316             __protected_net_cidr__: { get_param: protected_private_net_cidr }\r
317             __sink_ipaddr__: { get_param: vsn_private_ip_0 }\r
318             __repo_url_blob__ : { get_param: repo_url_blob }\r
319             __repo_url_artifacts__ : { get_param: repo_url_artifacts }\r
320             __demo_artifacts_version__ : { get_param: demo_artifacts_version }\r
321             __install_script_version__ : { get_param: install_script_version }\r
322             __vpg_private_ip_0__ : { get_param: vpg_private_ip_0 }\r
323             __vpg_private_ip_1__ : { get_param: vpg_private_ip_1 }\r
324             __unprotected_private_net_cidr__ : { get_param: unprotected_private_net_cidr }\r
325             __onap_private_net_cidr__ : { get_param: onap_private_net_cidr }\r
326             __cloud_env__ : { get_param: cloud_env }\r
327           template: |\r
328             #!/bin/bash\r
329             \r
330             # Create configuration files\r
331             mkdir /opt/config\r
332             echo "__fw_ipaddr__" > /opt/config/fw_ipaddr.txt\r
333             echo "__protected_net_cidr__" > /opt/config/protected_net_cidr.txt\r
334             echo "__sink_ipaddr__" > /opt/config/sink_ipaddr.txt\r
335             echo "__repo_url_blob__" > /opt/config/repo_url_blob.txt\r
336             echo "__repo_url_artifacts__" > /opt/config/repo_url_artifacts.txt\r
337             echo "__demo_artifacts_version__" > /opt/config/demo_artifacts_version.txt\r
338             echo "__install_script_version__" > /opt/config/install_script_version.txt\r
339             echo "__vpg_private_ip_0__" > /opt/config/vpg_private_ip_0.txt\r
340             echo "__vpg_private_ip_1__" > /opt/config/vpg_private_ip_1.txt\r
341             echo "__unprotected_private_net_cidr__" > /opt/config/unprotected_private_net_cidr.txt\r
342             echo "__onap_private_net_cidr__" > /opt/config/onap_private_net_cidr.txt\r
343             echo "__cloud_env__" > /opt/config/cloud_env.txt\r
344             \r
345             # Download and run install script\r
346             curl -k __repo_url_blob__/org.openecomp.demo/vnfs/vfw/__install_script_version__/v_packetgen_install.sh -o /opt/v_packetgen_install.sh\r
347             cd /opt\r
348             chmod +x v_packetgen_install.sh\r
349             ./v_packetgen_install.sh\r
350 \r
351 \r
352   # Virtual Sink instantiation\r
353   vsn_private_0_port:\r
354     type: OS::Neutron::Port\r
355     properties:\r
356       network: { get_resource: protected_private_network }\r
357       fixed_ips: [{"subnet": { get_resource: protected_private_subnet }, "ip_address": { get_param: vsn_private_ip_0 }}]\r
358 \r
359   vsn_private_1_port:\r
360     type: OS::Neutron::Port\r
361     properties:\r
362       network: { get_param: onap_private_net_id }\r
363       fixed_ips: [{"subnet": { get_param: onap_private_subnet_id }, "ip_address": { get_param: vsn_private_ip_1 }}]\r
364 \r
365   vsn_0:\r
366     type: OS::Nova::Server\r
367     properties:\r
368       image: { get_param: vfw_image_name }\r
369       flavor: { get_param: vfw_flavor_name }\r
370       name: { get_param: vsn_name_0 }\r
371       key_name: { get_resource: my_keypair }\r
372       networks:\r
373         - network: { get_param: public_net_id }\r
374         - port: { get_resource: vsn_private_0_port }\r
375         - port: { get_resource: vsn_private_1_port }\r
376       metadata: {vnf_id: { get_param: vnf_id }, vf_module_id: { get_param: vf_module_id }}\r
377       user_data_format: RAW\r
378       user_data:\r
379         str_replace:\r
380           params:\r
381             __protected_net_gw__: { get_param: vfw_private_ip_1 }\r
382             __unprotected_net__: { get_param: unprotected_private_net_cidr }\r
383             __repo_url_blob__ : { get_param: repo_url_blob }\r
384             __repo_url_artifacts__ : { get_param: repo_url_artifacts }\r
385             __install_script_version__ : { get_param: install_script_version }\r
386             __vsn_private_ip_0__ : { get_param: vsn_private_ip_0 }\r
387             __vsn_private_ip_1__ : { get_param: vsn_private_ip_1 }\r
388             __protected_private_net_cidr__ : { get_param: protected_private_net_cidr }\r
389             __onap_private_net_cidr__ : { get_param: onap_private_net_cidr }\r
390             __cloud_env__ : { get_param: cloud_env }\r
391           template: |\r
392             #!/bin/bash\r
393             \r
394             # Create configuration files\r
395             mkdir /opt/config\r
396             echo "__protected_net_gw__" > /opt/config/protected_net_gw.txt\r
397             echo "__unprotected_net__" > /opt/config/unprotected_net.txt\r
398             echo "__repo_url_blob__" > /opt/config/repo_url_blob.txt\r
399             echo "__install_script_version__" > /opt/config/install_script_version.txt\r
400             echo "__vsn_private_ip_0__" > /opt/config/vsn_private_ip_0.txt\r
401             echo "__vsn_private_ip_1__" > /opt/config/vsn_private_ip_1.txt\r
402             echo "__protected_private_net_cidr__" > /opt/config/protected_private_net_cidr.txt\r
403             echo "__onap_private_net_cidr__" > /opt/config/onap_private_net_cidr.txt\r
404             echo "__cloud_env__" > /opt/config/cloud_env.txt\r
405             \r
406             # Download and run install script\r
407             curl -k __repo_url_blob__/org.openecomp.demo/vnfs/vfw/__install_script_version__/v_sink_install.sh -o /opt/v_sink_install.sh\r
408             cd /opt\r
409             chmod +x v_sink_install.sh\r
410             ./v_sink_install.sh