sfa.git
14 years agoinstall in /usr/share/keyconvert
Tony Mack [Mon, 4 May 2009 21:43:02 +0000 (21:43 +0000)]
install in /usr/share/keyconvert

14 years agoMoved laste_updated and created fields into parent RegistryRecord. All classes below...
Faiyaz Ahmed [Mon, 4 May 2009 16:40:16 +0000 (16:40 +0000)]
Moved laste_updated and created fields into parent RegistryRecord.  All classes below RegistryRecord inherit this.

15 years agogeni_config now lives in /etc/geni/
Tony Mack [Sun, 3 May 2009 03:14:01 +0000 (03:14 +0000)]
geni_config now lives in /etc/geni/

15 years agomake initscripts execcutable by root
Tony Mack [Sun, 3 May 2009 03:13:17 +0000 (03:13 +0000)]
make initscripts execcutable by root

15 years agomake symlink to genirapper source in /usr/share/. Install geniwrapper initscript...
Tony Mack [Sun, 3 May 2009 02:09:36 +0000 (02:09 +0000)]
make symlink to genirapper source in /usr/share/. Install geniwrapper initscript in /etc/init.d/

15 years agoupdated methods list
Tony Mack [Sun, 3 May 2009 01:08:48 +0000 (01:08 +0000)]
updated methods list

15 years agochanged default location of registries.xml file to /etc/geni/
Tony Mack [Sun, 3 May 2009 01:06:19 +0000 (01:06 +0000)]
changed default location of registries.xml file to /etc/geni/

15 years agorefactored
Tony Mack [Sun, 3 May 2009 01:05:25 +0000 (01:05 +0000)]
refactored

15 years agousing shutil.rmtree to remove directories saves a lot of code
Tony Mack [Sun, 3 May 2009 00:44:21 +0000 (00:44 +0000)]
using shutil.rmtree to remove directories saves a lot of code

15 years agochanged default location of aggregates.xml file to /etc/geni/
Tony Mack [Sat, 2 May 2009 22:59:21 +0000 (22:59 +0000)]
changed default location of aggregates.xml file to /etc/geni/

15 years agoin methods/__init__.py list of callable methods now called 'all', used to be 'methods'
Tony Mack [Sat, 2 May 2009 03:11:36 +0000 (03:11 +0000)]
in methods/__init__.py list of callable methods now called 'all', used to be 'methods'

15 years agoin fill_pl_info() convert internal pl ids to hrns
Tony Mack [Sat, 2 May 2009 02:56:48 +0000 (02:56 +0000)]
in fill_pl_info() convert internal pl ids to hrns

15 years agoMakefile used to build/install/uninstall geniwrapper
Tony Mack [Fri, 1 May 2009 19:54:52 +0000 (19:54 +0000)]
Makefile used to build/install/uninstall geniwrapper

15 years agoadded uninstall
Tony Mack [Fri, 1 May 2009 04:14:40 +0000 (04:14 +0000)]
added uninstall

15 years agoadded configSfi.sh to data_files
Tony Mack [Fri, 1 May 2009 02:04:14 +0000 (02:04 +0000)]
added configSfi.sh to data_files

15 years agoinitial checkin of setup.py script
Tony Mack [Fri, 1 May 2009 01:46:14 +0000 (01:46 +0000)]
initial checkin of setup.py script

15 years agofix bug
Tony Mack [Fri, 1 May 2009 01:44:59 +0000 (01:44 +0000)]
fix bug

15 years agoupdated default path and search path for geni_config
Tony Mack [Fri, 1 May 2009 01:41:24 +0000 (01:41 +0000)]
updated default path and search path for geni_config

15 years agoremoved config arg from class constuctor
Tony Mack [Fri, 1 May 2009 01:26:03 +0000 (01:26 +0000)]
removed config arg from class constuctor

15 years agoadded path to python
Tony Mack [Fri, 1 May 2009 01:18:16 +0000 (01:18 +0000)]
added path to python

15 years agoadded registries federation configuration file
Tony Mack [Fri, 1 May 2009 01:03:58 +0000 (01:03 +0000)]
added registries federation configuration file

15 years agocheck for the correct rights
Tony Mack [Fri, 1 May 2009 01:03:02 +0000 (01:03 +0000)]
check for the correct rights

15 years agofix bug
Tony Mack [Fri, 1 May 2009 00:50:45 +0000 (00:50 +0000)]
fix bug

15 years agocheck in delegation demo script
Scott Baker [Wed, 29 Apr 2009 01:13:53 +0000 (01:13 +0000)]
check in delegation demo script

