Donovan Francesco (drifterza) e0cee746f4 Use new ansible package module to install distro packages.
From Newton onwards we're able to take advantage of
the Ansible package module, instead of conditionally
executing the apt or yum module.

Implementing this is an optimisation which we can do
in master and backport to stable/newton,
reducing the execution time.

Reference: http://docs.ansible.com/ansible/package_module.html

Change-Id: Id2f6ff7e1bd016e07f0b7a10d9ef2844070eb1c5
Related-Bug: #1642654
2016-11-25 11:20:13 +02: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.7 MiB
Languages
Jinja 49.9%
Python 36%
Shell 14.1%