Daniele Moro | 93c2c50 | 2019-11-05 16:01:36 -0800 | [diff] [blame] | 1 | --- |
| 2 | # Copyright 2019-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 | |
| 16 | # Values file for deploying SEBA with Ponsim and Stratum |
| 17 | # Use this file to deploy the service versions specified in the Helm charts. |
| 18 | |
| 19 | images: |
| 20 | # Mininet image |
| 21 | mininet: |
| 22 | repository: 'opencord/mn-stratum-siab' |
| 23 | tag: 'master' |
| 24 | pullPolicy: Always |
| 25 | |
| 26 | # voltha |
| 27 | etcd-cluster: |
| 28 | clusterSize: 1 |
| 29 | |
| 30 | # in workflow/att-workflow service chart |
| 31 | att-workflow-driver: |
| 32 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 33 | kafkaService: cord-kafka |
| 34 | |
| 35 | # in workflow/tt-workflow service chart |
| 36 | tt-workflow-driver: |
| 37 | image: |
| 38 | repository: andybavier/test-image-synchronizer |
| 39 | tag: tt-workflow-driver |
| 40 | |
| 41 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 42 | kafkaService: cord-kafka |
| 43 | |
| 44 | # in mininet chart |
| 45 | # FIXME: check if multicast is working |
| 46 | enableMulticast: false |
| 47 | topoScript: '/toposcripts/topo_stratum.py' |
| 48 | stratumEnabled: true |
| 49 | |
| 50 | # in ponsim-pod chart |
| 51 | bandwidthProfiles: true |
| 52 | legacyPonsim: false |
| 53 | |
| 54 | # fabric |
| 55 | fabric: |
| 56 | enabled: true |
| 57 | stratum: |
| 58 | driverAppId: 'org.onosproject.drivers.bmv2' |
| 59 | # Enable stratum |
| 60 | enabled: true |
| 61 | # Use BMv2 pipeconf (already in ONOS) |
| 62 | pipeconfAppExternal: false |
| 63 | pipeconfAppId: 'org.onosproject.pipelines.fabric' |