distcloud/distributedcloud/dcmanager/orchestrator
albailey 7a2b6211ec Refactor DC upgrade orch thread
The orch thread classes all have nearly identical code since
the upgrade orch thread predated the generic orch thread class.

This change makes the upgrade orch thread a subclass of orch thread.

This aligns upgrade orchestration with kube and firmware orchestration.
Patch orchestration alignment will be done in a separate change.

This helps enforce common logging, error handling, apply, abort, delete.

This prevents further diversion of these classes, and having to
propagate common fixes across multiple files.

Story: 2008943
Task: 42596
Signed-off-by: albailey <Al.Bailey@windriver.com>
Change-Id: Ie7f302664127a0560f4616b34edec42a68c22534
2021-06-10 08:59:20 -05:00
..
states Adding activation retry to upgrade orchestration 2021-06-01 14:37:14 -05:00
__init__.py Move dcmanager orchestration to a separate process 2020-09-14 11:17:06 -04:00
fw_update_orch_thread.py Distributed Cloud Kubernetes Upgrade Orchestration 2021-03-03 11:24:14 -06:00
kube_upgrade_orch_thread.py Distributed Cloud Kubernetes Upgrade Orchestration 2021-03-03 11:24:14 -06:00
orch_thread.py Distributed Cloud Kubernetes Upgrade Orchestration 2021-03-03 11:24:14 -06:00
patch_orch_thread.py Delete existing vim strategy from subcloud during patch orch 2021-06-02 08:46:22 -05:00
rpcapi.py Move dcmanager orchestration to a separate process 2020-09-14 11:17:06 -04:00
service.py Distributed Cloud Kubernetes Upgrade Orchestration 2021-03-03 11:24:14 -06:00
sw_update_manager.py Distributed Cloud Kubernetes Upgrade Orchestration 2021-03-03 11:24:14 -06:00
sw_upgrade_orch_thread.py Refactor DC upgrade orch thread 2021-06-10 08:59:20 -05:00