Andreas Jaeger b5b45c09d4 Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.

Change-Id: Iae47cbfafdc9ae35506c84ce67a71238ecb282d1
2017-11-17 08:06:56 +01:00
2017-07-27 07:52:00 -05:00
2017-10-17 20:51:37 +00:00
2017-07-27 07:52:00 -05:00
2017-10-10 09:41:12 +00:00
2017-07-27 07:52:00 -05:00
2017-07-26 11:46:56 -05:00
2017-10-17 20:51:37 +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
2017-07-21 17:20:34 +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%