blob: e36e24f95d88ae49296cfbb2daf4b4cf1284d420 [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
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:
56 - ueId-start: 123456789123458
57 ueId-end: 123456789123458
58 plmnId: 20893
59 opc: 8e27b6af0e692e750f32667a3b14605d
60 key: 8baf473f2f8fd09487cccbd7097c6862
61 sequenceNumber: 16f3b3f70fc2
62 - ueId-start: 123456789123460
63 ueId-end: 123456789123465
64 plmnId: 20893
65 opc: 8e27b6af0e692e750f32667a3b14605d
66 key: 8baf473f2f8fd09487cccbd7097c6862
67 sequenceNumber: 16f3b3f70fc2
68 sub-provision-endpt:
69 addr: webui
70 port: 5000
Ajay Lotan Thakur85e31112021-06-23 16:59:47 -050071 device-groups:
72 - name: "iot-camera"
73 imsis:
74 - "123456789123456"
75 - "123456789123457"
76 ip-domain-name: "pool1"
77 ip-domain-expanded:
78 dnn: internet
79 dns-primary: "8.8.8.8"
80 mtu: 1460
81 ue-ip-pool: "10.91.0.0/16"
82 site-info: "menlo"
83 network-slices:
84 - name: "slice1"
85 slice-id:
86 sd: 65565
87 sst: 255
88 site-device-group:
89 - "iot-camera"
90 applications-information:
91 - app-name: "iot-app"
92 end-port: 40000
93 endpoint: "1.1.1.1/32"
94 protocol: 17
95 start-port: 40000
96 deny-applications:
97 - "iot-app-deny"
98 permit-applications:
99 - "iot-app1-permit"
100 - "iot-app2-permit"
101 qos:
102 downlink: 20000000
103 traffic-class: "platinum"
104 uplink: 4000000
105 site-info:
106 gNodeBs:
107 - name: "menlo-gnb1"
108 tac: 1
109 plmn:
110 mcc: "315"
111 mnc: "010"
112 site-name: "menlo"
113 upf:
114 upf-name: "upf.menlo.aetherproject.org"
115 upf-port: 8805