Skip to content
Snippets Groups Projects
Unverified Commit 6525461d authored by 忘尘's avatar 忘尘 Committed by GitHub
Browse files

Add reset tasks specific to calico network_plugin (#9103)

parent f592fa12
No related branches found
No related tags found
No related merge requests found
--- ---
- 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment