-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PPA configurations and playbook
- enable crontab - configure cron job to reindex gale pages every first Saturday - revise gale local ocr path - remove unneeded transitional extra dependency
- Loading branch information
Showing
5 changed files
with
35 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ marc_data_path: "{{ data_path }}/marc/" | |
# path to EEBO TCP data | ||
eebo_data_path: "{{ data_path }}/eebo_tcp/" | ||
# path to Gale OCR data on tigerdata | ||
gale_ocr_data_path: "{{ tigerdata_mount_dir }}/prosody/ppa-ocr/Gale" | ||
gale_ocr_data_path: "{{ tigerdata_mount_dir }}/prosody/ppa-ocr/Gale-by-vol" | ||
|
||
technical_contact: [email protected] | ||
# flag that csp is enabled | ||
|
@@ -80,8 +80,11 @@ tigerdata_enabled: true | |
# media nfs path | ||
media_root: /mnt/nfs/cdh/prosody/media/ | ||
|
||
# app-specific system dependencies | ||
app_dependencies: | ||
- libmysqlclient-dev # for mysql installation during the migration | ||
# app-specific system dependencies - no longer needed | ||
#app_dependencies: | ||
# common datadog configuration set in all vars | ||
datadog_app_name: cdh_prosody | ||
|
||
# configure scripts to run as cron jobs | ||
crontab: [] | ||
# currently production only |
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