[FOLIO-992] Get mod-kb-ebsco running on Index Data servers Created: 18/Dec/17 Updated: 12/Nov/18 Resolved: 11/Jan/18 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | P2 |
| Reporter: | Mike Taylor | Assignee: | John Malconian |
| Resolution: | Done | Votes: | 0 |
| Labels: | alpha, ci, sprint29, sprint30 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | 4 hours | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||||||
| Sprint: | |||||||||||||||||||||
| Description |
|
As noted in the comments to
|
| Comments |
| Comment by Jakub Skoczen [ 02/Jan/18 ] |
|
Khalilah Gambrell is there an update for the ID team? Should we be looking at moving the code? |
| Comment by Mike Taylor [ 04/Jan/18 ] |
|
John Malconian What is the status of this? Until we have this in a VM, I can't meaningfully fix
|
| Comment by Jakub Skoczen [ 04/Jan/18 ] |
|
Mike Taylor this is blocked until we hear otherwise from Khalilah Gambrell. For now let's wrap up Codex Search dev with a link that is generated according to the recipe you got from Carole, will test it next week. |
| Comment by Khalilah Gambrell [ 04/Jan/18 ] |
|
Mike Taylor, Jakub Skoczen, and John Malconian per Hongwei Ji mod-kb-ebsco has been moved over to folio-org. Team is now working on ui-holdings. https://github.com/folio-org/mod-kb-ebsco |
| Comment by Khalilah Gambrell [ 04/Jan/18 ] |
|
And now ui-holdings (https://github.com/folio-org/ui-eholdings) has been moved over to folio-org. |
| Comment by Mike Taylor [ 05/Jan/18 ] |
|
I assume this is fixed? |
| Comment by Hongwei Ji [ 05/Jan/18 ] |
|
Mike Taylor we moved FrontSide repos to folio-org, but those modules still need to pulled in IndexData CICD pipeline. As of now, http://folio-testing.aws.indexdata.com/settings/about does not have mod-kb-ebsco integrated yet. |
| Comment by John Malconian [ 10/Jan/18 ] |
|
The module has been added to folio-testing - blackbox VM as well as folio-testing.aws.indexdata.com. The module requires EBSCO RM API credentials to access the EBSCO KB. The module is enabled by default on the folio-testing blackbox VM without the credentials. To add the credentials, authenticate to your local okapi instance and run the similar to the following: data='{"data":{"id":"configuration","type":"configurations","attributes":{"apiKey":"RMAPI_KEY_HERE","customerId":"RMAPI_CUSTID_HERE"}}}' curl -w '\n' -X PUT -H "Content-type: application/json" \ -H "x-okapi-tenant: ${tenant}" \ -H "x-okapi-token: ${okapi_token}" \ -d ${data} http://${okapi_host}/eholdings/configuration |