distcloud/distributedcloud/dcmanager/manager
Tee Ngo 19790859f0 Use cached keystone client in add subcloud workflow
Leverage keystone client caching work done for dcorch to reduce
load to keystone during batch subcloud deployment.

Tests:
  - Deploy 1000 subclouds in 50-subcloud increments in a simulated
    DC environment.

Story: 2007267
Task: 40955
Change-Id: I716b202005b943a1f389d577ce035371d7ab938a
Signed-off-by: Tee Ngo <tee.ngo@windriver.com>
2020-09-24 09:56:27 -04: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
service.py Move dcmanager orchestration to a separate process 2020-09-14 11:17:06 -04:00
subcloud_manager.py Use cached keystone client in add subcloud workflow 2020-09-24 09:56:27 -04: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.