blob: 26a04dc491d114c43dfc3053411ca953523ac11b [file] [log] [blame]
Andy Bavierb36b84e2017-08-10 14:46:32 -07001# 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
15ovs_bridges:
16 - leaf1
Andy Bavier8b391202018-02-12 09:37:16 -070017 - leaf2
Andy Bavierb36b84e2017-08-10 14:46:32 -070018 - spine1
19# - spine2
20
21ovs_patch_ports:
22 - { bridge: leaf1, port: leaf1-spine1, peer: spine1-leaf1 }
Andy Bavier8b391202018-02-12 09:37:16 -070023 - { bridge: leaf2, port: leaf2-spine1, peer: spine1-leaf2 }
Andy Bavierb36b84e2017-08-10 14:46:32 -070024# - { 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 }
Andy Bavier8b391202018-02-12 09:37:16 -070028 - { bridge: spine1, port: spine1-leaf2, peer: leaf2-spine1 }
Andy Bavierb36b84e2017-08-10 14:46:32 -070029# - { bridge: spine2, port: spine2-leaf2, peer: leaf2-spine2 }
30
31enable_fabric: False
32
33ovs_controller_ip: 10.100.198.201
34ovs_controller_port: 6653
35
36ovs_packages:
37 - openvswitch-switch
38 - openvswitch-common
39
40ovs_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