Go to file
Cuong Nguyen 8575a5f1bb Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant
Install python2 for Ubuntu 16.04 and CentOS 7 before executing test
script.

Change-Id: Ib11f17e1d980656e3b01571f154aa8ed871dfa41
2017-02-09 10:39:11 +07:00
2017-01-31 02:10:45 -06:00
2016-10-27 12:11:25 -04:00
2017-01-31 02:10:45 -06:00
2016-08-25 14:56:41 +02:00
2016-11-25 16:19:15 +01:00
2016-08-29 07:08:25 +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%