sfa.git
14 years agocreate /usr/bin before installing into.
Barış Metin [Tue, 7 Jul 2009 15:45:28 +0000 (15:45 +0000)]
create /usr/bin before installing into.

14 years agoinstall keyconvert to /usr/bin
Barış Metin [Tue, 7 Jul 2009 13:43:48 +0000 (13:43 +0000)]
install keyconvert to /usr/bin

14 years agoupdating slice description
Anil-Kumar Vengalil [Tue, 7 Jul 2009 11:19:31 +0000 (11:19 +0000)]
updating slice description

14 years agoprint the exception to give a clue about the source of the error.
Barış Metin [Tue, 7 Jul 2009 09:33:39 +0000 (09:33 +0000)]
print the exception to give a clue about the source of the error.

14 years agodo not try to find keyconvert which is installed to one fixed path.
Barış Metin [Tue, 7 Jul 2009 09:30:11 +0000 (09:30 +0000)]
do not try to find keyconvert which is installed to one fixed path.

14 years agono need to copy the key to site-packages anymore
Barış Metin [Tue, 7 Jul 2009 09:09:10 +0000 (09:09 +0000)]
no need to copy the key to site-packages anymore

14 years agousing config_path in place of basepath
Anil-Kumar Vengalil [Tue, 7 Jul 2009 08:27:08 +0000 (08:27 +0000)]
using config_path in place of basepath

14 years agousing config_path in place of basepath
Anil-Kumar Vengalil [Tue, 7 Jul 2009 08:17:43 +0000 (08:17 +0000)]
using config_path in place of basepath

14 years agousing config_path in place of basepath
Anil-Kumar Vengalil [Tue, 7 Jul 2009 08:15:59 +0000 (08:15 +0000)]
using config_path in place of basepath

14 years agousing config_path instead of basepath
Anil-Kumar Vengalil [Tue, 7 Jul 2009 08:13:33 +0000 (08:13 +0000)]
using config_path instead of basepath

14 years agoDropped a 2.6-only function
Sapan Bhatia [Tue, 7 Jul 2009 01:12:36 +0000 (01:12 +0000)]
Dropped a 2.6-only function

14 years agoTagging module geniwrapper - geniwrapper-0.8-2
Thierry Parmentelat [Mon, 6 Jul 2009 21:23:37 +0000 (21:23 +0000)]
Tagging module geniwrapper - geniwrapper-0.8-2
cleanup of the config area; no dependency to a PLC config anymore as sfa can be run in standalone
config variables in sfa_config now start with SFA_ and not GENI_
config.py can be loaded even with no config present

14 years agofix path for authorities
Barış Metin [Mon, 6 Jul 2009 21:15:28 +0000 (21:15 +0000)]
fix path for authorities

14 years agofix editing all variables
Barış Metin [Mon, 6 Jul 2009 21:01:45 +0000 (21:01 +0000)]
fix editing all variables

14 years agotrace is imported with from-import
Barış Metin [Mon, 6 Jul 2009 20:53:53 +0000 (20:53 +0000)]
trace is imported with from-import

14 years agorename geniticket.py into sfaticket.py and defined class Ticket into SfaTicket
Thierry Parmentelat [Mon, 6 Jul 2009 20:38:44 +0000 (20:38 +0000)]
rename geniticket.py into sfaticket.py and defined class Ticket into SfaTicket

14 years agoneeded with changeset 14304
Thierry Parmentelat [Mon, 6 Jul 2009 20:30:34 +0000 (20:30 +0000)]
needed with changeset 14304

14 years agorename configuration variables like from GENI_ to SFA_
Thierry Parmentelat [Mon, 6 Jul 2009 20:19:51 +0000 (20:19 +0000)]
rename configuration variables like from GENI_ to SFA_

14 years agoskip pdf files from tags too
Thierry Parmentelat [Mon, 6 Jul 2009 20:05:07 +0000 (20:05 +0000)]
skip pdf files from tags too

14 years agono need to run make index anymore
Thierry Parmentelat [Mon, 6 Jul 2009 19:57:10 +0000 (19:57 +0000)]
no need to run make index anymore

