Jesse Pretorius 4d82413ff7 Reduce init restart/kill times
The systemd unit 'TimeoutSec' value which controls the time
between sending a SIGTERM signal and a SIGKILL signal when
stopping or restarting the service has been reduced from 300
seconds to 120 seconds. This provides 2 minutes for long-lived
sessions to drain while preventing new ones from starting
before a restart or a stop.

The 'RestartSec' value which controls the time between the
service stop and start when restarting has been reduced from
150 seconds to 2 seconds to make the restart happen faster.

These values can be adjusted by using the *_init_config_overrides
variables which use the config_template task to change template
defaults.

Change-Id: I7f23a74fd644aa0d631e9b0f7d96083b645bc032
2017-04-26 13:05:26 +00:00
2017-04-14 14:46:26 -05:00
2017-04-14 14:46:26 -05:00
2017-03-31 13:41:06 -05:00
2017-04-21 16:51:57 +01:00
2017-04-21 16:51:57 +01:00
2017-04-26 13:05:26 +00:00
2017-04-19 17:36:06 -07:00
2016-08-25 14:56:41 +02:00
2016-11-25 16:19:15 +01:00
2017-03-02 11:52:11 +00:00

Team and repository tags

image

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: 8779

Example 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
Role os_trove for OpenStack-Ansible
Readme 3.6 MiB
Languages
Jinja 49.9%
Python 36%
Shell 14.1%