1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
|
heat_template_version: 2013-05-23
description: heat template that creates PCRF Policy Director stack
parameters:
pcrf_ppd_server_names:
type: comma_delimited_list
label: PCRF PD server names
description: name of the PCRF PD instance
pcrf_ppd_image_name:
type: string
label: PCRF PD image name
description: PCRF PD image name
pcrf_ppd_flavor_name:
type: string
label: PCRF PD flavor name
description: flavor name of PCRF PD instance
availabilityzone_name:
type: string
label: availabilityzone name
description: availabilityzone name
pcrf_cps_net_name:
type: string
label: CPS network name
description: CPS network name
pcrf_cps_net_ips:
type: comma_delimited_list
label: CPS network ips
description: CPS network ips
pcrf_cps_net_mask:
type: string
label: CPS network mask
description: CPS network mask
pcrf_lb_internal_vip:
type: string
label: CPS Internal LB VIP
description: CPS Internal LB VIP
pcrf_oam_net_name:
type: string
label: OAM network name
description: OAM network name
pcrf_oam_net_ips:
type: comma_delimited_list
label: OAM network ips
description: OAM network ips
pcrf_oam_net_gw:
type: string
label: CPS network gateway
description: CPS network gateway
pcrf_oam_net_mask:
type: string
label: CPS network mask
description: CPS network mask
pcrf_lb_management_vip:
type: string
label: CPS OAM LB VIP
description: CPS OAM LB VIP
pcrf_gx_net_name:
type: string
label: Gx network name
description: Gx network name
pcrf_gx_net_ips:
type: comma_delimited_list
label: Gx network ips
description: Gx network ips
pcrf_gx_net_mask:
type: string
label: Gx network mask
description: Gx network mask
pcrf_sp_net_name:
type: string
label: Sp network name
description: Sp network name
pcrf_sp_net_ips:
type: comma_delimited_list
label: Sp network ips
description: Sp network ips
pcrf_sp_net_mask:
type: string
label: Sp network mask
description: Sp network mask
pcrf_sy_net_name:
type: string
label: Sy network name
description: Sy network name
pcrf_sy_net_ips:
type: comma_delimited_list
label: Sy network ips
description: Sy network ips
pcrf_sy_net_mask:
type: string
label: Sy network mask
description: Sy network mask
pcrf_rx_net_name:
type: string
label: Rx network name
description: Rx network name
pcrf_rx_net_ips:
type: comma_delimited_list
label: Rx network ips
description: Rx network ips
pcrf_rx_net_mask:
type: string
label: Rx network mask
description: Rx network mask
pcrf_sd_net_name:
type: string
label: Sd network name
description: Sd network name
pcrf_sd_net_ips:
type: comma_delimited_list
label: Sd network ips
description: Sd network ips
pcrf_sd_net_mask:
type: string
label: Sd network mask
description: Sd network mask
pcrf_sgi_sy_net_name:
type: string
label: Sgi Sy network name
description: Sgi Sy network name
pcrf_sgi_sy_net_ips:
type: comma_delimited_list
label: Sgi Sy network ips
description: Sgi Sy network ips
pcrf_sgi_sy_net_mask:
type: string
label: Sgi Sy network mask
description: Sgi Sy network mask
pcrf_security_group_name:
type: string
label: security group name
description: the name of security group
pcrf_vnf_id:
type: string
label: PCRF VNF Id
description: PCRF VNF Id
resources:
server_pcrf_ppd_001:
type: nested-ppd_v1.0.yaml
properties:
pcrf_ppd_server_name: { get_param: [pcrf_ppd_server_names, 0] }
pcrf_ppd_image_name: { get_param: pcrf_ppd_image_name }
pcrf_ppd_flavor_name: { get_param: pcrf_ppd_flavor_name }
availabilityzone_name: { get_param: availabilityzone_name }
pcrf_security_group_name: { get_param: pcrf_security_group_name }
pcrf_cps_net_name: { get_param: pcrf_cps_net_name }
pcrf_cps_net_ip: { get_param: [pcrf_cps_net_ips, 0] }
pcrf_cps_net_mask: { get_param: pcrf_cps_net_mask }
pcrf_lb_internal_vip: { get_param: pcrf_lb_internal_vip }
pcrf_oam_net_name: { get_param: pcrf_oam_net_name }
pcrf_oam_net_ip: { get_param: [pcrf_oam_net_ips, 0] }
pcrf_oam_net_mask: { get_param: pcrf_oam_net_mask }
pcrf_oam_net_gw: { get_param: pcrf_oam_net_gw }
pcrf_lb_management_vip: { get_param: pcrf_lb_management_vip }
pcrf_gx_net_name: { get_param: pcrf_gx_net_name }
pcrf_gx_net_ip: { get_param: [pcrf_gx_net_ips, 0] }
pcrf_gx_net_mask: { get_param: pcrf_gx_net_mask }
pcrf_sp_net_name: { get_param: pcrf_sp_net_name }
pcrf_sp_net_ip: { get_param: [pcrf_sp_net_ips, 0] }
pcrf_sp_net_mask: { get_param: pcrf_sp_net_mask }
pcrf_sy_net_name: { get_param: pcrf_sy_net_name }
pcrf_sy_net_ip: { get_param: [pcrf_sy_net_ips, 0] }
pcrf_sy_net_mask: { get_param: pcrf_sy_net_mask }
pcrf_rx_net_name: { get_param: pcrf_rx_net_name }
pcrf_rx_net_ip: { get_param: [pcrf_rx_net_ips, 0] }
pcrf_rx_net_mask: { get_param: pcrf_rx_net_mask }
pcrf_sd_net_name: { get_param: pcrf_sd_net_name }
pcrf_sd_net_ip: { get_param: [pcrf_sd_net_ips, 0] }
pcrf_sd_net_mask: { get_param: pcrf_sd_net_mask }
pcrf_sgi_sy_net_name: { get_param: pcrf_sgi_sy_net_name }
pcrf_sgi_sy_net_ip: { get_param: [pcrf_sgi_sy_net_ips, 0] }
pcrf_sgi_sy_net_mask: { get_param: pcrf_sgi_sy_net_mask }
pcrf_vnf_id: {get_param: pcrf_vnf_id}
server_pcrf_ppd_002:
type: nested-ppd_v1.0.yaml
properties:
pcrf_ppd_server_name: { get_param: [pcrf_ppd_server_names, 1] }
pcrf_ppd_image_name: { get_param: pcrf_ppd_image_name }
pcrf_ppd_flavor_name: { get_param: pcrf_ppd_flavor_name }
availabilityzone_name: { get_param: availabilityzone_name }
pcrf_security_group_name: { get_param: pcrf_security_group_name }
pcrf_cps_net_name: { get_param: pcrf_cps_net_name }
pcrf_cps_net_ip: { get_param: [pcrf_cps_net_ips, 1] }
pcrf_cps_net_mask: { get_param: pcrf_cps_net_mask }
pcrf_lb_internal_vip: { get_param: pcrf_lb_internal_vip }
pcrf_oam_net_name: { get_param: pcrf_oam_net_name }
pcrf_oam_net_ip: { get_param: [pcrf_oam_net_ips, 1] }
pcrf_oam_net_mask: { get_param: pcrf_oam_net_mask }
pcrf_oam_net_gw: { get_param: pcrf_oam_net_gw }
pcrf_lb_management_vip: { get_param: pcrf_lb_management_vip }
pcrf_gx_net_name: { get_param: pcrf_gx_net_name }
pcrf_gx_net_ip: { get_param: [pcrf_gx_net_ips, 1] }
pcrf_gx_net_mask: { get_param: pcrf_gx_net_mask }
pcrf_sp_net_name: { get_param: pcrf_sp_net_name }
pcrf_sp_net_ip: { get_param: [pcrf_sp_net_ips, 1] }
pcrf_sp_net_mask: { get_param: pcrf_sp_net_mask }
pcrf_sy_net_name: { get_param: pcrf_sy_net_name }
pcrf_sy_net_ip: { get_param: [pcrf_sy_net_ips, 1] }
pcrf_sy_net_mask: { get_param: pcrf_sy_net_mask }
pcrf_rx_net_name: { get_param: pcrf_rx_net_name }
pcrf_rx_net_ip: { get_param: [pcrf_rx_net_ips, 1] }
pcrf_rx_net_mask: { get_param: pcrf_rx_net_mask }
pcrf_sd_net_name: { get_param: pcrf_sd_net_name }
pcrf_sd_net_ip: { get_param: [pcrf_sd_net_ips, 1] }
pcrf_sd_net_mask: { get_param: pcrf_sd_net_mask }
pcrf_sgi_sy_net_name: { get_param: pcrf_sgi_sy_net_name }
pcrf_sgi_sy_net_ip: { get_param: [pcrf_sgi_sy_net_ips, 1] }
pcrf_sgi_sy_net_mask: { get_param: pcrf_sgi_sy_net_mask }
pcrf_vnf_id: {get_param: pcrf_vnf_id}
server_pcrf_ppd_003:
type: nested-ppd_v1.0.yaml
properties:
pcrf_ppd_server_name: { get_param: [pcrf_ppd_server_names, 2] }
pcrf_ppd_image_name: { get_param: pcrf_ppd_image_name }
pcrf_ppd_flavor_name: { get_param: pcrf_ppd_flavor_name }
availabilityzone_name: { get_param: availabilityzone_name }
pcrf_security_group_name: { get_param: pcrf_security_group_name }
pcrf_cps_net_name: { get_param: pcrf_cps_net_name }
pcrf_cps_net_ip: { get_param: [pcrf_cps_net_ips, 2] }
pcrf_cps_net_mask: { get_param: pcrf_cps_net_mask }
pcrf_lb_internal_vip: { get_param: pcrf_lb_internal_vip }
pcrf_oam_net_name: { get_param: pcrf_oam_net_name }
pcrf_oam_net_ip: { get_param: [pcrf_oam_net_ips, 2] }
pcrf_oam_net_mask: { get_param: pcrf_oam_net_mask }
pcrf_oam_net_gw: { get_param: pcrf_oam_net_gw }
pcrf_lb_management_vip: { get_param: pcrf_lb_management_vip }
pcrf_gx_net_name: { get_param: pcrf_gx_net_name }
pcrf_gx_net_ip: { get_param: [pcrf_gx_net_ips, 2] }
pcrf_gx_net_mask: { get_param: pcrf_gx_net_mask }
pcrf_sp_net_name: { get_param: pcrf_sp_net_name }
pcrf_sp_net_ip: { get_param: [pcrf_sp_net_ips, 2] }
pcrf_sp_net_mask: { get_param: pcrf_sp_net_mask }
pcrf_sy_net_name: { get_param: pcrf_sy_net_name }
pcrf_sy_net_ip: { get_param: [pcrf_sy_net_ips, 2] }
pcrf_sy_net_mask: { get_param: pcrf_sy_net_mask }
pcrf_rx_net_name: { get_param: pcrf_rx_net_name }
pcrf_rx_net_ip: { get_param: [pcrf_rx_net_ips, 2] }
pcrf_rx_net_mask: { get_param: pcrf_rx_net_mask }
pcrf_sd_net_name: { get_param: pcrf_sd_net_name }
pcrf_sd_net_ip: { get_param: [pcrf_sd_net_ips, 2] }
pcrf_sd_net_mask: { get_param: pcrf_sd_net_mask }
pcrf_sgi_sy_net_name: { get_param: pcrf_sgi_sy_net_name }
pcrf_sgi_sy_net_ip: { get_param: [pcrf_sgi_sy_net_ips, 2] }
pcrf_sgi_sy_net_mask: { get_param: pcrf_sgi_sy_net_mask }
pcrf_vnf_id: {get_param: pcrf_vnf_id}
server_pcrf_ppd_004:
type: nested-ppd_v1.0.yaml
properties:
pcrf_ppd_server_name: { get_param: [pcrf_ppd_server_names, 3] }
pcrf_ppd_image_name: { get_param: pcrf_ppd_image_name }
pcrf_ppd_flavor_name: { get_param: pcrf_ppd_flavor_name }
availabilityzone_name: { get_param: availabilityzone_name }
pcrf_security_group_name: { get_param: pcrf_security_group_name }
pcrf_cps_net_name: { get_param: pcrf_cps_net_name }
pcrf_cps_net_ip: { get_param: [pcrf_cps_net_ips, 3] }
pcrf_cps_net_mask: { get_param: pcrf_cps_net_mask }
pcrf_lb_internal_vip: { get_param: pcrf_lb_internal_vip }
pcrf_oam_net_name: { get_param: pcrf_oam_net_name }
pcrf_oam_net_ip: { get_param: [pcrf_oam_net_ips, 3] }
pcrf_oam_net_mask: { get_param: pcrf_oam_net_mask }
pcrf_oam_net_gw: { get_param: pcrf_oam_net_gw }
pcrf_lb_management_vip: { get_param: pcrf_lb_management_vip }
pcrf_gx_net_name: { get_param: pcrf_gx_net_name }
pcrf_gx_net_ip: { get_param: [pcrf_gx_net_ips, 3] }
pcrf_gx_net_mask: { get_param: pcrf_gx_net_mask }
pcrf_sp_net_name: { get_param: pcrf_sp_net_name }
pcrf_sp_net_ip: { get_param: [pcrf_sp_net_ips, 3] }
pcrf_sp_net_mask: { get_param: pcrf_sp_net_mask }
pcrf_sy_net_name: { get_param: pcrf_sy_net_name }
pcrf_sy_net_ip: { get_param: [pcrf_sy_net_ips, 3] }
pcrf_sy_net_mask: { get_param: pcrf_sy_net_mask }
pcrf_rx_net_name: { get_param: pcrf_rx_net_name }
pcrf_rx_net_ip: { get_param: [pcrf_rx_net_ips, 3] }
pcrf_rx_net_mask: { get_param: pcrf_rx_net_mask }
pcrf_sd_net_name: { get_param: pcrf_sd_net_name }
pcrf_sd_net_ip: { get_param: [pcrf_sd_net_ips, 3] }
pcrf_sd_net_mask: { get_param: pcrf_sd_net_mask }
pcrf_sgi_sy_net_name: { get_param: pcrf_sgi_sy_net_name }
pcrf_sgi_sy_net_ip: { get_param: [pcrf_sgi_sy_net_ips, 3] }
pcrf_sgi_sy_net_mask: { get_param: pcrf_sgi_sy_net_mask }
pcrf_vnf_id: {get_param: pcrf_vnf_id}
|