14 years agomanage __init__.py files under svn even if empty to ease development
Thierry Parmentelat [Mon, 6 Jul 2009 19:55:16 +0000 (19:55 +0000)]
manage __init__.py files under svn even if empty to ease development

14 years agomake clean
Thierry Parmentelat [Mon, 6 Jul 2009 19:51:28 +0000 (19:51 +0000)]
make clean

14 years agotypo
Barış Metin [Mon, 6 Jul 2009 16:47:59 +0000 (16:47 +0000)]
typo

14 years agoups, this one is gone we use the URL as it is
Barış Metin [Mon, 6 Jul 2009 16:36:51 +0000 (16:36 +0000)]
ups, this one is gone we use the URL as it is

14 years ago- don't depend on plc_config, make sfa-config self-contained.
Barış Metin [Mon, 6 Jul 2009 16:34:47 +0000 (16:34 +0000)]
- don't depend on plc_config, make sfa-config self-contained.
- report the index error on sfi list
- add empty __init__.py to be able to import modules in util

14 years agoAutomatically drop spaces that I was previously dropping manually.
Sapan Bhatia [Mon, 6 Jul 2009 15:21:14 +0000 (15:21 +0000)]
Automatically drop spaces that I was previously dropping manually.

14 years ago--lite version of the WSDL file
Sapan Bhatia [Mon, 6 Jul 2009 14:54:52 +0000 (14:54 +0000)]
--lite version of the WSDL file

14 years agoUpdated INSTALL.txt
Anil-Kumar Vengalil [Mon, 6 Jul 2009 07:25:54 +0000 (07:25 +0000)]
Updated INSTALL.txt

14 years agosteps towards computing wsdl files at build-time:
Thierry Parmentelat [Mon, 6 Jul 2009 05:32:23 +0000 (05:32 +0000)]
steps towards computing wsdl files at build-time:
* review makefile to make sure the __init__.py files get created
* add python-uuid to the build packages
* remove () in class definitions when no inheritance - for python2.4/centos
still cannot update wsdl output at build-time b/c of missing config
config cleanup needed first (import config should not raise exception)

14 years ago(no commit message)
Sapan Bhatia [Mon, 6 Jul 2009 03:33:51 +0000 (03:33 +0000)]

14 years ago(no commit message)
Sapan Bhatia [Mon, 6 Jul 2009 03:33:17 +0000 (03:33 +0000)]

14 years agoAdded the possibility of genearting sm, am and registry separately
Sapan Bhatia [Mon, 6 Jul 2009 03:22:58 +0000 (03:22 +0000)]
Added the possibility of genearting sm, am and registry separately

14 years ago(no commit message)
Sapan Bhatia [Mon, 6 Jul 2009 02:55:44 +0000 (02:55 +0000)]

14 years agoGot rid of another log line
Sapan Bhatia [Mon, 6 Jul 2009 02:52:28 +0000 (02:52 +0000)]
Got rid of another log line

14 years agoGot rid of debugging line
Sapan Bhatia [Mon, 6 Jul 2009 02:47:37 +0000 (02:47 +0000)]
Got rid of debugging line

14 years agoreset_slice --> reset_slices, as per the definition of class reset_slices
Sapan Bhatia [Sun, 5 Jul 2009 19:57:16 +0000 (19:57 +0000)]
reset_slice --> reset_slices, as per the definition of class reset_slices

14 years agoThe SOAP interface assumes that the name of the file a method lies in == the method...
Sapan Bhatia [Sun, 5 Jul 2009 19:56:23 +0000 (19:56 +0000)]
The SOAP interface assumes that the name of the file a method lies in == the method within

14 years agoChanged reference to report.py, which was moved into sfa/util
Sapan Bhatia [Sun, 5 Jul 2009 19:43:23 +0000 (19:43 +0000)]
Changed reference to report.py, which was moved into sfa/util

