fuel-plugin-dbaas-trove/deployment_scripts/puppet/modules/trove
Apsar, Shaik (sa709c) 219f2ff75d Trove fuel plugin changes for implementing new fuel Trove role.
Implements: blueprint fuel-plugin-dbaas-trove

Change-Id: I56719a1e1327c47c7725ba88fea7b7ddf2a56c03
2016-01-08 17:03:39 +05:30
..
examples Trove fuel plugin changes for implementing new fuel Trove role. 2016-01-08 17:03:39 +05:30
lib/puppet Trove fuel plugin changes for implementing new fuel Trove role. 2016-01-08 17:03:39 +05:30
manifests Trove fuel plugin changes for implementing new fuel Trove role. 2016-01-08 17:03:39 +05:30
spec Trove fuel plugin changes for implementing new fuel Trove role. 2016-01-08 17:03:39 +05:30
templates Trove fuel plugin changes for implementing new fuel Trove role. 2016-01-08 17:03:39 +05:30
.gitignore Trove fuel plugin changes for implementing new fuel Trove role. 2016-01-08 17:03:39 +05:30
.gitreview Trove fuel plugin changes for implementing new fuel Trove role. 2016-01-08 17:03:39 +05:30
CHANGELOG.md Trove fuel plugin changes for implementing new fuel Trove role. 2016-01-08 17:03:39 +05:30
Gemfile Trove fuel plugin changes for implementing new fuel Trove role. 2016-01-08 17:03:39 +05:30
LICENSE Trove fuel plugin changes for implementing new fuel Trove role. 2016-01-08 17:03:39 +05:30
README.md Trove fuel plugin changes for implementing new fuel Trove role. 2016-01-08 17:03:39 +05:30
Rakefile Trove fuel plugin changes for implementing new fuel Trove role. 2016-01-08 17:03:39 +05:30
metadata.json Trove fuel plugin changes for implementing new fuel Trove role. 2016-01-08 17:03:39 +05:30

README.md

puppet-trove

6.1.0 - 2015.1 - Kilo

Table of Contents

  1. Overview - What is the trove module?
  2. Module Description - What does the module do?
  3. Setup - The basics of getting started with trove
  4. Implementation - An under-the-hood peek at what the module is doing
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module
  7. Contributors - Those with commits

Overview

The trove module is a part of OpenStack, an effort by the Openstack infrastructure team to provide continuous integration testing and code review for Openstack and Openstack community projects as part of the core software. The module itself is used to flexibly configure and manage the database service for Openstack.

Module Description

Setup

What the trove module affects:

  • trove, the database service for Openstack.

Implementation

trove

trove is a combination of Puppet manifest and ruby code to delivery configuration and extra functionality through types and providers.

Limitations

Security

For security reasons, a separate in-cloud RabbitMQ cluster should be set up for Trove to use. The reason for this is that the guest agent needs to communicate with RabbitMQ, so it is not advisable to give instances access to the same RabbitMQ server that the core OpenStack services are using for communication.

Please note that puppet-trove cannot check if this rule is being followed, so it is the deployer's responsibility to do it.

Beaker-Rspec

This module has beaker-rspec tests

To run:

shell bundle install bundle exec rspec spec/acceptance

Development

Developer documentation for the entire puppet-openstack project.

Contributors