sfa.git
15 years agochange cli to use (type, hrn) instead of record in remove calls
Scott Baker [Wed, 7 Jan 2009 01:50:28 +0000 (01:50 +0000)]
change cli to use (type, hrn) instead of record in remove calls

15 years agochange remove to take type, hrn parameters; fix problems with error reporting
Scott Baker [Wed, 7 Jan 2009 01:49:26 +0000 (01:49 +0000)]
change remove to take type, hrn parameters; fix problems with error reporting

15 years agofix errors
Tony Mack [Wed, 7 Jan 2009 00:47:59 +0000 (00:47 +0000)]
fix errors

15 years agoload geni_config be default. Have plcConfig load plc_config explicitly
Tony Mack [Tue, 6 Jan 2009 23:57:54 +0000 (23:57 +0000)]
load geni_config be default. Have plcConfig load plc_config explicitly

15 years agoadded 'save XML' option
Larry Peterson [Tue, 6 Jan 2009 22:11:35 +0000 (22:11 +0000)]
added 'save XML' option

15 years agoUpdate config instructions.
Faiyaz Ahmed [Tue, 6 Jan 2009 19:26:55 +0000 (19:26 +0000)]
Update config instructions.

15 years agofix missing module imports
Scott Baker [Tue, 6 Jan 2009 06:20:13 +0000 (06:20 +0000)]
fix missing module imports

15 years agofix threading, ignore operation in decode_authentication when it is none
Scott Baker [Tue, 6 Jan 2009 06:19:43 +0000 (06:19 +0000)]
fix threading, ignore operation in decode_authentication when it is none

15 years agoUpdate pl_auth.
Faiyaz Ahmed [Mon, 5 Jan 2009 22:17:59 +0000 (22:17 +0000)]
Update pl_auth.

15 years ago--
Faiyaz Ahmed [Mon, 5 Jan 2009 21:38:20 +0000 (21:38 +0000)]
--

15 years agofixed syntax error.
Faiyaz Ahmed [Mon, 5 Jan 2009 21:10:03 +0000 (21:10 +0000)]
fixed syntax error.

15 years agogeni aggregate server
Tony Mack [Mon, 5 Jan 2009 20:14:40 +0000 (20:14 +0000)]
geni aggregate server

15 years agogeni aggregate interface
Tony Mack [Mon, 5 Jan 2009 20:14:01 +0000 (20:14 +0000)]
geni aggregate interface

15 years agoIn line with util/config.py. Also, 'role' is deprecated in the PLC auth structure.
Faiyaz Ahmed [Mon, 5 Jan 2009 19:19:09 +0000 (19:19 +0000)]
In line with util/config.py.  Also, 'role' is deprecated in the PLC auth structure.

15 years agoMaint acct @ plc uses capabilities auth method.
Faiyaz Ahmed [Mon, 5 Jan 2009 18:51:46 +0000 (18:51 +0000)]
Maint acct @ plc uses capabilities auth method.

15 years agocleanup
Larry Peterson [Fri, 2 Jan 2009 15:38:00 +0000 (15:38 +0000)]
cleanup

15 years agonew registry
Larry Peterson [Fri, 2 Jan 2009 15:37:11 +0000 (15:37 +0000)]
new registry

15 years agoresolved imports
Larry Peterson [Tue, 30 Dec 2008 21:57:29 +0000 (21:57 +0000)]
resolved imports

15 years ago--
Faiyaz Ahmed [Tue, 30 Dec 2008 21:15:21 +0000 (21:15 +0000)]
--

15 years agopyc files are byte compiled versions of the source. these shouldnt be checked in.
Faiyaz Ahmed [Tue, 30 Dec 2008 21:14:48 +0000 (21:14 +0000)]
pyc files are byte compiled versions of the source.  these shouldnt be checked in.

15 years agouse /etc/planetlab/ for plc specific config info.
Faiyaz Ahmed [Tue, 30 Dec 2008 21:12:57 +0000 (21:12 +0000)]
use /etc/planetlab/ for plc specific config info.

15 years agocleaned up typos
Larry Peterson [Tue, 30 Dec 2008 15:46:11 +0000 (15:46 +0000)]
cleaned up typos

15 years agobootstraps credentials
Larry Peterson [Mon, 29 Dec 2008 20:13:15 +0000 (20:13 +0000)]
bootstraps credentials

15 years ago__init__
Larry Peterson [Mon, 29 Dec 2008 20:11:43 +0000 (20:11 +0000)]
__init__

