Skip to content

Commit

Permalink
Merge pull request #5 from idealista-tech/bugs/copy_solr_props_file
Browse files Browse the repository at this point in the history
#4  Copy solr.xml file for not default data dir
  • Loading branch information
dortegau authored Jan 11, 2017
2 parents f01dc40 + db36eb9 commit b34a898
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.1.1] 2017-01-11
### Fixed
- *#4 Copy solr.xml file for not default data dir* @jmonterrubio

## [1.1.0]
### Added
- *#1 Enable all the jetty HttpConfiguration parameters from ansible* @jmonterrubio
Expand Down
9 changes: 8 additions & 1 deletion tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,20 @@
force: yes
notify: restart SolrCloud

- name: SolrCloud | Configuring SolrCloud
- name: SolrCloud | Configuring SolrCloud init script
template:
src: solr.in.sh.j2
dest: /etc/default/solr.in.sh
force: yes
notify: restart SolrCloud

- name: SolrCloud | Configuring SolrCloud properties
template:
src: solr.xml.j2
dest: "{{ solr_data_dir }}/solr.xml"
force: yes
notify: restart SolrCloud

- name: SolrCloud | Configuring logging
template:
src: log4j.properties.j2
Expand Down

0 comments on commit b34a898

Please sign in to comment.