- 16 May, 2011 1 commit
-
-
Jonathon Duerig authored
URNs in component_ids should now always refer to the physical node rather than the virtual container.
-
- 13 May, 2011 1 commit
-
-
Jonathon Duerig authored
-
- 09 May, 2011 2 commits
-
-
David Johnson authored
Set snmp community appropriately. Turn on spanning tree. Also make sure that VLAN 1 hasn't gotten a control net addr via DHCP. When we remove the current switch config and the switch reverts to its default, it turns on DHCP for VLAN 1. Then, if it manages to get a control net address (i.e., from the new node pool), we have to make sure to unset any IP address in VLAN 1 before assigning one in VLAN 999 (the control net VLAN we use in this static configuration). Otherwise we might end up trying to configure an IP addr in the same subnet on two different VLANs, which the switch won't allow.
-
David Johnson authored
This might break if they didn't specify both a child OS and a parent OS in the beginning... and then try to load the current thing.
-
- 07 May, 2011 1 commit
-
-
Leigh B Stoller authored
Sorry, not the git way, but the git way is baffling, considering I wanted to undo all of the merges from my portmerge branch, and apply them on a branch.
-
- 06 May, 2011 16 commits
-
-
Leigh B Stoller authored
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
Jonathon Duerig authored
Bugfix: Need to use lax extension validation to support verifiers which don't know about schemaLocation
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
Leigh B Stoller authored
Merge branch 'portmerge' of git-public.flux.utah.edu:/flux/git/users/wbsun/emulab-devel into portmerge
-
Weibin Sun authored
-
Weibin Sun authored
-
Weibin Sun authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
Merge branch 'portmerge' of git-public.flux.utah.edu:/flux/git/users/wbsun/emulab-devel into portmerge
-
Weibin Sun authored
-
Robert Ricci authored
This renames, rather than removes, ptop/vtop files that fail to parse, so that they can be looked at later.
-
Robert Ricci authored
Handle deeper directory structures for topfiles, and when using -n, restore the mtime of the original file (so that we can use it for determining trends over time)
-
- 05 May, 2011 7 commits
-
-
Robert Ricci authored
Add support for a few features that have been added since this was originally written
-
Leigh B Stoller authored
Add "Unused" to type enum in the wires table. Change a few critical wires/interfaces queries to avoid logical=1.
-
Leigh B Stoller authored
This reverts commit d3fa306b.
-
Leigh B Stoller authored
Hope I got it right.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 04 May, 2011 11 commits
-
-
Weibin Sun authored
-
Weibin Sun authored
-
Weibin Sun authored
-
Weibin Sun authored
-
Mike Hibler authored
-
Mike Hibler authored
Only happens in an obscure case. Since virtual nodes can be fixed to other topology nodes in the NS file, "virthost" nodes can explicitly appear in the resulting topology descriptions. However, virthost nodes do not run linktest so we need to ensure they do not get nominated as "linktest master" for an experiment. Rather than fix this on the client-side and create further backward-compat issues, we resolve this in the server-generated linktest topology map. By marking such virthost nodes as not supporting linktest, the client side will automatically weed out those nodes.
-
Leigh B Stoller authored
is to prevent assign from putting the lan node on a pc; always prefer a real switch. To do this, use a feature on the real switches called real-switch:0 and when we mix pnodes and vnodes, ask for that feature on the fake lan nodes; real-switch:1.0
-
Weibin Sun authored
-
Weibin Sun authored
-
Weibin Sun authored
-
Weibin Sun authored
-
- 03 May, 2011 1 commit
-
-
Mike Hibler authored
Pass -f option to newnodes so it ignores unconnected interfaces. Make sure we enter the inner control net IP in new_nodes when !singlenet.
-