From f6ea68848974ce8457f0c0945f3ec7fd7f1bc3f9 Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Sun, 1 Feb 2015 06:43:10 +0100 Subject: [PATCH] Add puppet askbot and puppet solr modules Add puppet askbot and solr modules to modules.env as required dependencies for ask.openstack.org site setup. Change-Id: Iffe07d3a34087cb15151787bc683208425a27594 Needed-By: I36504eac7b953c3cce3e21a3559ac95b1bc12da7 --- modules.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules.env b/modules.env index e0289a17ea..91570b45a4 100644 --- a/modules.env +++ b/modules.env @@ -48,6 +48,7 @@ MODULES["rafaelfc-pear"]="1.0.3" MODULES["saz-memcached"]="2.0.2" MODULES["spiette-selinux"]="0.5.1" MODULES["stankevich-python"]="1.6.6" +MODULES["vamsee-solr"]="0.0.7" # Source modules should use tags, explicit refs or remote branches because # we do not update local branches in this script. @@ -57,6 +58,7 @@ SOURCE_MODULES["https://github.com/puppet-community/puppet-module-puppetboard"]= # Add modules that should be part of the openstack-infra integration test here INTEGRATION_MODULES["https://git.openstack.org/openstack-infra/puppet-accessbot"]="origin/master" INTEGRATION_MODULES["https://git.openstack.org/openstack-infra/puppet-ansible"]="origin/master" +INTEGRATION_MODULES["https://git.openstack.org/openstack-infra/puppet-askbot"]="origin/master" INTEGRATION_MODULES["https://git.openstack.org/openstack-infra/puppet-asterisk"]="origin/master" INTEGRATION_MODULES["https://git.openstack.org/openstack-infra/puppet-bugdaystats"]="origin/master" INTEGRATION_MODULES["https://git.openstack.org/openstack-infra/puppet-bup"]="origin/master"