Update solr package repository url
Solr version 4.10.4 is not available on official mirrors. The repository url was changed to https://archive.apache.org/dist/lucene/solr where the 4.x branch still exist. The upgrade to 5.x require major changes in solr deployment model, so this patch is just a short term workaround. Change-Id: I0fab4fa6b49b766b0b62a978f62150bbceeb4b08
This commit is contained in:
parent
b45c2259ee
commit
659d46cdd7
@ -34,7 +34,7 @@ class openstack_project::ask (
|
||||
}
|
||||
|
||||
class { 'solr':
|
||||
mirror => 'http://apache.mesi.com.ar/lucene/solr',
|
||||
mirror => 'https://archive.apache.org/dist/lucene/solr',
|
||||
version => $solr_version,
|
||||
cores => [ 'core-default', 'core-en', 'core-zh' ],
|
||||
dist_root => '/srv/dist/solr',
|
||||
|
@ -34,7 +34,7 @@ class openstack_project::ask_staging (
|
||||
}
|
||||
|
||||
class { 'solr':
|
||||
mirror => 'http://apache.mesi.com.ar/lucene/solr',
|
||||
mirror => 'https://archive.apache.org/dist/lucene/solr',
|
||||
version => $solr_version,
|
||||
cores => [ 'core-default', 'core-en', 'core-zh' ],
|
||||
dist_root => '/srv/dist/solr',
|
||||
|
Loading…
Reference in New Issue
Block a user