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:
parent
f7c7382343
commit
adcbc03f2c
@ -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
|
||||
|
@ -2,6 +2,8 @@ cgcs-dpdk
|
||||
cgcs-dpdk-apps
|
||||
mtce-storage
|
||||
workerconfig-standalone
|
||||
workerconfig
|
||||
config-gate-worker
|
||||
kernel-module-openvswitch
|
||||
platform-util-noncontroller
|
||||
storageconfig
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user