blob: 930cfcd4c2ca633baf8d7b6bd0d765123f5368a3 [file] [log] [blame]
Wei-Yu Chen450a98a2019-01-15 16:56:30 -08001---
Wei-Yu Chen53aec362019-01-18 16:30:33 -08002# Copyright 2018-present Open Networking Foundation
3# Copyright 2018 Intel Corporation
Wei-Yu Chen450a98a2019-01-15 16:56:30 -08004#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
17# Default values for mcord-vepc-helm.
18# This is a YAML-formatted file.
19# Declare variables to be passed into your templates.
20
Wei-Yu Chenda76c322019-01-18 13:31:55 -080021hssdb_hostname: "cassandra"
22hss_hostname: "hss"
23mme_hostname: "mme"
24spgwc_hostname: "ngic-cp"
Matteo Scandolodec3f272019-02-04 13:57:35 -080025# If the control plane is installed in a separate cluster, this value needs to be overridden
Wei-Yu Chenec8a2d72019-02-12 14:36:10 -080026# DP installed on LOCAL node3
27spgwu_s11_ip: "10.90.0.133"
Matteo Scandolodec3f272019-02-04 13:57:35 -080028# The spgwu_s1u_ip changes everytime, you can get it with this command:
29# ngic_sriov=$(kubectl exec -n epc ngic-dp-0 ifconfig s1u-net | grep 'inet addr' | cut -d: -f2 | awk '{print $1}')
30# and use it in the chart with --set spgwu_s1u_ip=$ngic_sriov
Pingping Lin79f84702019-02-05 18:38:40 -080031spgwu_s1u_ip: "119.0.0.45"
Wei-Yu Chenec8a2d72019-02-12 14:36:10 -080032spgwu_port: 31310
33# BBU is allocated on LOCAL's node2, use node2's IP
34accelleran_hostname: "10.90.0.132"
35accelleran_port: 31412
Wei-Yu Chenb3409b82019-01-17 15:34:23 -080036
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080037hss:
38 # TODO: init UE's IMEI to DB?
39 images:
Wei-Yu Chenb4ae01e2019-02-11 13:11:44 -080040 init: "node1:30500/ngick8stesting/c3po-cassandra:5e2eaf6"
41 hss: "node1:30500/ngick8stesting/c3po-hss:5e2eaf6"
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080042 ports:
43 s6a: 3868
44 secs6a: 5868
45 replicas: 1
46 resources:
47 cpu: 3
48 mem: "1Gi"
49
50mme:
51 images:
Wei-Yu Chenec8a2d72019-02-12 14:36:10 -080052 init: "ngick8stesting/c3po-mmeinit"
Pingping Lin79f84702019-02-05 18:38:40 -080053 mme: "ngick8stesting/c3po-mme:mwca-mme-debug"
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080054 ports:
55 s11: 2123
56 s1ap: 36412
57 s6a: 3868
Pingping Lin79f84702019-02-05 18:38:40 -080058 s1ap_external: 31412
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080059 replicas: 1
60 enb_s1ap_ip: "119.0.0.10"
61 resources:
62 cpu: 3
63 mem: "1Gi"
64
65ngic_cp:
66 images:
67 init: "ngick8stesting/c3po-mmeinit"
Wei-Yu Chenb4ae01e2019-02-11 13:11:44 -080068 cp: "node1:30500/ngick8stesting/ngic-cp:690f418"
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080069 replicas: 1
70 ports:
71 s11: 2123
72 sx: 21
Wei-Yu Chenec8a2d72019-02-12 14:36:10 -080073 sx_external: 31311
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080074 config:
75 apn: "apn1"
76 ue_ip_pool: "16.0.0.0"
77 ue_ip_pool_mask: "255.240.0.0"
78 resources:
79 cpu: 3
80 mem: "5Gi"
81
82namespace: epc