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:
parent
35470fd757
commit
a362e0aa3d
@ -62,7 +62,7 @@ class openstack_project::wiki (
|
||||
'bootstrap.mlockall' => true,
|
||||
'discovery.zen.ping.unicast.hosts' => ['localhost'],
|
||||
},
|
||||
version => '1.1.1',
|
||||
version => '1.3.2',
|
||||
heap_size => '1g',
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user