Andy Bavier | b36b84e | 2017-08-10 14:46:32 -0700 | [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 | ovs_bridges: |
| 16 | - leaf1 |
| 17 | # - leaf2 |
| 18 | - spine1 |
| 19 | # - spine2 |
| 20 | |
| 21 | ovs_patch_ports: |
| 22 | - { bridge: leaf1, port: leaf1-spine1, peer: spine1-leaf1 } |
| 23 | # - { bridge: leaf2, port: leaf2-spine1, peer: spine1-leaf2 } |
| 24 | # - { bridge: leaf1, port: leaf1-spine2, peer: spine2-leaf1 } |
| 25 | # - { bridge: leaf2, port: leaf2-spine2, peer: spine2-leaf2 } |
| 26 | - { bridge: spine1, port: spine1-leaf1, peer: leaf1-spine1 } |
| 27 | # - { bridge: spine2, port: spine2-leaf1, peer: leaf1-spine2 } |
| 28 | # - { bridge: spine1, port: spine1-leaf2, peer: leaf2-spine1 } |
| 29 | # - { bridge: spine2, port: spine2-leaf2, peer: leaf2-spine2 } |
| 30 | |
| 31 | enable_fabric: False |
| 32 | |
| 33 | ovs_controller_ip: 10.100.198.201 |
| 34 | ovs_controller_port: 6653 |
| 35 | |
| 36 | ovs_packages: |
| 37 | - openvswitch-switch |
| 38 | - openvswitch-common |
| 39 | |
| 40 | ovs_fabric_packages: |
| 41 | - name: openvswitch-common_2.5.3-1_amd64.deb |
| 42 | url: http://www.vicci.org/openvswitch-2.5.3/openvswitch-common_2.5.3-1_amd64.deb |
| 43 | checksum: sha256:30c159c4a13d4eab75acdb04dca7acc0beee5dd0465b1b5b2e31a3a625e4c248 |
| 44 | - name: openvswitch-switch_2.5.3-1_amd64.deb |
| 45 | url: http://www.vicci.org/openvswitch-2.5.3/openvswitch-switch_2.5.3-1_amd64.deb |
| 46 | checksum: sha256:b68e63f6408e1392bb0457760c77189c9b3380e1b354fdaec17e119e09ab5db6 |