From adcbc03f2c0dd86214f9bbedf61c3f3a684fc998 Mon Sep 17 00:00:00 2001 From: Iago Regiani Date: Thu, 8 Jul 2021 10:38:40 -0400 Subject: [PATCH] Removed wait_for_worker_config_init in AIO systems After the introduction of the single puppet manifest file for AIO controllers https://review.opendev.org/c/starlingx/config/+/780603, the service worker-config-gate was still being packaged, producing a warning during execution. This removes workerconfig and config-gate-worker from AIO that calls wait_for_worker_config_init.sh Closes-Bug: #1934544 Signed-off-by: Iago Regiani Change-Id: Ib1e3a243a6bf286bb37dfbbbbd07995dba48cee5 --- bsp-files/filter_out_from_smallsystem | 2 ++ bsp-files/filter_out_from_smallsystem_lowlatency | 2 ++ test-requirements.txt | 1 + 3 files changed, 5 insertions(+) diff --git a/bsp-files/filter_out_from_smallsystem b/bsp-files/filter_out_from_smallsystem index 5798bbac..eb76b6fc 100644 --- a/bsp-files/filter_out_from_smallsystem +++ b/bsp-files/filter_out_from_smallsystem @@ -2,6 +2,8 @@ cgcs-dpdk-rt cgcs-dpdk-rt-apps mtce-storage workerconfig-standalone +workerconfig +config-gate-worker kernel-module-openvswitch platform-util-noncontroller storageconfig diff --git a/bsp-files/filter_out_from_smallsystem_lowlatency b/bsp-files/filter_out_from_smallsystem_lowlatency index a23573d0..546a4586 100644 --- a/bsp-files/filter_out_from_smallsystem_lowlatency +++ b/bsp-files/filter_out_from_smallsystem_lowlatency @@ -2,6 +2,8 @@ cgcs-dpdk cgcs-dpdk-apps mtce-storage workerconfig-standalone +workerconfig +config-gate-worker kernel-module-openvswitch platform-util-noncontroller storageconfig diff --git a/test-requirements.txt b/test-requirements.txt index 62d1d800..a3612145 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,3 +3,4 @@ PyYAML >= 3.1.0 yamllint >= 0.5.2 flake8 bandit!=1.6.0,>=1.1.0,<2.0.0 +pylint<=2.4.0 # GPLv2