blob: f4aca8e8ad3d831a510c8b9ae1e002c3adc0b599 [file] [log] [blame]
Ajay Lotan Thakur85e31112021-06-23 16:59:47 -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
badhri85826137e2021-10-11 14:49:20 -05008 simapp: "registry.aetherproject.org/omecproject/simapp:main-bff796a"
Ajay Lotan Thakur85e31112021-06-23 16:59:47 -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
Ajay Lotan Thakur941b78e2021-07-17 17:32:32 -050038 config:
39 port: 8080
40 nodePort:
41 enabled: false
42 port: 30081
Ajay Lotan Thakur85e31112021-06-23 16:59:47 -050043 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
Pingping Lin8a12ece2021-07-08 03:10:35 -050055 subscribers:
Ajay Lotan Thakurfaa0f872021-07-29 13:03:57 -050056 - ueId-start: 208014567891201 #4G User for aiab setup
57 ueId-end: 208014567891201
58 plmnId: 20893
59 opc: d4416644f6154936193433dd20a0ace0
60 key: 465b5ce8b199b49faa5f0a2ee238a6bc
61 sequenceNumber: 96
Pingping Lin8a12ece2021-07-08 03:10:35 -050062 - 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
Ajay Lotan Thakur85e31112021-06-23 16:59:47 -050077 device-groups:
78 - name: "iot-camera"
79 imsis:
Ajay Lotan Thakurfaa0f872021-07-29 13:03:57 -050080 - "123456789123458"
81 - "208014567891201"
Ajay Lotan Thakur85e31112021-06-23 16:59:47 -050082 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"
badhri85826137e2021-10-11 14:49:20 -050088 ue-dnn-qos:
89 uplink: 2000000
90 downlink: 8000000
91 traffic-class:
92 name: "gold"
93 qci: 9
94 arp: 6
Ajay Lotan Thakur85e31112021-06-23 16:59:47 -050095 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"
Ajay Lotan Thakur85e31112021-06-23 16:59:47 -0500114 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:
Ajay Lotan Thakurfaa0f872021-07-29 13:03:57 -0500123 upf-name: "upf"
Ajay Lotan Thakur85e31112021-06-23 16:59:47 -0500124 upf-port: 8805