distcloud/distributedcloud/dcmanager/manager
Zuul 165aadc261 Merge "Create subcloud enroll API" 2024-05-21 16:15:16 +00:00
..
README.rst Move content to subdir to support relocated packaging 2019-11-04 13:57:02 -05:00
__init__.py Move content to subdir to support relocated packaging 2019-11-04 13:57:02 -05:00
peer_group_audit_manager.py Allow rehome related data update when subcloud migration fails 2024-03-20 11:27:56 -04:00
peer_monitor_manager.py Set PGA status to out-of-sync after certain operations 2024-03-08 19:38:31 +00:00
service.py Set PGA status to out-of-sync after certain operations 2024-03-08 19:38:31 +00:00
subcloud_manager.py Merge "Create subcloud enroll API" 2024-05-21 16:15:16 +00:00
system_peer_manager.py Fix peer-controller-gateway-address update 2024-04-18 14:04:00 +00:00

README.rst

Service

DC Manager Service has responsibility for:

Main subcloud state machine as well as all operations on subclouds including creation, deletion and update.

service.py:

run DC Manager service in multi-worker mode, and establish RPC server

subcloud_manager.py:

Manages all subcloud related activities such as creation, deletion, availability status, management state

audit_manager.py:

A Periodic audit to contact each subcloud and ensure that at least one of each service group is up and active, which is a pre-requisite for declaring a subcloud as online.

scheduler.py:

Thread group manager, also responsible for periodic timer tasks - ie. audit.