15 years agoparamater checking for src_cred, and allow src_cred to be none when getting rights...
Scott Baker [Wed, 29 Apr 2009 01:12:09 +0000 (01:12 +0000)]
paramater checking for src_cred, and allow src_cred to be none when getting rights for user credentials

15 years agofix rights when getting self credential
Scott Baker [Wed, 29 Apr 2009 01:10:28 +0000 (01:10 +0000)]
fix rights when getting self credential

15 years agofix error message
Scott Baker [Wed, 29 Apr 2009 01:09:38 +0000 (01:09 +0000)]
fix error message

15 years agoRemoved pointer references in place of arrays of HRNs (strings). Also, made Registry...
Faiyaz Ahmed [Tue, 28 Apr 2009 20:11:03 +0000 (20:11 +0000)]
Removed pointer references in place of arrays of HRNs (strings).  Also, made RegistryRecord superclass for Users/Slices/Nodes to inherit from.

15 years agoswitch from sa/ma to authority
Scott Baker [Tue, 28 Apr 2009 02:00:36 +0000 (02:00 +0000)]
switch from sa/ma to authority

15 years agoswitch from sa/ma to authority, fix update_membership_list
Scott Baker [Tue, 28 Apr 2009 01:56:36 +0000 (01:56 +0000)]
switch from sa/ma to authority, fix update_membership_list

15 years agofix error code checking in update
Scott Baker [Tue, 28 Apr 2009 01:52:27 +0000 (01:52 +0000)]
fix error code checking in update

15 years agoAdded authority record.
Faiyaz Ahmed [Mon, 27 Apr 2009 20:46:45 +0000 (20:46 +0000)]
Added authority record.

15 years agoInitial commit of registry record model.
Faiyaz Ahmed [Mon, 27 Apr 2009 20:37:20 +0000 (20:37 +0000)]
Initial commit of registry record model.

15 years agoadded get_aggregates()
Tony Mack [Fri, 24 Apr 2009 16:43:07 +0000 (16:43 +0000)]
added get_aggregates()

15 years agoresolve_raw no longer exists, call resolve directly on genitable. If we are doing...
Tony Mack [Fri, 24 Apr 2009 16:42:14 +0000 (16:42 +0000)]
resolve_raw no longer exists, call resolve directly on genitable. If we are doing this often maybe resolve_raw should be brought back and added to api?

15 years agofix bugs
Tony Mack [Fri, 24 Apr 2009 16:21:29 +0000 (16:21 +0000)]
fix bugs

15 years agooops, this is a bash script not python
Tony Mack [Fri, 24 Apr 2009 16:13:12 +0000 (16:13 +0000)]
oops, this is a bash script not python

15 years agofix missing import
Scott Baker [Thu, 23 Apr 2009 22:29:17 +0000 (22:29 +0000)]
fix missing import

15 years agofix create_gid_key not stored correctly in record rspec, add genidump tool
Scott Baker [Thu, 23 Apr 2009 22:27:49 +0000 (22:27 +0000)]
fix create_gid_key not stored correctly in record rspec, add genidump tool

15 years agofix incorrect variable names
Scott Baker [Thu, 23 Apr 2009 21:41:37 +0000 (21:41 +0000)]
fix incorrect variable names

15 years agofix loading records from a dictionary when pointer is not defined
Scott Baker [Thu, 23 Apr 2009 21:19:31 +0000 (21:19 +0000)]
fix loading records from a dictionary when pointer is not defined

15 years agoadded delegate command
Scott Baker [Thu, 23 Apr 2009 20:50:30 +0000 (20:50 +0000)]
added delegate command

15 years agohelpful restart script
Tony Mack [Wed, 22 Apr 2009 20:42:31 +0000 (20:42 +0000)]
helpful restart script

15 years agowhoops. forgot to check this in
Tony Mack [Tue, 21 Apr 2009 20:22:00 +0000 (20:22 +0000)]
whoops. forgot to check this in

15 years agofix bugs
Tony Mack [Tue, 21 Apr 2009 18:19:47 +0000 (18:19 +0000)]
fix bugs

15 years agofix bugs
Tony Mack [Tue, 21 Apr 2009 18:00:20 +0000 (18:00 +0000)]
fix bugs

15 years agofix bugs
Tony Mack [Tue, 21 Apr 2009 16:45:53 +0000 (16:45 +0000)]
fix bugs

15 years agomethods were renamed
Tony Mack [Tue, 21 Apr 2009 15:20:23 +0000 (15:20 +0000)]
methods were renamed

