Update for OOM DMaaP Port
[demo.git] / heat / vCPE / infra / base_vcpe_infra.yaml
1 ##########################################################################
2 #
3 #==================LICENSE_START==========================================
4
5 #
6 # Copyright 2017 AT&T Intellectual Property. All rights reserved.
7 #
8 # Licensed under the Apache License, Version 2.0 (the "License");
9 # you may not use this file except in compliance with the License.
10 # You may obtain a copy of the License at
11 #        http://www.apache.org/licenses/LICENSE-2.0
12 #
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 #
19 #==================LICENSE_END============================================
20 #
21 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
22 #
23 ##########################################################################
24
25 heat_template_version: 2013-05-23
26
27 description: Heat template to deploy vCPE Infrastructue emlements (vAAA, vDHCP, vDNS_DHCP, webServer)
28
29 ##############
30 #            #
31 # PARAMETERS #
32 #            #
33 ##############
34
35 parameters:
36   vcpe_image_name:
37     type: string
38     label: Image name or ID
39     description: Image to be used for compute instance
40   vcpe_flavor_name:
41     type: string
42     label: Flavor
43     description: Type of instance (flavor) to be used
44   public_net_id:
45     type: string
46     label: Public network name or ID
47     description: Public network that enables remote connection to VNF
48   onap_private_net_id:
49     type: string
50     label: ONAP management network name or ID
51     description: Private network that connects ONAP components and the VNF
52   onap_private_subnet_id:
53     type: string
54     label: ONAP management sub-network name or ID
55     description: Private sub-network that connects ONAP components and the VNF
56   onap_private_net_cidr:
57     type: string
58     label: ONAP private network CIDR
59     description: The CIDR of the protected private network
60   cpe_signal_net_id:
61     type: string
62     label: vAAA private network name or ID
63     description: Private network that connects vAAA with vDNSs
64   cpe_signal_subnet_id:
65     type: string
66     label: CPE Signal subnet
67     description: CPE Signal subnet
68   cpe_signal_net_cidr:
69     type: string
70     label: vAAA private network CIDR
71     description: The CIDR of the vAAA private network
72   cpe_public_net_id:
73     type: string
74     label: vCPE Public network (emulates internet) name or ID
75     description: Private network that connects vGW to emulated internet
76   cpe_public_subnet_id:
77     type: string
78     label: CPE Public subnet
79     description: CPE Public subnet
80   cpe_public_net_cidr:
81     type: string
82     label: vCPE public network CIDR
83     description: The CIDR of the vCPE public
84   vaaa_private_ip_0:
85     type: string
86     label: vAAA private IP address towards the CPE_SIGNAL private network
87     description: Private IP address that is assigned to the vAAA to communicate with the vCPE components
88   vaaa_private_ip_1:
89     type: string
90     label: vAAA private IP address towards the ONAP management network
91     description: Private IP address that is assigned to the vAAA to communicate with ONAP components
92   vdns_private_ip_0:
93     type: string
94     label: vDNS private IP address towards the CPE_PUBLIC private network
95     description: Private IP address that is assigned to the vDNS to communicate with the vCPE components
96   vdns_private_ip_1:
97     type: string
98     label: vDNS private IP address towards the ONAP management network
99     description: Private IP address that is assigned to the vDNS to communicate with ONAP components
100   vdhcp_private_ip_0:
101     type: string
102     label: vDHCP  private IP address towards the CPE_SIGNAL private network
103     description: Private IP address that is assigned to the vDHCP to communicate with the vCPE components
104   vdhcp_private_ip_1:
105     type: string
106     label: vDNS private IP address towards the ONAP management network
107     description: Private IP address that is assigned to the vDHCP to communicate with ONAP components
108   vweb_private_ip_0:
109     type: string
110     label: vWEB private IP address towards the CPE_PUBLIC private network
111     description: Private IP address that is assigned to the vWEB to communicate with the vGWs 
112   vweb_private_ip_1:
113     type: string
114     label: vWEB private IP address towards the ONAP management network
115     description: Private IP address that is assigned to the vWEB to communicate with ONAP components
116   vaaa_name_0:
117     type: string
118     label: vAAA name
119     description: Name of the vAAA
120   vdns_name_0:
121     type: string
122     label: vDNS name
123     description: Name of the vDNS
124   vdhcp_name_0:
125     type: string
126     label: vDHCP name
127     description: Name of the vDHCP
128   vweb_name_0:
129     type: string
130     label: vWEB name
131     description: Name of the vWEB 
132   vnf_id:
133     type: string
134     label: VNF ID
135     description: The VNF ID is provided by ONAP
136   vf_module_id:
137     type: string
138     label: vFirewall module ID
139     description: The vAAA Module ID is provided by ONAP
140   dcae_collector_ip:
141     type: string
142     label: DCAE collector IP address
143     description: IP address of the DCAE collector
144   dcae_collector_port:
145     type: string
146     label: DCAE collector port
147     description: Port of the DCAE collector
148   mr_ip_addr:
149     type: string
150     label: Message Router IP address
151     description: IP address of the Message Router that for vDHCP configuration 
152   mr_ip_port:
153     type: string
154     label: Message Router Port 
155     description: IP port of the Message Router that for vDHCP configuration 
156   key_name:
157     type: string
158     label: Key pair name
159     description: Public/Private key pair name
160   pub_key:
161     type: string
162     label: Public key
163     description: Public key to be installed on the compute instance
164   repo_url_blob:
165     type: string
166     label: Repository URL
167     description: URL of the repository that hosts the demo packages
168   repo_url_artifacts:
169     type: string
170     label: Repository URL
171     description: URL of the repository that hosts the demo packages
172   install_script_version:
173     type: string
174     label: Installation script version number
175     description: Version number of the scripts that install the vFW demo app
176   demo_artifacts_version:
177     type: string
178     label: Artifacts version used in demo vnfs
179     description: Artifacts (jar, tar.gz) version used in demo vnfs
180   cloud_env:
181     type: string
182     label: Cloud environment
183     description: Cloud environment (e.g., openstack, rackspace)
184
185 #############
186 #           #
187 # RESOURCES #
188 #           #
189 #############
190
191 resources:
192
193   random-str:
194     type: OS::Heat::RandomString
195     properties:
196       length: 4
197
198   my_keypair:
199     type: OS::Nova::KeyPair
200     properties:
201       name:
202         str_replace:
203           template: base_rand
204           params:
205             base: { get_param: key_name }
206             rand: { get_resource: random-str }
207       public_key: { get_param: pub_key }
208       save_private_key: false
209
210
211   # Virtual AAA server Instantiation
212   vaaa_private_0_port:
213     type: OS::Neutron::Port
214     properties:
215       network: { get_param: cpe_signal_net_id }
216       fixed_ips: [{"subnet": { get_param: cpe_signal_subnet_id }, "ip_address": { get_param: vaaa_private_ip_0 }}]
217
218   vaaa_private_1_port:
219     type: OS::Neutron::Port
220     properties:
221       network: { get_param: onap_private_net_id }
222       fixed_ips: [{"subnet": { get_param: onap_private_subnet_id }, "ip_address": { get_param: vaaa_private_ip_1 }}]
223
224   vaaa_0:
225     type: OS::Nova::Server
226     properties:
227       image: { get_param: vcpe_image_name }
228       flavor: { get_param: vcpe_flavor_name }
229       name: { get_param: vaaa_name_0 }
230       key_name: { get_resource: my_keypair }
231       networks:
232         - network: { get_param: public_net_id }
233         - port: { get_resource: vaaa_private_0_port }
234         - port: { get_resource: vaaa_private_1_port }
235       metadata: {vnf_id: { get_param: vnf_id }, vf_module_id: { get_param: vf_module_id }}
236       user_data_format: RAW
237       user_data:
238         str_replace:
239           params:
240             __dcae_collector_ip__: { get_param: dcae_collector_ip }
241             __dcae_collector_port__: { get_param: dcae_collector_port }
242             __cpe_signal_net_ipaddr__: { get_param: vaaa_private_ip_0 }
243             __oam_ipaddr__: { get_param: vaaa_private_ip_1 }
244             __oam_cidr__: { get_param: onap_private_net_cidr }
245             __cpe_signal_net_cidr__: { get_param: cpe_signal_net_cidr }
246             __repo_url_blob__ : { get_param: repo_url_blob }
247             __repo_url_artifacts__ : { get_param: repo_url_artifacts }
248             __demo_artifacts_version__ : { get_param: demo_artifacts_version }
249             __install_script_version__ : { get_param: install_script_version }
250             __cloud_env__ : { get_param: cloud_env }
251           template: |
252             #!/bin/bash
253
254             # Create configuration files
255             mkdir /opt/config
256             echo "__dcae_collector_ip__" > /opt/config/dcae_collector_ip.txt
257             echo "__dcae_collector_port__" > /opt/config/dcae_collector_port.txt
258             echo "__cpe_signal_net_ipaddr__" > /opt/config/cpe_signal_net_ipaddr.txt
259             echo "__oam_ipaddr__" > /opt/config/oam_ipaddr.txt
260             echo "__oam_cidr__" > /opt/config/oam_cidr.txt
261             echo "__cpe_signal_net_cidr__" > /opt/config/cpe_signal_net_cidr.txt
262             echo "__repo_url_blob__" > /opt/config/repo_url_blob.txt
263             echo "__repo_url_artifacts__" > /opt/config/repo_url_artifacts.txt
264             echo "__demo_artifacts_version__" > /opt/config/demo_artifacts_version.txt
265             echo "__install_script_version__" > /opt/config/install_script_version.txt
266             echo "__cloud_env__" > /opt/config/cloud_env.txt
267
268             # Download and run install script
269             curl -k __repo_url_blob__/org.onap.demo/vnfs/vcpe/__install_script_version__/v_aaa_install.sh -o /opt/v_aaa_install.sh
270             cd /opt
271             chmod +x v_aaa_install.sh
272             ./v_aaa_install.sh
273
274
275   # Virtual DNS Instantiation
276   vdns_private_0_port:
277     type: OS::Neutron::Port
278     properties:
279       network: { get_param: cpe_public_net_id }
280       fixed_ips: [{"subnet": { get_param: cpe_public_subnet_id }, "ip_address": { get_param: vdns_private_ip_0 }}]
281
282   vdns_private_1_port:
283     type: OS::Neutron::Port
284     properties:
285       network: { get_param: onap_private_net_id }
286       fixed_ips: [{"subnet": { get_param: onap_private_subnet_id }, "ip_address": { get_param: vdns_private_ip_1 }}]
287
288   vdns_0:
289     type: OS::Nova::Server
290     properties:
291       image: { get_param: vcpe_image_name }
292       flavor: { get_param: vcpe_flavor_name }
293       name: { get_param: vdns_name_0 }
294       key_name: { get_resource: my_keypair }
295       networks:
296         - network: { get_param: public_net_id }
297         - port: { get_resource: vdns_private_0_port }
298         - port: { get_resource: vdns_private_1_port }
299       metadata: {vnf_id: { get_param: vnf_id }, vf_module_id: { get_param: vf_module_id }}
300       user_data_format: RAW
301       user_data:
302         str_replace:
303           params:
304             __oam_ipaddr__ : { get_param: vdns_private_ip_1 }
305             __cpe_public_net_ipaddr__: { get_param: vdns_private_ip_0 }
306             __oam_cidr__: { get_param: onap_private_net_cidr }
307             __cpe_public_net_cidr__: { get_param: cpe_public_net_cidr }
308             __repo_url_blob__ : { get_param: repo_url_blob }
309             __repo_url_artifacts__ : { get_param: repo_url_artifacts }
310             __demo_artifacts_version__ : { get_param: demo_artifacts_version }
311             __install_script_version__ : { get_param: install_script_version }
312             __cloud_env__ : { get_param: cloud_env }
313           template: |
314             #!/bin/bash
315
316             # Create configuration files
317             mkdir /opt/config
318             echo "__oam_ipaddr__" > /opt/config/oam_ipaddr.txt
319             echo "__cpe_public_net_ipaddr__" > /opt/config/cpe_public_net_ipaddr.txt
320             echo "__oam_cidr__" > /opt/config/oam_cidr.txt
321             echo "__cpe_public_net_cidr__" > /opt/config/cpe_public_net_cidr.txt
322             echo "__repo_url_blob__" > /opt/config/repo_url_blob.txt
323             echo "__repo_url_artifacts__" > /opt/config/repo_url_artifacts.txt
324             echo "__demo_artifacts_version__" > /opt/config/demo_artifacts_version.txt
325             echo "__install_script_version__" > /opt/config/install_script_version.txt
326             echo "__cloud_env__" > /opt/config/cloud_env.txt
327
328             # Download and run install script
329             curl -k __repo_url_blob__/org.onap.demo/vnfs/vcpe/__install_script_version__/v_dns_install.sh -o /opt/v_dns_install.sh
330             cd /opt
331             chmod +x v_dns_install.sh
332             ./v_dns_install.sh
333
334
335   # Virtual DHCP Instantiation
336   vdhcp_private_0_port:
337     type: OS::Neutron::Port
338     properties:
339       network: { get_param: cpe_signal_net_id }
340       fixed_ips: [{"subnet": { get_param: cpe_signal_subnet_id }, "ip_address": { get_param: vdhcp_private_ip_0 }}]
341
342   vdhcp_private_1_port:
343     type: OS::Neutron::Port
344     properties:
345       network: { get_param: onap_private_net_id }
346       fixed_ips: [{"subnet": { get_param: onap_private_subnet_id }, "ip_address": { get_param: vdhcp_private_ip_1 }}]
347
348   vdhcp_0:
349     type: OS::Nova::Server
350     properties:
351       image: { get_param: vcpe_image_name }
352       flavor: { get_param: vcpe_flavor_name }
353       name: { get_param: vdhcp_name_0 }
354       key_name: { get_resource: my_keypair }
355       networks:
356         - network: { get_param: public_net_id }
357         - port: { get_resource: vdhcp_private_0_port }
358         - port: { get_resource: vdhcp_private_1_port }
359       metadata: {vnf_id: { get_param: vnf_id }, vf_module_id: { get_param: vf_module_id }}
360       user_data_format: RAW
361       user_data:
362         str_replace:
363           params:
364             __oam_ipaddr__ : { get_param: vdhcp_private_ip_1 }
365             __cpe_signal_ipaddr__ : { get_param: vdhcp_private_ip_0 }
366             __oam_cidr__ : { get_param: onap_private_net_cidr }
367             __cpe_signal_net_cidr__ : { get_param: cpe_signal_net_cidr }
368             __mr_ip_addr__ : { get_param: mr_ip_addr }
369             __mr_ip_port__ : { get_param: mr_ip_port }
370             __repo_url_blob__ : { get_param: repo_url_blob }
371             __repo_url_artifacts__ : { get_param: repo_url_artifacts }
372             __demo_artifacts_version__ : { get_param: demo_artifacts_version }
373             __install_script_version__ : { get_param: install_script_version }
374             __cloud_env__ : { get_param: cloud_env }
375           template: |
376             #!/bin/bash
377
378             # Create configuration files
379             mkdir /opt/config
380             echo "__oam_ipaddr__" > /opt/config/oam_ipaddr.txt
381             echo "__cpe_signal_ipaddr__" > /opt/config/cpe_signal_ipaddr.txt
382             echo "__oam_cidr__" > /opt/config/oam_cidr.txt
383             echo "__cpe_signal_net_cidr__" > /opt/config/cpe_signal_net_cidr.txt
384             echo "__mr_ip_addr__" > /opt/config/mr_ip_addr.txt
385             echo "__mr_ip_port__" > /opt/config/mr_ip_port.txt
386             echo "__repo_url_blob__" > /opt/config/repo_url_blob.txt
387             echo "__repo_url_artifacts__" > /opt/config/repo_url_artifacts.txt
388             echo "__demo_artifacts_version__" > /opt/config/demo_artifacts_version.txt
389             echo "__install_script_version__" > /opt/config/install_script_version.txt
390             echo "__cloud_env__" > /opt/config/cloud_env.txt
391
392             # Download and run install script
393             curl -k __repo_url_blob__/org.onap.demo/vnfs/vcpe/__install_script_version__/v_dhcp_install.sh -o /opt/v_dhcp_install.sh
394             cd /opt
395             chmod +x v_dhcp_install.sh
396             ./v_dhcp_install.sh
397
398   # vWEB instantiaion
399   vweb_private_0_port:
400     type: OS::Neutron::Port
401     properties:
402       network: { get_param: cpe_public_net_id }
403       fixed_ips: [{"subnet": { get_param: cpe_public_subnet_id }, "ip_address": { get_param: vweb_private_ip_0 }}]
404
405   vweb_private_1_port:
406     type: OS::Neutron::Port
407     properties:
408       network: { get_param: onap_private_net_id }
409       fixed_ips: [{"subnet": { get_param: onap_private_subnet_id }, "ip_address": { get_param: vweb_private_ip_1 }}]
410
411
412   vweb_0:
413     type: OS::Nova::Server
414     properties:
415       image: { get_param: vcpe_image_name }
416       flavor: { get_param: vcpe_flavor_name }
417       name: { get_param: vweb_name_0 }
418       key_name: { get_resource: my_keypair }
419       networks:
420         - network: { get_param: public_net_id }
421         - port: { get_resource: vweb_private_0_port }
422         - port: { get_resource: vweb_private_1_port }
423       metadata: {vnf_id: { get_param: vnf_id }, vf_module_id: { get_param: vf_module_id }}
424       user_data_format: RAW
425       user_data:
426         str_replace:
427           params:
428             __oam_ipaddr__ : { get_param: vweb_private_ip_1 }
429             __cpe_public_ipaddr__: { get_param: vweb_private_ip_0 }
430             __oam_cidr__: { get_param: onap_private_net_cidr }
431             __cpe_public_net_cidr__: { get_param: cpe_public_net_cidr }
432             __repo_url_blob__ : { get_param: repo_url_blob }
433             __repo_url_artifacts__ : { get_param: repo_url_artifacts }
434             __demo_artifacts_version__ : { get_param: demo_artifacts_version }
435             __install_script_version__ : { get_param: install_script_version }
436             __cloud_env__ : { get_param: cloud_env }
437           template: |
438             #!/bin/bash
439
440             # Create configuration files
441             mkdir /opt/config
442             echo "__oam_ipaddr__" > /opt/config/oam_ipaddr.txt
443             echo "__cpe_public_ipaddr__" > /opt/config/cpe_public_ipaddr.txt
444             echo "__oam_cidr__" > /opt/config/oam_cidr.txt
445             echo "__cpe_public_net_cidr__" > /opt/config/cpe_public_net_cidr.txt
446             echo "__repo_url_blob__" > /opt/config/repo_url_blob.txt
447             echo "__repo_url_artifacts__" > /opt/config/repo_url_artifacts.txt
448             echo "__demo_artifacts_version__" > /opt/config/demo_artifacts_version.txt
449             echo "__install_script_version__" > /opt/config/install_script_version.txt
450             echo "__cloud_env__" > /opt/config/cloud_env.txt
451
452             # Download and run install script
453             curl -k __repo_url_blob__/org.onap.demo/vnfs/vcpe/__install_script_version__/v_web_install.sh -o /opt/v_web_install.sh
454             cd /opt
455             chmod +x v_web_install.sh
456             ./v_web_install.sh