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 <Lago.RodriguezRegiani@windriver.com>
Change-Id: Ib1e3a243a6bf286bb37dfbbbbd07995dba48cee5
This commit is contained in:
Iago Regiani 2021-07-08 10:38:40 -04:00
parent f7c7382343
commit adcbc03f2c
3 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -2,6 +2,8 @@ cgcs-dpdk
cgcs-dpdk-apps
mtce-storage
workerconfig-standalone
workerconfig
config-gate-worker
kernel-module-openvswitch
platform-util-noncontroller
storageconfig

View File

@ -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