From 7b43f99e8931d713063430ed6c9a45ba3a4a3997 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 26 Aug 2021 16:12:37 +0200 Subject: Remove sig_network_serial MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 775135dd1ef01ab50a22846067bfdd87903f836e) --- ansible/site.cntt.yml | 1 - ansible/site.gate.yml | 1 - ansible/site.yml | 1 - 3 files changed, 3 deletions(-) (limited to 'ansible') 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 471e0d7b..b4749c8a 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -62,7 +62,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 4e844bde..d8e6d332 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -28,7 +28,6 @@ - sig_cluster_lifecycle - sig_instrumentation - sig_network - - sig_network_serial - sig_node - sig_scheduling_serial - sig_storage -- cgit 1.2.3-korg