Fix spacing issues in YAML files in heat
[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 Infrastructure 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   install_script_version:
165     type: string
166     label: Installation script version number
167     description: Version number of the scripts that install the vFW demo app
168   demo_artifacts_version:
169     type: string
170     label: Artifacts version used in demo vnfs
171     description: Artifacts (jar, tar.gz) version used in demo vnfs
172   nexus_artifact_repo:
173     type: string
174     description: Root URL for the Nexus repository for Maven artifacts.
175     default: "https://nexus.onap.org"
176   cloud_env:
177     type: string
178     label: Cloud environment
179     description: Cloud environment (e.g., openstack, rackspace)
180
181 #############
182 #           #
183 # RESOURCES #
184 #           #
185 #############
186
187 resources:
188
189   random-str:
190     type: OS::Heat::RandomString
191     properties:
192       length: 4
193
194   my_keypair:
195     type: OS::Nova::KeyPair
196     properties:
197       name:
198         str_replace:
199           template: base_rand
200           params:
201             base: { get_param: key_name }
202             rand: { get_resource: random-str }
203       public_key: { get_param: pub_key }
204       save_private_key: false
205
206
207   # Virtual AAA server Instantiation
208   vaaa_private_0_port:
209     type: OS::Neutron::Port
210     properties:
211       network: { get_param: cpe_signal_net_id }
212       fixed_ips: [{"subnet": { get_param: cpe_signal_subnet_id }, "ip_address": { get_param: vaaa_private_ip_0 }}]
213
214   vaaa_private_1_port:
215     type: OS::Neutron::Port
216     properties:
217       network: { get_param: onap_private_net_id }
218       fixed_ips: [{"subnet": { get_param: onap_private_subnet_id }, "ip_address": { get_param: vaaa_private_ip_1 }}]
219
220   vaaa_0:
221     type: OS::Nova::Server
222     properties:
223       image: { get_param: vcpe_image_name }
224       flavor: { get_param: vcpe_flavor_name }
225       name: { get_param: vaaa_name_0 }
226       key_name: { get_resource: my_keypair }
227       networks:
228         - network: { get_param: public_net_id }
229         - port: { get_resource: vaaa_private_0_port }
230         - port: { get_resource: vaaa_private_1_port }
231       metadata: {vnf_id: { get_param: vnf_id }, vf_module_id: { get_param: vf_module_id }}
232       user_data_format: RAW
233       user_data:
234         str_replace:
235           params:
236             __dcae_collector_ip__: { get_param: dcae_collector_ip }
237             __dcae_collector_port__: { get_param: dcae_collector_port }
238             __cpe_signal_net_ipaddr__: { get_param: vaaa_private_ip_0 }
239             __oam_ipaddr__: { get_param: vaaa_private_ip_1 }
240             __oam_cidr__: { get_param: onap_private_net_cidr }
241             __cpe_signal_net_cidr__: { get_param: cpe_signal_net_cidr }
242             __demo_artifacts_version__: { get_param: demo_artifacts_version }
243             __install_script_version__: { get_param: install_script_version }
244             __cloud_env__: { get_param: cloud_env }
245             __nexus_artifact_repo__: { get_param: nexus_artifact_repo }
246           template: |
247             #!/bin/bash
248
249             # Create configuration files
250             mkdir /opt/config
251             echo "__dcae_collector_ip__" > /opt/config/dcae_collector_ip.txt
252             echo "__dcae_collector_port__" > /opt/config/dcae_collector_port.txt
253             echo "__cpe_signal_net_ipaddr__" > /opt/config/cpe_signal_net_ipaddr.txt
254             echo "__oam_ipaddr__" > /opt/config/oam_ipaddr.txt
255             echo "__oam_cidr__" > /opt/config/oam_cidr.txt
256             echo "__cpe_signal_net_cidr__" > /opt/config/cpe_signal_net_cidr.txt
257             echo "__demo_artifacts_version__" > /opt/config/demo_artifacts_version.txt
258             echo "__install_script_version__" > /opt/config/install_script_version.txt
259             echo "__cloud_env__" > /opt/config/cloud_env.txt
260             echo "__nexus_artifact_repo__" > /opt/config/nexus_artifact_repo.txt
261
262             # Download and run install script
263             apt-get update
264             apt-get -y install unzip
265             if [[ "__install_script_version__" =~ "SNAPSHOT" ]]; then REPO=snapshots; else REPO=releases; fi
266             curl -k -L "__nexus_artifact_repo__/service/local/artifact/maven/redirect?r=${REPO}&g=org.onap.demo.vnf.vcpe&a=vcpe-scripts&e=zip&v=__install_script_version__" -o /opt/vcpe-scripts-__install_script_version__.zip
267             unzip -j /opt/vcpe-scripts-__install_script_version__.zip -d /opt v_aaa_install.sh
268             cd /opt
269             chmod +x v_aaa_install.sh
270             ./v_aaa_install.sh
271
272
273   # Virtual DNS Instantiation
274   vdns_private_0_port:
275     type: OS::Neutron::Port
276     properties:
277       network: { get_param: cpe_public_net_id }
278       fixed_ips: [{"subnet": { get_param: cpe_public_subnet_id }, "ip_address": { get_param: vdns_private_ip_0 }}]
279
280   vdns_private_1_port:
281     type: OS::Neutron::Port
282     properties:
283       network: { get_param: onap_private_net_id }
284       fixed_ips: [{"subnet": { get_param: onap_private_subnet_id }, "ip_address": { get_param: vdns_private_ip_1 }}]
285
286   vdns_0:
287     type: OS::Nova::Server
288     properties:
289       image: { get_param: vcpe_image_name }
290       flavor: { get_param: vcpe_flavor_name }
291       name: { get_param: vdns_name_0 }
292       key_name: { get_resource: my_keypair }
293       networks:
294         - network: { get_param: public_net_id }
295         - port: { get_resource: vdns_private_0_port }
296         - port: { get_resource: vdns_private_1_port }
297       metadata: {vnf_id: { get_param: vnf_id }, vf_module_id: { get_param: vf_module_id }}
298       user_data_format: RAW
299       user_data:
300         str_replace:
301           params:
302             __oam_ipaddr__: { get_param: vdns_private_ip_1 }
303             __cpe_public_net_ipaddr__: { get_param: vdns_private_ip_0 }
304             __oam_cidr__: { get_param: onap_private_net_cidr }
305             __cpe_public_net_cidr__: { get_param: cpe_public_net_cidr }
306             __demo_artifacts_version__: { get_param: demo_artifacts_version }
307             __install_script_version__: { get_param: install_script_version }
308             __cloud_env__: { get_param: cloud_env }
309             __nexus_artifact_repo__: { get_param: nexus_artifact_repo }
310           template: |
311             #!/bin/bash
312
313             # Create configuration files
314             mkdir /opt/config
315             echo "__oam_ipaddr__" > /opt/config/oam_ipaddr.txt
316             echo "__cpe_public_net_ipaddr__" > /opt/config/cpe_public_net_ipaddr.txt
317             echo "__oam_cidr__" > /opt/config/oam_cidr.txt
318             echo "__cpe_public_net_cidr__" > /opt/config/cpe_public_net_cidr.txt
319             echo "__demo_artifacts_version__" > /opt/config/demo_artifacts_version.txt
320             echo "__install_script_version__" > /opt/config/install_script_version.txt
321             echo "__cloud_env__" > /opt/config/cloud_env.txt
322             echo "__nexus_artifact_repo__" > /opt/config/nexus_artifact_repo.txt
323
324             # Download and run install script
325             apt-get update
326             apt-get -y install unzip
327             if [[ "__install_script_version__" =~ "SNAPSHOT" ]]; then REPO=snapshots; else REPO=releases; fi
328             curl -k -L "__nexus_artifact_repo__/service/local/artifact/maven/redirect?r=${REPO}&g=org.onap.demo.vnf.vcpe&a=vcpe-scripts&e=zip&v=__install_script_version__" -o /opt/vcpe-scripts-__install_script_version__.zip
329             unzip -j /opt/vcpe-scripts-__install_script_version__.zip -d /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             __demo_artifacts_version__: { get_param: demo_artifacts_version }
371             __install_script_version__: { get_param: install_script_version }
372             __cloud_env__: { get_param: cloud_env }
373             __nexus_artifact_repo__: { get_param: nexus_artifact_repo }
374           template: |
375             #!/bin/bash
376
377             # Create configuration files
378             mkdir /opt/config
379             echo "__oam_ipaddr__" > /opt/config/oam_ipaddr.txt
380             echo "__cpe_signal_ipaddr__" > /opt/config/cpe_signal_ipaddr.txt
381             echo "__oam_cidr__" > /opt/config/oam_cidr.txt
382             echo "__cpe_signal_net_cidr__" > /opt/config/cpe_signal_net_cidr.txt
383             echo "__mr_ip_addr__" > /opt/config/mr_ip_addr.txt
384             echo "__mr_ip_port__" > /opt/config/mr_ip_port.txt
385             echo "__demo_artifacts_version__" > /opt/config/demo_artifacts_version.txt
386             echo "__install_script_version__" > /opt/config/install_script_version.txt
387             echo "__cloud_env__" > /opt/config/cloud_env.txt
388             echo "__nexus_artifact_repo__" > /opt/config/nexus_artifact_repo.txt
389
390             # Download and run install script
391             apt-get update
392             apt-get -y install unzip
393             if [[ "__install_script_version__" =~ "SNAPSHOT" ]]; then REPO=snapshots; else REPO=releases; fi
394             curl -k -L "__nexus_artifact_repo__/service/local/artifact/maven/redirect?r=${REPO}&g=org.onap.demo.vnf.vcpe&a=vcpe-scripts&e=zip&v=__install_script_version__" -o /opt/vcpe-scripts-__install_script_version__.zip
395             unzip -j /opt/vcpe-scripts-__install_script_version__.zip -d /opt v_dhcp_install.sh
396             cd /opt
397             chmod +x v_dhcp_install.sh
398             ./v_dhcp_install.sh
399
400   # vWEB instantiaion
401   vweb_private_0_port:
402     type: OS::Neutron::Port
403     properties:
404       network: { get_param: cpe_public_net_id }
405       fixed_ips: [{"subnet": { get_param: cpe_public_subnet_id }, "ip_address": { get_param: vweb_private_ip_0 }}]
406
407   vweb_private_1_port:
408     type: OS::Neutron::Port
409     properties:
410       network: { get_param: onap_private_net_id }
411       fixed_ips: [{"subnet": { get_param: onap_private_subnet_id }, "ip_address": { get_param: vweb_private_ip_1 }}]
412
413
414   vweb_0:
415     type: OS::Nova::Server
416     properties:
417       image: { get_param: vcpe_image_name }
418       flavor: { get_param: vcpe_flavor_name }
419       name: { get_param: vweb_name_0 }
420       key_name: { get_resource: my_keypair }
421       networks:
422         - network: { get_param: public_net_id }
423         - port: { get_resource: vweb_private_0_port }
424         - port: { get_resource: vweb_private_1_port }
425       metadata: {vnf_id: { get_param: vnf_id }, vf_module_id: { get_param: vf_module_id }}
426       user_data_format: RAW
427       user_data:
428         str_replace:
429           params:
430             __oam_ipaddr__: { get_param: vweb_private_ip_1 }
431             __cpe_public_ipaddr__: { get_param: vweb_private_ip_0 }
432             __oam_cidr__: { get_param: onap_private_net_cidr }
433             __cpe_public_net_cidr__: { get_param: cpe_public_net_cidr }
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             __nexus_artifact_repo__: { get_param: nexus_artifact_repo }
438           template: |
439             #!/bin/bash
440
441             # Create configuration files
442             mkdir /opt/config
443             echo "__oam_ipaddr__" > /opt/config/oam_ipaddr.txt
444             echo "__cpe_public_ipaddr__" > /opt/config/cpe_public_ipaddr.txt
445             echo "__oam_cidr__" > /opt/config/oam_cidr.txt
446             echo "__cpe_public_net_cidr__" > /opt/config/cpe_public_net_cidr.txt
447             echo "__demo_artifacts_version__" > /opt/config/demo_artifacts_version.txt
448             echo "__install_script_version__" > /opt/config/install_script_version.txt
449             echo "__cloud_env__" > /opt/config/cloud_env.txt
450             echo "__nexus_artifact_repo__" > /opt/config/nexus_artifact_repo.txt
451
452             # Download and run install script
453             apt-get update
454             apt-get -y install unzip
455             if [[ "__install_script_version__" =~ "SNAPSHOT" ]]; then REPO=snapshots; else REPO=releases; fi
456             curl -k -L "__nexus_artifact_repo__/service/local/artifact/maven/redirect?r=${REPO}&g=org.onap.demo.vnf.vcpe&a=vcpe-scripts&e=zip&v=__install_script_version__" -o /opt/vcpe-scripts-__install_script_version__.zip
457             unzip -j /opt/vcpe-scripts-__install_script_version__.zip -d /opt v_web_install.sh
458             cd /opt
459             chmod +x v_web_install.sh
460             ./v_web_install.sh