Wei-Yu Chen | 450a98a | 2019-01-15 16:56:30 -0800 | [diff] [blame] | 1 | --- |
Wei-Yu Chen | 53aec36 | 2019-01-18 16:30:33 -0800 | [diff] [blame] | 2 | # Copyright 2018-present Open Networking Foundation |
| 3 | # Copyright 2018 Intel Corporation |
Wei-Yu Chen | 450a98a | 2019-01-15 16:56:30 -0800 | [diff] [blame] | 4 | # |
| 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 Chen | da76c32 | 2019-01-18 13:31:55 -0800 | [diff] [blame] | 21 | hssdb_hostname: "cassandra" |
| 22 | hss_hostname: "hss" |
| 23 | mme_hostname: "mme" |
| 24 | spgwc_hostname: "ngic-cp" |
Matteo Scandolo | dec3f27 | 2019-02-04 13:57:35 -0800 | [diff] [blame] | 25 | # If the control plane is installed in a separate cluster, this value needs to be overridden |
Wei-Yu Chen | d21956f | 2019-02-04 15:21:01 -0800 | [diff] [blame] | 26 | spgwu_s11_ip: "ngic-dp" |
Matteo Scandolo | dec3f27 | 2019-02-04 13:57:35 -0800 | [diff] [blame] | 27 | # 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 Lin | 79f8470 | 2019-02-05 18:38:40 -0800 | [diff] [blame] | 30 | spgwu_s1u_ip: "119.0.0.45" |
Wei-Yu Chen | da76c32 | 2019-01-18 13:31:55 -0800 | [diff] [blame] | 31 | spgwu_port: 20 |
Pingping Lin | 79f8470 | 2019-02-05 18:38:40 -0800 | [diff] [blame] | 32 | accelleran_hostname: "10.233.65.88" |
Wei-Yu Chen | b3409b8 | 2019-01-17 15:34:23 -0800 | [diff] [blame] | 33 | |
Wei-Yu Chen | 450a98a | 2019-01-15 16:56:30 -0800 | [diff] [blame] | 34 | hss: |
| 35 | # TODO: init UE's IMEI to DB? |
| 36 | images: |
| 37 | init: "ngick8stesting/c3po-cassandra:5e2eaf6" |
| 38 | hss: "ngick8stesting/c3po-hss:5e2eaf6" |
| 39 | ports: |
| 40 | s6a: 3868 |
| 41 | secs6a: 5868 |
| 42 | replicas: 1 |
| 43 | resources: |
| 44 | cpu: 3 |
| 45 | mem: "1Gi" |
| 46 | |
| 47 | mme: |
| 48 | images: |
| 49 | init: "ngick8stesting/c3po-mmeinit" |
Pingping Lin | 79f8470 | 2019-02-05 18:38:40 -0800 | [diff] [blame] | 50 | #mme: "ngick8stesting/c3po-mme:5e2eaf6" |
| 51 | mme: "ngick8stesting/c3po-mme:mwca-mme-debug" |
Wei-Yu Chen | 450a98a | 2019-01-15 16:56:30 -0800 | [diff] [blame] | 52 | ports: |
| 53 | s11: 2123 |
| 54 | s1ap: 36412 |
| 55 | s6a: 3868 |
Matteo Scandolo | dec3f27 | 2019-02-04 13:57:35 -0800 | [diff] [blame] | 56 | s11_external: 32123 |
Pingping Lin | 79f8470 | 2019-02-05 18:38:40 -0800 | [diff] [blame] | 57 | s1ap_external: 31412 |
| 58 | s6a_external: 30868 |
Wei-Yu Chen | 450a98a | 2019-01-15 16:56:30 -0800 | [diff] [blame] | 59 | replicas: 1 |
| 60 | enb_s1ap_ip: "119.0.0.10" |
| 61 | resources: |
| 62 | cpu: 3 |
| 63 | mem: "1Gi" |
| 64 | |
| 65 | ngic_cp: |
| 66 | images: |
| 67 | init: "ngick8stesting/c3po-mmeinit" |
| 68 | cp: "ngick8stesting/ngic-cp:690f418" |
| 69 | replicas: 1 |
| 70 | ports: |
| 71 | s11: 2123 |
| 72 | sx: 21 |
| 73 | config: |
| 74 | apn: "apn1" |
| 75 | ue_ip_pool: "16.0.0.0" |
| 76 | ue_ip_pool_mask: "255.240.0.0" |
| 77 | resources: |
| 78 | cpu: 3 |
| 79 | mem: "5Gi" |
| 80 | |
| 81 | namespace: epc |