OVS to 2.14 and OVN to 20.09
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+8
-8
@@ -33,9 +33,9 @@
|
|||||||
src: "{{item}}"
|
src: "{{item}}"
|
||||||
dest: "/tmp/{{item}}"
|
dest: "/tmp/{{item}}"
|
||||||
with_items:
|
with_items:
|
||||||
- libopenvswitch_2.13.0-1_amd64.deb
|
- libopenvswitch_2.14.0-1_amd64.deb
|
||||||
- openvswitch-common_2.13.0-1_amd64.deb
|
- openvswitch-common_2.14.0-1_amd64.deb
|
||||||
- openvswitch-switch_2.13.0-1_amd64.deb
|
- openvswitch-switch_2.14.0-1_amd64.deb
|
||||||
when: force_new_ovs_download == True
|
when: force_new_ovs_download == True
|
||||||
|
|
||||||
|
|
||||||
@@ -45,9 +45,9 @@
|
|||||||
apt:
|
apt:
|
||||||
deb: "{{ item }}"
|
deb: "{{ item }}"
|
||||||
with_items:
|
with_items:
|
||||||
- "/tmp/libopenvswitch_2.13.0-1_amd64.deb"
|
- "/tmp/libopenvswitch_2.14.0-1_amd64.deb"
|
||||||
- "/tmp/openvswitch-common_2.13.0-1_amd64.deb"
|
- "/tmp/openvswitch-common_2.14.0-1_amd64.deb"
|
||||||
- "/tmp/openvswitch-switch_2.13.0-1_amd64.deb"
|
- "/tmp/openvswitch-switch_2.14.0-1_amd64.deb"
|
||||||
when: force_new_ovs_download == True
|
when: force_new_ovs_download == True
|
||||||
|
|
||||||
|
|
||||||
@@ -95,14 +95,14 @@
|
|||||||
src: "{{item}}"
|
src: "{{item}}"
|
||||||
dest: "/tmp/{{item}}"
|
dest: "/tmp/{{item}}"
|
||||||
with_items:
|
with_items:
|
||||||
- ovn_20.06.0-1_amd64.deb
|
- ovn_20.09.0-1_amd64.deb
|
||||||
when: force_new_ovn_download == True
|
when: force_new_ovn_download == True
|
||||||
|
|
||||||
- name: "Install packages"
|
- name: "Install packages"
|
||||||
apt:
|
apt:
|
||||||
deb: "{{ item }}"
|
deb: "{{ item }}"
|
||||||
with_items:
|
with_items:
|
||||||
- "/tmp/ovn_20.06.0-1_amd64.deb"
|
- "/tmp/ovn_20.09.0-1_amd64.deb"
|
||||||
when: force_new_ovn_download == True
|
when: force_new_ovn_download == True
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user