The disable_worker_services file was originally created
to prevent the (bare metal) nova-compute services from
running on a newly upgraded controller in an AIO-DX
configuration. This situation no longer exists because
the bare metal nova-compute services do not exist after
transiting to containers. this flag is no longer needed.
Removing all references to the disable_worker_services file.
Change-Id: Ic9555a36890f613f440e97f9090b22ff5ec8fd82
Partial-Bug: #1838432
Signed-off-by: marvin <weifei.yu@intel.com>
In the case of a switch recycle, the connected nic will go down and up
but the communication will restore after the switch is up and running.
This could take a few seconds (much longer than anticipated).
This holds off the i/f state update to the peer.
Also remove the batching interface failover state change. This is already
handled in the failover fsm fail_pending state.
Change-Id: Ia810927dbbc4b3821f7915e6a42bceeac43d9e46
Closes-Bug: 1845393
Signed-off-by: Bin Qian <bin.qian@windriver.com>
Not having this change causes a linter error in opensuse.
Change-Id: I52830fa64bdb5f1b5bb00c4052f3c047be728bb3
Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
The sm component had the 1.0.0 version in the folder name, this
change removes that version and updates the centos_pkg_dirs.
Story: 2006623
Task: 36827
Depends-On: https://review.opendev.org/#/c/685128/
Change-Id: I6725d1f961c2a82275da5fabbff8e89a8dd6f245
Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>