blob: 70ac56e9d16d9813e6ef98dd3392cd7d41d0b155 [file] [log] [blame]
badhri854c028b32021-11-03 18:24:05 -05001# Copyright 2020-present Open Networking Foundation
2#
Ajay Lotan Thakurb050aa62022-02-11 13:14:48 -06003# SPDX-License-Identifier: Apache-2.0
badhri854c028b32021-11-03 18:24:05 -05004
5images:
6 tags:
7 init: docker.io/omecproject/pod-init:1.0.0
Ajay Lotan Thakurf378fd02021-11-29 01:33:51 -06008 simapp: "registry.aetherproject.org/omecproject/simapp:main-329c82d"
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
Ajay Lotan Thakurf378fd02021-11-29 01:33:51 -060048 http-version: 1
badhri854c028b32021-11-03 18:24:05 -050049 logger:
50 # network function
51 APP:
52 debugLevel: info
53 ReportCaller: false
54 configuration:
55 provision-network-slice: false
56 subscribers:
57 - ueId-start: 208014567891201 #4G User for aiab setup
58 ueId-end: 208014567891201
59 plmnId: 20893
60 opc: d4416644f6154936193433dd20a0ace0
61 key: 465b5ce8b199b49faa5f0a2ee238a6bc
62 sequenceNumber: 96
63 - ueId-start: 123456789123458
64 ueId-end: 123456789123458
65 plmnId: 20893
66 opc: 8e27b6af0e692e750f32667a3b14605d
67 key: 8baf473f2f8fd09487cccbd7097c6862
68 sequenceNumber: 16f3b3f70fc2
69 - ueId-start: 123456789123460
70 ueId-end: 123456789123465
71 plmnId: 20893
72 opc: 8e27b6af0e692e750f32667a3b14605d
73 key: 8baf473f2f8fd09487cccbd7097c6862
74 sequenceNumber: 16f3b3f70fc2
75 sub-provision-endpt:
76 addr: webui
77 port: 5000
78 device-groups:
79 - name: "iot-camera"
80 imsis:
81 - "123456789123458"
82 - "208014567891201"
83 ip-domain-name: "pool1"
84 ip-domain-expanded:
85 dnn: internet
86 dns-primary: "8.8.8.8"
87 mtu: 1460
88 ue-ip-pool: "10.91.0.0/16"
89 ue-dnn-qos:
badhri8596916802021-11-18 21:47:01 -060090 dnn-mbr-downlink: 5000000
91 dnn-mbr-uplink: 2000000
92 bitrate-unit: bps
badhri854c028b32021-11-03 18:24:05 -050093 traffic-class:
94 name: "gold"
95 qci: 9
96 arp: 6
badhri8596916802021-11-18 21:47:01 -060097 pdb: 300
98 pelr: 6
badhri854c028b32021-11-03 18:24:05 -050099 site-info: "menlo"
100 network-slices:
101 - name: "slice1"
102 slice-id:
103 sd: 65565
104 sst: 255
105 site-device-group:
106 - "iot-camera"
107 applications-information:
108 - app-name: "iot-app"
109 end-port: 40000
110 endpoint: "1.1.1.1/32"
111 protocol: 17
112 start-port: 40000
113 deny-applications:
114 - "iot-app-deny"
115 permit-applications:
116 - "iot-app1-permit"
117 - "iot-app2-permit"
118 site-info:
119 gNodeBs:
120 - name: "menlo-gnb1"
121 tac: 1
122 plmn:
123 mcc: "315"
124 mnc: "010"
125 site-name: "menlo"
126 upf:
127 upf-name: "upf"
128 upf-port: 8805