distcloud/distributedcloud/dccommon/drivers/openstack
Yuxing Jiang bff2f0aa2f Check vim strategy before updating network
It is risky to update a subcloud's network if there is an existing
vim strategy: the on-going vim strategy triggers lock/unlock/swact
can interrupt the ansible-playbook, leaving the subcloud in an
un-recoverable state.

To prevent this issue, this commit checks the on-going vim strategy,
and blocks the further operation if it exists.

Test plan:
1. Passed - deploy a DC with this change.
2. Passed - create a kube-rootca-update orchestration against a
subcloud, verify the subcloud update with network reconfiguration is
blocked by the ongoing strategy, verify the network reconfiguration is
not blocked after the strategy applied.
3. Passed - create a system-config-update strategy by updating the
addresspool on the subcloud, verify the subcloud update with network
reconfiguration is blocked when applying this strategy, verify this
operation is not blocked after the strategy applied.

Story: 2010722
Task: 49414
Signed-off-by: Yuxing Jiang <Yuxing.Jiang@windriver.com>
Change-Id: I2c3b824ebbd6766996f3422c681f16d03b6063fa
2024-02-08 16:48:12 -05:00
..
__init__.py Keystone token and resource caching 2020-03-23 21:31:04 -04:00
barbican.py Update tox pylint/pep8 for dccommon 2024-01-18 11:15:22 -03:00
dcmanager_v1.py Synchronize install values with secondary subclouds 2024-01-19 12:07:50 +00:00
fm.py Remove standard WR License notice from StarlingX distributedcloud 2021-12-23 19:55:09 +00:00
keystone_v3.py Remove standard WR License notice from StarlingX distributedcloud 2021-12-23 19:55:09 +00:00
patching_v1.py Extend timeout of patching REST API 2022-06-27 15:48:59 -04:00
peer_site.py Add dcmanager client driver support 2023-09-27 10:59:34 +08:00
sdk_platform.py Update tox pylint/pep8 for dccommon 2024-01-18 11:15:22 -03:00
software_v1.py Merge "Add version to dcmanager software client" 2024-02-08 18:23:25 +00:00
sysinv_v1.py Fix tox constraints and bandit 2024-01-22 15:07:43 -03:00
vim.py Check vim strategy before updating network 2024-02-08 16:48:12 -05:00