teone | e9ff486 | 2018-11-29 14:36:50 -0800 | [diff] [blame] | 1 | # Copyright 2017-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 | # Automated deployment configuration for BBWF POD |
| 16 | |
| 17 | --- |
| 18 | |
Matteo Scandolo | 7e194a6 | 2019-10-18 15:06:13 -0700 | [diff] [blame] | 19 | kube_config: '/var/k8.conf' |
teone | e9ff486 | 2018-11-29 14:36:50 -0800 | [diff] [blame] | 20 | |
| 21 | nodes: |
| 22 | - |
| 23 | ip: '192.168.100.1' |
| 24 | user: 'cord' |
| 25 | pass: 'cord' |
teone | e9ff486 | 2018-11-29 14:36:50 -0800 | [diff] [blame] | 26 | |
| 27 | fabric_switches: |
| 28 | - |
| 29 | mac: 'cc:37:ab:61:80:ca' |
| 30 | ip: '192.168.100.101' |
| 31 | user: 'root' |
| 32 | pass: 'onl' |
Matteo Scandolo | 0e3c307 | 2019-10-18 15:40:28 -0700 | [diff] [blame] | 33 | bngPort: '31' |
| 34 | oltPort: '1' |
| 35 | device_id: 'of:0000000000000001' |
teone | e9ff486 | 2018-11-29 14:36:50 -0800 | [diff] [blame] | 36 | |
| 37 | olts: |
| 38 | - |
| 39 | name: 'edgecore' |
| 40 | ip: '192.168.100.111' |
| 41 | user: 'root' |
| 42 | pass: 'onl' |
| 43 | fortygig: 'true' |
Matteo Scandolo | 0e3c307 | 2019-10-18 15:40:28 -0700 | [diff] [blame] | 44 | serial: 'EC1838000853' |