6b9b7b00e6
This commit increases the max_overflow for dcmanager's orchestrator from 1,000 to 2,500 to avoid QueuePool errors when executing a strategy for a large number of subclouds. Test plan: 1. PASS: Run DC orchestration in scale and verify that there are no QueuePool errors Closes-bug: 2085560 Change-Id: I77e3b39e654cab12c54bc58a4c90c05ab4ea0a62 Signed-off-by: Raphael Lima <Raphael.Lima@windriver.com> |
||
---|---|---|
.. | ||
__init__.py | ||
api.py | ||
audit_worker.py | ||
audit.py | ||
manage.py | ||
manager.py | ||
orchestrator.py | ||
README.rst | ||
state.py |
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