Add zookeeper to nodepool.o.o

This is our initial commit for adding zookeeper to Nodepool. Right now
this is the most basic configuration needed to start zookeeper.  As we
move forward, I expect us to change out for default settings.

Change-Id: I22640a91dc51d4318e6cc055177c879fa380cc4f
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-06-01 13:36:27 -04:00
parent dea18057b3
commit 617e37a289
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 3 additions and 0 deletions

View File

@ -771,6 +771,8 @@ node 'nodepool.openstack.org' {
iptables_public_tcp_ports => [80],
}
class { '::zookeeper': }
include openstack_project
class { '::openstackci::nodepool':

View File

@ -54,6 +54,7 @@ SOURCE_MODULES["https://git.openstack.org/openstack-infra/puppet-vcsrepo"]="0.0.
# rely on using any feature on grafana that relies on archive
SOURCE_MODULES["https://github.com/bfraser/puppet-grafana"]="v2.1.0"
SOURCE_MODULES["https://github.com/biemond/biemond-wildfly"]="v0.4.0"
SOURCE_MODULES["https://github.com/deric/puppet-zookeeper"]="v0.5.5"
SOURCE_MODULES["https://github.com/duritong/puppet-sysctl"]="v0.0.11"
SOURCE_MODULES["https://github.com/jfryman/puppet-selinux"]="v0.2.5"
SOURCE_MODULES["https://github.com/maestrodev/puppet-wget"]="v1.6.0"