aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/setup-openvswitch/vars/Debian.yml
blob: e9987787e6da60056ea905190ef9f8c44ca756af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---

ovs_service: openvswitch-switch

# yamllint disable rule:line-length
ovs_pkgs:
  - openvswitch-common:
    name: openvswitch-common
    package: openvswitch-common.deb
    url: http://archive.ubuntu.com/ubuntu/pool/main/o/openvswitch/openvswitch-common_2.5.4-0ubuntu0.16.04.1_amd64.deb

  - openvswitch-switch:
    name: openvswitch-switch
    package: openvswitch-switch.deb
    url: http://archive.ubuntu.com/ubuntu/pool/main/o/openvswitch/openvswitch-switch_2.5.4-0ubuntu0.16.04.1_amd64.deb
# yamllint enable rule:line-length