Add notes for 2021-10-20

This commit is contained in:
2021-10-20 22:21:55 +03:00
parent 37e7b22fd3
commit aa4835e32b
26 changed files with 59 additions and 31 deletions

View File

@ -467,5 +467,16 @@ Time: 4417.909 ms (00:04.418)
- Revert the ssl-cert change on the Ansible infrastructure scripts so that nginx uses a manually generated "snakeoil" TLS certificate
- The ssl-cert one is easier because it's automatic, but they include the hostname in the bogus cert so it's an unecessary leak of information
- I started doing some tests to upgrade Elasticsearch from 7.6.2 to 7.7, 7.8, 7.9, and eventually 7.10 on OpenRXV
- I tested harvesting, reporting, filtering, and various admin actions with each version and they all worked fine, with no errors in any logs as far as I can see
- This fixes bunches of issues, updates Java from 13 to 15, and the base image from CentOS 7 to 8, so it's a decent amount of technical debt!
- I even tried Elasticsearch 7.13.2, which has Java 16, and it works fine...
- I submitted a pull request: https://github.com/ilri/OpenRXV/pull/126
## 2021-10-20
- Meeting with Big Data and CGIAR repository players about the feasibility of moving to a single repository
- We discussed several options, for example moving all DSpaces to CGSpace along with their permanent identifiers
- The issue would be for centers like IFPRI who don't use DSpace and have integrations with their website etc with their current repository
<!-- vim: set sw=2 ts=2: -->