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" |
| 25 | spgwu_hostname: "ngic-dp" |
| 26 | spgwu_port: 20 |
Wei-Yu Chen | b3409b8 | 2019-01-17 15:34:23 -0800 | [diff] [blame] | 27 | |
Wei-Yu Chen | 450a98a | 2019-01-15 16:56:30 -0800 | [diff] [blame] | 28 | hss: |
| 29 | # TODO: init UE's IMEI to DB? |
| 30 | images: |
| 31 | init: "ngick8stesting/c3po-cassandra:5e2eaf6" |
| 32 | hss: "ngick8stesting/c3po-hss:5e2eaf6" |
| 33 | ports: |
| 34 | s6a: 3868 |
| 35 | secs6a: 5868 |
| 36 | replicas: 1 |
| 37 | resources: |
| 38 | cpu: 3 |
| 39 | mem: "1Gi" |
| 40 | |
| 41 | mme: |
| 42 | images: |
| 43 | init: "ngick8stesting/c3po-mmeinit" |
| 44 | mme: "ngick8stesting/c3po-mme:5e2eaf6" |
| 45 | ports: |
| 46 | s11: 2123 |
| 47 | s1ap: 36412 |
| 48 | s6a: 3868 |
| 49 | replicas: 1 |
| 50 | enb_s1ap_ip: "119.0.0.10" |
| 51 | resources: |
| 52 | cpu: 3 |
| 53 | mem: "1Gi" |
| 54 | |
| 55 | ngic_cp: |
| 56 | images: |
| 57 | init: "ngick8stesting/c3po-mmeinit" |
| 58 | cp: "ngick8stesting/ngic-cp:690f418" |
| 59 | replicas: 1 |
| 60 | ports: |
| 61 | s11: 2123 |
| 62 | sx: 21 |
| 63 | config: |
| 64 | apn: "apn1" |
| 65 | ue_ip_pool: "16.0.0.0" |
| 66 | ue_ip_pool_mask: "255.240.0.0" |
| 67 | resources: |
| 68 | cpu: 3 |
| 69 | mem: "5Gi" |
| 70 | |
| 71 | namespace: epc |