-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from palantirnet/solr-7
Update from Solr 4.5.1 to 7.7.2
- Loading branch information
Showing
54 changed files
with
4,586 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
|
||
- src: geerlingguy.java | ||
version: 1.7.7 | ||
version: 1.9.6 | ||
|
||
- src: geerlingguy.solr | ||
version: 4.0.2 | ||
version: 5.0.0 | ||
|
||
- src: rvm.ruby | ||
version: v2.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,5 @@ | |
- duplicity | ||
- duply | ||
- python-boto | ||
state: installed | ||
state: present | ||
tags: duplicity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,21 @@ | ||
--- | ||
- name: Solr Cleanup | Replace systemd script for Solr 4 | ||
template: | ||
src: solr4.unit.j2 | ||
dest: /etc/systemd/system/solr.service | ||
owner: root | ||
group: root | ||
mode: 0755 | ||
|
||
- name: Solr Cleanup | Fix log permissions | ||
file: | ||
path: /var/log/solr.log | ||
owner: solr | ||
group: adm | ||
- name: Solr Configuration | Copy Solr config | ||
copy: | ||
src: templates/ | ||
dest: /tmp/ | ||
|
||
- name: Solr Cleanup | Reload daemon | ||
shell: systemctl daemon-reload | ||
- name: Solr Configuration | Install 'drupal8' Solr core | ||
command: | ||
cmd: /opt/solr/bin/solr create_core -c drupal8 -d /tmp/solr_7.x_config-drupal8 | ||
creates: /var/solr/data/drupal8 | ||
become: yes | ||
become_user: vagrant | ||
|
||
- name: Solr Cleanup | Restart Solr | ||
service: | ||
name: solr | ||
state: restarted | ||
enabled: no | ||
|
||
- name: Solr Cleanup | Enable Solr start on boot | ||
service: | ||
name: solr | ||
enabled: yes | ||
|
||
- include: cores.yml | ||
# Drupal 7 support requires different Lucene configuration. | ||
- name: Solr Configuration | Install 'drupal7' Solr core | ||
command: | ||
cmd: /opt/solr/bin/solr create_core -c drupal7 -d /tmp/solr_7.x_config-drupal7 | ||
creates: /var/solr/data/drupal7 | ||
become: yes | ||
become_user: vagrant |
1 change: 0 additions & 1 deletion
1
provisioning/roles/solr-configuration/templates/core.properties.j2
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
provisioning/roles/solr-configuration/templates/solr4.unit.j2
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.