Go to file
ZhongShengping 7a283a632e Deprecate auth_uri option
Option auth_uri from group keystone_authtoken is deprecated[1].
Use option www_authenticate_uri from group keystone_authtoken.

[1]https://review.openstack.org/#/c/508522/

Change-Id: I9b21be85a00bf6c4fdeec139a340fecc946d1f87
Implements: blueprint deprecate-auth-uri-option
2018-04-03 14:16:53 +08:00
2018-03-15 07:39:13 +00:00
2017-07-27 07:52:00 -05:00
2017-12-05 11:56:32 +00:00
2018-04-03 14:16:53 +08:00
2017-11-23 16:26:54 +00: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

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.8 MiB
Languages
Jinja 58.4%
Python 41.6%