15 years agomost of sfi structure in place
Larry Peterson [Tue, 23 Dec 2008 16:34:30 +0000 (16:34 +0000)]
most of sfi structure in place

15 years agoadded dir option
Larry Peterson [Mon, 22 Dec 2008 15:26:19 +0000 (15:26 +0000)]
added dir option

15 years agoimport tweaks
Larry Peterson [Mon, 22 Dec 2008 03:45:08 +0000 (03:45 +0000)]
import tweaks

15 years agosfi parser
Larry Peterson [Sun, 21 Dec 2008 21:56:11 +0000 (21:56 +0000)]
sfi parser

15 years agolevel1_auth must be more than 1 level deep. Reverting level1_auth back to planetlab...
Tony Mack [Tue, 16 Dec 2008 21:26:54 +0000 (21:26 +0000)]
level1_auth must be more than 1 level deep. Reverting level1_auth back to planetlab.us untill we can get around this

15 years agoimport is a reserved word in python. As a result, you cannot import import.py in...
Tony Mack [Tue, 16 Dec 2008 21:23:14 +0000 (21:23 +0000)]
import is a reserved word in python. As a result, you cannot import import.py in other python scripts. Renamed import.py to gimport.py to avoid this problem

15 years agoreverting previous changes to get_authority. Its seems many other operations expect...
Tony Mack [Tue, 16 Dec 2008 17:18:09 +0000 (17:18 +0000)]
reverting previous changes to get_authority. Its seems many other operations expect get_authority to return an empty string at some point. Not returning this breaks a lot of operations.

15 years agoin get_authority, return the hrn as is if it is only 1 level deep
Tony Mack [Tue, 16 Dec 2008 03:09:24 +0000 (03:09 +0000)]
in get_authority, return the hrn as is if it is only 1 level deep

15 years agofix bug in import_person. resolve type should be user, not slice
Tony Mack [Tue, 16 Dec 2008 02:27:34 +0000 (02:27 +0000)]
fix bug in import_person. resolve type should be user, not slice

15 years agoFull Readme INFO
Reed Moran [Fri, 5 Dec 2008 16:31:40 +0000 (16:31 +0000)]
Full Readme INFO

15 years agoLicense file
Reed Moran [Fri, 5 Dec 2008 16:31:21 +0000 (16:31 +0000)]
License file

15 years agoadded url for plc wrapper
Scott Baker [Tue, 25 Nov 2008 23:33:55 +0000 (23:33 +0000)]
added url for plc wrapper

15 years agoadded url for plc wrapper
Scott Baker [Tue, 25 Nov 2008 23:32:27 +0000 (23:32 +0000)]
added url for plc wrapper

15 years agoupdated component test script
Scott Baker [Tue, 25 Nov 2008 22:39:30 +0000 (22:39 +0000)]
updated component test script

15 years agocheck in install directory
Scott Baker [Tue, 25 Nov 2008 22:18:36 +0000 (22:18 +0000)]
check in install directory

15 years agoupdated scripts for copy stuff to pl_genicw
Scott Baker [Tue, 25 Nov 2008 22:06:52 +0000 (22:06 +0000)]
updated scripts for copy stuff to pl_genicw

15 years agoimport nodes into geni database
Scott Baker [Tue, 25 Nov 2008 21:55:14 +0000 (21:55 +0000)]
import nodes into geni database

15 years agofixes to test scripts, added filter option to command line tool
Scott Baker [Tue, 25 Nov 2008 21:46:52 +0000 (21:46 +0000)]
fixes to test scripts, added filter option to command line tool

15 years agobetter customization of SA test script
Scott Baker [Tue, 25 Nov 2008 08:43:52 +0000 (08:43 +0000)]
better customization of SA test script

15 years agouse of shell variables, and inline instructions for setting up script
Scott Baker [Thu, 20 Nov 2008 12:13:33 +0000 (12:13 +0000)]
use of shell variables, and inline instructions for setting up script

15 years agobetter filtering when importing. ignore DSA keys.
Scott Baker [Mon, 17 Nov 2008 21:57:26 +0000 (21:57 +0000)]
better filtering when importing. ignore DSA keys.

15 years agosupport for users with a period in their names
Scott Baker [Fri, 14 Nov 2008 18:31:14 +0000 (18:31 +0000)]
support for users with a period in their names

15 years agoupdated for fc8, dynamic linking
Scott Baker [Thu, 13 Nov 2008 21:07:50 +0000 (21:07 +0000)]
updated for fc8, dynamic linking