14 years agoChanging method signatures to be consistent with method behaviors. The WSDL interface...
Sapan Bhatia [Sun, 5 Jul 2009 16:40:55 +0000 (16:40 +0000)]
Changing method signatures to be consistent with method behaviors. The WSDL interface depends on this property.

14 years agoTagging module geniwrapper - geniwrapper-0.8-1
Thierry Parmentelat [Sun, 5 Jul 2009 12:03:33 +0000 (12:03 +0000)]
Tagging module geniwrapper - geniwrapper-0.8-1
first step for cleanup and reorganization
mass-renaming from geni to sfa (some are still needed)
sfa/trust implements the security architecture

14 years agomove auth and hierarchy into sfa/trust
Thierry Parmentelat [Sun, 5 Jul 2009 11:44:28 +0000 (11:44 +0000)]
move auth and hierarchy into sfa/trust

14 years agoChanges:
Sapan Bhatia [Sun, 5 Jul 2009 00:44:14 +0000 (00:44 +0000)]
Changes:
- Replace soapenc:array -> xsd:list
- Once instance of http://http --> http://

14 years agorevamped sfa impl doc
Larry Peterson [Fri, 3 Jul 2009 17:50:34 +0000 (17:50 +0000)]
revamped sfa impl doc

14 years agoongoing
Thierry Parmentelat [Fri, 3 Jul 2009 15:29:46 +0000 (15:29 +0000)]
ongoing

14 years agoscriptlet needs to succeed
Thierry Parmentelat [Fri, 3 Jul 2009 15:01:03 +0000 (15:01 +0000)]
scriptlet needs to succeed

14 years agostop sfa service prior to uninstall
Thierry Parmentelat [Fri, 3 Jul 2009 14:55:43 +0000 (14:55 +0000)]
stop sfa service prior to uninstall

14 years agorenaming the toplevel geni/ package into sfa/
Thierry Parmentelat [Fri, 3 Jul 2009 14:40:59 +0000 (14:40 +0000)]
renaming the toplevel geni/ package into sfa/

14 years agouse self.get_auth_info
Barış Metin [Fri, 3 Jul 2009 14:23:02 +0000 (14:23 +0000)]
use self.get_auth_info

14 years agolog in sfa.daemon
Thierry Parmentelat [Fri, 3 Jul 2009 14:21:12 +0000 (14:21 +0000)]
log in sfa.daemon

14 years agothis one is actually used in methods
Barış Metin [Fri, 3 Jul 2009 14:15:32 +0000 (14:15 +0000)]
this one is actually used in methods

14 years agooops
Thierry Parmentelat [Fri, 3 Jul 2009 13:36:49 +0000 (13:36 +0000)]
oops

14 years agooops
Thierry Parmentelat [Fri, 3 Jul 2009 13:26:43 +0000 (13:26 +0000)]
oops

14 years agofewer import * for certificate
Thierry Parmentelat [Fri, 3 Jul 2009 13:17:39 +0000 (13:17 +0000)]
fewer import * for certificate

14 years agojust use empty __init__.py files
Thierry Parmentelat [Fri, 3 Jul 2009 13:13:58 +0000 (13:13 +0000)]
just use empty __init__.py files

14 years agoprint traceback to the log and don't raise the right type of exception
Barış Metin [Fri, 3 Jul 2009 13:13:36 +0000 (13:13 +0000)]
print traceback to the log and don't raise the right type of exception

14 years agocleanup dup. functions and use the ones from misc
Barış Metin [Fri, 3 Jul 2009 13:01:24 +0000 (13:01 +0000)]
cleanup dup. functions and use the ones from misc

14 years agotweaks
Thierry Parmentelat [Fri, 3 Jul 2009 12:31:06 +0000 (12:31 +0000)]
tweaks

14 years agono more __init__ created for now
Thierry Parmentelat [Fri, 3 Jul 2009 12:22:07 +0000 (12:22 +0000)]
no more __init__ created for now

14 years agoshape the sfa.trust subpackage
Thierry Parmentelat [Fri, 3 Jul 2009 12:07:29 +0000 (12:07 +0000)]
shape the sfa.trust subpackage

