blob: 7a89b90c97a7f54b6d9d9b359d641083987b15b6 [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 Chend21956f2019-02-04 15:21:01 -080026spgwu_s11_ip: "ngic-dp"
Matteo Scandolodec3f272019-02-04 13:57:35 -080027# The spgwu_s1u_ip changes everytime, you can get it with this command:
28# ngic_sriov=$(kubectl exec -n epc ngic-dp-0 ifconfig s1u-net | grep 'inet addr' | cut -d: -f2 | awk '{print $1}')
29# and use it in the chart with --set spgwu_s1u_ip=$ngic_sriov
Pingping Lin79f84702019-02-05 18:38:40 -080030spgwu_s1u_ip: "119.0.0.45"
Wei-Yu Chenda76c322019-01-18 13:31:55 -080031spgwu_port: 20
Wei-Yu Chenb4ae01e2019-02-11 13:11:44 -080032accelleran_hostname: "10.233.75.23"
Wei-Yu Chenb3409b82019-01-17 15:34:23 -080033
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080034hss:
35 # TODO: init UE's IMEI to DB?
36 images:
Wei-Yu Chenb4ae01e2019-02-11 13:11:44 -080037 init: "node1:30500/ngick8stesting/c3po-cassandra:5e2eaf6"
38 hss: "node1:30500/ngick8stesting/c3po-hss:5e2eaf6"
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080039 ports:
40 s6a: 3868
41 secs6a: 5868
42 replicas: 1
43 resources:
44 cpu: 3
45 mem: "1Gi"
46
47mme:
48 images:
Wei-Yu Chenb4ae01e2019-02-11 13:11:44 -080049 init: "node1:30500/ngick8stesting/c3po-mmeinit"
Pingping Lin79f84702019-02-05 18:38:40 -080050 mme: "ngick8stesting/c3po-mme:mwca-mme-debug"
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080051 ports:
52 s11: 2123
53 s1ap: 36412
54 s6a: 3868
Matteo Scandolodec3f272019-02-04 13:57:35 -080055 s11_external: 32123
Pingping Lin79f84702019-02-05 18:38:40 -080056 s1ap_external: 31412
57 s6a_external: 30868
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080058 replicas: 1
59 enb_s1ap_ip: "119.0.0.10"
60 resources:
61 cpu: 3
62 mem: "1Gi"
63
64ngic_cp:
65 images:
66 init: "ngick8stesting/c3po-mmeinit"
Wei-Yu Chenb4ae01e2019-02-11 13:11:44 -080067 cp: "node1:30500/ngick8stesting/ngic-cp:690f418"
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080068 replicas: 1
69 ports:
70 s11: 2123
71 sx: 21
72 config:
73 apn: "apn1"
74 ue_ip_pool: "16.0.0.0"
75 ue_ip_pool_mask: "255.240.0.0"
76 resources:
77 cpu: 3
78 mem: "5Gi"
79
80namespace: epc