15 years agocheck in keyconvert tool
Scott Baker [Wed, 12 Nov 2008 22:09:16 +0000 (22:09 +0000)]
check in keyconvert tool

15 years agorewrote component test script to use a ticket to create slice
Scott Baker [Wed, 12 Nov 2008 19:28:20 +0000 (19:28 +0000)]
rewrote component test script to use a ticket to create slice

15 years agoadd slice id to geniticket; create geni slices as delegated by default
Scott Baker [Wed, 12 Nov 2008 19:26:53 +0000 (19:26 +0000)]
add slice id to geniticket; create geni slices as delegated by default

15 years agomodify component wrapper to work in a slice
Scott Baker [Wed, 12 Nov 2008 19:25:39 +0000 (19:25 +0000)]
modify component wrapper to work in a slice

15 years agofix problem when updating persons
Scott Baker [Tue, 4 Nov 2008 19:22:52 +0000 (19:22 +0000)]
fix problem when updating persons

15 years agochange AdmAuthCheck to AuthCheck
Scott Baker [Tue, 4 Nov 2008 19:14:46 +0000 (19:14 +0000)]
change AdmAuthCheck to AuthCheck

15 years agoupdate
Thierry Parmentelat [Tue, 4 Nov 2008 07:42:28 +0000 (07:42 +0000)]
update

15 years agoadded SFA document
Larry Peterson [Fri, 31 Oct 2008 20:44:38 +0000 (20:44 +0000)]
added SFA document

15 years agocleaned up documentation
Larry Peterson [Fri, 24 Oct 2008 17:10:05 +0000 (17:10 +0000)]
cleaned up documentation

15 years agoadded a few comments
Larry Peterson [Fri, 24 Oct 2008 13:25:55 +0000 (13:25 +0000)]
added a few comments

15 years agoadd stubs for slice interface functions
Scott Baker [Fri, 24 Oct 2008 07:56:56 +0000 (07:56 +0000)]
add stubs for slice interface functions

15 years agochange references of registry wrapper to plc wrapper, add info on extending to other...
Scott Baker [Thu, 23 Oct 2008 07:20:27 +0000 (07:20 +0000)]
change references of registry wrapper to plc wrapper, add info on extending to other platforms

15 years agomore gacks tests
Scott Baker [Tue, 21 Oct 2008 22:31:56 +0000 (22:31 +0000)]
more gacks tests

15 years agorename registry.py to plc.py
Scott Baker [Mon, 20 Oct 2008 19:03:24 +0000 (19:03 +0000)]
rename registry.py to plc.py

15 years agorename directory
Scott Baker [Mon, 20 Oct 2008 19:02:53 +0000 (19:02 +0000)]
rename directory

15 years agochecked in design document
Scott Baker [Thu, 16 Oct 2008 07:34:29 +0000 (07:34 +0000)]
checked in design document

15 years agocheck in component documentation
Scott Baker [Thu, 16 Oct 2008 05:48:51 +0000 (05:48 +0000)]
check in component documentation

15 years agoexceptions for gacks
Scott Baker [Thu, 9 Oct 2008 00:01:38 +0000 (00:01 +0000)]
exceptions for gacks

15 years agoworked on splitting regions and implemented set_allocator / set_consumer
Scott Baker [Thu, 9 Oct 2008 00:01:11 +0000 (00:01 +0000)]
worked on splitting regions and implemented set_allocator / set_consumer

15 years agoupdates to gacks tests
Scott Baker [Thu, 9 Oct 2008 00:00:34 +0000 (00:00 +0000)]
updates to gacks tests

15 years agoupdates to gacks tests
Scott Baker [Wed, 8 Oct 2008 23:59:36 +0000 (23:59 +0000)]
updates to gacks tests

15 years agocheck in gacks handle code
Scott Baker [Wed, 8 Oct 2008 00:31:48 +0000 (00:31 +0000)]
check in gacks handle code

15 years agogacks handle test case
Scott Baker [Wed, 8 Oct 2008 00:30:07 +0000 (00:30 +0000)]
gacks handle test case

15 years agoupdated documentation
Scott Baker [Fri, 3 Oct 2008 00:53:28 +0000 (00:53 +0000)]
updated documentation

15 years agodocumentation updates
Scott Baker [Fri, 3 Oct 2008 00:51:06 +0000 (00:51 +0000)]
documentation updates

15 years agodocumentation updates
Scott Baker [Fri, 3 Oct 2008 00:49:43 +0000 (00:49 +0000)]
documentation updates

