eb97f4c8b6
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>
696 B
Executable File
696 B
Executable File
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