distcloud/distributedcloud/dcmanager/orchestrator
Hugo Brito 9e42f10470 Clean software orchestration states
The VIM orchestration will handle the following commands
for USM:
- software deploy precheck
- software deploy start <release>
- software deploy host <hostname>
- every lock/unlock/swact needed
- software deploy activate
- software deploy complete

Now, the DC orchestration doesn't need the states to handle
the operations above. This commit deletes all unneeded states.

Test Plan:
PASS: Execute the software orchestration successfully:
- Enable the USM orchestration (set use_usm parameter to True)
  - dcorch configuration file
  - dcmanager configuration file
- Create and apply an upgrade-strategy
  - Check that 5 states were executed
PASS. Tox test successful.

Story: 2010676
Task: 49555

Change-Id: I67db35b6807f9ddcedab7c9742816c782daecd68
Signed-off-by: Hugo Brito <hugo.brito@windriver.com>
2024-02-14 15:11:39 -03:00
..
states Clean software orchestration states 2024-02-14 15:11:39 -03:00
__init__.py Move dcmanager orchestration to a separate process 2020-09-14 11:17:06 -04:00
fw_update_orch_thread.py Remove standard WR License notice from StarlingX distributedcloud 2021-12-23 19:55:09 +00:00
kube_rootca_update_orch_thread.py Add features to kube-root-ca update orchestration 2021-10-06 08:01:33 -05:00
kube_upgrade_orch_thread.py Merge "DC kube upgrade robustness improvements" 2021-12-24 15:55:19 +00:00
orch_thread.py Update tox pylint/pep8 for dcmanager 2024-01-18 21:51:25 +00:00
patch_orch_thread.py Update tox pylint/pep8 for dcmanager 2024-01-18 21:51:25 +00:00
prestage_orch_thread.py Add release optionality to subcloud prestage 2023-05-19 16:33:42 -04:00
rpcapi.py Increase RPC client timeout for subcloud backup delete 2022-11-21 21:07:51 +00:00
service.py Update tox pylint/pep8 for dcmanager 2024-01-18 21:51:25 +00:00
software_orch_thread.py Clean software orchestration states 2024-02-14 15:11:39 -03:00
sw_update_manager.py Revert "Add the --upload-only option to dcmanager upgrade_strategy" 2024-02-06 14:01:29 -03:00
sw_upgrade_orch_thread.py Update tox pylint/pep8 for dcmanager 2024-01-18 21:51:25 +00:00