blob: 217d616102fdc69af93d6b0f4fe9100940131adc [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
8 simapp: docker.io/ajaythakuronf/simapp:0.0.1-dev
9 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 cfgFiles:
39 simapp.yaml:
40 info:
41 version: 1.0.0
42 description: SIMAPP initial local configuration
43 logger:
44 # network function
45 APP:
46 debugLevel: info
47 ReportCaller: false
48 configuration:
49 provision-network-slice: false
Pingping Lin8a12ece2021-07-08 03:10:35 -050050 subscribers:
51 - ueId-start: 123456789123458
52 ueId-end: 123456789123458
53 plmnId: 20893
54 opc: 8e27b6af0e692e750f32667a3b14605d
55 key: 8baf473f2f8fd09487cccbd7097c6862
56 sequenceNumber: 16f3b3f70fc2
57 - ueId-start: 123456789123460
58 ueId-end: 123456789123465
59 plmnId: 20893
60 opc: 8e27b6af0e692e750f32667a3b14605d
61 key: 8baf473f2f8fd09487cccbd7097c6862
62 sequenceNumber: 16f3b3f70fc2
63 sub-provision-endpt:
64 addr: webui
65 port: 5000
Ajay Lotan Thakur85e31112021-06-23 16:59:47 -050066 device-groups:
67 - name: "iot-camera"
68 imsis:
69 - "123456789123456"
70 - "123456789123457"
71 ip-domain-name: "pool1"
72 ip-domain-expanded:
73 dnn: internet
74 dns-primary: "8.8.8.8"
75 mtu: 1460
76 ue-ip-pool: "10.91.0.0/16"
77 site-info: "menlo"
78 network-slices:
79 - name: "slice1"
80 slice-id:
81 sd: 65565
82 sst: 255
83 site-device-group:
84 - "iot-camera"
85 applications-information:
86 - app-name: "iot-app"
87 end-port: 40000
88 endpoint: "1.1.1.1/32"
89 protocol: 17
90 start-port: 40000
91 deny-applications:
92 - "iot-app-deny"
93 permit-applications:
94 - "iot-app1-permit"
95 - "iot-app2-permit"
96 qos:
97 downlink: 20000000
98 traffic-class: "platinum"
99 uplink: 4000000
100 site-info:
101 gNodeBs:
102 - name: "menlo-gnb1"
103 tac: 1
104 plmn:
105 mcc: "315"
106 mnc: "010"
107 site-name: "menlo"
108 upf:
109 upf-name: "upf.menlo.aetherproject.org"
110 upf-port: 8805