blob: f0d527f4ce4efdf764bf51e67dc1c12c9d33d563 [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 Chen4182f962019-01-24 15:47:39 -080021redis_hostname: "redis"
Wei-Yu Chenb3409b82019-01-17 15:34:23 -080022controlplane_hostname: "ngic-cp"
23controlplane_port: 21
Wei-Yu Chen4182f962019-01-24 15:47:39 -080024accelleran_hostname: "accelleran"
Wei-Yu Chenb3409b82019-01-17 15:34:23 -080025
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080026ngic_dp:
27 images:
28 init: "ngick8stesting/c3po-mmeinit"
29 dp: "ngick8stesting/ngic-dp:690f418"
30 ports:
31 sx: 20
32 replicas: 1
33 resources:
34 cpu: 8
35 mem: "1Gi"
36 hugepage: "8Gi"
37 config:
38 rtr_sgi_ip: "13.1.1.254"
39 sgi_mask: "255.255.255.0"
40 dpdk_enabled: false
41 hugepage_enabled: true
42
Wei-Yu Chen4182f962019-01-24 15:47:39 -080043accelleran:
44 images:
45 init: "ngick8stesting/c3po-mmeinit"
46 nats: "10.90.0.131:30500/ngick8stesting/vbbu-nats:20190121"
47 redis: "10.90.0.131:30500/ngick8stesting/vbbu-redis:20190121"
48 bbu: "10.90.0.131:30500/accelleran/vran-l3-fdd:onf-dns"
49 ports:
50 s1ap: 36412
51 replicas: 1
52 nats_service_name: "nats-cluster"
53 inst_id: "enb_key"
54 resources:
55 cpu: 3
56 mem: "1Gi"
57
Wei-Yu Chen450a98a2019-01-15 16:56:30 -080058namespace: epc