blob: 7bb905d8593e5c963a2b1489b33eededc2d1f8dd [file] [log] [blame]
Wei-Yu Chen450a98a2019-01-15 16:56:30 -08001---
2# Copyright 2017-present Open Networking Foundation
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
16# Default values for mcord-vepc-helm.
17# This is a YAML-formatted file.
18# Declare variables to be passed into your templates.
19
Wei-Yu Chenda76c322019-01-18 13:31:55 -080020hssdb_hostname: "cassandra"
21hss_hostname: "hss"
22mme_hostname: "mme"
23spgwc_hostname: "ngic-cp"
24spgwu_hostname: "ngic-dp"
25spgwu_port: 20
Wei-Yu Chenb3409b82019-01-17 15:34:23 -080026
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080027hss:
28 # TODO: init UE's IMEI to DB?
29 images:
30 init: "ngick8stesting/c3po-cassandra:5e2eaf6"
31 hss: "ngick8stesting/c3po-hss:5e2eaf6"
32 ports:
33 s6a: 3868
34 secs6a: 5868
35 replicas: 1
36 resources:
37 cpu: 3
38 mem: "1Gi"
39
40mme:
41 images:
42 init: "ngick8stesting/c3po-mmeinit"
43 mme: "ngick8stesting/c3po-mme:5e2eaf6"
44 ports:
45 s11: 2123
46 s1ap: 36412
47 s6a: 3868
48 replicas: 1
49 enb_s1ap_ip: "119.0.0.10"
50 resources:
51 cpu: 3
52 mem: "1Gi"
53
54ngic_cp:
55 images:
56 init: "ngick8stesting/c3po-mmeinit"
57 cp: "ngick8stesting/ngic-cp:690f418"
58 replicas: 1
59 ports:
60 s11: 2123
61 sx: 21
62 config:
63 apn: "apn1"
64 ue_ip_pool: "16.0.0.0"
65 ue_ip_pool_mask: "255.240.0.0"
66 resources:
67 cpu: 3
68 mem: "5Gi"
69
70namespace: epc