95da742946
There is a typo error in role deletion that prevents deleting the role in subcloud during role synchronization. This update fixed this typo error and made role synchronization work. Closes-Bug: 1797960 Change-Id: Iff78ceffdd95b2676854d986126c6c2d001866de Signed-off-by: Andy Ning <andy.ning@windriver.com> |
||
---|---|---|
.. | ||
sync_services | ||
__init__.py | ||
alarm_aggregate_manager.py | ||
dc_orch_lock.py | ||
generic_sync_manager.py | ||
quota_manager.py | ||
README.rst | ||
scheduler.py | ||
service.py | ||
subcloud.py | ||
sync_thread.py |
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.