distcloud/distributedcloud/dcorch/cmd
Li Zhu 665fa12a79 Tech debt: move portions of dcorch.common.consts into dccommon.consts
Parts of dcorch.common.consts: such as ENDPOINT_TYPE_*,
ENDPOINT_TYPES_LIST, SYNC_STATUS_*, and so on, are shared by
dcmanager, so they should be moved into the dccommon.consts.

Test Plan:

PASSED:

All distributedcloud sanity tests.

Closes-Bug: 1978334
Change-Id: I13d7ec72e2863171138b39cd8f982d69e87d60b8
2022-06-16 12:28:44 -04:00
..
__init__.py Move content to subdir to support relocated packaging 2019-11-04 13:57:02 -05:00
api_proxy.py Tech debt: move portions of dcorch.common.consts into dccommon.consts 2022-06-16 12:28:44 -04:00
api.py Updating some of the dcmanager and audit logs 2021-05-17 12:05:30 -05:00
engine.py Refactor portion of dcmanager into dcmanager-state process 2022-01-27 16:33:41 -05:00
manage.py Prevent unlimited growth of dcorch database 2020-04-30 10:55:12 -04:00
README.rst Move content to subdir to support relocated packaging 2019-11-04 13:57:02 -05:00

cmd

Scripts to start the DC Orchestrators API and Engine services

api.py:

start API service python api.py --config-file=/etc/dcorch.conf

engine.py:

start Engine service python engine.py --config-file=/etc/dcorch.conf

manage.py:

CLI interface for DC Orchestrators management dcorch-manage --config-file /etc/dcorch.conf db_sync dcorch-manage --config-file /etc/dcorch.conf db_version