- 04 Aug, 2010 3 commits
-
-
Leigh B Stoller authored
DB so that when the ticket is redeemed (and we run the mapper again to actually insert the DB state), we get the same ifaces. We really cannot depend on assign to pick the same ifaces each time. Sure hope this works!
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 03 Aug, 2010 2 commits
-
-
Leigh B Stoller authored
same node, and the type is "vlan", convert that to a loopback lan, and pass back the lanid as the VTAG so that the client has something unique to use for the tag.
-
Leigh B Stoller authored
-
- 02 Aug, 2010 5 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
from slicename(), which breaks on names with a dash in them.
-
Leigh B Stoller authored
-
- 31 Jul, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 30 Jul, 2010 6 commits
-
-
Leigh B Stoller authored
that loads one of five different modules, based on the PATH_INFO. The modules do nothing but pull in the proper library; all of the xmlrpc and authorization code is in one place now (the wrapper), instead of being duplicated. Much cleaner, much safer. An update to httpd.conf is required, and done with update script 7.
-
Kevin Atkinson authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 28 Jul, 2010 2 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
Takes old certificate, gets the private key from inside it, generates a new serial number, and uses x509 to create a new certificate. Good for updating expired certs.
-
- 27 Jul, 2010 3 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
nodes is selected, those links must use vlan encap. Since shared node selection is not done until late, we end up goaing back and modifying the encap type and forcing a vlan to be created. This is done cause the shared nodes (openvz) do not support veth encap, and so arp causes leakage between experiments on the same node that have common IP addresses.
-
- 24 Jul, 2010 2 commits
- 22 Jul, 2010 13 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
are two ways this can happen. 1. When allocating the proxy nodes before getting the tickets. This is just like the local node case; need to go around the loop again and retry with a new node set. 2. When getting the tickets, someone else got the nodes and gthe getticket fails. This is a lot like case 1, but now we have to nfree the proxy node, and tell the mapper to try again.
-
Leigh B Stoller authored
attempts by protogeni code.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 21 Jul, 2010 3 commits
-
-
Ryan Jackson authored
The toolchain build should be dependent on an actual file to ensure we don't rebuilt it for every target that goes into the initramfs.
-
Ryan Jackson authored
-
Ryan Jackson authored
Also rename old fake tcsh to tcsh.fake, and run a new script that symlinks tcsh and csh to tcsh.fake if tcsh doesn't exist. This way tcsh can be removed from the build but tcsh/csh users can still log in.
-