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 | - |
Matteo Scandolo | 1bfc13d | 2019-10-22 17:21:13 -0700 | [diff] [blame] | 23 | ip: '10.128.100.70' |
| 24 | user: 'cord' |
| 25 | pass: 'cord' |
| 26 | - |
| 27 | ip: '10.128.100.71' |
| 28 | user: 'cord' |
| 29 | pass: 'cord' |
| 30 | - |
| 31 | ip: '10.128.100.72' |
teone | e9ff486 | 2018-11-29 14:36:50 -0800 | [diff] [blame] | 32 | user: 'cord' |
| 33 | pass: 'cord' |
teone | e9ff486 | 2018-11-29 14:36:50 -0800 | [diff] [blame] | 34 | |
| 35 | fabric_switches: |
| 36 | - |
| 37 | mac: 'cc:37:ab:61:80:ca' |
Matteo Scandolo | 1bfc13d | 2019-10-22 17:21:13 -0700 | [diff] [blame] | 38 | ip: '10.128.100.80' |
teone | e9ff486 | 2018-11-29 14:36:50 -0800 | [diff] [blame] | 39 | user: 'root' |
| 40 | pass: 'onl' |
Matteo Scandolo | 0e3c307 | 2019-10-18 15:40:28 -0700 | [diff] [blame] | 41 | bngPort: '31' |
| 42 | oltPort: '1' |
| 43 | device_id: 'of:0000000000000001' |
teone | e9ff486 | 2018-11-29 14:36:50 -0800 | [diff] [blame] | 44 | |
| 45 | olts: |
| 46 | - |
| 47 | name: 'edgecore' |
Matteo Scandolo | 1bfc13d | 2019-10-22 17:21:13 -0700 | [diff] [blame] | 48 | ip: '10.128.100.90' |
teone | e9ff486 | 2018-11-29 14:36:50 -0800 | [diff] [blame] | 49 | user: 'root' |
| 50 | pass: 'onl' |
| 51 | fortygig: 'true' |
Matteo Scandolo | 0781873 | 2019-10-23 15:32:06 -0700 | [diff] [blame] | 52 | serial: 'EC1904000654' |
| 53 | |
| 54 | onus: |
| 55 | - |
| 56 | serial: 'BRCM22222222' |
| 57 | - |
| 58 | serial: 'ALPHe3d1cf9d' |
| 59 | |
| 60 | hosts: |
| 61 | src: |
| 62 | - |
| 63 | ip: '10.128.100.71' |
| 64 | user: 'cord' |
| 65 | pass: 'cord' |
| 66 | dp_iface_name: 'ens6f1' |
| 67 | container_type: null |
| 68 | container_name: null |
| 69 | onu: 'BRCM22222222' |
Matteo Scandolo | efc8f0d | 2019-10-23 15:51:56 -0700 | [diff] [blame] | 70 | c_tag: '11' |
| 71 | s_tag: '99' |
Suchitra Vemuri | 4a356f6 | 2019-11-22 15:41:38 -0800 | [diff] [blame] | 72 | - |
| 73 | ip: '10.128.100.71' |
| 74 | user: 'cord' |
| 75 | pass: 'cord' |
| 76 | dp_iface_name: 'ens6f0' |
| 77 | container_type: null |
| 78 | container_name: null |
| 79 | onu: 'ALPHe3d1cf9d' |
| 80 | c_tag: '22' |
| 81 | s_tag: '99' |
| 82 | - |
| 83 | ip: '10.128.100.71' |
| 84 | user: 'cord' |
| 85 | pass: 'cord' |
| 86 | dp_iface_name: 'ens6f2' |
| 87 | container_type: null |
| 88 | container_name: null |
| 89 | onu: 'ALPHe3d1ced5' |
| 90 | c_tag: '33' |
| 91 | s_tag: '99' |
Suchitra Vemuri | 8c67d4c | 2019-10-24 14:36:22 -0700 | [diff] [blame] | 92 | dst: |
| 93 | - |
| 94 | ip: null |
| 95 | user: null |
| 96 | pass: null |
| 97 | dp_iface_name: null |
Suchitra Vemuri | 3776758 | 2019-10-26 00:58:22 -0700 | [diff] [blame] | 98 | dp_iface_ip_qinq: '10.99.11.254' |
Suchitra Vemuri | 8c67d4c | 2019-10-24 14:36:22 -0700 | [diff] [blame] | 99 | dp_iface_ip: null |
| 100 | dp_iface_gateway: null |
| 101 | container_type: null |
| 102 | container_name: null |
Suchitra Vemuri | 4a356f6 | 2019-11-22 15:41:38 -0800 | [diff] [blame] | 103 | - |
| 104 | ip: null |
| 105 | user: null |
| 106 | pass: null |
| 107 | dp_iface_name: null |
| 108 | dp_iface_ip_qinq: '10.99.22.254' |
| 109 | dp_iface_ip: null |
| 110 | dp_iface_gateway: null |
| 111 | container_type: null |
| 112 | container_name: null |
| 113 | - |
| 114 | ip: null |
| 115 | user: null |
| 116 | pass: null |
| 117 | dp_iface_name: null |
| 118 | dp_iface_ip_qinq: '10.99.33.254' |
| 119 | dp_iface_ip: null |
| 120 | dp_iface_gateway: null |
| 121 | container_type: null |
| 122 | container_name: null |