distcloud/distributedcloud/dcmanager/cmd
Jessica Castelino eb97f4c8b6 Move dcmanager orchestration to a separate process
1) Remove DC manager orchestration from dcmanager-manager process
2) Create dcmanager-orchestrator process and associated files
3) Add new RPC calls for dcmanager-orchestrator process to notify
dcmanager
4) Create/update unit tests, to verify the implementation
changes

Story: 2007267
Task: 40734
Change-Id: Ibbbae77558a8a8fd95b636fa6c3aebb1dfefb514
Signed-off-by: Jessica Castelino <jessica.castelino@windriver.com>
2020-09-14 11:17:06 -04:00
..
README.rst Move dcmanager orchestration to a separate process 2020-09-14 11:17:06 -04:00
__init__.py Move content to subdir to support relocated packaging 2019-11-04 13:57:02 -05:00
api.py Move content to subdir to support relocated packaging 2019-11-04 13:57:02 -05:00
audit.py Move subcloud audit to separate process 2020-05-14 09:34:23 -05:00
manage.py Move content to subdir to support relocated packaging 2019-11-04 13:57:02 -05:00
manager.py Restructure subcloud audit to audit subclouds in parallel 2020-01-22 14:13:56 -06:00
orchestrator.py Move dcmanager orchestration to a separate process 2020-09-14 11:17:06 -04:00

README.rst

cmd

Scripts to start the DC Manager API and Manager services

api.py:

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

manager.py:

start Manager service python manager.py --config-file=/etc/dcmanager.conf

audit.py:

start Audit service python audit.py --config-file=/etc/dcmanager.conf

orchestrator.py:

start Orchestrator service python orchestrator.py --config-file=/etc/dcmanager.conf

manage.py:

CLI interface for dcmanager database management dcmanager-manage --config-file /etc/dcmanager.conf db_sync dcmanager-manage --config-file /etc/dcmanager.conf db_version