distcloud/distributedcloud/dcmanager/cmd
Raphael Lima 6b9b7b00e6 Increase orchestrator max_overflow
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>
2024-10-24 14:36:35 -03:00
..
__init__.py Move content to subdir to support relocated packaging 2019-11-04 13:57:02 -05:00
api.py Apply black formatter to dcmanager 2024-07-30 16:29:39 -03:00
audit_worker.py Avoid timeouts while getting keystone token on orchestration 2024-10-15 22:24:26 +00:00
audit.py Apply black formatter to dcmanager 2024-07-30 16:29:39 -03:00
manage.py Apply black formatter to dcmanager 2024-07-30 16:29:39 -03:00
manager.py Apply black formatter to dcmanager 2024-07-30 16:29:39 -03:00
orchestrator.py Increase orchestrator max_overflow 2024-10-24 14:36:35 -03:00
README.rst Move dcmanager orchestration to a separate process 2020-09-14 11:17:06 -04:00
state.py Apply black formatter to dcmanager 2024-07-30 16:29:39 -03:00

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