Remove contiv related files (#6964)

This commit is contained in:
Florian Ruynat
2020-11-30 15:48:50 +01:00
committed by GitHub
parent 4a8a52bad9
commit f6eed8091e
42 changed files with 48 additions and 1304 deletions

View File

@@ -1,11 +1,4 @@
---
- name: reset | include file with pre-reset tasks specific to the network_plugin if exists
include_tasks: "{{ (role_path + '/../network_plugin/' + kube_network_plugin + '/tasks/pre-reset.yml') | realpath }}"
when:
- kube_network_plugin in ['contiv']
tags:
- network
- name: reset | stop services
service:
name: "{{ item }}"
@@ -268,9 +261,6 @@
- "{{ bin_dir }}/netctl"
- /var/lib/cni
- /etc/vault
- /etc/contiv
- /var/contiv
- /run/contiv
- /etc/openvswitch
- /run/openvswitch
- /var/lib/kube-router
@@ -306,7 +296,7 @@
- name: reset | include file with reset tasks specific to the network_plugin if exists
include_tasks: "{{ (role_path + '/../network_plugin/' + kube_network_plugin + '/tasks/reset.yml') | realpath }}"
when:
- kube_network_plugin in ['flannel', 'cilium', 'contiv', 'kube-router', 'calico']
- kube_network_plugin in ['flannel', 'cilium', 'kube-router', 'calico']
tags:
- network