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
This commit is contained in:
Marton Kiss 2015-02-01 06:43:10 +01:00
parent 009fc04f84
commit f6ea688489
1 changed files with 2 additions and 0 deletions

View File

@ -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"