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
|
cgcs-dpdk-rt-apps
|
||||||
mtce-storage
|
mtce-storage
|
||||||
workerconfig-standalone
|
workerconfig-standalone
|
||||||
|
workerconfig
|
||||||
|
config-gate-worker
|
||||||
kernel-module-openvswitch
|
kernel-module-openvswitch
|
||||||
platform-util-noncontroller
|
platform-util-noncontroller
|
||||||
storageconfig
|
storageconfig
|
||||||
|
@ -2,6 +2,8 @@ cgcs-dpdk
|
|||||||
cgcs-dpdk-apps
|
cgcs-dpdk-apps
|
||||||
mtce-storage
|
mtce-storage
|
||||||
workerconfig-standalone
|
workerconfig-standalone
|
||||||
|
workerconfig
|
||||||
|
config-gate-worker
|
||||||
kernel-module-openvswitch
|
kernel-module-openvswitch
|
||||||
platform-util-noncontroller
|
platform-util-noncontroller
|
||||||
storageconfig
|
storageconfig
|
||||||
|
@ -3,3 +3,4 @@ PyYAML >= 3.1.0
|
|||||||
yamllint >= 0.5.2
|
yamllint >= 0.5.2
|
||||||
flake8
|
flake8
|
||||||
bandit!=1.6.0,>=1.1.0,<2.0.0
|
bandit!=1.6.0,>=1.1.0,<2.0.0
|
||||||
|
pylint<=2.4.0 # GPLv2
|
||||||
|
Loading…
Reference in New Issue
Block a user