chhagarw eefe3d66c1 Trove service user configuration should be aligned
In the case of trove, we follow service configuration as per the
official manual installation documentation [1].

It uses trove_for_trove_usage as a service tenant unlike other openstack
services which uses default service tenant. For any project service to
work, the configuration [keystone_authtoken] section should be updated
with the correct user, project, tenant and password.
Proposed change fixes this issue so Trove service configurations are
aligned with the trove admin user settings for tenant and password.

[1]: http://docs.openstack.org/developer/trove/dev/manual_install.html


Closes-bug: #1644079

Change-Id: I92a426132e20669731bc65526b20f60a3f34b348
2016-11-23 18:42:14 +00:00
2016-10-27 12:11:25 -04:00
2016-09-16 09:15:23 +01:00
2016-08-25 14:56:41 +02:00
2016-08-25 14:59:31 +02:00
2016-09-19 14:17:04 -04:00
2016-08-29 07:08:25 +00:00

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%