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

Update Figgy Illiad variables #5646

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions group_vars/figgy/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,17 @@ rails_app_vars:
- name: FIGGY_PYRAMIDAL_ACCESS
value: 'true'
- name: OCR_IN_PATH
value: '/mnt/illiad/ocr_scan'
- name: OCR_OUT_PATH
value: '/mnt/illiad/images'
value: '/mnt/hosted_illiad/ILL_OCR_Scans'
- name: ILLIAD_SFTP_HOST
value: '{{vault_figgy_illiad_sftp_host}}'
- name: ILLIAD_SFTP_PORT
value: '{{vault_figgy_illiad_sftp_port}}'
- name: ILLIAD_SFTP_USER
value: '{{vault_figgy_illiad_sftp_user}}'
- name: ILLIAD_SFTP_PASSWORD
value: '{{vault_figgy_illiad_sftp_pass}}'
- name: ILLIAD_SFTP_BASE_PATH
value: '{{vault_figgy_illiad_base_path}}'
- name: CDL_IN_PATH
value: '/mnt/illiad/cdl_scans/figgy_ingest'
- name: ASPACE_URL
Expand Down
12 changes: 10 additions & 2 deletions group_vars/figgy/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,16 @@ rails_app_vars:
value: 'https://iiif-cloud-staging.princeton.edu/iiif/2/'
- name: OCR_IN_PATH
value: '/opt/figgy/current/tmp/ocr_in'
- name: OCR_OUT_PATH
value: '/opt/figgy/current/tmp/ocr_out'
- name: ILLIAD_SFTP_HOST
value: '{{vault_figgy_illiad_sftp_host}}'
- name: ILLIAD_SFTP_PORT
value: '{{vault_figgy_illiad_sftp_port}}'
- name: ILLIAD_SFTP_USER
value: '{{vault_figgy_illiad_sftp_user}}'
- name: ILLIAD_SFTP_PASSWORD
value: '{{vault_figgy_illiad_sftp_pass}}'
- name: ILLIAD_SFTP_BASE_PATH
value: '{{vault_figgy_illiad_base_path}}'
- name: CDL_IN_PATH
value: '/opt/figgy/current/tmp/cdl_in'
- name: ASPACE_URL
Expand Down
Loading
Loading