X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=ed3af433ad5ae8c02d54caf9783801c68afb7902;hb=36c72ed190b237fdb774941a579442b027e0fab8;hp=d6812391e3ab402d304a34112cc165d5ffbcbc24;hpb=1cc8e9613cab8b5b22478de369f259e591c54e6d;p=sfa.git diff --git a/sfa.spec b/sfa.spec index d6812391..ed3af433 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa -%define version 2.1 -%define taglevel 25 +%define version 3.1 +%define taglevel 1 %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 @@ -222,7 +222,7 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/sfa/nitos %files senslab -%{python_sitelib}/sfa/senslab +%{python_sitelib}/sfa/iotlab %files dummy %{python_sitelib}/sfa/dummy @@ -265,6 +265,58 @@ fi #[ "$1" -ge "1" ] && service sfa-cm restart || : %changelog +* Tue Dec 10 2013 Thierry Parmentelat - sfa-3.1-1 +- -- core +- clean up rspecs. +- GENIv3 rspecs enhirits everything from pgv2. +- fix dbsession mgt by attributing each incoming API call has its own dbsession. +- update all drivers and v2_to_v3_adapter according to dbsession fix. +- fix DB migration. +- -- client +- fix sfi.py myslice. +- sfi.py new option "my_pkcs12". +- sfi.py defaulr rspec version is GENIv3 +- sfi.py trusted target either Registry interface or Slice interface. +- -- PlanetLab +- rebase all pl driver operations around the objects HRNs. +- ignore objects (Site/Slice/Person/Node) coming from MyPLC peering. +- importer ignores sites with tag sfa_created='True'. +- -- IoTLab +- In progress writing of native AM API v3 compliant driver. + +* 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