Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update trove to c9ff84d3e4aed8f9d91ea12d704cec633e5bf2a0
Browse files Browse the repository at this point in the history
c9ff84d3e4aed8f9d91ea12d704cec633e5bf2a0 Document requirement to use separate RabbitMQ

Change-Id: I57c44804fbbe99db7287753cb61e0fcb14c7041e
xbezdick committed May 21, 2015
1 parent 60c2ea4 commit 643397b
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
@@ -211,7 +211,7 @@ mod 'tripleo',
:git => 'https://github.com/stackforge/puppet-tripleo.git'

mod 'trove',
:commit => '19731ad8f1598106226617b7bd66a1ee1fd67ac2',
:commit => 'c9ff84d3e4aed8f9d91ea12d704cec633e5bf2a0',
:git => 'https://github.com/stackforge/puppet-trove'

mod 'tuskar',
7 changes: 7 additions & 0 deletions trove/README.md
Original file line number Diff line number Diff line change
@@ -37,6 +37,13 @@ trove is a combination of Puppet manifest and ruby code to delivery configuratio
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
------------

6 changes: 6 additions & 0 deletions trove/manifests/init.pp
Original file line number Diff line number Diff line change
@@ -23,10 +23,16 @@
#
# [*rabbit_host*]
# (optional) Location of rabbitmq installation.
# Note that, for security reasons, this rabbitmq host should not be the
# same that the core openstack services are using for communication. See
# http://lists.openstack.org/pipermail/openstack-dev/2015-April/061759.html
# Defaults to 'localhost'
#
# [*rabbit_hosts*]
# (optional) List of clustered rabbit servers.
# Note that, for security reasons, these rabbitmq hosts should not be the
# same that the core openstack services are using for communication. See
# http://lists.openstack.org/pipermail/openstack-dev/2015-April/061759.html
# Defaults to false
#
# [*rabbit_port*]

0 comments on commit 643397b

Please sign in to comment.