Skip to content

Commit

Permalink
Merge pull request #31 from idealista/features/30
Browse files Browse the repository at this point in the history
Features/30
  • Loading branch information
dortegau authored Apr 28, 2017
2 parents 6158b2a + 135ff43 commit 9512011
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,22 @@ All notable changes to this project will be documented in this file.

## [Unreleased](https://github.com/idealista/solrcloud-role/tree/develop)

## [1.6.0](https://github.com/idealista/solrcloud-role/tree/1.6.0) (2017-04-24)
[Full Changelog](https://github.com/idealista/solrcloud-role/compare/1.5.2...1.6.0)

### Changed
- *[#30](https://github.com/idealista/solrcloud-role/issues/30) Upgrading to SolrCloud 6.5.0* @dortegau

### Fixed
- *[#26](https://github.com/idealista/solrcloud-role/issues/26) Fixing configuration issues in tests when default TLD was added* @dortegau


## [1.5.2](https://github.com/idealista/solrcloud-role/tree/1.5.2) (2017-04-21)
[Full Changelog](https://github.com/idealista/solrcloud-role/compare/1.5.1...1.5.2)

### Fixed
- *[#24](https://github.com/idealista/solrcloud-role/issues/24) Fixing jetty-xml configuration file (deleting values inside config sets)* @dortegau
- *[#26](https://github.com/idealista/solrcloud-role/issues/26) Fixing jetty-xml configuration file (deleting values inside config sets)* @dortegau
- *[#26](https://github.com/idealista/solrcloud-role/issues/26) Adding default TLD in molecule.yml* @dortegau

## [1.5.1](https://github.com/idealista/solrcloud-role/tree/1.5.1) (2017-04-21)
[Full Changelog](https://github.com/idealista/solrcloud-role/compare/1.5.0...1.5.1)
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
## General

solr_cloud_version: 6.3.0
solr_cloud_version: 6.5.0

## Service options

Expand Down
2 changes: 1 addition & 1 deletion molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ vagrant:
raw_config_args:
- "landrush.enabled = true"
- "landrush.tld = 'vm'"
- "landrush.guest_redirect_dns = false"
- "landrush.guest_redirect_dns = true"
platforms:
- name: Debian
box: debian/jessie64
Expand Down
4 changes: 3 additions & 1 deletion tests/group_vars/group01.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
solr_cloud_version: 6.3.0
solr_cloud_version: 6.5.0
solr_port: 8983

solr_zookeeper_hosts: zookeeper.vm:2181
solr_host: "{{ hostvars[ansible_nodename + '.vm']['ansible_' + ansible_default_ipv4.alias]['ipv4']['address'] }}"

4 changes: 2 additions & 2 deletions tests/playbook.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---

- hosts: zookeeper
- hosts: zookeeper.vm
roles:
- role: java
- role: zookeeper

- hosts: solrcloud
- hosts: solrcloud.vm
roles:
- role: java
- role: solrcloud-role
4 changes: 2 additions & 2 deletions tests/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
- src: https://github.com/idealista-tech/java-role
scm: git
version: 1.0.0
version: 1.1.0
name: java

- src: https://github.com/idealista-tech/zookeeper-role
scm: git
version: 1.0.2
version: 1.0.3
name: zookeeper

0 comments on commit 9512011

Please sign in to comment.