X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=e8f8dafee0a44a382ed1599c6cbae3ce5e0da838;hb=f58accad0a467774fa451ef690147d0b93671f44;hp=7c4d660b17db5f3c94d8f609375acdd3700acb9f;hpb=7eb4eed33c38bb49ea98396155dd77407f481b05;p=sfa.git diff --git a/sfa.spec b/sfa.spec index 7c4d660b..e8f8dafe 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa -%define version 2.1 -%define taglevel 23 +%define version 3.0 +%define taglevel 2 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Vendor: PlanetLab Packager: PlanetLab Central -Distribution: PlanetLab %{plrelease} +Distribution: PlanetLab URL: %{SCMURL} Summary: Server-side for SFA, generic implementation derived from PlanetLab @@ -79,6 +79,11 @@ Summary: the SFA layer around NITOS Group: Applications/System Requires: sfa +%package senslab +Summary: the SFA layer around SensLab +Group: Applications/System +Requires: sfa + %package dummy Summary: the SFA layer around a Dummy Testbed Group: Applications/System @@ -99,8 +104,13 @@ Summary: unit tests suite for SFA Group: Applications/System Requires: sfa-common -%description -This package provides the python libraries for the PlanetLab implementation of SFA +%description +This package provides the registry, aggregate manager and slice +managers for SFA. In most cases it is advisable to install additional +package for a given testbed, like e.g. sfa-plc for a PlanetLab tesbed. + +%description common +This package contains the python libraries for SFA both client and server-side. %description client This package provides the client side of the SFA API, in particular @@ -119,6 +129,9 @@ The SFA driver for FEDERICA. %description nitos The SFA driver for NITOS. +%description senslab +The SFA driver for SensLab. + %description dummy The SFA driver for a Dummy Testbed. @@ -158,6 +171,7 @@ rm -rf $RPM_BUILD_ROOT %config /etc/sfa/default_config.xml %config (noreplace) /etc/sfa/aggregates.xml %config (noreplace) /etc/sfa/registries.xml +%config (noreplace) /etc/sfa/api_versions.xml /usr/share/sfa/migrations /usr/share/sfa/examples /var/www/html/wsdl/*.wsdl @@ -207,6 +221,9 @@ rm -rf $RPM_BUILD_ROOT %files nitos %{python_sitelib}/sfa/nitos +%files senslab +%{python_sitelib}/sfa/iotlab + %files dummy %{python_sitelib}/sfa/dummy @@ -248,6 +265,55 @@ fi #[ "$1" -ge "1" ] && service sfa-cm restart || : %changelog +* Thu Oct 10 2013 Thierry Parmentelat - sfa-3.0-2 +- -- core +- Extend all versions of rspecs in order to support "links" and "channels" management methods +- several fixes aroung Rspecs in order to make the code usable by 3rd-party tools +- expose PL node tags in PGv2 and GENIv3 rspecs +- fix default slivers mgt in sfav1 rspecs +- fix SM and AM urn format in GetVersion +- fix sfaadmin.py to handle extra testbed-dependent info +- -- PlanetLab +- Better management of external Slices/Persons/Sites +- Importer ignores external Slices/Persons/Sites +- -- Nitos +- uniformize Leases management +- address channels with urn +- -- IotLab +- Renaming slab folders, files and variables to iotlab, the new name of the platform. +- New class ParsingResourcesFull in Oarrestapi file. Contain all the parsing nodes functions. +- Adding a mobile field to iotlab rspec and a mobility type attribute . +- Granularity changed to 60 sec. +- Fixing returned rspec in GetSlices and GetLeases. +- Corrections in import (importing nodes) +- More testis in script files under testbeds/iotlab/tests . Creation of Rspecs request models under r testbeds/iotlab/tests /tests_rspec +- Lease filtering by date added in GetLeases. +- Commenting and cleaning + +* Wed Jun 19 2013 Thierry Parmentelat - sfa-3.0-1 +- AM API v3-based first implementation. +- planetlab native V3 driver +- dummy native V3 driver +- introduction of v2_to_v3_adapter +- lease times in RFC3339 date format, not epoch +- mostly in line with geni-v2 for non-v3 issues like packaging and all + +* Tue Feb 26 2013 Thierry Parmentelat - sfa-2.1-25 +- sfi and sfaadmin list now share the same display code for related objs +- support for advertising alternate api urls - for other API versions - api_versions.xml +- cleaned up GID class +- senslab: improved importer +- senslab: add site to SlabLocation from Location +- senslab: new class JsonPage +- senslab: fix debian packaging +- federica: fix list_slices + +* Tue Jan 29 2013 Thierry Parmentelat - sfa-2.1-24 +- merged the senslab driver from git.f-lab.fr +- merged the teagle flavour +- debian packaging should work much better +- added debug messsages for when db connection fails + * Sun Jan 20 2013 Thierry Parmentelat - sfa-2.1-23 - minor fix in registry - fix for sfi gid, use clientbootstrap