distcloud/distributedcloud/dcorch/engine
Al Bailey bde6982ded Updating flake8 version for distributed cloud
This also fixes the linters target which fails when yamllint
does not find any inputs.

Most new failures are being suppressed for now, and will be
cleaned up by future submissions.

Story: 2004515
Task: 38739
Change-Id: I8bddba83408be19a487837e326c86432579c50db
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2020-02-26 20:09:38 +00:00
..
sync_services Updating flake8 version for distributed cloud 2020-02-26 20:09:38 +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
alarm_aggregate_manager.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 Import subprocess from eventlet.green package 2019-12-19 13:02:04 -06:00
generic_sync_manager.py Fix subcloud manage/unmanage issues caused by identity sync 2020-02-18 07:23:08 -06:00
initial_sync_manager.py Fix subcloud manage/unmanage issues caused by identity sync 2020-02-18 07:23:08 -06:00
quota_manager.py Move content to subdir to support relocated packaging 2019-11-04 13:57:02 -05:00
scheduler.py Fix subcloud manage/unmanage issues caused by identity sync 2020-02-18 07:23:08 -06:00
service.py Fix subcloud manage/unmanage issues caused by identity sync 2020-02-18 07:23:08 -06:00
subcloud.py Fix subcloud manage/unmanage issues caused by identity sync 2020-02-18 07:23:08 -06:00
sync_thread.py dcorch for containerized openstack services - service 2019-11-15 13:26:32 -05: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.