fdd59ffe60672e7f4401f2b179d5fb152e0d33a3
Ravi Gummadi
fdd59ffe60
Configure trove_conductor_workers in os_trove
Configure trove_conductor_workers by calculating the default value. Similar to other services worker threads, the default value for trove_conductor_workers is half the number of vcpus on the machine. Also added capping of worker threads for trove. Change-Id: If853b0e1e45b7137572df8a1123273539343c83e Closes-Bug: #1664639
Team and repository tags
OpenStack-Ansible Trove (DBaaS)
Ansible role that installs and configures OpenStack Trove. Trove is installed behind the Apache webserver listening on port 8779 by default.
Required Variables
This list is not exhaustive at present. See role internals for further details.
# trove TCP listening port
trove_service_port:8779Example Playbook
-name: Install trove server
hosts: trove_all
user: root
roles:
-{role:"os_trove",tags:["os-trove"]}
vars:
is_metal:"{{ properties.is_metal|default(false) }}"Description
Languages
Jinja
58.4%
Python
41.6%