Add elasticsearch to the mediawiki node

elasticsearch is needed for the CirrusSearch MediaWiki extension,
which would be a much nicer search than the default database
search currently being done.

Change-Id: I2e014ff6713c9ed797bece482ea4460cbffb1300
This commit is contained in:
Ryan Lane 2013-09-23 15:11:10 -07:00 committed by Gerrit Code Review
parent 580624f52c
commit 0c6458296b
1 changed files with 6 additions and 0 deletions

View File

@ -56,4 +56,10 @@ class openstack_project::wiki (
backup_user => 'bup-wiki',
backup_server => 'ci-backup-rs-ord.openstack.org',
}
class { 'elasticsearch':
discover_nodes => ['localhost'],
elasticsearch_version => '0.90.5',
}
}