David K. Bainbridge | 4ecc126 | 2019-07-01 13:39:11 -0700 | [diff] [blame] | 1 | # Copyright 2019 Ciena Corporation |
| 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 | defaults: |
| 16 | image_tag: master |
| 17 | |
David Bainbridge | e10f6d5 | 2019-07-25 00:28:13 +0000 | [diff] [blame] | 18 | images: |
| 19 | adapter_open_olt: |
| 20 | tag_go: master-go |
| 21 | |
David K. Bainbridge | 4ecc126 | 2019-07-01 13:39:11 -0700 | [diff] [blame] | 22 | onos_env: |
| 23 | - name: POD_IP |
| 24 | valueFrom: |
| 25 | fieldRef: |
| 26 | fieldPath: status.podIP |
| 27 | - name: NAMESPACE |
| 28 | valueFrom: |
| 29 | fieldRef: |
| 30 | fieldPath: metadata.namespace |
| 31 | - name: ONOS_APPS |
| 32 | value: "drivers,openflow-base,hostprovider" |
| 33 | |
David K. Bainbridge | f1c8f4c | 2019-07-01 14:30:38 -0700 | [diff] [blame] | 34 | # Customization for BBSIM |
| 35 | kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092' |
| 36 | |