X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=8d393e65956540335fd7934d043bf0720d5bad82;hb=6872209af2d5ec927820f2b333b8d3b112260957;hp=d0529c35df63c9e6eecd4cdbd7d761a48d205761;hpb=76a269d7e996714e353914615636f6aa7612b0f6;p=sfa.git diff --git a/sfa.spec b/sfa.spec index d0529c35..8d393e65 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,6 +1,6 @@ %define name sfa %define version 2.1 -%define taglevel 14 +%define taglevel 17 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -88,6 +88,11 @@ Summary: the SFA layer around Federica Group: Applications/System Requires: sfa +%package nitos +Summary: the SFA layer around NITOS +Group: Applications/System +Requires: sfa + %package sfatables Summary: sfatables policy tool for SFA Group: Applications/System @@ -124,6 +129,9 @@ between the existing PlanetLab NodeManager interfaces and the SFA API. %description federica The SFA driver for FEDERICA. +%description nitos +The SFA driver for NITOS. + %description sfatables sfatables is a tool for defining access and admission control policies in an SFA network, in much the same way as iptables is for ip @@ -210,6 +218,9 @@ rm -rf $RPM_BUILD_ROOT %files federica %{python_sitelib}/sfa/federica +%files nitos +%{python_sitelib}/sfa/nitos + %files sfatables /etc/sfatables/* %{_bindir}/sfatables @@ -248,6 +259,22 @@ fi [ "$1" -ge "1" ] && service sfa-cm restart || : %changelog +* Tue Oct 16 2012 Thierry Parmentelat - sfa-2.1-17 +- bugfix in forwarding Resolve requests +- various fixes in the nitos driver wrt keys and users + +* Mon Oct 01 2012 Thierry Parmentelat - sfa-2.1-16 +- various tweaks for the nitos driver + +* Wed Sep 26 2012 Thierry Parmentelat - sfa-2.1-15 +- first stab at a driver for the NITOS/OMF testbed (sep. pkg) +- deeper cleanup of the data-dependencies between SFA and the testbed +- in particular, sfi create issues Resolve(details=False) +- for that purpose, Resolve exposes reg-* keys for SFA builtins +- which in turn allows sfi list to show PIs, slice members and keys +- NOTE: sfa-config-tty is known to be broken w/ less frequently used func's +- Shows stacktrace when startup fails (DB conn, wrong flavour, etc..) + * Mon Sep 17 2012 Thierry Parmentelat - sfa-2.1-14 - configurable data-dir (/var/lib/sfa) - no more dependent on myplc-config @@ -255,6 +282,7 @@ fi - fix for PL importing in presence of gpg keys - DeleteSliver returns True instead of 1 in case of success - Various improvements on the openstack/nova side +- new package sfa-nitos * Wed Jul 11 2012 Thierry Parmentelat - sfa-2.1-13 - bugfix that prevented to call 'sfi create' - (was broken in sfa-2.1-12)