-
Notifications
You must be signed in to change notification settings - Fork 299
Snabb Lab
lukego edited this page Sep 11, 2014
·
26 revisions
Servers devoted to the Snabb Switch project and usable by all known developers.
Want to be a known developer? Sure! Just edit authorized_keys and send a pull request. No fuss.
- Feel at home. These servers are here for you to play with and enjoy.
- Check with the mailing list before making global changes. (Not everybody wants your ultimate zsh config!)
- Don't keep precious data on the servers. We might want to reinstall them at short notice.
Name | Purpose | SSH Host | SSH Port | Xeon model | NICs |
---|---|---|---|---|---|
chur | For everybody | lab1.snabb.co | 2020 | 2x E5 2650 | 20 x 10G (Intel 82599) |
davos | Continuous Integration tests & driver development | lab1.snabb.co | 2000 | 2x E5 2603 | Diverse 10G/40G: Intel, SolarFlare, Mellanox, Chelsio, Broadcom. Installed upon request. |
grindelwald | Snabb NFV testing | lab1.snabb.co | 2010 | 2x E5 2697v2 | 12 x 10G (Intel 82599) |
You are welcome to play, test, and develop on chur.snabb.co
. Once your SSH key is authorized (above) you can create a private account like this:
ssh -p 2020 [email protected] # Login to chur
useradd -G sudo -m myusername # Create account
su - myusername # and now you are in business
See all available ports with lspci | grep 10-Gigabit
.
We are grateful to Silicom for their sponsorship in the form of discounted network cards for chur
. Thanks gang!