15 years agodocumentation updates
Scott Baker [Fri, 3 Oct 2008 00:44:37 +0000 (00:44 +0000)]
documentation updates

15 years agoremove old file
Scott Baker [Fri, 3 Oct 2008 00:36:04 +0000 (00:36 +0000)]
remove old file

15 years agocheck in missing files
Scott Baker [Fri, 3 Oct 2008 00:35:23 +0000 (00:35 +0000)]
check in missing files

15 years agocheck in latest updates to documentation
Scott Baker [Fri, 3 Oct 2008 00:33:50 +0000 (00:33 +0000)]
check in latest updates to documentation

15 years agoconfig docs
Scott Baker [Wed, 1 Oct 2008 18:10:12 +0000 (18:10 +0000)]
config docs

15 years agostarted API documentation. more to be checked in later
Scott Baker [Wed, 1 Oct 2008 03:06:47 +0000 (03:06 +0000)]
started API documentation. more to be checked in later

15 years agomore documentation
Scott Baker [Sat, 27 Sep 2008 06:42:03 +0000 (06:42 +0000)]
more documentation

15 years agomore documentation
Scott Baker [Sat, 27 Sep 2008 06:41:45 +0000 (06:41 +0000)]
more documentation

15 years agofind operation on tables
Scott Baker [Sat, 27 Sep 2008 00:51:20 +0000 (00:51 +0000)]
find operation on tables

15 years agomore comments; set geni info for slices and authorities
Scott Baker [Sat, 27 Sep 2008 00:50:20 +0000 (00:50 +0000)]
more comments; set geni info for slices and authorities

15 years agoenforce rights subsets in credentials
Scott Baker [Wed, 24 Sep 2008 22:20:10 +0000 (22:20 +0000)]
enforce rights subsets in credentials

15 years agodocumented cert module
Scott Baker [Wed, 24 Sep 2008 18:51:33 +0000 (18:51 +0000)]
documented cert module

15 years agoadded tickets
Scott Baker [Tue, 23 Sep 2008 05:45:43 +0000 (05:45 +0000)]
added tickets

15 years agoadded redeemticket
Scott Baker [Tue, 23 Sep 2008 05:44:45 +0000 (05:44 +0000)]
added redeemticket

15 years agoadded redeemticket
Scott Baker [Tue, 23 Sep 2008 05:31:08 +0000 (05:31 +0000)]
added redeemticket

15 years agoadded redeemticket
Scott Baker [Tue, 23 Sep 2008 05:30:57 +0000 (05:30 +0000)]
added redeemticket

15 years agocheck in latest test scripts
Scott Baker [Tue, 9 Sep 2008 23:41:25 +0000 (23:41 +0000)]
check in latest test scripts

15 years agosplit tables/records and listen on anonymous ip
Scott Baker [Tue, 9 Sep 2008 02:43:44 +0000 (02:43 +0000)]
split tables/records and listen on anonymous ip

15 years agochecking in initial version of component interface
Scott Baker [Tue, 9 Sep 2008 02:42:36 +0000 (02:42 +0000)]
checking in initial version of component interface

15 years agosplit tables from records
Scott Baker [Tue, 9 Sep 2008 01:40:29 +0000 (01:40 +0000)]
split tables from records

15 years agosplit tables from records
Scott Baker [Tue, 9 Sep 2008 01:40:03 +0000 (01:40 +0000)]
split tables from records

15 years agocertificate.verify_chain() generates exceps rather than returning true/false
Scott Baker [Wed, 3 Sep 2008 16:55:12 +0000 (16:55 +0000)]
certificate.verify_chain() generates exceps rather than returning true/false

15 years agoupdated test cases to match changes to utils
Scott Baker [Wed, 3 Sep 2008 16:54:07 +0000 (16:54 +0000)]
updated test cases to match changes to utils

15 years agomore genicli operations, test scripts
Scott Baker [Tue, 26 Aug 2008 17:53:49 +0000 (17:53 +0000)]
more genicli operations, test scripts

15 years agoimport and nuke utilities; register operation
Scott Baker [Tue, 26 Aug 2008 17:52:43 +0000 (17:52 +0000)]
import and nuke utilities; register operation

15 years agoworking copy of registry
Scott Baker [Mon, 11 Aug 2008 22:15:16 +0000 (22:15 +0000)]
working copy of registry

15 years agomore registry operations
Scott Baker [Mon, 11 Aug 2008 22:14:34 +0000 (22:14 +0000)]
more registry operations