Upgrade wiki to use elasticsearch 1.3.2

* modules/openstack_project/manifests/wiki.pp: The latest mediawiki
cirrus extension uses groovy instead of mvel, so we need to be
running a 1.3.x release of elasticsearch on wiki.openstack.org to
support groovy.

Change-Id: I7f543ab217d5a16aab7d5cba654ef0d80b16d9e3
This commit is contained in:
Jeremy Stanley 2014-09-08 18:59:54 +00:00
parent 35470fd757
commit a362e0aa3d
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class openstack_project::wiki (
'bootstrap.mlockall' => true, 'bootstrap.mlockall' => true,
'discovery.zen.ping.unicast.hosts' => ['localhost'], 'discovery.zen.ping.unicast.hosts' => ['localhost'],
}, },
version => '1.1.1', version => '1.3.2',
heap_size => '1g', heap_size => '1g',
} }