-
Notifications
You must be signed in to change notification settings - Fork 21
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
Allow for indexless installs #171
Conversation
This is needed by artefactual/deploy-pub#52 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a note to the README? LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, with mention in the README this looks good to me.
2e13d36
to
ab855d8
Compare
Updated README to tell about the new |
ab855d8
to
24348a4
Compare
README.md
Outdated
@@ -56,6 +56,10 @@ The default Archivematica 1.7 logging sends the events to the standard streams, | |||
|
|||
The log file sizes and the directories to store the logs are configurable for each service. The default values can be found in [`defaults/main.yml`](defaults/main.yml). | |||
|
|||
Disable ElasticSearch use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/ElasticSearch/Elasticsearch
README.md
Outdated
Disable ElasticSearch use | ||
------------------------- | ||
|
||
The default Archivematica install relies on ElasticSearch for different features (Archival storage, Backlog and Appraisal tabs). If you need to disable them, the boolean environment variable `archivematica_src_search_enabled` has to be set to `False` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: archivematica_src_search_enabled
isn't an environment variable. Role variable?
24348a4
to
233c1c4
Compare
This adds the archivematica_src_search_enabled var
233c1c4
to
152a7d1
Compare
@sevein What do you think? Can this be merged now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small cosmetic suggestion but I think it could be fixed later if we're in a rush. 👍
README.md
Outdated
Disable Elasticsearch use | ||
------------------------- | ||
|
||
The default Archivematica install relies on ElasticSearch for different features (Archival storage, Backlog and Appraisal tabs). If you need to disable them, the role variable `archivematica_src_search_enabled` has to be set to `False` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/ElasticSearch/Elasticsearch
I fixed the typo. I also used this role in a deploy-pub Vagrant deploy and confirmed it can be used to correctly deploy AM headlessly. See artefactual-labs/archivematica-acceptance-tests#67 (comment). |
This adds the ARCHIVEMATICA__SEARCH_ENABLED env var