Skip to content

Commit

Permalink
#54 upgrading to SolrCloud 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dortegau committed Dec 10, 2018
1 parent 431ab7c commit ea2ffed
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.

## [Unreleased](https://github.com/idealista/solrcloud-role/tree/develop)
### Changed
- *[#54](https://github.com/idealista/solrcloud-role/issues/54) Installing SolrCloud 7.5.0 by default* @dortegau
- *[#55](https://github.com/idealista/solrcloud-role/issues/55) Upgrading Java and ZooKeeper roles to latest versions, using hostmanager plugin to manage network instead of landrush, adding test-requirements.txt for execution under pipenv and upgrading to Ansible 2.5.3.0* @dortegau

## [1.9.0](https://github.com/idealista/solrcloud-role/tree/1.9.0) (2018-02-12)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ $ pipenv install -r test-requirements.txt -python 2.7
$ pipenv run molecule test
```

Solr Admin UI should be accessible from: http://localhost:8983/solr/#/

See [molecule.yml](https://github.com/idealista/solrcloud-role/blob/master/molecule/default/molecule.yml) to check possible testing platforms.

## Built With
Expand Down
3 changes: 1 addition & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
## General

solr_cloud_version: 7.0.0
solr_cloud_version: 7.5.0

## Service options

Expand Down
2 changes: 1 addition & 1 deletion molecule/default/group_vars/solrcloud_group.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

solr_cloud_version: 7.0.0
solr_cloud_version: 7.5.0
solr_port: 8983

solr_zookeeper_hosts: zookeeper:2181
Expand Down
1 change: 1 addition & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ platforms:
- name: solr-network
aliases:
- zookeeper

- name: solrcloud
hostname: solrcloud
image: idealista/java-debian-ansible:3.2.0-debian9
Expand Down
2 changes: 0 additions & 2 deletions templates/jetty-http.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
<Set name="port"><Property name="jetty.port" default="8983" /></Set>
<Set name="idleTimeout"><Property name="solr.jetty.http.idleTimeout" default="50000" /></Set>
<Set name="soLingerTime"><Property name="solr.jetty.http.soLingerTime" default="-1" /></Set>
<Set name="acceptorPriorityDelta"><Property name="solr.jetty.http.acceptorPriorityDelta" default="0" /></Set>
<Set name="selectorPriorityDelta"><Property name="solr.jetty.http.selectorPriorityDelta" default="0" /></Set>
<Set name="acceptQueueSize"><Property name="solr.jetty.http.acceptQueueSize" default="0" /></Set>
</New>
</Arg>
Expand Down

0 comments on commit ea2ffed

Please sign in to comment.