blob: e3de9456648f43c463bc57932dfef229373a49c1 [file] [log] [blame]
Hyunsun Moona1490f72019-10-10 14:27:58 -07001# Copyright 2019-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# Sample override values for 3-nodes cluster with SR-IOV configured on DP node.
16cassandra:
17 config:
18 cluster_size: 3
19
Woojoong Kimf1c7c372019-10-22 00:49:15 -070020# Accelleran CU images
21images:
22 tags:
23 nats: "10.90.0.150:5000/accelleran/vran-nats:20190121"
24 redis: "10.90.0.150:5000/accelleran/vran-redis:20190121"
25 vranL3: "10.90.0.150:5000/accelleran/vran-l3-fdd:20190121"
26
Hyunsun Moona1490f72019-10-10 14:27:58 -070027config:
28 sriov:
29 resourceList:
30 vfio:
31 pfNames:
32 - eth2
33 netDevice:
34 pfNames:
35 - eth2
36 drivers:
37 - i40evf
38 - ixgbevf
39 mme:
Woojoong Kim898b7212019-10-29 11:50:47 -070040 ip: 10.90.0.151 # Used in Accelleran CU chart
Hyunsun Moona1490f72019-10-10 14:27:58 -070041 cfgFiles:
42 config.json:
43 mme:
44 mcc:
45 dig1: 7
46 dig2: 3
47 dig3: 2
48 mnc:
49 dig1: 1
50 dig2: 1
51 dig3: 1
52 hss:
53 bootstrap:
54 enabled: true
55 users:
56 - imsi: "732111000000420"
57 msisdn: "1122334455"
58 apn: apn1
59 key: "000102030405060708090a0b0c0d0e0f"
60 opc: "69d5c2eb2e2e624750541d3bbc692ba5"
Woojoong Kim2094adc2019-10-17 13:51:32 -070061 sqn: 135
Hyunsun Moona1490f72019-10-10 14:27:58 -070062 - imsi: "732111000000421"
63 msisdn: "1122334455"
64 apn: apn1
65 key: "000102030405060708090a0b0c0d0e0f"
66 opc: "69d5c2eb2e2e624750541d3bbc692ba5"
Woojoong Kim2094adc2019-10-17 13:51:32 -070067 sqn: 135
Hyunsun Moona1490f72019-10-10 14:27:58 -070068 mmes:
69 - id: 1
70 isdn: "19136246000"
71 unreachability: 1
72 spgwu:
73 cpComm:
74 addr: 10.90.0.151
75 port: 30021
76 dpComm:
77 nodePort:
78 enabled: true
79 port: 30020
80 spgwc:
81 cpComm:
82 nodePort:
83 enabled: true
84 port: 30021
85 dpComm:
86 addr: 10.90.0.131
87 port: 30020
Hyunsun Moona1490f72019-10-10 14:27:58 -070088# CDN configuration values
89 cdnRemotes:
90 - name: remote-1
91 ip: 10.90.0.151
92 port: 30935
93 streams:
94 - name: 360p
95 value: 360
96 - name: 480p
97 value: 480
98 - name: 720p
99 value: 720
Woojoong Kimf1c7c372019-10-22 00:49:15 -0700100# Accelleran CU
Woojoong Kim898b7212019-10-29 11:50:47 -0700101 nats:
102 ip: 10.90.0.151
103 progran:
104 enabled: true
105 ip: 10.90.0.151
Hyunsun Moona1490f72019-10-10 14:27:58 -0700106
Woojoong Kim2094adc2019-10-17 13:51:32 -0700107networks:
108 sgi:
109 gateway: 13.1.1.250 # Vyatta router IP
110
Hyunsun Moona1490f72019-10-10 14:27:58 -0700111# cord-platform values
112etcd-operator:
113 enabled: false
114
Hyunsun Moonb6697a92019-10-24 13:04:19 -0600115# comac values
116seba-services:
Hyunsun Moona1490f72019-10-10 14:27:58 -0700117 enabled: false