Page MenuHomePhabricator

Create a new mediawiki lab instance and remove estest* instances
Closed, ResolvedPublic

Description

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.

Event Timeline

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 ...