- 17 Mar, 2017 1 commit
-
-
Leigh B Stoller authored
push hook URL.
-
- 16 Mar, 2017 4 commits
-
-
Kirk Webb authored
Breakout ports are identified with a ':\d+' suffix in their port description. This extension of the existing hack for submodules lets breakout ports be referenced by their ifindex instead of trying to encode the combination of module, submodule, port, and subport into a single port number in the database. This is total crap, and makes me hate the mod/port DB encoding we have even more. It is on my TODO list to move snmpit to using device-specific port identification based on port description strings instead. NOTE: The module number semantics have changed for the submod/subport hack. Instead of using whatever module the port is on (plus one...), the module is set to '0'. This is what should be used in the 'wires' DB table.
-
Mike Hibler authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
on the Mothership.
-
- 15 Mar, 2017 3 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Leigh B Stoller authored
code to construct a path is duplicated is 5 different places and they have gone out of sync. We have not allowed users to set the path for years, but we were still constructing a path in php code and passing it along. Throw them all away and construct the path the way we want it. Apply same rules to admins; admins don't know what they are doing either. I know, I'm an admin. But if the admin sets the path to start with /usr/testbed/images, throw that away, and construct proper path in /usr/testbed/images.
-
- 14 Mar, 2017 11 commits
-
-
Leigh B Stoller authored
for testbed,tbres,utahstud.
-
Mike Hibler authored
This includes the assimilation of clusterd that Leigh did awhile back as well as a few bug fixes.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
up millions of rows and tell us nothing useful.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
1. Small bits of cleanup to remove hardwired paths and test for images that live in /usr/testbed and need special handling. 2. Make sure that the image directory exists in /proj when taking a snapshot of a system image that lives in /usr/testbed since that is were we always write new images. 3. When deleting an image, remove the DB state for the highest numbered version if it never came ready/released.
-
Leigh B Stoller authored
I implemented versioning for images make this test the wrong thing to do. I need to come back and change this, but its not a big deal right now.
-
Leigh B Stoller authored
data back to the DB.
-
- 13 Mar, 2017 4 commits
-
-
Mike Hibler authored
Now you can actually run linktest on a topo that involves one or more persistent blockstore nodes.
-
Mike Hibler authored
Looks like they were mostly being caught in the event system dispatcher thread before. Let's see if that was causing problems...
-
Leigh B Stoller authored
-
Leigh B Stoller authored
1. Fix for deleting profiles from image deletion; failing to find all the profiles to delete. 2. More wording changes. 3. List profile versions and links to them.
-
- 11 Mar, 2017 1 commit
-
-
Mike Hibler authored
After noticing that it seems to require around 30 seconds to get packet counters from all our control net switches (thanks, cisco6!) my traditional interval of 10 seconds is leading to highly misleading traffic estimates. So now you can have it average over the actual interval it took.
-
- 10 Mar, 2017 6 commits
-
-
Mike Hibler authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
Right now I am doing this as an extra operation, it could be rolled into the initial createsliver.
-
Mike Hibler authored
-
Mike Hibler authored
-
- 09 Mar, 2017 10 commits
-
-
Mike Hibler authored
I'm talking to you Ubuntu16!
-
Leigh B Stoller authored
after updating the rspec with the new image urn after a snapshot.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
image (all versions) or the most recent version of an image. Also rework the internal data structures so that when the user does delete the most recent version, the next most recent version gets that warning.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Mike Hibler authored
The validation just never ends...
-
Leigh B Stoller authored
-
Mike Hibler authored
-