- 09 Dec, 2008 3 commits
-
-
Leigh B. Stoller authored
locally.
-
David Johnson authored
file with elab node_ids and does not monitor them.
-
Leigh B. Stoller authored
properly swapped out via the protogeni path. This is useful for local admins, who might want to stop a misbehaving sliver on the local Emulab.
-
- 08 Dec, 2008 6 commits
-
-
Leigh B. Stoller authored
-
Kevin Atkinson authored
changes in my devel tree.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 05 Dec, 2008 2 commits
-
-
Robert Ricci authored
-
Keith Sklower authored
Better support for setting half- or full- duplex on ports.
-
- 04 Dec, 2008 8 commits
-
-
Leigh B. Stoller authored
alter the way things behave (like the web interface) when operating on an experiment that is the container for a slice.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
writing test scripts a lot easier.
-
Leigh B. Stoller authored
You can now wildcard the node uuid and abd interface name in links: <node uuid="*" nickname="geni1" virtualization_type="emulab-vnode"> </node> <node uuid="*" nickname="geni2" virtualization_type="emulab-vnode"> </node> <link name="link0" nickname="link0"> <linkendpoints nickname="destination_interface" iface_name="*" node_nickname="geni1" node_uuid="*" /> <linkendpoints nickname="source_interface" iface_name="*" node_nickname="geni2" node_uuid="*" /> </link> So after the nodes are allocated, fill in the rest of the details in the link part, including finding interfaces. The rspec is updated for returned ticket. The same approach can used for tunnel testing, but in that case you allocate tickets to get the nodes, dig out the uuids, and then do an UpdateSliver(), adding the tunnel specs.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 03 Dec, 2008 4 commits
-
-
Robert Ricci authored
-
Robert Ricci authored
should make sure that the license expansion happens.
-
Jonathon Duerig authored
-
Leigh B. Stoller authored
-
- 02 Dec, 2008 1 commit
-
-
Leigh B. Stoller authored
-
- 01 Dec, 2008 4 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
sites operating as a protogeni site.
-
Leigh B. Stoller authored
-
- 26 Nov, 2008 1 commit
-
-
Jonathon Duerig authored
Changed naming of a few things as per Rob. Moved path interface data from intermediate nodes to intermediate links.
-
- 24 Nov, 2008 6 commits
-
-
Mike Hibler authored
Useful when the control net melts down.
-
Ryan Jackson authored
-
Ryan Jackson authored
which linux partitions have been mapped to FreeBSD partitions. Now the offset of the 'a' partition is extracted from the disklabel and compared with the offset of each partition found in /sys/block/$disk/$disk[1-9]* to find a match. If the offset of the 'c' partition in the disklabel is 0, then we add the offset of the FreeBSD slice to the offset of the 'a' partition before trying to find a match. This is to support FreeBSD's relative disklabel.
-
Ryan Jackson authored
-
Ryan Jackson authored
which disk corresponds to which BIOS drive number. Uses disk MBR signature and disk size in case EDD v3 info isn't available. Also fixed slicefix to try mounting FreeBSD filesystems as ufstype=44bsd first, then ufstype=ufs2 if that fails.
-
Ryan Jackson authored
Currently only works if the partition type is 0xa5 (FreeBSD) as neither NetBSD nor OpenBSD use relative offsets (as far as I can tell).
-
- 21 Nov, 2008 2 commits
-
-
Kevin Atkinson authored
experiment tp snmpit. Also modify getExperimentControlPorts to ignore plab nodes and other nodes which don't have a control net interfaces.
-
Robert Ricci authored
-
- 18 Nov, 2008 2 commits
-
-
Jonathon Duerig authored
Modified structure to allow mappings from virtual_uuid to component_uuid to sliver_uuid. Links may now be mapped to a physical path. TODO: Final tunnels format
-
Leigh B. Stoller authored
-
- 17 Nov, 2008 1 commit
-
-
Robert Ricci authored
-