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:
Marton Kiss 2016-08-08 10:09:08 +02:00
parent b45c2259ee
commit 659d46cdd7
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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',