Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#112] Support for package management #121

Merged
merged 2 commits into from
Jun 2, 2020
Merged

[#112] Support for package management #121

merged 2 commits into from
Jun 2, 2020

Conversation

sorobon
Copy link
Contributor

@sorobon sorobon commented Jun 1, 2020

Requirements

  • Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
  • All new code requires tests to ensure against regressions
  • Remember to set idealista:develop as base branch;

Description of the Change

Support for Package Management in solr.

Possible Drawbacks

none

Applicable Issues

#120

.idea/.gitignore Outdated
@@ -0,0 +1,8 @@
# Default ignored files
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This files under .idea/ directory should be removed, shouldn't be?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

vars/main.yml Outdated
@@ -9,3 +9,6 @@ solr_cloud_url: "http://archive.apache.org/dist/lucene/solr/{{ solr_version }}/{
solr_external_libraries_destination_path: "{{ solr_installation_dir }}/server/solr-webapp/webapp/WEB-INF/lib/"
solr_external_libraries_required_packages:
- python-lxml
solr_packages_libraries_required_packages:
- python-lxml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems that this package is installed because is referenced in L:13 under solr_packages_libraries_required_packages list variable

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@sorobon sorobon merged commit ec0cb2e into develop Jun 2, 2020
@sorobon sorobon linked an issue Jun 2, 2020 that may be closed by this pull request
@sorobon sorobon deleted the features/#120 branch March 16, 2021 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Package Management
5 participants