blob: d0bdff033f53d027184c84fe057408f44a1addce [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
50 device-groups:
51 - name: "iot-camera"
52 imsis:
53 - "123456789123456"
54 - "123456789123457"
55 ip-domain-name: "pool1"
56 ip-domain-expanded:
57 dnn: internet
58 dns-primary: "8.8.8.8"
59 mtu: 1460
60 ue-ip-pool: "10.91.0.0/16"
61 site-info: "menlo"
62 network-slices:
63 - name: "slice1"
64 slice-id:
65 sd: 65565
66 sst: 255
67 site-device-group:
68 - "iot-camera"
69 applications-information:
70 - app-name: "iot-app"
71 end-port: 40000
72 endpoint: "1.1.1.1/32"
73 protocol: 17
74 start-port: 40000
75 deny-applications:
76 - "iot-app-deny"
77 permit-applications:
78 - "iot-app1-permit"
79 - "iot-app2-permit"
80 qos:
81 downlink: 20000000
82 traffic-class: "platinum"
83 uplink: 4000000
84 site-info:
85 gNodeBs:
86 - name: "menlo-gnb1"
87 tac: 1
88 plmn:
89 mcc: "315"
90 mnc: "010"
91 site-name: "menlo"
92 upf:
93 upf-name: "upf.menlo.aetherproject.org"
94 upf-port: 8805