- 04 Jun, 2014 8 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
these do the obvious. Takes a list of lanids (not vlanids). So yesterday when I did the switchover from the 1Gb to the 10Gb link I did this: snmpit_test -i procurveA -i procurve1 --clearvlanontrunks 1225665 1270247 ... which removed the vlans from the trunk ports on procurve1 and procurveA. Then I changed the wires table, and then I did: snmpit_test -i procurveA -i procurve1 --setvlanontrunks 1225665 1270247 ... which added the vlans to the new trunk ports. Nifty.
-
- 03 Jun, 2014 1 commit
-
-
Leigh B Stoller authored
-
- 02 Jun, 2014 9 commits
-
-
Leigh B Stoller authored
VM. Note that the target script uses sudo, but not in all the places it needs to, so lets just run the script as root, and yank the sudo out later.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Mike Hibler authored
Since GUIDs are 16 bytes and our current interface MACs are only 12 bytes, I agonized over whether to grow the mac column to 16 bytes and just treat it as a unique identifier (which is all we use that column for anyway). However, in the end I just added a new guid column as there were mac columns in a variety of other tables and it wasn't clear what the relationship was and what I might break. So, the newnode MFS will now report back a GUID for interfaces it recognizes as IB (FreeBSD-specific right now). The boss-side checkin code with stash that value in new_interfaces (and later interfaces when added). For possible backward compat, it will also generate a MAC address from that (possibly Mellanox-specific) so that all entries in the interfaces table will have a MAC (yes, it should really be the other way around--all interfaces should always have a guid). End of story. We don't do anything else with IB right now other than stash an interface GUID.
-
Mike Hibler authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
hosts, since we are not using a prerouting rule like we do for XEN containers. Note that I am using the dom0 ules rules on openvz physical hosts, but might have to split it out if I get any more special cases like this.
-
Kirk Webb authored
-
- 30 May, 2014 10 commits
-
-
Mike Hibler authored
Needed when boss is the tip server (i.e., for IPMI consoles). Somehow this vaguely feels like a potential flaw. Prior to this, a misconfigured sshtb command that specified boss would fail. Now it will succeed and run in the one place it can cause the most damage. Also, fix a couple of nits in the console code.
-
Mike Hibler authored
I changed the initscripts to use -e instead of -E since it seemed to be common between both pkg_info and "pkg info". But alas, that was not the case.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
each container serially with vnodesetup, just do "xl shutdown -a -w" cause it way faster. We catch that peoperly and save the state of the VM when it exists this way.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
1450. Note that inside a container, we get back regular interface lines cause all the container sees is a plain interface, but we have to reduce the MTU.
-
Leigh B Stoller authored
of gre so we can tell on the client to reduce the MTU. MTU is a pain.
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
- 29 May, 2014 9 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
Add code to avoid the respawn loops that Leigh so presciently predicted. Change the logging path to /usr/testbed/log/tiplogs so we don't have to keep putting in the /var/log/tiplogs symlink.
-
Mike Hibler authored
This shows up on FBSD 10.x based elabs that use one big FS for /, /var, /usr since realpath(/var/tmp/...) resolves to /tmp/... Originally noticed by Jeff Bowles at NMC, but I didn't make the fix til it bit me on the ass in APT!
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
- 28 May, 2014 3 commits
-
-
Mike Hibler authored
In APT, the management network is not the same as was defined in dhcpd_makeconf. The values that were hardwired there are now the defaults.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-