blob: cda9a57952b5c952b22db55fdae190008dd06965 [file] [log] [blame]
badhri854c028b32021-11-03 18:24:05 -05001# Copyright 2020-present Open Networking Foundation
2#
Ajay Lotan Thakur03189d22022-02-10 14:06:03 -06003# SPDX-License-Identifier: Apache-2.0
badhri854c028b32021-11-03 18:24:05 -05004
5images:
Ajay Lotan Thakur71115fe2022-03-03 22:26:08 -07006 repository: "" #default docker hub
badhri854c028b32021-11-03 18:24:05 -05007 tags:
Ajay Lotan Thakur71115fe2022-03-03 22:26:08 -07008 init: omecproject/pod-init:1.0.0
Ajay Lotan Thakur63e86d62022-05-27 14:36:29 -06009 amf: omecproject/5gc-amf:master-439afd0
10 nrf: omecproject/5gc-nrf:master-a431afa
11 smf: omecproject/5gc-smf:master-b73f587
12 ausf: omecproject/5gc-ausf:master-1bfd38d
13 nssf: omecproject/5gc-nssf:master-93cd53b
14 pcf: omecproject/5gc-pcf:master-0e90976
15 udr: omecproject/5gc-udr:master-c9c04fe
16 udm: omecproject/5gc-udm:master-5992f3f
17 webui: omecproject/5gc-webui:master-87adbcc
Ajay Lotan Thakur6de3b782022-04-14 08:41:12 -060018 sctplb: sctplb:0.0.1-dev-local1
Ajay Lotan Thakur491ed5a2022-05-31 17:33:00 -060019 metrics: metricfunc:0.0.1-dev-local0
badhri854c028b32021-11-03 18:24:05 -050020 pullPolicy: IfNotPresent
badhri854c028b32021-11-03 18:24:05 -050021
22resources:
23 enabled: false
Ajay Lotan Thakur6de3b782022-04-14 08:41:12 -060024 sctplb:
25 requests:
26 cpu: 2
27 memory: 1Gi
28 limits:
29 cpu: 2
30 memory: 1Gi
badhri854c028b32021-11-03 18:24:05 -050031 amf:
32 requests:
Ajay Lotan Thakur6ed2e122022-03-04 11:10:31 -070033 cpu: 2
badhri854c028b32021-11-03 18:24:05 -050034 memory: 1Gi
35 limits:
36 cpu: 2
37 memory: 1Gi
38 nrf:
39 requests:
40 cpu: 2
41 memory: 1Gi
42 limits:
43 cpu: 2
44 memory: 1Gi
45 smf:
46 requests:
47 cpu: 2
48 memory: 1Gi
49 limits:
50 cpu: 2
51 memory: 1Gi
52 ausf:
53 requests:
54 cpu: 2
55 memory: 1Gi
56 limits:
57 cpu: 2
58 memory: 1Gi
59 nssf:
60 requests:
61 cpu: 2
62 memory: 1Gi
63 limits:
64 cpu: 2
65 memory: 1Gi
66 pcf:
67 requests:
68 cpu: 2
69 memory: 1Gi
70 limits:
71 cpu: 2
72 memory: 1Gi
73 udr:
74 requests:
75 cpu: 2
76 memory: 1Gi
77 limits:
78 cpu: 2
79 memory: 1Gi
80 udm:
81 requests:
82 cpu: 2
83 memory: 1Gi
84 limits:
85 cpu: 2
86 memory: 1Gi
87 webui:
88 requests:
89 cpu: 1
90 memory: 1Gi
91 limits:
92 cpu: 1
93 memory: 1Gi
94
Ajay Lotan Thakur491ed5a2022-05-31 17:33:00 -060095 metrics:
96 requests:
97 cpu: 1
98 memory: 1Gi
99 limits:
100 cpu: 1
101 memory: 1Gi
102
103kafka:
104 deploy: false
105
badhri854c028b32021-11-03 18:24:05 -0500106mongodb:
107 deploy: true
108 fullnameOverride: mongodb
109 persistence:
110 enabled: false
111 auth:
112 enabled: false
113 serviceAccount:
114 create: false
115 #clusterDomain: cluster.local
116 #architecture: replicaset
117 #replicaCount: 3
118
119config:
120 managedByConfigPod: # config comes from helm by default, if enabled true, then discard
121 enabled: false # helm chart config and use the config from config Pod
122 syncUrl: "" # Get the config from adapater in case control plane is down
123 useExistingConfigMap: false
badhri859b2ce392022-01-18 12:45:40 -0600124 imagePath: /free5gc
badhri854c028b32021-11-03 18:24:05 -0500125 coreDump:
126 enabled: false
127 path: /tmp/coredump
128 mongodb:
129 name: free5gc
130 url: mongodb://mongodb
131 grpc:
132 golog_verbosity: "99"
133 severity: "info"
134 trace: "all"
135 verbosity: "debug"
136 logger:
137 # network function
138 AMF:
139 debugLevel: info
140 ReportCaller: false
141 SMF:
142 debugLevel: info
143 ReportCaller: false
144 UDR:
145 debugLevel: info
146 ReportCaller: false
147 UDM:
148 debugLevel: info
149 ReportCaller: false
150 NRF:
151 debugLevel: info
152 ReportCaller: false
153 PCF:
154 debugLevel: info
155 ReportCaller: false
156 AUSF:
157 debugLevel: info
158 ReportCaller: false
159 N3IWF:
160 debugLevel: info
161 ReportCaller: false
162 # library
163 NAS:
164 debugLevel: info
165 ReportCaller: false
166 FSM:
167 debugLevel: info
168 ReportCaller: false
169 NGAP:
170 debugLevel: info
171 ReportCaller: false
172 NamfComm:
173 debugLevel: info
174 ReportCaller: false
175 NamfEventExposure:
176 debugLevel: info
177 ReportCaller: false
178 NsmfPDUSession:
179 debugLevel: info
180 ReportCaller: false
181 NudrDataRepository:
182 debugLevel: info
183 ReportCaller: false
184 OpenApi:
185 debugLevel: info
186 ReportCaller: false
187 Aper:
188 debugLevel: info
189 ReportCaller: false
190 CommonConsumerTest:
191 debugLevel: info
192 ReportCaller: false
193 PFCP:
194 debugLevel: info
195 ReportCaller: false
196 MongoDBLibrary:
197 debugLevel: info
198 ReportCaller: false
199 PathUtil:
200 debugLevel: info
201 ReportCaller: false
202 # webui
203 WEBUI:
204 debugLevel: info
205 ReportCaller: false
206 webui:
207 deploy: true
208 #podAnnotations:
209 serviceType: ClusterIP
210 urlport:
211 port: 5000
212 # Provide nodePort when serviceType is NodePort
213 #nodePort: 35000
214 grpc:
215 port: 9876
216 ingress:
217 enabled: false
218 hostname: free5gc.local
219 path: /
220 pathType: Prefix
221 # extraHosts:
222 # - host: free5gc.local
223 # path: /
224 cfgFiles:
225 # https://github.com/free5gc/free5gc/blob/main/config/webuicfg.yaml
226 webuicfg.conf:
227 info:
228 version: 1.0.0
229 description: WebUI initial local configuration
Ajay Lotan Thakur58371c42022-03-10 08:12:41 -0700230 configuration:
231 spec-compliant-sdf: false
badhri854c028b32021-11-03 18:24:05 -0500232 udm:
233 deploy: true
234 #podAnnotations:
235 serviceType: ClusterIP
236 sbi:
237 port: 29503
238 # Provide nodePort when serviceType is NodePort
239 #nodePort: 30074
240 cfgFiles:
241 # https://github.com/free5gc/free5gc/blob/main/config/udmcfg.yaml
242 udmcfg.conf:
243 info:
244 version: 1.0.0
245 description: UDM initial local configuration
246 configuration:
247 nrfUri: http://nrf:29510
248 plmnList:
249 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530250 mcc: "208"
251 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500252 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530253 mcc: "222"
254 mnc: "88"
badhri854c028b32021-11-03 18:24:05 -0500255 serviceNameList:
256 - nudm-sdm
257 - nudm-uecm
258 - nudm-ueau
259 - nudm-ee
260 - nudm-pp
261 sbi:
262 scheme: http
263 bindingIPv4: "0.0.0.0"
264 registerIPv4: udm
265 tls:
266 log: free5gc/udmsslkey.log
267 pem: free5gc/support/TLS/udm.pem
268 key: free5gc/support/TLS/udm.key
269 keys:
270 udmProfileAHNPublicKey: 5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650
271 udmProfileAHNPrivateKey: c53c22208b61860b06c62e5406a7b330c2b577aa5558981510d128247d38bd1d
272 udmProfileBHNPublicKey: 0472DA71976234CE833A6907425867B82E074D44EF907DFB4B3E21C1C2256EBCD15A7DED52FCBB097A4ED250E036C7B9C8C7004C4EEDC4F068CD7BF8D3F900E3B4
273 udmProfileBHNPrivateKey: F1AB1074477EBCC7F554EA1C5FC368B1616730155E0041AC447D6301975FECDA
274 udr:
275 deploy: true
276 #podAnnotations:
277 serviceType: ClusterIP
278 sbi:
279 port: 29504
280 # Provide nodePort when serviceType is NodePort
281 #nodePort: 30074
282 cfgFiles:
283 # https://github.com/free5gc/free5gc/blob/main/config/udrcfg.yaml
284 udrcfg.conf:
285 info:
286 version: 1.0.0
287 description: UDR initial local configuration
288 configuration:
289 nrfUri: http://nrf:29510
290 plmnSupportList:
291 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530292 mcc: "208"
293 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500294 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530295 mcc: "333"
296 mnc: "88"
badhri854c028b32021-11-03 18:24:05 -0500297 sbi:
298 scheme: http
299 bindingIPv4: "0.0.0.0"
300 registerIPv4: udr
301 pcf:
302 deploy: true
303 #podAnnotations:
304 serviceType: ClusterIP
305 sbi:
306 port: 29507
307 # Provide nodePort when serviceType is NodePort
308 #nodePort: 30077
309 cfgFiles:
310 # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml
311 pcfcfg.conf:
312 info:
313 version: 1.0.0
314 description: PCF initial local configuration
315 configuration:
316 pcfName: PCF
317 nrfUri: http://nrf:29510
318 sbi:
319 scheme: http
320 bindingIPv4: "0.0.0.0"
321 registerIPv4: pcf
322 defaultBdtRefId: BdtPolicyId-
323 plmnList:
324 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530325 mcc: "208"
326 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500327 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530328 mcc: "333"
329 mnc: "88"
badhri854c028b32021-11-03 18:24:05 -0500330 serviceList:
331 - serviceName: npcf-am-policy-control
332 - serviceName: npcf-smpolicycontrol
333 suppFeat: 3fff
334 - serviceName: npcf-bdtpolicycontrol
335 - serviceName: npcf-policyauthorization
336 suppFeat: 3
337 - serviceName: npcf-eventexposure
338 - serviceName: npcf-ue-policy-control
339 nssf:
340 deploy: true
341 #podAnnotations:
342 serviceType: ClusterIP
343 sbi:
344 port: 29531
345 # Provide nodePort when serviceType is NodePort
346 #nodePort: 30081
347 cfgFiles:
348 # https://github.com/free5gc/free5gc/blob/main/config/nssfcfg.yaml
349 nssfcfg.conf:
350 info:
351 version: 1.0.0
352 description: NSSF initial local configuration
353 configuration:
354 nssfName: NSSF
355 nrfUri: http://nrf:29510
356 sbi:
357 scheme: http
358 bindingIPv4: "0.0.0.0"
359 registerIPv4: nssf
360 serviceNameList:
361 - nnssf-nsselection
362 - nnssf-nssaiavailability
363 supportedPlmnList:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530364 - mcc: "208"
365 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500366 supportedNssaiInPlmnList:
367 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530368 mcc: "208"
369 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500370 supportedSnssaiList:
371 - sst: 1
372 sd: "010203"
373 nsiList:
374 - snssai:
375 sst: 1
376 sd: "010203"
377 nsiInformationList:
378 - nrfId: http://nrf:29510/nnrf-nfm/v1/nf-instances
379 nsiId: 22
Ajay Lotan Thakur6de3b782022-04-14 08:41:12 -0600380 sctplb:
381 deploy: false
382 podAnnotations:
383 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
384 serviceType: ClusterIP
385 sctp_grpc:
386 port: 9000
387 #nodePort: 30088
388 ngapp:
389 #externalIp:
390 port: 38412
391 #nodePort: 30071
392 cfgFiles:
393 # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml
394 sctplb.yaml:
395 info:
396 version: 1.0.0
397 description: SCTPLB initial local configuration
398 logger:
399 sctpLogs: info
400 dispatcherLogs: info
401 clientdiscLogs: info
402 configuration:
403 serviceNames:
404 - "amf-headless"
405 ngapIpList:
406 - "0.0.0.0"
badhri854c028b32021-11-03 18:24:05 -0500407 amf:
408 deploy: true
409 podAnnotations:
410 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
411 serviceType: ClusterIP
412 prometheus:
413 port: 9089
414 # Provide nodePort when serviceType is NodePort
415 #nodePort: 30084
Ajay Lotan Thakur6de3b782022-04-14 08:41:12 -0600416 sctp_grpc:
417 port: 9000
418 #nodePort: 30088
badhri854c028b32021-11-03 18:24:05 -0500419 sbi:
420 port: 29518
421 #nodePort: 30088
422 ngapp:
423 #externalIp:
424 port: 38412
425 #nodePort: 30071
426 cfgFiles:
427 # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml
428 amfcfg.conf:
429 info:
430 version: 1.0.0
431 description: AMF initial local configuration
432 configuration:
433 ngapIpList:
434 - "0.0.0.0"
435 amfName: AMF
436 nrfUri: http://nrf:29510
437 sbi:
438 scheme: http
439 bindingIPv4: "0.0.0.0"
440 registerIPv4: amf
441 serviceNameList:
442 - namf-comm
443 - namf-evts
444 - namf-mt
445 - namf-loc
446 - namf-oam
447 servedGuamiList:
448 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530449 mcc: "208"
450 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500451 amfId: cafe00
452 supportTaiList:
453 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530454 mcc: "208"
455 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500456 tac: 1
457 plmnSupportList:
458 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530459 mcc: "208"
460 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500461 snssaiList:
462 - sst: 1
463 sd: "010203"
464 supportDnnList:
465 - internet
466 security:
467 integrityOrder:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530468 - NIA1
badhri854c028b32021-11-03 18:24:05 -0500469 - NIA2
470 cipheringOrder:
471 - NEA0
472 networkName:
473 full: Aether5G
474 short: Aether
475 networkFeatureSupport5GS: # 5gs Network Feature Support IE, refer to TS 24.501
476 enable: true # append this IE in Registration accept or not
477 imsVoPS: 0 # IMS voice over PS session indicator (uinteger, range: 0~1)
478 emc: 0 # Emergency service support indicator for 3GPP access (uinteger, range: 0~3)
479 emf: 0 # Emergency service fallback indicator for 3GPP access (uinteger, range: 0~3)
480 iwkN26: 0 # Interworking without N26 interface indicator (uinteger, range: 0~1)
481 mpsi: 0 # MPS indicator (uinteger, range: 0~1)
482 emcN3: 0 # Emergency service support indicator for Non-3GPP access (uinteger, range: 0~1)
483 mcsi: 0 # MCS indicator (uinteger, range: 0~1)
484 t3502Value: 720 # timer value (seconds) at UE side
485 t3512Value: 3600 # timer value (seconds) at UE side
486 non3gppDeregistrationTimerValue: 3240 # timer value (seconds) at UE side
487 # retransmission timer for paging message
488 t3513:
489 enable: true # true or false
490 expireTime: 6s # default is 6 seconds
491 maxRetryTimes: 4 # the max number of retransmission
492 # retransmission timer for NAS Deregistration Request message
493 t3522:
494 enable: true # true or false
495 expireTime: 6s # default is 6 seconds
496 maxRetryTimes: 4 # the max number of retransmission
497 # retransmission timer for NAS Registration Accept message
498 t3550:
499 enable: true # true or false
500 expireTime: 6s # default is 6 seconds
501 maxRetryTimes: 4 # the max number of retransmission
502 # retransmission timer for NAS Authentication Request/Security Mode Command message
503 t3560:
504 enable: true # true or false
505 expireTime: 6s # default is 6 seconds
506 maxRetryTimes: 4 # the max number of retransmission
507 # retransmission timer for NAS Notification message
508 t3565:
509 enable: true # true or false
510 expireTime: 6s # default is 6 seconds
511 maxRetryTimes: 4 # the max number of retransmission
512 nrf:
513 deploy: true
514 #podAnnotations:
515 serviceType: ClusterIP
516 sbi:
517 port: 29510
518 # Provide nodePort when serviceType is NodePort
519 #nodePort: 30070
520 cfgFiles:
521 # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml
522 nrfcfg.conf:
523 info:
524 version: 1.0.0
525 description: NRF initial local configuration
526 configuration:
527 sbi:
528 scheme: http
529 bindingIPv4: "0.0.0.0"
530 registerIPv4: nrf
531 DefaultPlmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530532 mcc: "208"
533 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500534 serviceNameList:
535 - nnrf-nfm
536 - nnrf-disc
537 smf:
538 deploy: true
539 podAnnotations:
540 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
541 serviceType: ClusterIP
542 n4:
543 port: 8805
544 # Provide nodePort when serviceType is NodePort
545 #nodePort: 30021
546 prometheus:
547 port: 9089
548 #nodePort: 30084
549 sbi:
550 port: 29502
551 #nodePort: 30080
552 cfgFiles:
553 uerouting.conf:
554 info:
555 version: 1.0.0
556 description: Routing information for UE
557 # https://github.com/free5gc/free5gc/blob/main/config/smfcfg.yaml
558 smfcfg.conf:
559 info:
560 version: 1.0.0
561 description: SMF initial local configuration
562 configuration:
563 pfcp:
564 addr: "POD_IP"
565 smfName: SMF
566 nrfUri: http://nrf:29510
567 sbi:
568 scheme: http
569 bindingIPv4: "0.0.0.0"
570 registerIPv4: smf
571 tls:
572 key: gofree5gc/support/TLS/smf.key
573 pem: gofree5gc/support/TLS/smf.pem
574 serviceNameList:
575 - nsmf-pdusession
576 - nsmf-event-exposure
577 snssaiInfos:
578 - dnnInfos:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530579 - dnn: "internet"
badhri854c028b32021-11-03 18:24:05 -0500580 dns: # the IP address of DNS
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530581 ipv4: "8.8.8.8"
582 ipv6: "2001:4860:4860::8888"
badhri854c028b32021-11-03 18:24:05 -0500583 ueSubnet: 172.250.0.0/16 # should be CIDR type
584 sNssai:
585 sd: "010203"
586 sst: 1
587 userplane_information:
588 up_nodes:
589 gNB1:
590 type: AN
591 UPF:
592 type: UPF
593 node_id: upf
594 sNssaiUpfInfos: # S-NSSAI information list for this UPF
595 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
596 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
597 sd: "010203" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
598 dnnUpfInfoList: # DNN information list for this S-NSSAI
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530599 - dnn: "internet"
badhri854c028b32021-11-03 18:24:05 -0500600 plmnId:
601 mcc: "208"
602 mnc: "93"
603 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
604 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
605 sd: "112233" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
606 dnnUpfInfoList: # DNN information list for this S-NSSAI
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530607 - dnn: "internet"
badhri854c028b32021-11-03 18:24:05 -0500608 plmnId:
609 mcc: "208"
610 mnc: "93"
611 interfaces: # Interface list for this UPF
612 - interfaceType: N3 # the type of the interface (N3 or N9)
613 endpoints: # the IP address of this N3/N9 interface on this UPF
614 - upf
615 networkInstance: internet # Data Network Name (DNN)
616
617 links:
618 - A: gNB1
619 B: UPF
620 ausf:
621 deploy: true
622 #podAnnotations:
623 serviceType: ClusterIP
624 sbi:
625 port: 29509
626 # Provide nodePort when serviceType is NodePort
627 #nodePort: 30082
628 cfgFiles:
629 # https://github.com/free5gc/free5gc/blob/main/config/ausfcfg.yaml
630 ausfcfg.conf:
631 info:
632 version: 1.0.0
633 description: AUSF initial local configuration
634 configuration:
635 nrfUri: http://nrf:29510
636 sbi:
637 scheme: http
638 bindingIPv4: "0.0.0.0"
639 registerIPv4: ausf
640 serviceNameList:
641 - nausf-auth
642 plmnSupportList:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530643 - mcc: "208"
644 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500645 groupId: ausfGroup001
Ajay Lotan Thakur491ed5a2022-05-31 17:33:00 -0600646 metrics:
647 deploy: false
648 serviceType: ClusterIP
649 prometheus:
650 port: 9089
651 cfgFiles:
652 metricscfg.conf:
653 info:
654 version: 1.0.0
655 description: Metrics initial local configuration
656 logger:
657 logLevel: "debug"
658 configuration:
659 nfStream:
660 urls:
661 - "sd-core-kafka-headless:9092"
662 topic:
663 name: "sdcore-nf-data-source"
664 group:
665 analytics: "analytics"
666 mongodb: "mongodb"
667 restapi: "restapi"
668 prometheus: "prometheus"
669 analyticsStream:
670 enable: true
671 urls:
672 - "sd-core-kafka-headless:9092"
673 topic: "sdcore-analytics-feed"
674