- 07 Sep, 2017 1 commit
-
-
David Johnson authored
-
- 06 Sep, 2017 5 commits
-
-
Mike Hibler authored
If the site default is "distribute both keys to all nodes" (1), but the user specifies at least one explicit key distribution in an experiment, then default all the unspecified distributions for that experiment to "do not distribute." This avoids unexpected trust relationships with the unspecified nodes.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Jonathon Duerig authored
-
Leigh B Stoller authored
-
- 05 Sep, 2017 3 commits
-
-
Mike Hibler authored
-
Leigh B Stoller authored
to strings that represent how the ports are actually addressed by the switch. Eventually card/port will be fully deprecated, but before we can do that there has to be a way to automatically update existing sites. Kirk will probably be the one to finish this off since I don't know enough about the devices to do it correctly. Also a minor structural change; move the convertPortFormat() constants from the device files to snmpit_lib so we can call convertPortFormat from outside the device file.
-
Leigh B Stoller authored
-
- 01 Sep, 2017 5 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
N.B. This fix is now update 599. What was update 599 is now 600.
-
Mike Hibler authored
This is for the per-experiment root keypair. Note that the sitevar is not "hooked in" yet, just wanted to get it in place for testing.
-
Leigh B Stoller authored
bound to a specific CM or else a pool is allocated at every CM. So David added a method to geni-lib to set the site pools, and this code adds to the existing postpass to that converts jacks siteids to manager urns.
-
Jonathon Duerig authored
-
- 31 Aug, 2017 4 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
database (that I know of) and changes them so that things should just work after the change (say, swapout of an active experiment using that interface).
-
Leigh B Stoller authored
-
- 30 Aug, 2017 22 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
-
Leigh B Stoller authored
-
Leigh B Stoller authored
interfaces and interface_state table to card_saved,port_saved. The primary keys are dropped and new ones added for node_id,iface.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
from the build tree.
-
Leigh B Stoller authored
interface_state tables.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
missing interface when its a Trunk link, these might not exist since they are hard to auto create.
-
Leigh B Stoller authored
from the interfaces table (and interface_state). The only place we will store that is the wires table. When looking up an interface, we were already loading the wires table, so we can still ask the interface for its card and port, *if* it is wired up. And if it is not wired up, asking the interface for anything related to the wire is nonsensical, so print a backtrace and return an error. Work in progress.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
wires table lookup).
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-