Add reset tasks specific to calico network_plugin (#9103)
This commit is contained in:
parent
f592fa1235
commit
6525461d97
1 changed files with 12 additions and 0 deletions
|
@ -1,4 +1,16 @@
|
||||||
---
|
---
|
||||||
|
- name: reset | check vxlan.calico network device
|
||||||
|
stat:
|
||||||
|
path: /sys/class/net/vxlan.calico
|
||||||
|
get_attributes: no
|
||||||
|
get_checksum: no
|
||||||
|
get_mime: no
|
||||||
|
register: vxlan
|
||||||
|
|
||||||
|
- name: reset | remove the network vxlan.calico device created by calico
|
||||||
|
command: ip link del vxlan.calico
|
||||||
|
when: vxlan.stat.exists
|
||||||
|
|
||||||
- name: reset | check dummy0 network device
|
- name: reset | check dummy0 network device
|
||||||
stat:
|
stat:
|
||||||
path: /sys/class/net/dummy0
|
path: /sys/class/net/dummy0
|
||||||
|
|
Loading…
Reference in a new issue