-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #140 from folio-org/q3-release
Q3 release
- Loading branch information
Showing
23 changed files
with
879 additions
and
538 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,124 @@ | ||
--- | ||
# Variables for building a FOLIO release | ||
okapi_pull: true | ||
okapi_pull_timeout: 600 | ||
auth_required: true | ||
load_mods_larger: true | ||
enable_okapi: true | ||
deploy_url: https://cdn.rawgit.com/folio-org/folio-testing-platform/Q2-2018/okapi-install.json | ||
enable_url: https://cdn.rawgit.com/folio-org/folio-testing-platform/Q2-2018/stripes-install.json | ||
deploy_url: https://rawgit.com/folio-org/platform-complete/q3-2018/okapi-install.json | ||
enable_url: https://rawgit.com/folio-org/platform-complete/q3-2018/stripes-install.json | ||
update_launch_descr: true | ||
|
||
# module settings | ||
folio_modules: | ||
- name: mod-authtoken | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-permissions | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx512m" } | ||
|
||
- name: mod-login | ||
docker_cmd: | ||
- "verify.user=true" | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-configuration | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-users | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx384m" } | ||
|
||
- name: mod-inventory-storage | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx512m" } | ||
|
||
- name: mod-users-bl | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-login-saml | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-user-import | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-inventory | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Dorg.folio.metadata.inventory.storage.type=okapi" } | ||
|
||
- name: mod-circulation-storage | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-circulation | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-notify | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-notes | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-codex-inventory | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-codex-ekb | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-codex-mux | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-kb-ebsco | ||
docker_env: | ||
- { name: 'EBSCO_RMAPI_BASE_URL', value: 'https://sandbox.ebsco.io' } | ||
|
||
- name: mod-vendors | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-calendar | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-finance | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-feesfines | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-tags | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-orders-storage | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
- name: mod-rtac | ||
docker_env: | ||
- { name: JAVA_OPTIONS, value: "-Xmx256m" } | ||
|
||
# Variables for building UI | ||
stripes_github_project: https://github.com/folio-org/folio-testing-platform | ||
stripes_github_version: Q2-2018 | ||
folio_npm_repo: npm-folioci | ||
stripes_github_project: https://github.com/folio-org/platform-complete | ||
stripes_github_version: q3-2018 | ||
folio_npm_repo: npm-folio | ||
okapi_register_modules: no | ||
okapi_enable_modules: no | ||
platform_remove_lock: no | ||
with_sourcemap: no | ||
|
||
# Metadata for CI build | ||
version: Q2-2018 | ||
version: Q3-2018 |
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
Oops, something went wrong.