Update INFO.yaml with new PTL
[demo.git] / heat / ONAP / onap_openstack_nofloat.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 install ONAP components
28
29 ##############
30 #            #
31 # PARAMETERS #
32 #            #
33 ##############
34
35 parameters:
36
37   ##############################################
38   #                                            #
39   # Parameters used across all ONAP components #
40   #                                            #
41   ##############################################
42   
43   public_net_id:
44     type: string
45     description: Public network for floating IP address allocation
46
47   ubuntu_1404_image:
48     type: string
49     description: Name of the Ubuntu 14.04 image
50
51   ubuntu_1604_image:
52     type: string
53     description: Name of the Ubuntu 16.04 image
54
55   flavor_small:
56     type: string
57     description: Name of the Small Flavor supported by the cloud provider
58
59   flavor_medium:
60     type: string
61     description: Name of the Medium Flavor supported by the cloud provider
62
63   flavor_large:
64     type: string
65     description: Name of the Large Flavor supported by the cloud provider
66
67   flavor_xlarge:
68     type: string
69     description: Name of the Extra Large Flavor supported by the cloud provider
70
71   vm_base_name:
72     type: string
73     description: Base name of ONAP VMs
74
75   key_name:
76     type: string
77     description: Public/Private key pair name
78
79   pub_key:
80     type: string
81     description: Public key to be installed on the compute instance
82
83   nexus_repo:
84     type: string
85     description: Complete URL for the Nexus repository.
86
87   nexus_docker_repo:
88     type: string
89     description: Complete URL for the Nexus repository for docker images.
90
91   nexus_username:
92     type: string
93     description: Nexus Repository username
94
95   nexus_password:
96     type: string
97     description: Nexus Repository Password
98
99   artifacts_version:
100     type: string
101     description: Artifacts version of ONAP components
102
103   docker_version:
104     type: string
105     label: Version number of ONAP docker images
106
107   gerrit_branch:
108     type: string
109     label: Gerrit code branch
110     description: Gerrit branch where to download the code from
111
112   dmaap_topic:
113     type: string
114     description: DMaaP Topic name
115
116   openstack_tenant_id:
117     type: string
118     description: Openstack tenant ID
119
120   openstack_username:
121     type: string
122     description: Openstack username
123
124   openstack_auth_method:
125     type: string
126     description: Openstack authentication method (password VS. api-key)
127
128   openstack_api_key:
129     type: string
130     description: Openstack API Key
131
132   horizon_url:
133     type: string
134     description: URL of Openstack Horizon
135
136   keystone_url:
137     type: string
138     description: URL of Openstack Keystone
139
140   cloud_env:
141     type: string
142     description: Cloud Provider Name
143
144   ######################
145   #                    #
146   # Network parameters #
147   #                    #
148   ######################
149
150   external_dns:
151     type: string
152     description: External DNS for OAM ONAP network
153
154   ### Private IP addresses ###
155   oam_network_cidr:
156     type: string
157     description: CIDR of the OAM ONAP network
158
159   aai1_ip_addr:
160     type: string
161     description: AAI Instance 1 IP Address
162
163   aai2_ip_addr:
164     type: string
165     description: AAI Instance 2 IP Address
166
167   appc_ip_addr:
168     type: string
169     description: APP-C IP Address
170
171   dcae_ip_addr:
172     type: string
173     description: DCAE IP Address
174  
175   dcae_coll_ip_addr:
176     type: string
177     description: DCAE Collector IP Address
178
179   dcae_db_ip_addr:
180     type: string
181     description: DCAE Database IP Address
182
183   dcae_hdp1_ip_addr:
184     type: string
185     description: Hadoop VM1 IP Address
186
187   dcae_hdp2_ip_addr:
188     type: string
189     description: Hadoop VM2 IP Address
190
191   dcae_hdp3_ip_addr:
192     type: string
193     description: Hadoop VM3 IP Address
194
195   dns_ip_addr:
196     type: string
197     description: DNS IP Address
198
199   mso_ip_addr:
200     type: string
201     description: MSO IP Address
202
203   mr_ip_addr:
204     type: string
205     description: Message Router IP Address
206
207   policy_ip_addr:
208     type: string
209     description: Policy Engine IP Address
210
211   portal_ip_addr:
212     type: string
213     description: Portal IP Address
214
215   robot_ip_addr:
216     type: string
217     description: Robot Framework IP Address
218
219   sdc_ip_addr:
220     type: string
221     description: SDC IP Address
222
223   sdnc_ip_addr:
224     type: string
225     description: SDN-C IP Address
226
227   vid_ip_addr:
228     type: string
229     description: VID IP Address
230
231
232   ###########################
233   #                         #
234   # Parameters used by DCAE #
235   #                         #
236   ###########################
237
238   dcae_base_environment:
239     type: string
240     description: DCAE Base Environment configuration (RACKSPACE/2-NIC/1-NIC-FLOATING-IPS)
241
242   dcae_zone:
243     type: string
244     description: DCAE Zone to use in VM names created by DCAE controller
245
246   dcae_state:
247     type: string
248     description: DCAE State to use in VM names created by DCAE controller
249
250   nexus_repo_root:
251     type: string
252     description: Root URL of Nexus repository
253
254   nexus_url_snapshot:
255     type: string
256     description: Snapshot of Maven repository for DCAE deployment
257
258   openstack_region:
259     type: string
260     description: Region where the DCAE controller will spin the VMs
261
262   gitlab_branch:
263     type: string
264     description: Branch of the Gitlab repository
265     
266   dcae_code_version:
267     type: string
268     description: DCAE Code Version Number
269
270
271 #############
272 #           #
273 # RESOURCES #
274 #           #
275 #############
276
277 resources:
278   random-str:
279     type: OS::Heat::RandomString
280     properties:
281       length: 4
282
283
284   # Public key used to access ONAP components
285   vm_key:
286     type: OS::Nova::KeyPair
287     properties:
288       name:
289         str_replace:
290           template: base_rand
291           params:
292             base: { get_param: key_name }
293             rand: { get_resource: random-str }
294       public_key: { get_param: pub_key }
295       save_private_key: false
296
297
298   # ONAP management private network
299   oam_ecomp:
300     type: OS::Neutron::Net
301     properties:
302       name:
303         str_replace:
304           template: oam_ecomp_rand
305           params:
306             rand: { get_resource: random-str }
307
308   oam_ecomp_subnet:
309     type: OS::Neutron::Subnet
310     properties:
311       name:
312         str_replace:
313           template: oam_ecomp_rand
314           params:
315             rand: { get_resource: random-str }
316       network_id: { get_resource: oam_ecomp }
317       cidr: { get_param: oam_network_cidr }
318
319
320   # DNS Server instantiation
321   dns_private_port:
322     type: OS::Neutron::Port
323     properties:
324       network: { get_resource: oam_ecomp }
325       fixed_ips: [{"subnet": { get_resource: oam_ecomp_subnet }, "ip_address": { get_param: dns_ip_addr }}]
326
327   dns_vm:
328     type: OS::Nova::Server
329     properties:
330       image: { get_param: ubuntu_1404_image }
331       flavor: { get_param: flavor_small }
332       name:
333         str_replace:
334           template: base-dns-server
335           params:
336             base: { get_param: vm_base_name }
337       key_name: { get_resource: vm_key }
338       networks:
339         - network: { get_param: public_net_id }
340         - port: { get_resource: dns_private_port }
341       user_data_format: RAW
342       user_data:
343         str_replace:
344           params:
345             __nexus_repo__: { get_param: nexus_repo }
346             __artifacts_version__: { get_param: artifacts_version }
347             __oam_network_cidr__: { get_param: oam_network_cidr }
348             __dns_ip_addr__: { get_param: dns_ip_addr }
349             __aai1_ip_addr__: { get_param: aai1_ip_addr }
350             __aai2_ip_addr__: { get_param: aai2_ip_addr }
351             __appc_ip_addr__: { get_param: appc_ip_addr }
352             __dcae_ip_addr__: { get_param: dcae_ip_addr }
353             __dcae_coll_ip_addr__: { get_param: dcae_coll_ip_addr }
354             __mso_ip_addr__: { get_param: mso_ip_addr }
355             __mr_ip_addr__: { get_param: mr_ip_addr }
356             __policy_ip_addr__: { get_param: policy_ip_addr }
357             __portal_ip_addr__: { get_param: portal_ip_addr }
358             __robot_ip_addr__: { get_param: robot_ip_addr }
359             __sdc_ip_addr__: { get_param: sdc_ip_addr }
360             __sdnc_ip_addr__: { get_param: sdnc_ip_addr }
361             __vid_ip_addr__: { get_param: vid_ip_addr }
362             __cloud_env__: { get_param: cloud_env }
363             __external_dns__: { get_param: external_dns }
364           template: |
365             #!/bin/bash
366
367             # Create configuration files
368             mkdir -p /opt/config
369             echo "__nexus_repo__" > /opt/config/nexus_repo.txt
370             echo "__cloud_env__" > /opt/config/cloud_env.txt
371             echo "__artifacts_version__" > /opt/config/artifacts_version.txt
372             echo "__oam_network_cidr__" > /opt/config/oam_network_cidr.txt
373             echo "__dns_ip_addr__" > /opt/config/dns_ip_addr.txt
374             echo "__aai1_ip_addr__" > /opt/config/aai1_ip_addr.txt
375             echo "__aai2_ip_addr__" > /opt/config/aai2_ip_addr.txt
376             echo "__appc_ip_addr__" > /opt/config/appc_ip_addr.txt
377             echo "__dcae_ip_addr__" > /opt/config/dcae_ip_addr.txt
378             echo "__dcae_coll_ip_addr__" > /opt/config/dcae_coll_ip_addr.txt
379             echo "__mso_ip_addr__" > /opt/config/mso_ip_addr.txt
380             echo "__mr_ip_addr__" > /opt/config/mr_ip_addr.txt
381             echo "__policy_ip_addr__" > /opt/config/policy_ip_addr.txt
382             echo "__portal_ip_addr__" > /opt/config/portal_ip_addr.txt
383             echo "__robot_ip_addr__" > /opt/config/robot_ip_addr.txt
384             echo "__sdc_ip_addr__" > /opt/config/sdc_ip_addr.txt
385             echo "__sdnc_ip_addr__" > /opt/config/sdnc_ip_addr.txt
386             echo "__vid_ip_addr__" > /opt/config/vid_ip_addr.txt
387             echo "__external_dns__" > /opt/config/external_dns.txt
388
389             # Download and run install script
390             curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/dns_install.sh -o /opt/dns_install.sh
391             cd /opt
392             chmod +x dns_install.sh
393             ./dns_install.sh
394
395
396   # A&AI instantiation (2 VMs)
397   aai1_private_port:
398     type: OS::Neutron::Port
399     properties:
400       network: { get_resource: oam_ecomp }
401       fixed_ips: [{"subnet": { get_resource: oam_ecomp_subnet }, "ip_address": { get_param: aai1_ip_addr }}]
402
403   aai1_vm:
404     type: OS::Nova::Server
405     depends_on: aai2_vm
406     properties:
407       image: { get_param: ubuntu_1404_image }
408       flavor: { get_param: flavor_xlarge }
409       name:
410         str_replace:
411           template: base-aai-inst1
412           params:
413             base: { get_param: vm_base_name }      
414       key_name: { get_resource: vm_key }
415       networks:
416         - network: { get_param: public_net_id }
417         - port: { get_resource: aai1_private_port }
418       user_data_format: RAW
419       user_data:
420         str_replace:
421           params:
422             __nexus_repo__: { get_param: nexus_repo }
423             __nexus_docker_repo__: { get_param: nexus_docker_repo }
424             __nexus_username__: { get_param: nexus_username }
425             __nexus_password__: { get_param: nexus_password }
426             __dmaap_topic__: { get_param: dmaap_topic }
427             __artifacts_version__: { get_param: artifacts_version }
428             __dns_ip_addr__: { get_param: dns_ip_addr }
429             __aai_ip_addr__: { get_param: aai1_ip_addr }
430             __oam_network_cidr__: { get_param: oam_network_cidr }
431             __docker_version__: { get_param: docker_version }
432             __gerrit_branch__: { get_param: gerrit_branch }
433             __cloud_env__: { get_param: cloud_env }
434             __external_dns__: { get_param: external_dns }
435           template: |
436             #!/bin/bash
437
438             # Create configuration files
439             mkdir -p /opt/config
440             echo "__nexus_repo__" > /opt/config/nexus_repo.txt
441             echo "__nexus_docker_repo__" > /opt/config/nexus_docker_repo.txt
442             echo "__nexus_username__" > /opt/config/nexus_username.txt
443             echo "__nexus_password__" > /opt/config/nexus_password.txt
444             echo "__artifacts_version__" > /opt/config/artifacts_version.txt
445             echo "__aai_ip_addr__" > /opt/config/local_ip_addr.txt
446             echo "__dns_ip_addr__" > /opt/config/dns_ip_addr.txt
447             echo "__oam_network_cidr__" > /opt/config/oam_network_cidr.txt
448             echo "__dmaap_topic__" > /opt/config/dmaap_topic.txt
449             echo "__docker_version__" > /opt/config/docker_version.txt
450             echo "__gerrit_branch__" > /opt/config/gerrit_branch.txt
451             echo "aai_instance_1" > /opt/config/aai_instance.txt
452             echo "__cloud_env__" > /opt/config/cloud_env.txt
453             echo "__external_dns__" > /opt/config/external_dns.txt
454
455             # Download and run install script
456             curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/aai2_install.sh -o /opt/aai2_install.sh
457             cd /opt
458             chmod +x aai2_install.sh
459             ./aai2_install.sh
460
461
462   aai2_private_port:
463     type: OS::Neutron::Port
464     properties:
465       network: { get_resource: oam_ecomp }
466       fixed_ips: [{"subnet": { get_resource: oam_ecomp_subnet }, "ip_address": { get_param: aai2_ip_addr }}]
467
468   aai2_vm:
469     type: OS::Nova::Server
470     properties:
471       image: { get_param: ubuntu_1404_image }
472       flavor: { get_param: flavor_xlarge }
473       name:
474         str_replace:
475           template: base-aai-inst2
476           params:
477             base: { get_param: vm_base_name }      
478       key_name: { get_resource: vm_key }
479       networks:
480         - network: { get_param: public_net_id }
481         - port: { get_resource: aai2_private_port }
482       user_data_format: RAW
483       user_data:
484         str_replace:
485           params:
486             __nexus_repo__: { get_param: nexus_repo }
487             __nexus_docker_repo__: { get_param: nexus_docker_repo }
488             __nexus_username__: { get_param: nexus_username }
489             __nexus_password__: { get_param: nexus_password }
490             __dmaap_topic__: { get_param: dmaap_topic }
491             __artifacts_version__: { get_param: artifacts_version }
492             __dns_ip_addr__: { get_param: dns_ip_addr }
493             __aai_ip_addr__: { get_param: aai2_ip_addr }
494             __oam_network_cidr__: { get_param: oam_network_cidr }
495             __docker_version__: { get_param: docker_version }
496             __gerrit_branch__: { get_param: gerrit_branch }
497             __cloud_env__: { get_param: cloud_env }
498             __external_dns__: { get_param: external_dns }
499           template: |
500             #!/bin/bash
501
502             # Create configuration files
503             mkdir -p /opt/config
504             echo "__nexus_repo__" > /opt/config/nexus_repo.txt
505             echo "__nexus_docker_repo__" > /opt/config/nexus_docker_repo.txt
506             echo "__nexus_username__" > /opt/config/nexus_username.txt
507             echo "__nexus_password__" > /opt/config/nexus_password.txt
508             echo "__artifacts_version__" > /opt/config/artifacts_version.txt
509             echo "__aai_ip_addr__" > /opt/config/local_ip_addr.txt
510             echo "__dns_ip_addr__" > /opt/config/dns_ip_addr.txt
511             echo "__oam_network_cidr__" > /opt/config/oam_network_cidr.txt
512             echo "__dmaap_topic__" > /opt/config/dmaap_topic.txt
513             echo "__docker_version__" > /opt/config/docker_version.txt
514             echo "__gerrit_branch__" > /opt/config/gerrit_branch.txt
515             echo "aai_instance_2" > /opt/config/aai_instance.txt
516             echo "__cloud_env__" > /opt/config/cloud_env.txt
517             echo "__external_dns__" > /opt/config/external_dns.txt
518
519             # Download and run install script
520             curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/aai2_install.sh -o /opt/aai2_install.sh
521             cd /opt
522             chmod +x aai2_install.sh
523             ./aai2_install.sh
524
525
526   # MSO instantiation
527   mso_private_port:
528     type: OS::Neutron::Port
529     properties:
530       network: { get_resource: oam_ecomp }
531       fixed_ips: [{"subnet": { get_resource: oam_ecomp_subnet }, "ip_address": { get_param: mso_ip_addr }}]
532
533   mso_vm:
534     type: OS::Nova::Server
535     properties:
536       image: { get_param: ubuntu_1604_image }
537       flavor: { get_param: flavor_large }
538       name:
539         str_replace:
540           template: base-mso
541           params:
542             base: { get_param: vm_base_name }      
543       key_name: { get_resource: vm_key }
544       networks:
545         - network: { get_param: public_net_id }
546         - port: { get_resource: mso_private_port }
547       user_data_format: RAW
548       user_data:
549         str_replace:
550           params:
551             __nexus_repo__: { get_param: nexus_repo }
552             __nexus_docker_repo__: { get_param: nexus_docker_repo }
553             __nexus_username__: { get_param: nexus_username }
554             __nexus_password__: { get_param: nexus_password }
555             __openstack_username__: { get_param: openstack_username }
556             __openstack_tenant_id__: { get_param: openstack_tenant_id }
557             __openstack_api_key__: { get_param: openstack_api_key }
558             __openstack_region__: { get_param: openstack_region }
559             __keystone_url__: { get_param: keystone_url }
560             __dmaap_topic__: { get_param: dmaap_topic }
561             __artifacts_version__: { get_param: artifacts_version }
562             __dns_ip_addr__: { get_param: dns_ip_addr }
563             __mso_ip_addr__: { get_param: mso_ip_addr }
564             __oam_network_cidr__: { get_param: oam_network_cidr }
565             __docker_version__: { get_param: docker_version }
566             __gerrit_branch__: { get_param: gerrit_branch }
567             __cloud_env__: { get_param: cloud_env }
568             __external_dns__: { get_param: external_dns }
569           template: |
570             #!/bin/bash
571
572             # Create configuration files
573             mkdir -p /opt/config
574             echo "__nexus_repo__" > /opt/config/nexus_repo.txt
575             echo "__nexus_docker_repo__" > /opt/config/nexus_docker_repo.txt
576             echo "__nexus_username__" > /opt/config/nexus_username.txt
577             echo "__nexus_password__" > /opt/config/nexus_password.txt
578             echo "__artifacts_version__" > /opt/config/artifacts_version.txt
579             echo "__mso_ip_addr__" > /opt/config/local_ip_addr.txt
580             echo "__dns_ip_addr__" > /opt/config/dns_ip_addr.txt
581             echo "__oam_network_cidr__" > /opt/config/oam_network_cidr.txt
582             echo "__dmaap_topic__" > /opt/config/dmaap_topic.txt
583             echo "__openstack_username__" > /opt/config/openstack_username.txt
584             echo "__openstack_tenant_id__" > /opt/config/tenant_id.txt
585             echo "__openstack_api_key__" > /opt/config/openstack_api_key.txt
586             echo "__openstack_region__" > /opt/config/openstack_region.txt
587             echo "__keystone_url__" > /opt/config/keystone.txt
588             echo "__docker_version__" > /opt/config/docker_version.txt
589             echo "__gerrit_branch__" > /opt/config/gerrit_branch.txt
590             echo "__cloud_env__" > /opt/config/cloud_env.txt
591             echo "__external_dns__" > /opt/config/external_dns.txt
592
593             # Download and run install script
594             curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/mso_install.sh -o /opt/mso_install.sh
595             cd /opt
596             chmod +x mso_install.sh
597             ./mso_install.sh
598
599
600   # Message Router instantiation
601   mrouter_private_port:
602     type: OS::Neutron::Port
603     properties:
604       network: { get_resource: oam_ecomp }
605       fixed_ips: [{"subnet": { get_resource: oam_ecomp_subnet }, "ip_address": { get_param: mr_ip_addr }}]
606
607   mrouter_vm:
608     type: OS::Nova::Server
609     properties:
610       image: { get_param: ubuntu_1404_image }
611       flavor: { get_param: flavor_large }
612       name:
613         str_replace: 
614           template: base-message-router
615           params:
616             base: { get_param: vm_base_name }
617       key_name: { get_resource: vm_key }
618       networks:
619         - network: { get_param: public_net_id }
620         - port: { get_resource: mrouter_private_port }
621       user_data_format: RAW
622       user_data:
623         str_replace:
624           params:
625             __nexus_repo__: { get_param: nexus_repo }
626             __nexus_docker_repo__: { get_param: nexus_docker_repo }
627             __nexus_username__: { get_param: nexus_username }
628             __nexus_password__: { get_param: nexus_password }
629             __artifacts_version__: { get_param: artifacts_version }
630             __mr_ip_addr__: { get_param: mr_ip_addr }
631             __dns_ip_addr__: { get_param: dns_ip_addr }
632             __oam_network_cidr__: { get_param: oam_network_cidr }
633             __gerrit_branch__: { get_param: gerrit_branch }
634             __cloud_env__: { get_param: cloud_env }
635             __external_dns__: { get_param: external_dns }
636           template: |
637             #!/bin/bash
638
639             # Create configuration files
640             mkdir -p /opt/config
641             echo "__nexus_repo__" > /opt/config/nexus_repo.txt
642             echo "__nexus_docker_repo__" > /opt/config/nexus_docker_repo.txt
643             echo "__nexus_username__" > /opt/config/nexus_username.txt
644             echo "__nexus_password__" > /opt/config/nexus_password.txt
645             echo "__artifacts_version__" > /opt/config/artifacts_version.txt
646             echo "__mr_ip_addr__" > /opt/config/local_ip_addr.txt
647             echo "__dns_ip_addr__" > /opt/config/dns_ip_addr.txt
648             echo "__oam_network_cidr__" > /opt/config/oam_network_cidr.txt
649             echo "__gerrit_branch__" > /opt/config/gerrit_branch.txt
650             echo "__cloud_env__" > /opt/config/cloud_env.txt
651             echo "__external_dns__" > /opt/config/external_dns.txt
652
653             # Download and run install script
654             curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/mr_install.sh -o /opt/mr_install.sh
655             cd /opt
656             chmod +x mr_install.sh
657             ./mr_install.sh
658
659
660   # Robot Framework instantiation
661   robot_private_port:
662     type: OS::Neutron::Port
663     properties:
664       network: { get_resource: oam_ecomp }
665       fixed_ips: [{"subnet": { get_resource: oam_ecomp_subnet }, "ip_address": { get_param: robot_ip_addr }}]
666  
667   robot_vm:
668     type: OS::Nova::Server
669     properties:
670       image: { get_param: ubuntu_1604_image }
671       flavor: { get_param: flavor_small }
672       name:
673         str_replace: 
674           template: base-robot
675           params:
676             base: { get_param: vm_base_name }
677       key_name: { get_resource: vm_key }
678       networks:
679         - network: { get_param: public_net_id }
680         - port: { get_resource: robot_private_port }
681       user_data_format: RAW
682       user_data:
683         str_replace:
684           params:
685             __nexus_repo__: { get_param: nexus_repo }
686             __nexus_docker_repo__: { get_param: nexus_docker_repo }
687             __nexus_username__: { get_param: nexus_username }
688             __nexus_password__: { get_param: nexus_password }
689             __network_name__: { get_attr: [oam_ecomp, name] }
690             __openstack_username__: { get_param: openstack_username }
691             __openstack_api_key__: { get_param : openstack_api_key }
692             __artifacts_version__: { get_param: artifacts_version }
693             __openstack_region__: { get_param: openstack_region }
694             __robot_ip_addr__: { get_param: robot_ip_addr }
695             __dns_ip_addr__: { get_param: dns_ip_addr }
696             __oam_network_cidr__: { get_param: oam_network_cidr }
697             __docker_version__: { get_param: docker_version }
698             __gerrit_branch__: { get_param: gerrit_branch }
699             __keystone_url__: { get_param: keystone_url }
700             __aai1_ip_addr__: { get_param: aai1_ip_addr }
701             __aai2_ip_addr__: { get_param: aai2_ip_addr }
702             __appc_ip_addr__: { get_param: appc_ip_addr }
703             __dcae_ip_addr__: { get_param: dcae_ip_addr }
704             __mso_ip_addr__: { get_param: mso_ip_addr }
705             __mr_ip_addr__: { get_param: mr_ip_addr }
706             __policy_ip_addr__: { get_param: policy_ip_addr }
707             __portal_ip_addr__: { get_param: portal_ip_addr }
708             __sdc_ip_addr__: { get_param: sdc_ip_addr }
709             __sdnc_ip_addr__: { get_param: sdnc_ip_addr }
710             __vid_ip_addr__: { get_param: vid_ip_addr }
711             __cloud_env__: { get_param: cloud_env }
712             __external_dns__: { get_param: external_dns }
713           template: |
714             #!/bin/bash
715
716             # Create configuration files
717             mkdir -p /opt/config
718             echo "__nexus_docker_repo__" > /opt/config/nexus_docker_repo.txt
719             echo "__nexus_repo__" > /opt/config/nexus_repo.txt
720             echo "__nexus_username__" > /opt/config/nexus_username.txt
721             echo "__nexus_password__" > /opt/config/nexus_password.txt
722             echo "__network_name__" > /opt/config/network.txt
723             echo "__openstack_username__" > /opt/config/openstack_username.txt
724             echo "__openstack_api_key__" > /opt/config/openstack_password.txt
725             echo "__openstack_region__" > /opt/config/region.txt
726             echo "__artifacts_version__" > /opt/config/artifacts_version.txt
727             echo "__robot_ip_addr__" > /opt/config/local_ip_addr.txt
728             echo "__docker_version__" > /opt/config/docker_version.txt
729             echo "__dns_ip_addr__" > /opt/config/dns_ip_addr.txt
730             echo "__oam_network_cidr__" > /opt/config/oam_network_cidr.txt
731             echo "__gerrit_branch__" > /opt/config/gerrit_branch.txt
732             echo "__keystone_url__" > /opt/config/keystone.txt
733             echo "__aai1_ip_addr__" > /opt/config/aai1_ip_addr.txt
734             echo "__aai2_ip_addr__" > /opt/config/aai2_ip_addr.txt
735             echo "__appc_ip_addr__" > /opt/config/appc_ip_addr.txt
736             echo "__dcae_ip_addr__" > /opt/config/dcae_ip_addr.txt
737             echo "__mso_ip_addr__" > /opt/config/mso_ip_addr.txt
738             echo "__mr_ip_addr__" > /opt/config/mr_ip_addr.txt
739             echo "__policy_ip_addr__" > /opt/config/policy_ip_addr.txt
740             echo "__portal_ip_addr__" > /opt/config/portal_ip_addr.txt
741             echo "__sdc_ip_addr__" > /opt/config/sdc_ip_addr.txt
742             echo "__sdnc_ip_addr__" > /opt/config/sdnc_ip_addr.txt
743             echo "__vid_ip_addr__" > /opt/config/vid_ip_addr.txt
744             echo "__cloud_env__" > /opt/config/cloud_env.txt
745             echo "__external_dns__" > /opt/config/external_dns.txt
746
747             # Download and run install script
748             curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/robot_install.sh -o /opt/robot_install.sh
749             cd /opt
750             chmod +x robot_install.sh
751             ./robot_install.sh
752
753
754   # VID instantiation
755   vid_private_port:
756     type: OS::Neutron::Port
757     properties:
758       network: { get_resource: oam_ecomp }
759       fixed_ips: [{"subnet": { get_resource: oam_ecomp_subnet }, "ip_address": { get_param: vid_ip_addr }}]
760
761   vid_vm:
762     type: OS::Nova::Server
763     properties:
764       image: { get_param: ubuntu_1404_image }
765       flavor: { get_param: flavor_medium }
766       name:
767         str_replace: 
768           template: base-vid
769           params:
770             base: { get_param: vm_base_name }
771       key_name: { get_resource: vm_key }
772       networks:
773         - network: { get_param: public_net_id }
774         - port: { get_resource: vid_private_port }
775       user_data_format: RAW
776       user_data:
777         str_replace:
778           params:
779             __nexus_repo__: { get_param: nexus_repo }
780             __nexus_docker_repo__: { get_param: nexus_docker_repo }
781             __nexus_username__: { get_param: nexus_username }
782             __nexus_password__: { get_param: nexus_password }
783             __artifacts_version__: { get_param: artifacts_version }
784             __vid_ip_addr__: { get_param: vid_ip_addr }
785             __dns_ip_addr__: { get_param: dns_ip_addr }
786             __oam_network_cidr__: { get_param: oam_network_cidr }
787             __docker_version__: { get_param: docker_version }
788             __gerrit_branch__: { get_param: gerrit_branch }
789             __cloud_env__: { get_param: cloud_env }
790             __external_dns__: { get_param: external_dns }
791           template: |
792             #!/bin/bash
793
794             # Create configuration files
795             mkdir -p /opt/config
796             echo "__nexus_repo__" > /opt/config/nexus_repo.txt
797             echo "__nexus_docker_repo__" > /opt/config/nexus_docker_repo.txt
798             echo "__nexus_username__" > /opt/config/nexus_username.txt
799             echo "__nexus_password__" > /opt/config/nexus_password.txt
800             echo "__artifacts_version__" > /opt/config/artifacts_version.txt
801             echo "__vid_ip_addr__" > /opt/config/local_ip_addr.txt
802             echo "__dns_ip_addr__" > /opt/config/dns_ip_addr.txt
803             echo "__oam_network_cidr__" > /opt/config/oam_network_cidr.txt
804             echo "__docker_version__" > /opt/config/docker_version.txt
805             echo "__gerrit_branch__" > /opt/config/gerrit_branch.txt
806             echo "__cloud_env__" > /opt/config/cloud_env.txt
807             echo "__external_dns__" > /opt/config/external_dns.txt
808
809             # Download and run install script
810             curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/vid_install.sh -o /opt/vid_install.sh
811             cd /opt
812             chmod +x vid_install.sh
813             ./vid_install.sh
814
815  
816   # SDN-C instantiation
817   sdnc_private_port:
818     type: OS::Neutron::Port
819     properties:
820       network: { get_resource: oam_ecomp }
821       fixed_ips: [{"subnet": { get_resource: oam_ecomp_subnet }, "ip_address": { get_param: sdnc_ip_addr }}]
822
823   sdnc_vm:
824     type: OS::Nova::Server
825     properties:
826       image: { get_param: ubuntu_1404_image }
827       flavor: { get_param: flavor_large }
828       name:
829         str_replace: 
830           template: base-sdnc
831           params:
832             base: { get_param: vm_base_name }
833       key_name: { get_resource: vm_key }
834       networks:
835         - network: { get_param: public_net_id }
836         - port: { get_resource: sdnc_private_port }
837       user_data_format: RAW
838       user_data:
839         str_replace:
840           params:
841             __nexus_repo__: { get_param: nexus_repo }
842             __nexus_docker_repo__: { get_param: nexus_docker_repo }
843             __nexus_username__: { get_param: nexus_username }
844             __nexus_password__: { get_param: nexus_password }
845             __artifacts_version__: { get_param: artifacts_version }
846             __sdnc_ip_addr__: { get_param: sdnc_ip_addr }
847             __dns_ip_addr__: { get_param: dns_ip_addr }
848             __oam_network_cidr__: { get_param: oam_network_cidr }
849             __docker_version__: { get_param: docker_version }
850             __gerrit_branch__: { get_param: gerrit_branch }
851             __cloud_env__: { get_param: cloud_env }
852             __external_dns__: { get_param: external_dns }
853           template: |
854             #!/bin/bash
855
856             # Create configuration files
857             mkdir -p /opt/config
858             echo "__nexus_repo__" > /opt/config/nexus_repo.txt
859             echo "__nexus_docker_repo__" > /opt/config/nexus_docker_repo.txt
860             echo "__nexus_username__" > /opt/config/nexus_username.txt
861             echo "__nexus_password__" > /opt/config/nexus_password.txt
862             echo "__artifacts_version__" > /opt/config/artifacts_version.txt
863             echo "__sdnc_ip_addr__" > /opt/config/local_ip_addr.txt
864             echo "__dns_ip_addr__" > /opt/config/dns_ip_addr.txt
865             echo "__oam_network_cidr__" > /opt/config/oam_network_cidr.txt
866             echo "__docker_version__" > /opt/config/docker_version.txt
867             echo "__gerrit_branch__" > /opt/config/gerrit_branch.txt
868             echo "__cloud_env__" > /opt/config/cloud_env.txt
869             echo "__external_dns__" > /opt/config/external_dns.txt
870
871             # Download and run install script
872             curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/sdnc_install.sh -o /opt/sdnc_install.sh
873             cd /opt
874             chmod +x sdnc_install.sh
875             ./sdnc_install.sh
876
877
878   # SDC instantiation
879   sdc_private_port:
880     type: OS::Neutron::Port
881     properties:
882       network: { get_resource: oam_ecomp }
883       fixed_ips: [{"subnet": { get_resource: oam_ecomp_subnet }, "ip_address": { get_param: sdc_ip_addr }}]
884
885   sdc_volume_data:
886     type: OS::Cinder::Volume
887     properties:
888       name: vol1-sdc-data
889       size: 100
890
891   sdc_vm:
892     type: OS::Nova::Server
893     properties:
894       image: { get_param: ubuntu_1604_image }
895       flavor: { get_param: flavor_xlarge }
896       name:
897         str_replace:
898           template: base-sdc
899           params:
900             base: { get_param: vm_base_name }
901       key_name: { get_resource: vm_key }
902       networks:
903         - network: { get_param: public_net_id }
904         - port: { get_resource: sdc_private_port }
905       block_device_mapping:
906         - device_name: /dev/vdb
907           volume_id: { get_resource: sdc_volume_data }
908       user_data_format: RAW
909       user_data:
910         str_replace:
911           params:
912             __nexus_repo__: { get_param: nexus_repo }
913             __nexus_docker_repo__: { get_param: nexus_docker_repo }
914             __nexus_username__: { get_param: nexus_username }
915             __nexus_password__: { get_param: nexus_password }
916             __env_name__: { get_param: dmaap_topic }
917             __artifacts_version__: { get_param: artifacts_version }
918             __sdc_ip_addr__: { get_param: sdc_ip_addr }
919             __dns_ip_addr__: { get_param: dns_ip_addr }
920             __oam_network_cidr__: { get_param: oam_network_cidr }
921             __mr_ip_addr__: { get_param: mr_ip_addr }
922             __docker_version__: { get_param: docker_version }
923             __gerrit_branch__: { get_param: gerrit_branch }
924             __cloud_env__: { get_param: cloud_env }
925             __external_dns__: { get_param: external_dns }
926           template: |
927             #!/bin/bash
928
929             # Create configuration files
930             mkdir -p /opt/config
931             echo "__nexus_repo__" > /opt/config/nexus_repo.txt
932             echo "__nexus_docker_repo__" > /opt/config/nexus_docker_repo.txt
933             echo "__nexus_username__" > /opt/config/nexus_username.txt
934             echo "__nexus_password__" > /opt/config/nexus_password.txt
935             echo "__env_name__" > /opt/config/env_name.txt
936             echo "__mr_ip_addr__" > /opt/config/mr_ip_addr.txt
937             echo "__artifacts_version__" > /opt/config/artifacts_version.txt
938             echo "__sdc_ip_addr__" > /opt/config/local_ip_addr.txt
939             echo "__dns_ip_addr__" > /opt/config/dns_ip_addr.txt
940             echo "__oam_network_cidr__" > /opt/config/oam_network_cidr.txt
941             echo "__docker_version__" > /opt/config/docker_version.txt
942             echo "__gerrit_branch__" > /opt/config/gerrit_branch.txt
943             echo "__cloud_env__" > /opt/config/cloud_env.txt
944             echo "__external_dns__" > /opt/config/external_dns.txt
945
946             # Download and run install script
947             curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/asdc_install.sh -o /opt/asdc_install.sh
948             cd /opt
949             chmod +x asdc_install.sh
950             ./asdc_install.sh
951
952
953   # PORTAL instantiation
954   portal_private_port:
955     type: OS::Neutron::Port
956     properties:
957       network: { get_resource: oam_ecomp }
958       fixed_ips: [{"subnet": { get_resource: oam_ecomp_subnet }, "ip_address": { get_param: portal_ip_addr }}]
959
960   portal_vm:
961     type: OS::Nova::Server
962     properties:
963       image: { get_param: ubuntu_1404_image }
964       flavor: { get_param: flavor_large }
965       name:
966         str_replace: 
967           template: base-portal
968           params:
969             base: { get_param: vm_base_name }
970       key_name: { get_resource: vm_key }
971       networks:
972         - network: { get_param: public_net_id }
973         - port: { get_resource: portal_private_port }
974       user_data_format: RAW
975       user_data:
976         str_replace:
977           params:
978             __nexus_repo__: { get_param: nexus_repo }
979             __nexus_docker_repo__: { get_param: nexus_docker_repo }
980             __nexus_username__: { get_param: nexus_username }
981             __nexus_password__: { get_param: nexus_password }
982             __artifacts_version__: { get_param: artifacts_version }
983             __portal_ip_addr__: { get_param: portal_ip_addr }
984             __dns_ip_addr__: { get_param: dns_ip_addr }
985             __oam_network_cidr__: { get_param: oam_network_cidr }
986             __docker_version__: { get_param: docker_version }
987             __gerrit_branch__: { get_param: gerrit_branch }
988             __cloud_env__: { get_param: cloud_env }
989             __external_dns__: { get_param: external_dns }
990           template: |
991             #!/bin/bash
992
993             # Create configuration files
994             mkdir -p /opt/config
995             echo "__nexus_repo__" > /opt/config/nexus_repo.txt
996             echo "__nexus_docker_repo__" > /opt/config/nexus_docker_repo.txt
997             echo "__nexus_username__" > /opt/config/nexus_username.txt
998             echo "__nexus_password__" > /opt/config/nexus_password.txt
999             echo "__oam_network_cidr__" > /opt/config/oam_network_cidr.txt
1000             echo "__artifacts_version__" > /opt/config/artifacts_version.txt
1001             echo "__portal_ip_addr__" > /opt/config/local_ip_addr.txt
1002             echo "__dns_ip_addr__" > /opt/config/dns_ip_addr.txt
1003             echo "__docker_version__" > /opt/config/docker_version.txt
1004             echo "__gerrit_branch__" > /opt/config/gerrit_branch.txt
1005             echo "__cloud_env__" > /opt/config/cloud_env.txt
1006             echo "__external_dns__" > /opt/config/external_dns.txt
1007
1008             # Download and run install script
1009             curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/portal_install.sh -o /opt/portal_install.sh
1010             cd /opt
1011             chmod +x portal_install.sh
1012             ./portal_install.sh
1013
1014
1015   # DCAE Controller instantiation
1016   dcae_c_private_port:
1017     type: OS::Neutron::Port
1018     properties:
1019       network: { get_resource: oam_ecomp }
1020       fixed_ips: [{"subnet": { get_resource: oam_ecomp_subnet }, "ip_address": { get_param: dcae_ip_addr }}]
1021
1022   dcae_c_vm:
1023     type: OS::Nova::Server
1024     properties:
1025       image: { get_param: ubuntu_1404_image }
1026       flavor: { get_param: flavor_medium }
1027       name:
1028         str_replace: 
1029           template: base-dcae-controller
1030           params:
1031             base: { get_param: vm_base_name }
1032       key_name: { get_resource: vm_key }
1033       networks:
1034         - network: { get_param: public_net_id }
1035         - port: { get_resource: dcae_c_private_port }
1036       user_data_format: RAW
1037       user_data:
1038         str_replace:
1039           params:
1040             __nexus_repo__: { get_param: nexus_repo }
1041             __nexus_docker_repo__: { get_param: nexus_docker_repo }
1042             __nexus_username__: { get_param: nexus_username }
1043             __nexus_password__: { get_param: nexus_password }
1044             __nexus_url_snapshots__: { get_param: nexus_url_snapshot }
1045             __gitlab_branch__: { get_param: gitlab_branch }
1046             __dns_ip_addr__: { get_param: dns_ip_addr }
1047             __oam_network_cidr__: { get_param: oam_network_cidr }
1048             __dcae_zone__: { get_param: dcae_zone }
1049             __dcae_state__: { get_param: dcae_state }
1050             __artifacts_version__: { get_param: artifacts_version }
1051             __tenant_id__: { get_param: openstack_tenant_id }
1052             __openstack_private_network_name__: { get_attr: [oam_ecomp, name] }
1053             __openstack_user__: { get_param: openstack_username }
1054             __openstack_password__: { get_param: openstack_api_key }
1055             __openstack_auth_method__: { get_param: openstack_auth_method }
1056             __key_name__: { get_param: key_name }
1057             __rand_str__: { get_resource: random-str }
1058             __pub_key__: { get_param: pub_key }
1059             __nexus_repo_root__: { get_param: nexus_repo_root }
1060             __openstack_region__: { get_param: openstack_region }
1061             __horizon_url__: { get_param: horizon_url }
1062             __keystone_url__: { get_param: keystone_url }
1063             __docker_version__: { get_param: docker_version }
1064             __gerrit_branch__: { get_param: gerrit_branch }
1065             __dcae_code_version__: { get_param: dcae_code_version }
1066             __cloud_env__: { get_param: cloud_env }
1067             __public_net_id__: { get_param: public_net_id }
1068             __dcae_base_environment__: { get_param: dcae_base_environment }
1069             __dcae_ip_addr__: { get_param: dcae_ip_addr }
1070             __dcae_coll_ip_addr__: { get_param: dcae_coll_ip_addr }
1071             __dcae_db_ip_addr__: { get_param: dcae_db_ip_addr }
1072             __dcae_hdp1_ip_addr__: { get_param: dcae_hdp1_ip_addr }
1073             __dcae_hdp2_ip_addr__: { get_param: dcae_hdp2_ip_addr }
1074             __dcae_hdp3_ip_addr__: { get_param: dcae_hdp3_ip_addr }
1075             __external_dns__: { get_param: external_dns }
1076             __ubuntu_1404_image__: { get_param: ubuntu_1404_image }
1077             __ubuntu_1604_image__: { get_param: ubuntu_1604_image }
1078             __flavor_small__: { get_param: flavor_small }
1079             __flavor_medium__: { get_param: flavor_medium }
1080             __flavor_large__: { get_param: flavor_large }
1081             __flavor_xlarge__: { get_param: flavor_xlarge }
1082           template: |
1083             #!/bin/bash
1084
1085             # Create configuration files
1086             mkdir -p /opt/config
1087             echo "__nexus_repo__" > /opt/config/nexus_repo.txt
1088             echo "__nexus_docker_repo__" > /opt/config/nexus_docker_repo.txt
1089             echo "__nexus_username__" > /opt/config/nexus_username.txt
1090             echo "__nexus_password__" > /opt/config/nexus_password.txt
1091             echo "__nexus_url_snapshots__" > /opt/config/nexus_url_snapshots.txt
1092             echo "__gitlab_branch__" > /opt/config/gitlab_branch.txt
1093             echo "__docker_version__" > /opt/config/docker_version.txt
1094             echo "__artifacts_version__" > /opt/config/artifacts_version.txt
1095             echo "__dns_ip_addr__" > /opt/config/dns_ip_addr.txt
1096             echo "__gerrit_branch__" > /opt/config/gerrit_branch.txt
1097             echo "__dcae_zone__" > /opt/config/dcae_zone.txt
1098             echo "__dcae_state__" > /opt/config/dcae_state.txt
1099             echo "__tenant_id__" > /opt/config/tenant_id.txt
1100             echo "__openstack_private_network_name__" > /opt/config/openstack_private_network_name.txt
1101             echo "__openstack_user__" > /opt/config/openstack_user.txt
1102             echo "__openstack_password__" > /opt/config/openstack_password.txt
1103             echo "__openstack_auth_method__" > /opt/config/openstack_auth_method.txt
1104             echo "__key_name__" > /opt/config/key_name.txt
1105             echo "__rand_str__" > /opt/config/rand_str.txt
1106             echo "__pub_key__" > /opt/config/pub_key.txt
1107             echo "__nexus_repo_root__" > /opt/config/nexus_repo_root.txt
1108             echo "__openstack_region__" > /opt/config/openstack_region.txt
1109             echo "__horizon_url__" > /opt/config/horizon_url.txt
1110             echo "__keystone_url__" > /opt/config/keystone_url.txt
1111             echo "__cloud_env__" > /opt/config/cloud_env.txt
1112             echo "__oam_network_cidr__" > /opt/config/oam_network_cidr.txt
1113             echo "__public_net_id__" > /opt/config/public_net_id.txt
1114             echo "__dcae_base_environment__" > /opt/config/dcae_base_environment.txt
1115             echo "__dcae_code_version__" > /opt/config/dcae_code_version.txt
1116             echo "__dcae_ip_addr__" > /opt/config/dcae_ip_addr.txt
1117             echo "__dcae_coll_ip_addr__" > /opt/config/dcae_coll_ip_addr.txt
1118             echo "__dcae_db_ip_addr__" > /opt/config/dcae_db_ip_addr.txt
1119             echo "__dcae_hdp1_ip_addr__" > /opt/config/dcae_hdp1_ip_addr.txt
1120             echo "__dcae_hdp2_ip_addr__" > /opt/config/dcae_hdp2_ip_addr.txt
1121             echo "__dcae_hdp3_ip_addr__" > /opt/config/dcae_hdp3_ip_addr.txt
1122             echo "__external_dns__" > /opt/config/external_dns.txt
1123             echo "__ubuntu_1404_image__" > /opt/config/ubuntu_1404_image.txt
1124             echo "__ubuntu_1604_image__" > /opt/config/ubuntu_1604_image.txt
1125             echo "__flavor_small__" > /opt/config/flavor_small.txt
1126             echo "__flavor_medium__" > /opt/config/flavor_medium.txt
1127             echo "__flavor_large__" > /opt/config/flavor_large.txt
1128             echo "__flavor_xlarge__" > /opt/config/flavor_xlarge.txt
1129
1130             # Download and run install script
1131             curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/dcae_install.sh -o /opt/dcae_install.sh
1132             cd /opt
1133             chmod +x dcae_install.sh
1134             ./dcae_install.sh
1135
1136
1137   # Policy Engine instantiation
1138   policy_private_port:
1139     type: OS::Neutron::Port
1140     properties:
1141       network: { get_resource: oam_ecomp }
1142       fixed_ips: [{"subnet": { get_resource: oam_ecomp_subnet }, "ip_address": { get_param: policy_ip_addr }}]
1143
1144   policy_vm:
1145     type: OS::Nova::Server
1146     properties:
1147       image: { get_param: ubuntu_1404_image }
1148       flavor: { get_param: flavor_xlarge }
1149       name:
1150         str_replace: 
1151           template: base-policy
1152           params:
1153             base: { get_param: vm_base_name }
1154       key_name: { get_resource: vm_key }
1155       networks:
1156         - network: { get_param: public_net_id }
1157         - port: { get_resource: policy_private_port }
1158       user_data_format: RAW
1159       user_data:
1160         str_replace:
1161           params:
1162             __nexus_repo__: { get_param: nexus_repo }
1163             __nexus_docker_repo__: { get_param: nexus_docker_repo }
1164             __nexus_username__: { get_param: nexus_username }
1165             __nexus_password__: { get_param: nexus_password }
1166             __artifacts_version__: { get_param: artifacts_version }
1167             __policy_ip_addr__: { get_param: policy_ip_addr }
1168             __dns_ip_addr__: { get_param: dns_ip_addr }
1169             __oam_network_cidr__: { get_param: oam_network_cidr }
1170             __docker_version__: { get_param: docker_version }
1171             __gerrit_branch__: { get_param: gerrit_branch }
1172             __cloud_env__: { get_param: cloud_env }
1173             __external_dns__: { get_param: external_dns }
1174           template: |
1175             #!/bin/bash
1176
1177             # Create configuration files
1178             mkdir -p /opt/config
1179             echo "__nexus_repo__" > /opt/config/nexus_repo.txt
1180             echo "__nexus_docker_repo__" > /opt/config/nexus_docker_repo.txt
1181             echo "__nexus_username__" > /opt/config/nexus_username.txt
1182             echo "__nexus_password__" > /opt/config/nexus_password.txt
1183             echo "__artifacts_version__" > /opt/config/artifacts_version.txt
1184             echo "__policy_ip_addr__" > /opt/config/local_ip_addr.txt
1185             echo "__dns_ip_addr__" > /opt/config/dns_ip_addr.txt
1186             echo "__oam_network_cidr__" > /opt/config/oam_network_cidr.txt
1187             echo "__docker_version__" > /opt/config/docker_version.txt
1188             echo "__gerrit_branch__" > /opt/config/gerrit_branch.txt
1189             echo "__cloud_env__" > /opt/config/cloud_env.txt
1190             echo "__external_dns__" > /opt/config/external_dns.txt
1191
1192             # Download and run install script
1193             curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/policy_install.sh -o /opt/policy_install.sh
1194             cd /opt
1195             chmod +x policy_install.sh
1196             ./policy_install.sh
1197
1198
1199   # APP-C instantiation
1200   appc_private_port:
1201     type: OS::Neutron::Port
1202     properties:
1203       network: { get_resource: oam_ecomp }
1204       fixed_ips: [{"subnet": { get_resource: oam_ecomp_subnet }, "ip_address": { get_param: appc_ip_addr }}]
1205
1206   appc_vm:
1207     type: OS::Nova::Server
1208     properties:
1209       image: { get_param: ubuntu_1404_image }
1210       flavor: { get_param: flavor_large }
1211       name:
1212         str_replace: 
1213           template: base-appc
1214           params:
1215             base: { get_param: vm_base_name }
1216       key_name: { get_resource: vm_key }
1217       networks:
1218         - network: { get_param: public_net_id }
1219         - port: { get_resource: appc_private_port }
1220       user_data_format: RAW
1221       user_data:
1222         str_replace:
1223           params:
1224             __nexus_repo__: { get_param: nexus_repo }
1225             __nexus_docker_repo__: { get_param: nexus_docker_repo }
1226             __nexus_username__: { get_param: nexus_username }
1227             __nexus_password__: { get_param: nexus_password }
1228             __dmaap_topic__: { get_param: dmaap_topic }
1229             __artifacts_version__: { get_param: artifacts_version }
1230             __appc_ip_addr__: { get_param: appc_ip_addr }
1231             __dns_ip_addr__: { get_param: dns_ip_addr }
1232             __oam_network_cidr__: { get_param: oam_network_cidr }
1233             __docker_version__: { get_param: docker_version }
1234             __gerrit_branch__: { get_param: gerrit_branch }
1235             __cloud_env__: { get_param: cloud_env }
1236             __external_dns__: { get_param: external_dns }
1237           template: |
1238             #!/bin/bash
1239
1240             # Create configuration files
1241             mkdir -p /opt/config
1242             echo "__nexus_repo__" > /opt/config/nexus_repo.txt
1243             echo "__nexus_docker_repo__" > /opt/config/nexus_docker_repo.txt
1244             echo "__nexus_username__" > /opt/config/nexus_username.txt
1245             echo "__nexus_password__" > /opt/config/nexus_password.txt
1246             echo "__artifacts_version__" > /opt/config/artifacts_version.txt
1247             echo "__appc_ip_addr__" > /opt/config/local_ip_addr.txt
1248             echo "__dns_ip_addr__" > /opt/config/dns_ip_addr.txt
1249             echo "__oam_network_cidr__" > /opt/config/oam_network_cidr.txt
1250             echo "__dmaap_topic__" > /opt/config/dmaap_topic.txt
1251             echo "__docker_version__" > /opt/config/docker_version.txt
1252             echo "__gerrit_branch__" > /opt/config/gerrit_branch.txt
1253             echo "__cloud_env__" > /opt/config/cloud_env.txt
1254             echo "__external_dns__" > /opt/config/external_dns.txt
1255
1256             # Download and run install script
1257             curl -k __nexus_repo__/org.onap.demo/boot/__artifacts_version__/appc_install.sh -o /opt/appc_install.sh
1258             cd /opt
1259             chmod +x appc_install.sh
1260             ./appc_install.sh