blob: e226c0f6aaf9270c8ae24773b907539c4d3a094a [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 Chen9f533ef2019-02-18 11:39:17 -080037hssdb_node_selector: node3
38hss_node_selector: node3
39mme_node_selector: node2
40spgwc_node_selector: node2
41
42
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080043hss:
44 # TODO: init UE's IMEI to DB?
45 images:
Wei-Yu Chenb4ae01e2019-02-11 13:11:44 -080046 init: "node1:30500/ngick8stesting/c3po-cassandra:5e2eaf6"
47 hss: "node1:30500/ngick8stesting/c3po-hss:5e2eaf6"
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080048 ports:
49 s6a: 3868
50 secs6a: 5868
51 replicas: 1
52 resources:
53 cpu: 3
54 mem: "1Gi"
55
56mme:
57 images:
Wei-Yu Chenec8a2d72019-02-12 14:36:10 -080058 init: "ngick8stesting/c3po-mmeinit"
Pingping Lin79f84702019-02-05 18:38:40 -080059 mme: "ngick8stesting/c3po-mme:mwca-mme-debug"
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080060 ports:
61 s11: 2123
62 s1ap: 36412
63 s6a: 3868
Pingping Lin79f84702019-02-05 18:38:40 -080064 s1ap_external: 31412
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080065 replicas: 1
66 enb_s1ap_ip: "119.0.0.10"
67 resources:
68 cpu: 3
69 mem: "1Gi"
70
71ngic_cp:
72 images:
73 init: "ngick8stesting/c3po-mmeinit"
Wei-Yu Chenb4ae01e2019-02-11 13:11:44 -080074 cp: "node1:30500/ngick8stesting/ngic-cp:690f418"
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080075 replicas: 1
76 ports:
77 s11: 2123
78 sx: 21
Wei-Yu Chenec8a2d72019-02-12 14:36:10 -080079 sx_external: 31311
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080080 config:
81 apn: "apn1"
82 ue_ip_pool: "16.0.0.0"
83 ue_ip_pool_mask: "255.240.0.0"
84 resources:
85 cpu: 3
86 mem: "5Gi"
87
88namespace: epc