relforge servers are now accessible from a lab instance.
We should now create a new instance to host a MW system that will used to access reforge data.
estest instances are no longer needed so we can destroy them.
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | • Deskana | T139575 EPIC: Plan to enable BM25 on fulltext search | |||
Resolved | dcausse | T139576 Enable BM25 by default in cirrus and evaluate its impact with relcomp on relforge servers | |||
Resolved | dcausse | T142558 Create a new mediawiki lab instance and remove estest* instances |
Event Timeline
Comment Actions
Tweaks needed to be done:
curl settings appear to be broken and https is failing.
The trick was to download the cert file from relforge1001:/usr/local/share/ca-certificates/Puppet_Internal_CA.crt
copy this file to lxc-vagrant box
make sure that curl will load this file
(identify the cert file opened by default strace curl https://relforge1001.eqiad.wmnet:9243 2>&1 | grep stat)
symlink /etc/ssl/certs/c5aaad6f.0 to this file
It's unclear why curl refused to use the bundle /etc/ssl/certs/ca-certificates.crt ...