Jean-Philippe Evrard 2b51da5f0a Replace virtualenv-tools by a script
virtualenv-tools has a bug which gets triggered in gates: it can't
change the shebang of a virtualenv python bin/ files if they
were generated with a virtualenv script whose shebang ends with
python2 instead of python.

Because we can't modify virtualenv-tools, we use shell scripts
instead.

Change-Id: Iad3a44f35c57d92dcbbfde4acbd86a3a4eb1879d
Partial-Bug: #1741634
2018-02-07 19:42:13 +00:00
2017-12-05 11:56:32 +00:00
2017-07-27 07:52:00 -05:00
2017-12-05 11:56:32 +00:00
2017-07-26 11:46:56 -05:00
2017-11-23 16:26:54 +00:00
2017-12-14 11:27:40 -08:00
2016-08-25 14:56:41 +02:00
2017-08-22 13:36:35 +08:00
2017-03-02 11:52:11 +00:00
2017-12-14 11:27:40 -08: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%