blob: 14353e9c2d207ad43454fd15d586556188aa7564 [file] [log] [blame]
Andy Bavier7a080492018-08-30 14:26:09 -07001---
2# Copyright 2018-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
Zack Williamsd9d6b352018-10-05 07:53:30 -070016# Default values for the ponsim-pod profile.
Andy Bavier7a080492018-08-30 14:26:09 -070017# This is a YAML-formatted file.
18# Declare variables to be passed into your templates.
19
20replicaCount: 1
21
22nameOverride: ""
23fullnameOverride: ""
24
Andy Baviere21a5f52019-05-28 15:39:52 -070025images:
26 tosca_loader:
27 repository: 'xosproject/tosca-loader'
28 tag: '{{ .Chart.AppVersion }}'
29 pullPolicy: 'Always'
Andy Bavier7a080492018-08-30 14:26:09 -070030
Zack Williamsd9d6b352018-10-05 07:53:30 -070031global:
32 registry: ''
Andy Bavier7a080492018-08-30 14:26:09 -070033
34xosAdminUser: "admin@opencord.org"
35xosAdminPassword: "letmein"
Andy Bavier923d8ff2019-03-15 14:49:13 -070036
37# Supported workflows: att-workflow (AT&T) or tt-workflow (Turk Telekom)
38workflow: att-workflow
Andy Bavieraf38f0d2019-04-19 16:03:34 -070039
Andy Bavier87699562019-07-03 14:30:56 -070040bandwidthProfiles: True
Andy Baviere21a5f52019-05-28 15:39:52 -070041
42# numOlts > 1 only works with voltha-1.7 or greater
43numOlts: 1
Sreeju7d7fc072019-06-13 12:03:00 -060044numOnus: 1
Andy Baviere21a5f52019-05-28 15:39:52 -070045# legacyPonsim == true means that we are using voltha-1.6
Andy Bavier87699562019-07-03 14:30:56 -070046legacyPonsim: False
Andy Baviere21a5f52019-05-28 15:39:52 -070047
48# For legaacyPonsim == false:
49# List of olt dpids that are generated by Ponsim adapter
50# Entry N is generated for oltN.voltha.svc
51# Generate the last 12 characters as follows:
52# $ echo -ne olt0.voltha.svc:50060 | md5sum | cut -c -12
53oltDpids:
54 - of:0000d0d3e158fede
55 - of:00000da7f2c143c7
56 - of:000032be2d4c2abc
57 - of:0000ae9b8dcd58c7