blob: befee443016e39e6bb5ad5d6eb313aac28c79ea1 [file] [log] [blame]
Woojoong Kimfdaa7732019-10-08 10:08:25 -07001# Copyright 2018-present Open Networking Foundation
2# Copyright 2018 Intel Corporation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16images:
17 tags:
18 initCU: docker.io/omecproject/pod-init:1.0.0
Woojoong Kimeb7a4392020-01-15 17:13:22 -080019 nats: registry.aether.opennetworking.org/aether/accelleran-cu-nats-b17:v1.0.0
20 redis: registry.aether.opennetworking.org/aether/accelleran-cu-redis-b17:v1.0.0
21 vranL3: registry.aether.opennetworking.org/aether/accelleran-cu-l3-fdd-b17:v1.0.0
Woojoong Kimfdaa7732019-10-08 10:08:25 -070022 pullPolicy: IfNotPresent
23
24nodeSelectors:
25 enabled: false
26 accelleranCU:
27 label: accelleran-cu
28 value: enabled
29
30resources:
31 enabled: true
32 accelleranCU:
33 requests:
34 cpu: 3
35 memory: 1Gi
36 limits:
37 cpu: 3
38 memory: 1Gi
39
40config:
41 vran:
42 replicas: 1
43 socketInterface: eth0
44 instId: "enb_key"
45 ports:
46 s1ap:
47 port: 36412
Woojoong Kimfdaa7732019-10-08 10:08:25 -070048 nats:
49 port: 4222
50 nodePort: 4222
51 redis:
52 port: 6379
53 nodePort: 6379
54 nats:
55 serviceName: "nats-cluster"
56 ip: 10.90.0.151
57 epc:
58 plmnId: 371211
59 mme:
60 ip: 10.90.0.151
61 s1apPort: 36412
62 progran:
63 enabled: false
64 # ONOS ProgRAN IP address
65 ip: 10.90.0.151
66 port: 30410
67
68