14 years agokeywords yet again
Thierry Parmentelat [Fri, 3 Jul 2009 11:34:05 +0000 (11:34 +0000)]
keywords yet again

14 years agomove server stubs in geni.server - start gathering plc-specifics in geni.plc
Thierry Parmentelat [Fri, 3 Jul 2009 11:31:16 +0000 (11:31 +0000)]
move server stubs in geni.server - start gathering plc-specifics in geni.plc

14 years agoremove duplicate code
Thierry Parmentelat [Fri, 3 Jul 2009 11:20:33 +0000 (11:20 +0000)]
remove duplicate code

14 years agocosmetic
Thierry Parmentelat [Fri, 3 Jul 2009 11:19:56 +0000 (11:19 +0000)]
cosmetic

14 years agomoved cmdline as geni/client
Thierry Parmentelat [Fri, 3 Jul 2009 10:35:16 +0000 (10:35 +0000)]
moved cmdline as geni/client

14 years agoutil.py is not used and has some duplicate functions
Barış Metin [Fri, 3 Jul 2009 10:31:17 +0000 (10:31 +0000)]
util.py is not used and has some duplicate functions

14 years agocleanup the cmdline area
Thierry Parmentelat [Fri, 3 Jul 2009 10:30:44 +0000 (10:30 +0000)]
cleanup the cmdline area

14 years agocheckpoint
Thierry Parmentelat [Fri, 3 Jul 2009 09:46:03 +0000 (09:46 +0000)]
checkpoint

14 years agothat was too fast, we still have builds with 0.2
Thierry Parmentelat [Fri, 3 Jul 2009 00:58:17 +0000 (00:58 +0000)]
that was too fast, we still have builds with 0.2

14 years agoongoing renamings
Thierry Parmentelat [Fri, 3 Jul 2009 00:53:21 +0000 (00:53 +0000)]
ongoing renamings

14 years agorenamings going on
Thierry Parmentelat [Fri, 3 Jul 2009 00:52:38 +0000 (00:52 +0000)]
renamings going on

14 years agorename /etc/geni into /etc/sfa
Thierry Parmentelat [Fri, 3 Jul 2009 00:24:24 +0000 (00:24 +0000)]
rename /etc/geni into /etc/sfa

14 years agooops
Thierry Parmentelat [Fri, 3 Jul 2009 00:18:26 +0000 (00:18 +0000)]
oops

14 years agostart moving names from geni to sfa
Thierry Parmentelat [Fri, 3 Jul 2009 00:16:59 +0000 (00:16 +0000)]
start moving names from geni to sfa

14 years agopackage sfa.wsdl with sfa
Thierry Parmentelat [Thu, 2 Jul 2009 23:57:25 +0000 (23:57 +0000)]
package sfa.wsdl with sfa

14 years agooops, somehow this one got lost
Thierry Parmentelat [Thu, 2 Jul 2009 23:46:48 +0000 (23:46 +0000)]
oops, somehow this one got lost

14 years agoneeded renamings
Thierry Parmentelat [Thu, 2 Jul 2009 23:25:38 +0000 (23:25 +0000)]
needed renamings

14 years agoneeded renamings
Thierry Parmentelat [Thu, 2 Jul 2009 23:22:43 +0000 (23:22 +0000)]
needed renamings

14 years agosplit into 3 pacakges sfa (libs) sfa-plc (actual wrapper) and sfa-client (sfi)
Thierry Parmentelat [Thu, 2 Jul 2009 23:21:55 +0000 (23:21 +0000)]
split into 3 pacakges sfa (libs) sfa-plc (actual wrapper) and sfa-client (sfi)

14 years agosplit into 3 pacakges sfa (libs) sfa-plc (actual wrapper) and sfa-client (sfi)
Thierry Parmentelat [Thu, 2 Jul 2009 23:21:39 +0000 (23:21 +0000)]
split into 3 pacakges sfa (libs) sfa-plc (actual wrapper) and sfa-client (sfi)

