Accessing OSUOSL Supercell to manage Drupal.org Testbots
Note that this documentation has been moved to http://drupal.org/node/1748596 and will be maintained there.
Since the Drupal.org testbots run on the OSUOSL Infrastructure you have to get through an authenticated proxy to access them. This article explains how to do that. The information will land on drupal.org when I can figure out a place for it.
First, you need a Supercell account. To get one:
- Create an account on the Supercell documentation site. Visit https://supercell.osuosl.org/user/register and register an account.
- Visit the actual Supercell management site and create an account.
- Email support@osuosl.org to request that these two accounts be activated
- OSL will activate the account and reply
- If you need privileges to create virtual machines, find rfay or jthorson and ask to be added to the administrative group.
- If you need ssh access to the testbots, open an issue in the testbot queue requesting that you be added to the .ssh/authorized_keys on the testbots. Please provide your ssh key in the issue.
Now to use your supercell account, you'll need to configure your own system and add your ssh pubkey to the ganetti interface. Log into http://supercell.osuosl.org and visit http://supercell.osuosl.org/documentation/ssh, which explains this one-time process:
- Install the connect-proxy tool (works on Linux, MacOS, and Windows). (apt-get install connect-proxy, yum install connect-proxy, install it with Cygwin, etc.)
- Configure your .ssh/config file so that connections to .osuosl.test automatically go through a connect-proxy wrapper.
Host *.osuosl.test 10.20.
ProxyCommand connect-proxy -R both -5 -S localhost:8080 %h %p - Add your ssh pubkey to the Ganeti web manager (Log in to ganetti, click your username in the upper right, and click "add SSH key".)
Now, every time you want access to supercell, you have to run an ssh command like this:
ssh -N -D 8080 proxy@jumphost.supercell.osuosl.org
You can do that inside a script, you can use autossh to run it, and you can have it start up automatically. Whatever works for you on your platform.
At this point you can access the testbots via http, but you need to configure a proxy.
Web browser proxy configuration is explained on the Supercell http connection page (login required). The entry-level way to do this is to change the proxy for your web browser so that it uses 127.0.0.1, port 8080, as a proxy for http requests. Since it's annoying to change this back and forth, you'll probably want to use the Foxyproxy extension (for Firefox) or SwitchySharp (for Chrome) to automatically detect connections to OSUOSL.
- Remember to run the ssh proxy command (perhaps you have added it to a script).
- Configure your web browser to use the proxy. (see screenshots below)
- Visit the testbot page, for example http://drupaltestbot699.osuosl.test.
Below are sample proxy configurations for MacOS and Firefox on Windows. It's pretty much the same everywhere.
For more information about the Drupal.org testing infrastructure, the entry point for documentation is http://drupal.org/project/testbot.