| --- |
| # Copyright 2018-present Open Networking Foundation |
| # |
| # 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 the ponsim-pod profile. |
| # This is a YAML-formatted file. |
| # Declare variables to be passed into your templates. |
| |
| replicaCount: 1 |
| |
| nameOverride: "" |
| fullnameOverride: "" |
| |
| images: |
| tosca_loader: |
| repository: 'xosproject/tosca-loader' |
| tag: '{{ .Chart.AppVersion }}' |
| pullPolicy: 'Always' |
| |
| global: |
| registry: '' |
| |
| xosAdminUser: "admin@opencord.org" |
| xosAdminPassword: "letmein" |
| |
| # Supported workflows: att-workflow (AT&T) or tt-workflow (Turk Telekom) |
| workflow: att-workflow |
| |
| bandwidthProfiles: True |
| |
| # numOlts > 1 only works with voltha-1.7 or greater |
| numOlts: 1 |
| numOnus: 1 |
| # legacyPonsim == true means that we are using voltha-1.6 |
| legacyPonsim: False |
| |
| # For legaacyPonsim == false: |
| # List of olt dpids that are generated by Ponsim adapter |
| # Entry N is generated for oltN.voltha.svc |
| # Generate the last 12 characters as follows: |
| # $ echo -ne olt0.voltha.svc:50060 | md5sum | cut -c -12 |
| oltDpids: |
| - of:0000d0d3e158fede |
| - of:00000da7f2c143c7 |
| - of:000032be2d4c2abc |
| - of:0000ae9b8dcd58c7 |
| |
| fabric: |
| stratum: |
| enabled: false |
| bng: |
| external: |
| enabled: true |
| embedded: |
| enabled: false |