14 years agoadd clarifying error messages that offer a solution.
Stephen Soltesz [Thu, 2 Jul 2009 21:14:04 +0000 (21:14 +0000)]
add clarifying error messages that offer a solution.

14 years agobroken specfile
Thierry Parmentelat [Thu, 2 Jul 2009 14:43:08 +0000 (14:43 +0000)]
broken specfile

14 years agobroken specfile
Thierry Parmentelat [Thu, 2 Jul 2009 14:41:41 +0000 (14:41 +0000)]
broken specfile

14 years agobroken specfile
Thierry Parmentelat [Thu, 2 Jul 2009 14:38:04 +0000 (14:38 +0000)]
broken specfile

14 years agobuilds two separate rpms : geniwrapper (server-side) and geniwrapper-sfi (client...
Thierry Parmentelat [Thu, 2 Jul 2009 14:34:27 +0000 (14:34 +0000)]
builds two separate rpms : geniwrapper (server-side) and geniwrapper-sfi (client-side)

14 years agocleanup
Thierry Parmentelat [Thu, 2 Jul 2009 13:18:07 +0000 (13:18 +0000)]
cleanup

14 years agooops
Thierry Parmentelat [Thu, 2 Jul 2009 09:50:01 +0000 (09:50 +0000)]
oops

14 years agooops, had a post already
Thierry Parmentelat [Thu, 2 Jul 2009 09:35:38 +0000 (09:35 +0000)]
oops, had a post already

14 years agoset executable
Thierry Parmentelat [Thu, 2 Jul 2009 09:34:39 +0000 (09:34 +0000)]
set executable

14 years agorename geniwrapper init.d script as geni, isolate and chkconfig-enable
Thierry Parmentelat [Thu, 2 Jul 2009 09:31:53 +0000 (09:31 +0000)]
rename geniwrapper init.d script as geni, isolate and chkconfig-enable

14 years agocleanup gui/ and dummy/
Thierry Parmentelat [Thu, 2 Jul 2009 09:22:58 +0000 (09:22 +0000)]
cleanup gui/ and dummy/

14 years agoimports from geni itself should now be fully qualified
Thierry Parmentelat [Thu, 2 Jul 2009 09:15:13 +0000 (09:15 +0000)]
imports from geni itself should now be fully qualified

14 years agorename cert.py into certificate.py
Thierry Parmentelat [Thu, 2 Jul 2009 09:04:00 +0000 (09:04 +0000)]
rename cert.py into certificate.py

14 years agouse consistent name sfi_config, like plc_config and geni_config (oops, unsaved changes)
Thierry Parmentelat [Thu, 2 Jul 2009 08:55:00 +0000 (08:55 +0000)]
use consistent name sfi_config, like plc_config and geni_config (oops, unsaved changes)

14 years agouse consistent name sfi_config, like plc_config and geni_config
Thierry Parmentelat [Thu, 2 Jul 2009 08:44:47 +0000 (08:44 +0000)]
use consistent name sfi_config, like plc_config and geni_config

14 years agoreview on imports & svn keywords
Thierry Parmentelat [Thu, 2 Jul 2009 08:40:01 +0000 (08:40 +0000)]
review on imports & svn keywords

14 years agoslice hrn is passed to slice control methods
Anil-Kumar Vengalil [Thu, 2 Jul 2009 08:35:55 +0000 (08:35 +0000)]
slice hrn is passed to slice control methods

14 years agoduplicate with excep.py
Thierry Parmentelat [Thu, 2 Jul 2009 08:29:58 +0000 (08:29 +0000)]
duplicate with excep.py

14 years agomake tags
Thierry Parmentelat [Thu, 2 Jul 2009 08:11:03 +0000 (08:11 +0000)]
make tags

14 years agocleaning up config files
Thierry Parmentelat [Thu, 2 Jul 2009 08:01:21 +0000 (08:01 +0000)]
cleaning up config files

14 years agoScott Baker confirmed this is obsolete
Thierry Parmentelat [Wed, 1 Jul 2009 15:57:27 +0000 (15:57 +0000)]
Scott Baker confirmed this is obsolete