Skip to content

Commit

Permalink
Merge pull request #1483 from pulibrary/figgy#3754-active-storage
Browse files Browse the repository at this point in the history
Configure ACTIVE_STORAGE_ROOT for figgy
  • Loading branch information
hackartisan authored May 7, 2020
2 parents c87c8b6 + 9dc02bf commit aa666a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion group_vars/figgy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
postgres_host: 'lib-postgres3.princeton.edu'
postgresql_is_local: false
postgres_version: 10
postgresql_is_local: false
passenger_server_name: "figgy.princeton.edu"
passenger_app_root: "/opt/figgy/current/public"
passenger_app_env: "production"
Expand Down Expand Up @@ -113,6 +112,8 @@ rails_app_vars:
value: '{{figgy_pudl_root}}'
- name: INGEST_FOLDER_PATH
value: '/mnt/hydra_sources'
- name: ACTIVE_STORAGE_ROOT
value: '/mnt/diglibdata/hydra_binaries/active_storage/production'
- name: LD_LIBRARY_PATH
value: '/usr/local/lib/'
- name: GOOGLE_CLIENT_ID
Expand Down
4 changes: 3 additions & 1 deletion group_vars/figgy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ rails_app_dependencies:
- libopenjp2-tools
- libopenjp2-7
figgy_cantaloupe_images_mount: iiif-staging1
figgy_repository_mount: '/mnt/diglibdata/hydra_binaries/figgy_staging'
figgy_derivatives_mount: '/mnt/{{figgy_cantaloupe_images_mount}}/data/jp2s/figgy_staging'
figgy_geo_derivatives_mount: '/mnt/geoserver/figgy_geo_data/staging'
figgy_stream_derivatives_mount: '/mnt/diglibdata/hydra_binaries/figgy_stream_derivatives'
Expand All @@ -39,7 +40,6 @@ figgy_rabbit_user: '{{vault_figgy_staging_rabbit_user}}'
figgy_rabbit_password: '{{vault_figgy_staging_rabbit_password}}'
figgy_rabbit_host: 'figgy-staging1.princeton.edu'
figgy_rabbit_server: 'amqp://{{figgy_rabbit_user}}:{{figgy_rabbit_password}}@{{figgy_rabbit_host}}:5672'
figgy_repository_mount: '/mnt/diglibdata/hydra_binaries/figgy_staging'
rabbitmq_user: '{{figgy_rabbit_user}}'
rabbitmq_password: '{{figgy_rabbit_password}}'
figgy_read_only_mode: 'false'
Expand Down Expand Up @@ -102,6 +102,8 @@ rails_app_vars:
value: '{{figgy_pudl_root}}'
- name: INGEST_FOLDER_PATH
value: '/mnt/hydra_sources'
- name: ACTIVE_STORAGE_ROOT
value: '/mnt/diglibdata/hydra_binaries/active_storage/staging'
- name: LD_LIBRARY_PATH
value: '/usr/local/lib/'
- name: GOOGLE_CLIENT_ID
Expand Down

0 comments on commit aa666a1

Please sign in to comment.