blob: 6b20a1f34b36a03a9f40982a6f2f2e439455f9c2 [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"
25spgwu_hostname: "ngic-dp"
Wei-Yu Chen353512d2019-01-30 13:28:48 -080026# Need to get SPGW-U interface IP address to put at here
27spgwu_s1u_ip: "119.0.0.45"
Wei-Yu Chenda76c322019-01-18 13:31:55 -080028spgwu_port: 20
Wei-Yu Chenb92af452019-01-31 12:08:19 -080029accelleran_hostname: "10.233.65.254"
Wei-Yu Chenb3409b82019-01-17 15:34:23 -080030
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080031hss:
32 # TODO: init UE's IMEI to DB?
33 images:
34 init: "ngick8stesting/c3po-cassandra:5e2eaf6"
35 hss: "ngick8stesting/c3po-hss:5e2eaf6"
36 ports:
37 s6a: 3868
38 secs6a: 5868
39 replicas: 1
40 resources:
41 cpu: 3
42 mem: "1Gi"
43
44mme:
45 images:
46 init: "ngick8stesting/c3po-mmeinit"
47 mme: "ngick8stesting/c3po-mme:5e2eaf6"
48 ports:
49 s11: 2123
50 s1ap: 36412
51 s6a: 3868
52 replicas: 1
53 enb_s1ap_ip: "119.0.0.10"
54 resources:
55 cpu: 3
56 mem: "1Gi"
57
58ngic_cp:
59 images:
60 init: "ngick8stesting/c3po-mmeinit"
61 cp: "ngick8stesting/ngic-cp:690f418"
62 replicas: 1
63 ports:
64 s11: 2123
65 sx: 21
66 config:
67 apn: "apn1"
68 ue_ip_pool: "16.0.0.0"
69 ue_ip_pool_mask: "255.240.0.0"
70 resources:
71 cpu: 3
72 mem: "5Gi"
73
74namespace: epc