Ajay Lotan Thakur | 85e3111 | 2021-06-23 16:59:47 -0500 | [diff] [blame] | 1 | # Copyright 2020-present Open Networking Foundation |
| 2 | # |
| 3 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| 4 | |
| 5 | images: |
| 6 | tags: |
| 7 | init: docker.io/omecproject/pod-init:1.0.0 |
badhri85 | 826137e | 2021-10-11 14:49:20 -0500 | [diff] [blame] | 8 | simapp: "registry.aetherproject.org/omecproject/simapp:main-bff796a" |
Ajay Lotan Thakur | 85e3111 | 2021-06-23 16:59:47 -0500 | [diff] [blame] | 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 | |
| 15 | resources: |
| 16 | enabled: false |
| 17 | simapp: |
| 18 | requests: |
| 19 | cpu: 1 |
| 20 | memory: 1Gi |
| 21 | limits: |
| 22 | cpu: 1 |
| 23 | memory: 1Gi |
| 24 | |
| 25 | config: |
| 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 Thakur | 941b78e | 2021-07-17 17:32:32 -0500 | [diff] [blame] | 38 | config: |
| 39 | port: 8080 |
| 40 | nodePort: |
| 41 | enabled: false |
| 42 | port: 30081 |
Ajay Lotan Thakur | 85e3111 | 2021-06-23 16:59:47 -0500 | [diff] [blame] | 43 | 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 Lin | 8a12ece | 2021-07-08 03:10:35 -0500 | [diff] [blame] | 55 | subscribers: |
Ajay Lotan Thakur | faa0f87 | 2021-07-29 13:03:57 -0500 | [diff] [blame] | 56 | - 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 Lin | 8a12ece | 2021-07-08 03:10:35 -0500 | [diff] [blame] | 62 | - 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 Thakur | 85e3111 | 2021-06-23 16:59:47 -0500 | [diff] [blame] | 77 | device-groups: |
| 78 | - name: "iot-camera" |
| 79 | imsis: |
Ajay Lotan Thakur | faa0f87 | 2021-07-29 13:03:57 -0500 | [diff] [blame] | 80 | - "123456789123458" |
| 81 | - "208014567891201" |
Ajay Lotan Thakur | 85e3111 | 2021-06-23 16:59:47 -0500 | [diff] [blame] | 82 | 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" |
badhri85 | 826137e | 2021-10-11 14:49:20 -0500 | [diff] [blame] | 88 | ue-dnn-qos: |
| 89 | uplink: 2000000 |
| 90 | downlink: 8000000 |
| 91 | traffic-class: |
| 92 | name: "gold" |
| 93 | qci: 9 |
| 94 | arp: 6 |
Ajay Lotan Thakur | 85e3111 | 2021-06-23 16:59:47 -0500 | [diff] [blame] | 95 | 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 Thakur | 85e3111 | 2021-06-23 16:59:47 -0500 | [diff] [blame] | 114 | 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 Thakur | faa0f87 | 2021-07-29 13:03:57 -0500 | [diff] [blame] | 123 | upf-name: "upf" |
Ajay Lotan Thakur | 85e3111 | 2021-06-23 16:59:47 -0500 | [diff] [blame] | 124 | upf-port: 8805 |