| --- |
| # Copyright 2018-present Open Networking Foundation |
| # Copyright 2018 Intel Corporation |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| # Default values for mcord-vepc-helm. |
| # This is a YAML-formatted file. |
| # Declare variables to be passed into your templates. |
| |
| accelleran_hostname: "accelleran" |
| |
| # MME is on REMOTE's node2 |
| mme_hostname: "10.90.0.152" |
| mme_port: 31412 |
| |
| # Progran IP and port |
| progran_ip: "10.90.0.132" |
| progran_port: 30410 |
| |
| |
| accelleran: |
| images: |
| init: "ngick8stesting/c3po-mmeinit" |
| nats: "node1:30500/accelleran/vran-nats:20190121" |
| redis: "node1:30500/accelleran/vran-redis:20190121" |
| bbu: "node1:30500/accelleran/vran-l3-fdd:onf-dns" |
| ports: |
| s1ap: 36412 |
| s1ap_external: 31412 |
| replicas: 1 |
| nats_service_name: "nats-cluster" |
| inst_id: "enb_key" |
| resources: |
| cpu: 3 |
| mem: "1Gi" |
| |
| namespace: epc |