Merge "Add zookeeper to nodepool.o.o"

This commit is contained in:
Jenkins 2016-07-21 21:05:18 +00:00 committed by Gerrit Code Review
commit 48db97da31
2 changed files with 3 additions and 0 deletions

View File

@ -710,6 +710,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"