distcloud/distributedcloud/dcorch/engine
Anderson F. de Rossi 9cac55862b py3: Convert repo to use python3
Update code using modernize tool for python 3 compatibility.

Unit test run successfull.

Story: 2008454
Task: 42840
off-by: Anderson F. de Rossi <Anderson.FrancicadeRossi@windriver.com>
Change-Id: I1ce242e84200f64929219a8585b6740fe9cdc672
Signed-off-by: Anderson F. de Rossi <Anderson.FrancicadeRossi@windriver.com>
2021-07-21 13:14:47 -04:00
..
sync_services py3: Convert repo to use python3 2021-07-21 13:14:47 -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
dc_orch_lock.py Move content to subdir to support relocated packaging 2019-11-04 13:57:02 -05:00
fernet_key_manager.py Fix pylint errors 2020-12-03 10:12:49 -06:00
generic_sync_manager.py py3: Convert repo to use python3 2021-07-21 13:14:47 -04:00
initial_sync_manager.py Enable multiple dcorch-engine worker processes 2020-12-17 17:27:46 -05:00
quota_manager.py Fix pylint E1101 (no-member) errors 2020-11-30 13:34:34 -06:00
scheduler.py Fix subcloud manage/unmanage issues caused by identity sync 2020-02-18 07:23:08 -06:00
service.py Enable multiple dcorch-engine worker processes 2020-12-17 17:27:46 -05:00
subcloud_lock.py Enable multiple dcorch-engine worker processes 2020-12-17 17:27:46 -05:00
sync_thread.py DC dcorch log cleanup 2021-05-21 10:53:47 -04:00

README.rst

Service

Distributed Cloud Orchestration Engine Service has responsibility for:

Monitoring the subcloud status, and return the result if needed.

There is a single engine, with each subcloud having one persistent sync thread per endpoint-type. Sync audit threads will be created on demand as needed.

service.py:

run orchengine service, and establish RPC server

generic_sync_manager.py

Manages all the generic resource syncing.