Configure route to vBRG via vBNG on vGMUX
[demo.git] / heat / vCPE / vgmux / base_vcpe_vgmux.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 Metro vGMUX
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   bng_gmux_private_net_id:
49     type: string
50     label: vBNG vGMUX private network name or ID
51     description: Private network that connects vBNG to vGMUX
52   bng_gmux_private_subnet_id:
53     type: string
54     label: vBNG vGMUX private sub-network name or ID
55     description: vBNG vGMUX private sub-network name or ID
56   bng_gmux_private_net_cidr:
57     type: string
58     label: vBNG vGMUX private network CIDR
59     description: The CIDR of the vBNG-vGMUX private network
60   mux_gw_private_net_id:
61     type: string
62     label: vGMUX vGWs network name or ID
63     description: Private network that connects vGMUX to vGWs
64   mux_gw_private_subnet_id:
65     type: string
66     label: vGMUX vGWs sub-network name or ID
67     description: vGMUX vGWs sub-network name or ID
68   mux_gw_private_net_cidr:
69     type: string
70     label: vGMUX private network CIDR
71     description: The CIDR of the vGMUX private network
72   brgemu_bng_private_net_cidr:
73     type: string
74     label: vBRG vBNG private network CIDR
75     description: The CIDR of the vBRG-vBNG private network
76   onap_private_net_id:
77     type: string
78     label: ONAP management network name or ID
79     description: Private network that connects ONAP components and the VNF
80   onap_private_subnet_id:
81     type: string
82     label: ONAP management sub-network name or ID
83     description: Private sub-network that connects ONAP components and the VNF
84   onap_private_net_cidr:
85     type: string
86     label: ONAP private network CIDR
87     description: The CIDR of the protected private network
88   vgmux_private_ip_0:
89     type: string
90     label: vGMUX private IP address towards the vBNG-vGMUX private network
91     description: Private IP address that is assigned to the vGMUX to communicate with the vBNG
92   vgmux_private_ip_1:
93     type: string
94     label: vGMUX private IP address towards the ONAP management network
95     description: Private IP address that is assigned to the vGMUX to communicate with ONAP components
96   vgmux_private_ip_2:
97     type: string
98     label: vGMUX private IP address towards the vGMUX-vGW private network
99     description: Private IP address that is assigned to the vGMUX to communicate with vGWs
100   vgmux_name_0:
101     type: string
102     label: vGMUX name
103     description: Name of the vGMUX
104   vnf_id:
105     type: string
106     label: VNF ID
107     description: The VNF ID is provided by ONAP
108   vf_module_id:
109     type: string
110     label: vCPE module ID
111     description: The vCPE Module ID is provided by ONAP
112   bng_gmux_private_ip:
113     type: string
114     label: vBNG private IP address towards the vBNG-vGMUX private network
115     description: Private IP address that is assigned to the vBNG to communicate with the vGMUX
116   dcae_collector_ip:
117     type: string
118     label: DCAE collector IP address
119     description: IP address of the DCAE collector
120   dcae_collector_port:
121     type: string
122     label: DCAE collector port
123     description: Port of the DCAE collector
124   key_name:
125     type: string
126     label: Key pair name
127     description: Public/Private key pair name
128   pub_key:
129     type: string
130     label: Public key
131     description: Public key to be installed on the compute instance
132   repo_url_blob:
133     type: string
134     label: Repository URL
135     description: URL of the repository that hosts the demo packages
136   repo_url_artifacts:
137     type: string
138     label: Repository URL
139     description: URL of the repository that hosts the demo packages
140   install_script_version:
141     type: string
142     label: Installation script version number
143     description: Version number of the scripts that install the vFW demo app
144   demo_artifacts_version:
145     type: string
146     label: Artifacts version used in demo vnfs
147     description: Artifacts (jar, tar.gz) version used in demo vnfs
148   cloud_env:
149     type: string
150     label: Cloud environment
151     description: Cloud environment (e.g., openstack, rackspace)
152   vpp_source_repo_url:
153     type: string
154     label: VPP Source Git Repo
155     description: URL for VPP source codes
156   vpp_source_repo_branch:
157     type: string
158     label: VPP Source Git Branch
159     description: Git Branch for the VPP source codes
160   hc2vpp_source_repo_url:
161     type: string
162     label: Honeycomb Source Git Repo
163     description: URL for Honeycomb source codes
164   hc2vpp_source_repo_branch:
165     type: string
166     label: Honeycomb Source Git Branch
167     description: Git Branch for the Honeycomb source codes
168   vpp_patch_url:
169     type: string
170     label: VPP Patch URL
171     description: URL for VPP patch for vG-MUX
172   hc2vpp_patch_url:
173     type: string
174     label: Honeycomb Patch URL
175     description: URL for Honeycomb patch for vG-MUX
176   libevel_patch_url:
177     type: string
178     label: libevel Patch URL
179     description: URL for libevel patch for vG-MUX
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 GMUX Instantiation
208   vgmux_private_0_port:
209     type: OS::Neutron::Port
210     properties:
211       network: { get_param: bng_gmux_private_net_id }
212       fixed_ips: [{"subnet": { get_param: bng_gmux_private_subnet_id }, "ip_address": { get_param: vgmux_private_ip_0 }}]
213
214   vgmux_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: vgmux_private_ip_1 }}]
219
220   vgmux_private_2_port:
221     type: OS::Neutron::Port
222     properties:
223       network: { get_param: mux_gw_private_net_id }
224       fixed_ips: [{"subnet": {  get_param: mux_gw_private_subnet_id }, "ip_address": { get_param: vgmux_private_ip_2 }}]
225
226   vgmux_0:
227     type: OS::Nova::Server
228     properties:
229       image: { get_param: vcpe_image_name }
230       flavor: { get_param: vcpe_flavor_name }
231       name: { get_param: vgmux_name_0 }
232       key_name: { get_resource: my_keypair }
233       networks:
234         - network: { get_param: public_net_id }
235         - port: { get_resource: vgmux_private_0_port }
236         - port: { get_resource: vgmux_private_1_port }
237         - port: { get_resource: vgmux_private_2_port }
238       metadata: {vnf_id: { get_param: vnf_id }, vf_module_id: { get_param: vf_module_id }}
239       user_data_format: RAW
240       user_data:
241         str_replace:
242           params:
243             __mux_to_bng_net_ipaddr__ : { get_param: vgmux_private_ip_0 }
244             __oam_ipaddr__ : { get_param: vgmux_private_ip_1 }
245             __mux_gw_net_ipaddr__ : { get_param: vgmux_private_ip_2 }
246             __bng_to_mux_ipaddr__ : { get_param: bng_gmux_private_ip }
247             __bng_mux_net_cidr__ : { get_param: bng_gmux_private_net_cidr }
248             __oam_cidr__ : { get_param: onap_private_net_cidr }
249             __mux_gw_net_cidr__ : { get_param: mux_gw_private_net_cidr }
250             __brg_bng_net_cidr__ : { get_param: brgemu_bng_private_net_cidr }
251             __repo_url_blob__ : { get_param: repo_url_blob }
252             __repo_url_artifacts__ : { get_param: repo_url_artifacts }
253             __demo_artifacts_version__ : { get_param: demo_artifacts_version }
254             __install_script_version__ : { get_param: install_script_version }
255             __cloud_env__ : { get_param: cloud_env }
256             __vpp_source_repo_url__ : { get_param: vpp_source_repo_url }
257             __vpp_source_repo_branch__ : { get_param: vpp_source_repo_branch }
258             __hc2vpp_source_repo_url__ : { get_param: hc2vpp_source_repo_url }
259             __hc2vpp_source_repo_branch__ : { get_param: hc2vpp_source_repo_branch }
260             __vpp_patch_url__ : { get_param: vpp_patch_url }
261             __hc2vpp_patch_url__ : { get_param: hc2vpp_patch_url }
262             __libevel_patch_url__ : { get_param: libevel_patch_url }
263           template: |
264             #!/bin/bash
265
266             # Create configuration files
267             mkdir /opt/config
268             echo "__mux_to_bng_net_ipaddr__" > /opt/config/mux_to_bng_net_ipaddr.txt
269             echo "__oam_ipaddr__" > /opt/config/oam_ipaddr.txt
270             echo "__mux_gw_net_ipaddr__" > /opt/config/mux_gw_net_ipaddr.txt
271             echo "__bng_to_mux_ipaddr__ " > /opt/config/bng_to_mux_net_ipaddr.txt
272             echo "__bng_mux_net_cidr__" > /opt/config/bng_mux_net_cidr.txt
273             echo "__oam_cidr__" > /opt/config/oam_cidr.txt
274             echo "__mux_gw_net_cidr__" > /opt/config/mux_gw_net_cidr.txt
275             echo "__brg_bng_net_cidr__" > /opt/config/brg_bng_net_cidr.txt
276             echo "__repo_url_blob__" > /opt/config/repo_url_blob.txt
277             echo "__repo_url_artifacts__" > /opt/config/repo_url_artifacts.txt
278             echo "__demo_artifacts_version__" > /opt/config/demo_artifacts_version.txt
279             echo "__install_script_version__" > /opt/config/install_script_version.txt
280             echo "__cloud_env__" > /opt/config/cloud_env.txt
281             echo "__vpp_source_repo_url__" > /opt/config/vpp_source_repo_url.txt
282             echo "__vpp_source_repo_branch__" > /opt/config/vpp_source_repo_branch.txt
283             echo "__vpp_patch_url__" > /opt/config/vpp_patch_url.txt
284             echo "__hc2vpp_source_repo_url__" > /opt/config/hc2vpp_source_repo_url.txt
285             echo "__hc2vpp_source_repo_branch__" > /opt/config/hc2vpp_source_repo_branch.txt
286             echo "__hc2vpp_patch_url__" > /opt/config/hc2vpp_patch_url.txt
287             echo "__libevel_patch_url__" > /opt/config/libevel_patch_url.txt
288
289             # Download and run install script
290             curl -k __repo_url_blob__/org.onap.demo/vnfs/vcpe/__install_script_version__/v_gmux_install.sh -o /opt/v_gmux_install.sh
291             cd /opt
292             chmod +x v_gmux_install.sh
293             ./v_gmux_install.sh