From: Thierry Parmentelat Date: Tue, 7 Jun 2011 12:02:23 +0000 (+0200) Subject: Setting tag plcapi-5.0-33 X-Git-Tag: plcapi-5.0-33^0 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=738203c5e4a4e91ca1fd4be1e1e66f9731d0af54;p=plcapi.git Setting tag plcapi-5.0-33 ratelimit aspects cache getslivers per node if PLC_GET_SIVERS_CACHE is enabled requires Django for cache_utils attempt to expose 'pldistro' to sfa last_time_spent_online, last_time_spent_offline: new fields in Node new slice tags 'isolate_loopback' and 'cpu_cores' refresh-peer federation logs dump exceptions modpython logs have a timestamp more verbose/accurate php error reporting postgresql listens on PLC_DB_HOST+localhost instead of 0.0.0.0 AddNode, UpdateNode: manage tags directly rather than through another method BootUpdateNode: only update once GetPersons: techs can access the list of persons on their site GetSlices and GetSliceTags: techs can see slices on their nodes GetSlivers: isrootonsite tag; cacheable --- diff --git a/PLCAPI.spec b/PLCAPI.spec index 6b25c1f3..cc33d432 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -1,6 +1,6 @@ %define name PLCAPI %define version 5.0 -%define taglevel 32 +%define taglevel 33 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -145,6 +145,23 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 07 2011 Thierry Parmentelat - plcapi-5.0-33 +- ratelimit aspects +- cache getslivers per node if PLC_GET_SIVERS_CACHE is enabled +- requires Django for cache_utils +- attempt to expose 'pldistro' to sfa +- last_time_spent_online, last_time_spent_offline: new fields in Node +- new slice tags 'isolate_loopback' and 'cpu_cores' +- refresh-peer federation logs dump exceptions +- modpython logs have a timestamp +- more verbose/accurate php error reporting +- postgresql listens on PLC_DB_HOST+localhost instead of 0.0.0.0 +- AddNode, UpdateNode: manage tags directly rather than through another method +- BootUpdateNode: only update once +- GetPersons: techs can access the list of persons on their site +- GetSlices and GetSliceTags: techs can see slices on their nodes +- GetSlivers: isrootonsite tag; cacheable + * Tue Mar 22 2011 Thierry Parmentelat - plcapi-5.0-32 - rename initscript_body into initscript_code