From 617e37a289f6e2ebf459299943d7f357c3dcfb94 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 1 Jun 2016 13:36:27 -0400 Subject: [PATCH] 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 --- manifests/site.pp | 2 ++ modules.env | 1 + 2 files changed, 3 insertions(+) diff --git a/manifests/site.pp b/manifests/site.pp index 91cf16be73..00112e9432 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -771,6 +771,8 @@ node 'nodepool.openstack.org' { iptables_public_tcp_ports => [80], } + class { '::zookeeper': } + include openstack_project class { '::openstackci::nodepool': diff --git a/modules.env b/modules.env index bcd183419d..fa3b4eae55 100644 --- a/modules.env +++ b/modules.env @@ -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"