15 years agorenamed some methods
Tony Mack [Tue, 21 Apr 2009 15:19:24 +0000 (15:19 +0000)]
renamed some methods

15 years agoRemove PLC fields from dump. ...this is a hack :-(
Faiyaz Ahmed [Wed, 15 Apr 2009 02:30:35 +0000 (02:30 +0000)]
Remove PLC fields from dump.  ...this is a hack :-(

15 years agofix bug in ConnectionKeyGIDMismatch
Tony Mack [Wed, 15 Apr 2009 01:29:07 +0000 (01:29 +0000)]
fix bug in ConnectionKeyGIDMismatch

15 years agomoved comments into function for help().
Faiyaz Ahmed [Wed, 15 Apr 2009 00:47:16 +0000 (00:47 +0000)]
moved comments into function for help().

15 years agosupport different display format for resources call
Tony Mack [Tue, 14 Apr 2009 22:50:47 +0000 (22:50 +0000)]
support different display format for resources call

15 years agosome method names have changed
Tony Mack [Tue, 14 Apr 2009 21:59:41 +0000 (21:59 +0000)]
some method names have changed

15 years agocheck slice policy before creating slices
Tony Mack [Tue, 14 Apr 2009 21:26:15 +0000 (21:26 +0000)]
check slice policy before creating slices

15 years agofix slice_backlist should be slice_blacklist
Tony Mack [Tue, 14 Apr 2009 21:24:29 +0000 (21:24 +0000)]
fix slice_backlist should be slice_blacklist

15 years agopolicy class
Tony Mack [Tue, 14 Apr 2009 21:06:32 +0000 (21:06 +0000)]
policy class

15 years agoNodes, Slices classes
Tony Mack [Tue, 14 Apr 2009 21:06:02 +0000 (21:06 +0000)]
Nodes, Slices classes

15 years agoadded support for GeniClientLight client
Tony Mack [Tue, 14 Apr 2009 20:30:16 +0000 (20:30 +0000)]
added support for GeniClientLight client

15 years agofix bugs
Tony Mack [Tue, 14 Apr 2009 20:01:11 +0000 (20:01 +0000)]
fix bugs

15 years agoimport geni.util.storage
Tony Mack [Tue, 14 Apr 2009 20:00:07 +0000 (20:00 +0000)]
import geni.util.storage

15 years agoclass name should be create_slice not create_slices
Tony Mack [Tue, 14 Apr 2009 19:00:23 +0000 (19:00 +0000)]
class name should be create_slice not create_slices

15 years agofix bugs:
Tony Mack [Tue, 14 Apr 2009 18:59:26 +0000 (18:59 +0000)]
fix bugs:

15 years agomoved all methods to geni/methods/ directory
Tony Mack [Tue, 14 Apr 2009 02:51:24 +0000 (02:51 +0000)]
moved all methods to geni/methods/ directory

15 years agoadded more methods
Tony Mack [Tue, 14 Apr 2009 02:44:30 +0000 (02:44 +0000)]
added more methods

15 years agoadded getCredentialFromRegistry and getCredentialFromLocalRegistry
Tony Mack [Tue, 14 Apr 2009 02:43:24 +0000 (02:43 +0000)]
added getCredentialFromRegistry and getCredentialFromLocalRegistry

15 years agoadded sfa.pdf
Larry Peterson [Mon, 13 Apr 2009 19:26:11 +0000 (19:26 +0000)]
added sfa.pdf

15 years agodeleted pdf
Larry Peterson [Mon, 13 Apr 2009 19:25:53 +0000 (19:25 +0000)]
deleted pdf

15 years agoadded slices call
Tony Mack [Mon, 13 Apr 2009 01:57:45 +0000 (01:57 +0000)]
added slices call

15 years agofix bugs in slicename_to_hrn and hostname_to_hrn
Tony Mack [Mon, 13 Apr 2009 01:57:15 +0000 (01:57 +0000)]
fix bugs in slicename_to_hrn and hostname_to_hrn

15 years agorename list_slices to slices
Tony Mack [Mon, 13 Apr 2009 01:56:42 +0000 (01:56 +0000)]
rename list_slices to slices

15 years agodefine the server interface in __init__
Tony Mack [Sun, 12 Apr 2009 22:56:46 +0000 (22:56 +0000)]
define the server interface in __init__

15 years agoadded resources method
Tony Mack [Sun, 12 Apr 2009 22:56:01 +0000 (22:56 +0000)]
added resources method

15 years ago added some helper functions
Tony Mack [Sun, 12 Apr 2009 22:52:12 +0000 (22:52 +0000)]
 added some helper functions

15 years agofix bug in GeniInvalidAPIMethod
Tony Mack [Sun, 12 Apr 2009 22:51:49 +0000 (22:51 +0000)]
fix bug in GeniInvalidAPIMethod

15 years agorenamed get_resources to resources
Tony Mack [Sun, 12 Apr 2009 22:51:16 +0000 (22:51 +0000)]
renamed get_resources to resources

15 years agojust some comments. nothing major.
Faiyaz Ahmed [Fri, 10 Apr 2009 21:14:07 +0000 (21:14 +0000)]
just some comments.  nothing major.

15 years agoadd functions to sign and verify strings using a key
Scott Baker [Fri, 10 Apr 2009 18:53:06 +0000 (18:53 +0000)]
add functions to sign and verify strings using a key

15 years agoadd functions to sign and verify strings using a key
Scott Baker [Fri, 10 Apr 2009 18:52:03 +0000 (18:52 +0000)]
add functions to sign and verify strings using a key

15 years agoVerbose messaging. We should import a logger here...
Faiyaz Ahmed [Fri, 10 Apr 2009 17:00:33 +0000 (17:00 +0000)]
Verbose messaging. We should import a logger here...

15 years agoremove some unnecessary lines
Tony Mack [Fri, 10 Apr 2009 02:50:10 +0000 (02:50 +0000)]
remove some unnecessary lines

15 years agoadded Regisries class. moved functions out of Registry
Tony Mack [Fri, 10 Apr 2009 02:38:04 +0000 (02:38 +0000)]
added Regisries class. moved functions out of Registry

15 years agoadd config argument to Auth constructor
Tony Mack [Fri, 10 Apr 2009 02:34:53 +0000 (02:34 +0000)]
add config argument to Auth constructor

15 years agoformatting
Tony Mack [Fri, 10 Apr 2009 02:33:40 +0000 (02:33 +0000)]
formatting

15 years agomerging GeniFaults from util.faults here
Tony Mack [Fri, 10 Apr 2009 02:33:24 +0000 (02:33 +0000)]
merging GeniFaults from util.faults here

15 years agodont dispatch the xmlrpc request, use util.api.hanlde to handle either xmlrpc or...
Tony Mack [Fri, 10 Apr 2009 02:32:33 +0000 (02:32 +0000)]
dont dispatch the xmlrpc request, use util.api.hanlde to handle either xmlrpc or soap

15 years agoadded pl_fields_to_geni_fields
Tony Mack [Fri, 10 Apr 2009 02:29:38 +0000 (02:29 +0000)]
added pl_fields_to_geni_fields

15 years agofix bugs
Tony Mack [Fri, 10 Apr 2009 02:28:45 +0000 (02:28 +0000)]
fix bugs

15 years agofix bug
Tony Mack [Fri, 10 Apr 2009 01:09:55 +0000 (01:09 +0000)]
fix bug

15 years agofix bug
Tony Mack [Fri, 10 Apr 2009 01:09:31 +0000 (01:09 +0000)]
fix bug

15 years agofix bugs
Tony Mack [Thu, 9 Apr 2009 20:22:39 +0000 (20:22 +0000)]
fix bugs

15 years agofix bug
Tony Mack [Thu, 9 Apr 2009 19:29:50 +0000 (19:29 +0000)]
fix bug

15 years agofix bug
Tony Mack [Thu, 9 Apr 2009 17:47:46 +0000 (17:47 +0000)]
fix bug

15 years agoremove debugging output
Tony Mack [Thu, 9 Apr 2009 17:47:21 +0000 (17:47 +0000)]
remove debugging output

15 years agocleanup
Tony Mack [Thu, 9 Apr 2009 17:15:08 +0000 (17:15 +0000)]
cleanup

15 years agocleanup
Tony Mack [Thu, 9 Apr 2009 17:12:47 +0000 (17:12 +0000)]
cleanup

15 years agomoved registry api methods into their own classes in methods/ directory
Tony Mack [Thu, 9 Apr 2009 01:28:02 +0000 (01:28 +0000)]
moved registry api methods into their own classes in methods/ directory

15 years agoadded some more methods
Tony Mack [Thu, 9 Apr 2009 01:09:00 +0000 (01:09 +0000)]
added some more methods

15 years agoimport geni.util.debug
Tony Mack [Wed, 8 Apr 2009 02:24:02 +0000 (02:24 +0000)]
import geni.util.debug

15 years agoadded determine_rights()
Tony Mack [Wed, 8 Apr 2009 02:22:06 +0000 (02:22 +0000)]
added determine_rights()