Commit Graph

8 Commits

Author SHA1 Message Date
Erik Olof Gunnar Andersson 54997a14ea Split engine service into three services
This patch splits the engine into 3 services, conductor, engine and
health-manager.

The goal here is to make the engine more resilent by isolating the
pieces.

Before this patch each Engine worker could potentially be running many
thousands of threads and multiple thread groups, starving the process.
After this change each process would be limited to a single thread
group of 1000 threads, and more predictable and balanced workloads.

* Added two new services.
* Added workers opt to conductor and health manager.
* Merged Thread Group Manager into Engine Service code.

Change-Id: Id4a27ba934dc9777f7ae5b4d7d0a751318ea7877
2019-11-04 11:36:56 -08:00
Andreas Jaeger c993775bd4 Update api-ref location
The api documentation is now published on docs.openstack.org instead
of developer.openstack.org. Update all links that are changed to the
new location.

Note that redirects will be set up as well but let's point now to the
new location.

For details, see:
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html

Change-Id: Ie28caca2519b6e5940bb884876113b84d45c3048
2019-07-22 19:19:20 +02:00
Jude Cross 3770d11a5f Add action_purge to senlin-manage
This patch add the action_purge subcommand to senlin-manage.

This subcommand is used to purge the specified action records
in senlin's database.

Change-Id: Idf4e04621c812c3a7aa53e9fd402b2ec3081fa89
2019-01-22 18:42:06 -08:00
whoami-rajat f529ffe610 Add senlin-status upgrade check command framework
This adds basic framework for senlin-status upgrade
check commands. For now it has only "check_placeholder"
check implemented.
Real checks can be added to this tool in the future.

Change-Id: Ic890a04156abf201ac618ce71ccddcc4544d0acf
Story: 2003657
Task: 26154
2018-11-05 12:20:59 -05:00
Yuanbin.Chen 2519ab93da Add senlin-manager.rst service and event_purge command support
Change-Id: I7f773438fd8bf42164a14a7ea07b6643d7d6e270
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2018-02-27 09:47:03 +08:00
Guo Shan 022c7cb537 Correct indent in doc
Incorrect indent in doc cause wrong front format.

Change-Id: I6b61e4e5ba13f9e426f8f2f1c3549931556e2bd9
2017-11-08 17:42:46 +08:00
Dai Dang Van 4928a74a7d Implement policy in code - reno and doc (end)
- Add release note for supporting policy in code [1].
- Add documentation about policy file.

[1] https://governance.openstack.org/tc/goals/queens/policy-in-code.html

Change-Id: I6c05af32240f4a7484043a7da38d346fcffd04f3
Co-authored-By: Hieu LE <hieulq@vn.fujitsu.com>
2017-10-20 09:59:23 +00:00
tengqm edf75cf9f2 Prepare for doc migration
This restructures the doc/source directory for doc migration.

Change-Id: I4c91096fbc94a2e6d8c76d1d8df8ae5ca86a98cc
Related-Bug: #1706186
2017-07-25 23:13:56 -04:00