blob: 9f43975a07f01ce40a59dd0ea5780cfa25762770 [file] [log] [blame]
badhri854c028b32021-11-03 18:24:05 -05001# Copyright 2020-present Open Networking Foundation
2#
3# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
4
5images:
6 tags:
7 init: docker.io/omecproject/pod-init:1.0.0
badhri852d27c172021-11-05 18:07:53 -05008 simapp: "registry.aetherproject.org/omecproject/simapp:main-a6841f5"
badhri854c028b32021-11-03 18:24:05 -05009 pullPolicy: IfNotPresent
10 # Optionally specify an array of imagePullSecrets.
11 # Secrets must be manually created in the namespace.
12 pullSecrets:
13 - name: aether.registry
14
15resources:
16 enabled: false
17 simapp:
18 requests:
19 cpu: 1
20 memory: 1Gi
21 limits:
22 cpu: 1
23 memory: 1Gi
24
25config:
26 coreDump:
27 enabled: false
28 path: /tmp/coredump
29 simapp:
30 deploy: true
31 podAnnotations:
32 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
33 prometheus:
34 port: 9089
35 nodePort:
36 enabled: false
37 port: 30080
38 config:
39 port: 8080
40 nodePort:
41 enabled: false
42 port: 30081
43 cfgFiles:
44 simapp.yaml:
45 info:
46 version: 1.0.0
47 description: SIMAPP initial local configuration
48 logger:
49 # network function
50 APP:
51 debugLevel: info
52 ReportCaller: false
53 configuration:
54 provision-network-slice: false
55 subscribers:
56 - ueId-start: 208014567891201 #4G User for aiab setup
57 ueId-end: 208014567891201
58 plmnId: 20893
59 opc: d4416644f6154936193433dd20a0ace0
60 key: 465b5ce8b199b49faa5f0a2ee238a6bc
61 sequenceNumber: 96
62 - ueId-start: 123456789123458
63 ueId-end: 123456789123458
64 plmnId: 20893
65 opc: 8e27b6af0e692e750f32667a3b14605d
66 key: 8baf473f2f8fd09487cccbd7097c6862
67 sequenceNumber: 16f3b3f70fc2
68 - ueId-start: 123456789123460
69 ueId-end: 123456789123465
70 plmnId: 20893
71 opc: 8e27b6af0e692e750f32667a3b14605d
72 key: 8baf473f2f8fd09487cccbd7097c6862
73 sequenceNumber: 16f3b3f70fc2
74 sub-provision-endpt:
75 addr: webui
76 port: 5000
77 device-groups:
78 - name: "iot-camera"
79 imsis:
80 - "123456789123458"
81 - "208014567891201"
82 ip-domain-name: "pool1"
83 ip-domain-expanded:
84 dnn: internet
85 dns-primary: "8.8.8.8"
86 mtu: 1460
87 ue-ip-pool: "10.91.0.0/16"
88 ue-dnn-qos:
89 uplink: 2000000
90 downlink: 8000000
91 traffic-class:
92 name: "gold"
93 qci: 9
94 arp: 6
95 site-info: "menlo"
96 network-slices:
97 - name: "slice1"
98 slice-id:
99 sd: 65565
100 sst: 255
101 site-device-group:
102 - "iot-camera"
103 applications-information:
104 - app-name: "iot-app"
105 end-port: 40000
106 endpoint: "1.1.1.1/32"
107 protocol: 17
108 start-port: 40000
109 deny-applications:
110 - "iot-app-deny"
111 permit-applications:
112 - "iot-app1-permit"
113 - "iot-app2-permit"
114 site-info:
115 gNodeBs:
116 - name: "menlo-gnb1"
117 tac: 1
118 plmn:
119 mcc: "315"
120 mnc: "010"
121 site-name: "menlo"
122 upf:
123 upf-name: "upf"
124 upf-port: 8805