diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-08-26 16:12:37 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-08-26 16:19:23 +0200 |
commit | 775135dd1ef01ab50a22846067bfdd87903f836e (patch) | |
tree | b4c18c449b70906107987a0433e4d889ba4678f0 /ansible | |
parent | 0a68c0cb77c6d9967e5e33e59a737ef686b2e916 (diff) |
Remove sig_network_serial
PerformanceDNS is now optional [1] and DNS configMap nameserver makes
operations on coredns which would break an living deployment [2].
sig_network_serial is now enpty and then can be safely removed.
[1] https://github.com/cntt-n/CNTT/pull/2580
[2] https://github.com/kubernetes/kubernetes/blob/c262d09bb7d22d62665aa215b5c6d1dd2a865007/test/e2e/network/dns_common.go#L238
Change-Id: I525cf894699a1d56f0b3cbb8e630d40ea3549b51
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.cntt.yml | 1 | ||||
-rw-r--r-- | ansible/site.gate.yml | 1 | ||||
-rw-r--r-- | ansible/site.yml | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 2f3e6973..f9bbef36 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -25,7 +25,6 @@ - sig_cluster_lifecycle - sig_instrumentation - sig_network - - sig_network_serial - sig_node - sig_scheduling_serial - sig_storage diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index d293d9e7..35593ed0 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -59,7 +59,6 @@ - sig_cluster_lifecycle - sig_instrumentation - sig_network - - sig_network_serial - sig_node - sig_scheduling_serial - sig_storage diff --git a/ansible/site.yml b/ansible/site.yml index 01cde447..7c8ddd7c 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -25,7 +25,6 @@ - sig_cluster_lifecycle - sig_instrumentation - sig_network - - sig_network_serial - sig_node - sig_scheduling_serial - sig_storage |