- Oct 22, 2009
-
-
Leigh B. Stoller authored
-
Jonathon Duerig authored
-
David Johnson authored
(i.e., if we're in a straight chroot that has no special files munged into it).
-
Leigh B. Stoller authored
not falling back to wget mode. Need to do this differently, soon.
-
Leigh B. Stoller authored
Maybe this should be RenewSlice instead? No matter, it is temporary; I think it will eventually be replaced with the API call that processes the manifest before StartSliver() is called.
-
Jonathon Duerig authored
-
Jonathon Duerig authored
Added owner_urn and target_urn elements to credentials help out the unfortunate ActionScript users...
-
David Johnson authored
can't do this on vhosts running a different distro/version from the guest.
-
Leigh B. Stoller authored
whatever API call is used to process the manifest before startsliver.
-
David Johnson authored
openvz.
-
Leigh B. Stoller authored
Slices will now get terminated when the expiration time is reached.
-
- Oct 21, 2009
-
-
Tarun Prabhu authored
Added support for specifying a link with more than 2 interfaces. assign would automatically treat this as a LAN.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
Wrap all calls to XMLin/XMLout in eval since on error they call die(), and we don't like that.
-
Cody Cutler authored
node_hostkeys. tpmblob uses 'tpmblob' and tpmpubkey uses 'tpmx509'.
-
Leigh B. Stoller authored
its a delay node.
-
- Oct 20, 2009
-
-
Keith Sklower authored
among all switches in a stack. Does check to see if the required additional perl modules are installed and will revert to standard behavior if not there. Currently only looking up vlan numbers from all the switches in the stack is actually parallelized; this alone results in a speed up by a factor of 5 on DETER. Additional speedups could be gained if we assign all the vlan numbers for vlans in snmpit -t at the time it is run thereby allowing us to construct different vlans in different switches in an overlapping way. We haven't implemented this yet on DETER awaiting synchronizing with the mothership to make use of VLan->setVlanTag().
-
Keith Sklower authored
handle quieting backends in a different way - (to minimized changes to nortel, foundry, and hp support), use perl "select" with one arg to change default for "print" with no explicit fileglob. print STDERR, STDOUT, still works; won't interfere with tblog() and friends. will put parallization mods in a separate CVS change.
-
Jonathon Duerig authored
-
- Oct 19, 2009
-
-
Gary Wong authored
-
Gary Wong authored
are present, prefer to use the URN.
-
Gary Wong authored
-
Ryan Jackson authored
Changed rc.linux to support sharing swap space with FreeBSD, since newer FreeBSD images want to do this. On first boot, all swap entries are removed from /etc/fstab to ensure no invalid entries are present. Then the root disk is scanned and any type 0x82 partitions are added to fstab as swap devices. An empty file is created in BOOTDIR once complete, indicating to subsequent runs that this step has already been done. On each boot, the swap entries in fstab are checked. If the device listed is a valid block device and is not currently active, mkswap and swapon are run to activate it. Entries that have the "noauto" option are skipped, as are ones prefixed with `#'.
-
David Johnson authored
Also create var/emulab/boot in the guest -- this should make it possible to boot any fedora-like guest image, even if it hasn't been emulabized. However, we need to also add support for the debian way of configuring interfaces...
-
- Oct 18, 2009
-
-
Keith Sklower authored
Clean up a couple of minor inconsistancies in the modules concerning printing ports not in the wires table and make sure utterances like "wap snmpit -i Nortel10 4/4" work properly.
-
- Oct 16, 2009
-
-
Ryan Jackson authored
-
Ryan Jackson authored
- Keep from looping forever if we don't get loadinfo data - Fix zapsuperblocks; make it use files under /sys instead of calling /sbin/fdisk (I long ago gave up trying to make rc.frisbee compatible with both FreeBSD and Linux).
-
Jonathon Duerig authored
Added code to create www/crossdomain.xml and www/protogeni/crossdomain.xml. The former allows flash clients to use the latter. The latter allows flash clients to access the xmlrpc interface if they hail from boss, ops or *.protogeni.net
-
Jonathon Duerig authored
Whenever making an xmlrpc call to a new site, make sure to check the protogeni/crossdomain.xml (if it exists) rather than the root crossdomain.xml
-
David Johnson authored
ever use one of the pseudo partitions linux creates when it sees a bsd disklabel. (slices suck!)
-
David Johnson authored
post facto.
-
David Johnson authored
because we (vnode_setup) needs to go out to the nodes and run vnodesetup to trigger the reload, but os_setup needs to setup the reload. So for now, os_setup sets up the reload but does not wait nor reboot the vnode; vnode_setup does that like normal. Probably there are going to be timeout problems, but it's good enough for my needs right now.
-
Raghuveer Pullakandam authored
EXT4 directory added
-
Raghuveer Pullakandam authored
EXT4 directory added.
-
Raghuveer Pullakandam authored
EXT4 specific changes done.
-
Raghuveer Pullakandam authored
Added EXT4 specific directives
-
Raghuveer Pullakandam authored
-
Raghuveer Pullakandam authored
EXT4 support for imagezip
-
Jonathon Duerig authored
-