distcloud/dcorch/engine
Andy Ning 4fc9543820 Fix dcorch audit_discrepancy() failure
In a Distributed Cloud system, when dcorch audit platform, it will
failed at audit_discrepancy() function call. This is because sysinv
audit_discrepancy() missed the 4th parameter. This update fixed this by
adding it in.

Change-Id: I72057b3406b4b362808d241fbc2e43bf07d7b677
Closes-Bug: 1843770
Signed-off-by: Andy Ning <andy.ning@windriver.com>
2019-09-12 13:32:20 -04:00
..
sync_services Fix dcorch audit_discrepancy() failure 2019-09-12 13:32:20 -04:00
README.rst StarlingX open source release updates 2018-08-07 11:51:21 -04:00
__init__.py Integrate Distributed Cloud with containerized services 2019-03-14 15:13:21 -04:00
alarm_aggregate_manager.py Distributed Cloud: PTP parameters synchronization. 2018-08-28 15:51:39 -04:00
dc_orch_lock.py StarlingX open source release updates 2018-08-07 11:51:21 -04:00
fernet_key_manager.py Keystone DB sync - update dcorch to use dcdbsync 2019-04-30 14:50:55 -04:00
generic_sync_manager.py Keystone DB sync - update dcorch to use dcdbsync 2019-04-30 14:50:55 -04:00
quota_manager.py FIX: "dict" issue for Python 2/3 compatible code 2019-01-15 00:33:38 +00:00
scheduler.py Use triple double-quoted strings for docstrings 2019-07-01 15:10:59 +08:00
service.py Keystone DB sync - update dcorch to use dcdbsync 2019-04-30 14:50:55 -04:00
subcloud.py Keystone DB sync - update dcorch to use dcdbsync 2019-04-30 14:50:55 -04:00
sync_thread.py Keystone DB sync - enhance dcorch first audit 2019-04-30 14:51:17 -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.