9a186722b8c5544fcc044da6643a7983afddcefb
[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             __cloud_env__ : { get_param: cloud_env }\r
257           template: |\r
258             #!/bin/bash\r
259             \r
260             # Create configuration files\r
261             mkdir /opt/config\r
262             echo "__dcae_collector_ip__" > /opt/config/dcae_collector_ip.txt\r
263             echo "__dcae_collector_port__" > /opt/config/dcae_collector_port.txt\r
264             echo "__repo_url_blob__" > /opt/config/repo_url_blob.txt\r
265             echo "__repo_url_artifacts__" > /opt/config/repo_url_artifacts.txt\r
266             echo "__demo_artifacts_version__" > /opt/config/demo_artifacts_version.txt\r
267             echo "__install_script_version__" > /opt/config/install_script_version.txt\r
268             echo "__vfw_private_ip_0__" > /opt/config/vfw_private_ip_0.txt\r
269             echo "__vfw_private_ip_1__" > /opt/config/vfw_private_ip_1.txt\r
270             echo "__vfw_private_ip_2__" > /opt/config/vfw_private_ip_2.txt\r
271             echo "__cloud_env__" > /opt/config/cloud_env.txt\r
272             \r
273             # Download and run install script\r
274             curl -k __repo_url_blob__/org.openecomp.demo/vnfs/vfw/__install_script_version__/v_firewall_install.sh -o /opt/v_firewall_install.sh\r
275             cd /opt\r
276             chmod +x v_firewall_install.sh\r
277             ./v_firewall_install.sh\r
278 \r
279 \r
280   # Virtual Packet Generator instantiation\r
281   vpg_private_0_port:\r
282     type: OS::Neutron::Port\r
283     properties:\r
284       network: { get_resource: unprotected_private_network }\r
285       fixed_ips: [{"subnet": { get_resource: unprotected_private_subnet }, "ip_address": { get_param: vpg_private_ip_0 }}]\r
286 \r
287   vpg_private_1_port:\r
288     type: OS::Neutron::Port\r
289     properties:\r
290       network: { get_param: onap_private_net_id }\r
291       fixed_ips: [{"subnet": { get_param: onap_private_subnet_id }, "ip_address": { get_param: vpg_private_ip_1 }}]\r
292 \r
293   vpg_0:\r
294     type: OS::Nova::Server\r
295     properties:\r
296       image: { get_param: vfw_image_name }\r
297       flavor: { get_param: vfw_flavor_name }\r
298       name: { get_param: vpg_name_0 }\r
299       key_name: { get_resource: my_keypair }\r
300       networks:\r
301         - network: { get_param: public_net_id }\r
302         - port: { get_resource: vpg_private_0_port }\r
303         - port: { get_resource: vpg_private_1_port }\r
304       metadata: {vnf_id: { get_param: vnf_id }, vf_module_id: { get_param: vf_module_id }}\r
305       user_data_format: RAW\r
306       user_data:\r
307         str_replace:\r
308           params:\r
309             __fw_ipaddr__: { get_param: vfw_private_ip_0 }\r
310             __protected_net_cidr__: { get_param: protected_private_net_cidr }\r
311             __sink_ipaddr__: { get_param: vsn_private_ip_0 }\r
312             __repo_url_blob__ : { get_param: repo_url_blob }\r
313             __repo_url_artifacts__ : { get_param: repo_url_artifacts }\r
314             __demo_artifacts_version__ : { get_param: demo_artifacts_version }\r
315             __install_script_version__ : { get_param: install_script_version }\r
316             __vpg_private_ip_0__ : { get_param: vpg_private_ip_0 }\r
317             __vpg_private_ip_1__ : { get_param: vpg_private_ip_1 }\r
318             __cloud_env__ : { get_param: cloud_env }\r
319           template: |\r
320             #!/bin/bash\r
321             \r
322             # Create configuration files\r
323             mkdir /opt/config\r
324             echo "__fw_ipaddr__" > /opt/config/fw_ipaddr.txt\r
325             echo "__protected_net_cidr__" > /opt/config/protected_net_cidr.txt\r
326             echo "__sink_ipaddr__" > /opt/config/sink_ipaddr.txt\r
327             echo "__repo_url_blob__" > /opt/config/repo_url_blob.txt\r
328             echo "__repo_url_artifacts__" > /opt/config/repo_url_artifacts.txt\r
329             echo "__demo_artifacts_version__" > /opt/config/demo_artifacts_version.txt\r
330             echo "__install_script_version__" > /opt/config/install_script_version.txt\r
331             echo "__vpg_private_ip_0__" > /opt/config/vpg_private_ip_0.txt\r
332             echo "__vpg_private_ip_1__" > /opt/config/vpg_private_ip_1.txt\r
333             echo "__cloud_env__" > /opt/config/cloud_env.txt\r
334             \r
335             # Download and run install script\r
336             curl -k __repo_url_blob__/org.openecomp.demo/vnfs/vfw/__install_script_version__/v_packetgen_install.sh -o /opt/v_packetgen_install.sh\r
337             cd /opt\r
338             chmod +x v_packetgen_install.sh\r
339             ./v_packetgen_install.sh\r
340 \r
341 \r
342   # Virtual Sink instantiation\r
343   vsn_private_0_port:\r
344     type: OS::Neutron::Port\r
345     properties:\r
346       network: { get_resource: protected_private_network }\r
347       fixed_ips: [{"subnet": { get_resource: protected_private_subnet }, "ip_address": { get_param: vsn_private_ip_0 }}]\r
348 \r
349   vsn_private_1_port:\r
350     type: OS::Neutron::Port\r
351     properties:\r
352       network: { get_param: onap_private_net_id }\r
353       fixed_ips: [{"subnet": { get_param: onap_private_subnet_id }, "ip_address": { get_param: vsn_private_ip_1 }}]\r
354 \r
355   vsn_0:\r
356     type: OS::Nova::Server\r
357     properties:\r
358       image: { get_param: vfw_image_name }\r
359       flavor: { get_param: vfw_flavor_name }\r
360       name: { get_param: vsn_name_0 }\r
361       key_name: { get_resource: my_keypair }\r
362       networks:\r
363         - network: { get_param: public_net_id }\r
364         - port: { get_resource: vsn_private_0_port }\r
365         - port: { get_resource: vsn_private_1_port }\r
366       metadata: {vnf_id: { get_param: vnf_id }, vf_module_id: { get_param: vf_module_id }}\r
367       user_data_format: RAW\r
368       user_data:\r
369         str_replace:\r
370           params:\r
371             __protected_net_gw__: { get_param: vfw_private_ip_1 }\r
372             __unprotected_net__: { get_param: unprotected_private_net_cidr }\r
373             __repo_url_blob__ : { get_param: repo_url_blob }\r
374             __repo_url_artifacts__ : { get_param: repo_url_artifacts }\r
375             __install_script_version__ : { get_param: install_script_version }\r
376             __vsn_private_ip_0__ : { get_param: vsn_private_ip_0 }\r
377             __vsn_private_ip_1__ : { get_param: vsn_private_ip_1 }\r
378             __cloud_env__ : { get_param: cloud_env }\r
379           template: |\r
380             #!/bin/bash\r
381             \r
382             # Create configuration files\r
383             mkdir /opt/config\r
384             echo "__protected_net_gw__" > /opt/config/protected_net_gw.txt\r
385             echo "__unprotected_net__" > /opt/config/unprotected_net.txt\r
386             echo "__repo_url_blob__" > /opt/config/repo_url_blob.txt\r
387             echo "__install_script_version__" > /opt/config/install_script_version.txt\r
388             echo "__vsn_private_ip_0__" > /opt/config/vsn_private_ip_0.txt\r
389             echo "__vsn_private_ip_1__" > /opt/config/vsn_private_ip_1.txt\r
390             echo "__cloud_env__" > /opt/config/cloud_env.txt\r
391             \r
392             # Download and run install script\r
393             curl -k __repo_url_blob__/org.openecomp.demo/vnfs/vfw/__install_script_version__/v_sink_install.sh -o /opt/v_sink_install.sh\r
394             cd /opt\r
395             chmod +x v_sink_install.sh\r
396             ./v_sink_install.sh