X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa.spec;h=9fd9cc96cc671f9b2fd862adace27a5a0fb29ede;hb=ad6330d255e61373e8f506c9ced34715a2d9edac;hp=a9271fc2206ac23fd0db259eb6a1f33c99128a8d;hpb=1a4bcb040b5223cd23bf7219337215f16533f812;p=sfa.git diff --git a/sfa.spec b/sfa.spec index a9271fc2..9fd9cc96 100644 --- a/sfa.spec +++ b/sfa.spec @@ -1,5 +1,5 @@ %define name sfa -%define version 1.1 +%define version 2.0 %define taglevel 0 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -14,23 +14,34 @@ License: GPL Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +# xxx TODO : package cron.d/ + Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} URL: %{SCMURL} + Summary: the SFA python libraries Group: Applications/System - BuildRequires: make Requires: python >= 2.5 Requires: m2crypto Requires: xmlsec1-openssl-devel Requires: libxslt-python Requires: python-ZSI +# for uuidgen - used in db password generation +# on f8 this actually comes with e2fsprogs, go figure +Requires: util-linux-ng # xmlbuilder depends on lxml Requires: python-lxml Requires: python-setuptools Requires: python-dateutil +# for the registry +Requires: postgresql >= 8.2, postgresql-server >= 8.2 +Requires: postgresql-python +Requires: python-psycopg2 +Requires: pyOpenSSL >= 0.7 +Requires: myplc-config # python 2.5 has uuid module added, for python 2.4 we still need it. # we can't really check for if we can load uuid as a python module, @@ -45,19 +56,11 @@ Requires: python-dateutil #Requires: python-uuid #%endif -%package cm -Summary: the SFA layer around MyPLC NodeManager -Group: Applications/System -Requires: sfa -Requires: pyOpenSSL >= 0.6 - %package plc Summary: the SFA layer around MyPLC Group: Applications/System Requires: sfa Requires: python-psycopg2 -Requires: myplc-config -Requires: pyOpenSSL >= 0.7 %package client Summary: the SFA experimenter-side CLI @@ -70,6 +73,12 @@ Summary: sfatables policy tool for SFA Group: Applications/System Requires: sfa +%package cm +Summary: the SFA layer around MyPLC NodeManager +Group: Applications/System +Requires: sfa +Requires: pyOpenSSL >= 0.6 + %package flashpolicy Summary: SFA support for flash clients Group: Applications/System @@ -83,10 +92,6 @@ Requires: sfa %description This package provides the python libraries for the PlanetLab implementation of SFA -%description cm -This package implements the SFA interface which serves as a layer -between the existing PlanetLab NodeManager interfaces and the SFA API. - %description plc This package implements the SFA interface which serves as a layer between the existing PlanetLab interfaces and the SFA API. @@ -100,6 +105,10 @@ 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 networks. This is the command line interface to manage sfatables +%description cm +This package implements the SFA interface which serves as a layer +between the existing PlanetLab NodeManager interfaces and the SFA API. + %description flashpolicy This package provides support for adobe flash client applications. @@ -115,39 +124,36 @@ make VERSIONTAG="%{version}-%{taglevel}" SCMURL="%{SCMURL}" %install rm -rf $RPM_BUILD_ROOT make VERSIONTAG="%{version}-%{taglevel}" SCMURL="%{SCMURL}" install DESTDIR="$RPM_BUILD_ROOT" +rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/*egg-info %clean rm -rf $RPM_BUILD_ROOT %files -# sfa and sfatables depend each other. +# sfa and sfatables depend on each other. +%{python_sitelib}/sfa +%{python_sitelib}/xmlbuilder +/etc/init.d/sfa %{_bindir}/sfa-start.py* -/etc/sfatables/* -%{python_sitelib}/* %{_bindir}/keyconvert.py* +%{_bindir}/sfa-config-tty +%config /etc/sfa/default_config.xml +%config (noreplace) /etc/sfa/aggregates.xml +%config (noreplace) /etc/sfa/registries.xml /var/www/html/wsdl/*.wsdl -%files cm -/etc/init.d/sfa-cm -%{_bindir}/sfa_component_setup.py* -# cron jobs here - %files plc %defattr(-,root,root) -%config /etc/sfa/default_config.xml -%config (noreplace) /etc/sfa/aggregates.xml -%config (noreplace) /etc/sfa/registries.xml -/etc/init.d/sfa /etc/sfa/pl.rng /etc/sfa/credential.xsd /etc/sfa/top.xsd /etc/sfa/sig.xsd /etc/sfa/xml.xsd /etc/sfa/protogeni-rspec-common.xsd -%{_bindir}/sfa-config-tty +/etc/sfa/topology %{_bindir}/sfa-import-plc.py* -%{_bindir}/sfa-clean-peer-records.py* %{_bindir}/sfa-nuke-plc.py* +%{_bindir}/sfa-clean-peer-records.py* %{_bindir}/gen-sfa-cm-config.py* %{_bindir}/sfa-ca.py* @@ -160,7 +166,14 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/sfadump.py* %files sfatables +/etc/sfatables/* %{_bindir}/sfatables +%{python_sitelib}/sfatables + +%files cm +/etc/init.d/sfa-cm +%{_bindir}/sfa_component_setup.py* +# cron jobs here %files flashpolicy %{_bindir}/sfa_flashpolicy.py* @@ -196,6 +209,35 @@ fi [ "$1" -ge "1" ] && service sfa-cm restart || : %changelog +* Thu Nov 24 2011 Thierry Parmentelat - sfa-1.1-5 +- sfa should now be started *before* the initial import +- sfa to use its own database (default sfa) - can run without myplc +- server calls support optional 'options' +- client sends options in argument when needed +- fix infinite getattr recursion in elements/element.py +- error codes in line with geni + +* Fri Nov 18 2011 Thierry Parmentelat - sfa-1.1-4 +- fixed links and attributes in rspecs +- minor cleanup in the API methods, and more consistent names in manager methods + +* Thu Nov 17 2011 Thierry Parmentelat - sfa-1.1-3 +- ongoing refoactoring towards more genericity +- passes tests again although known issues remain with attributes/tags + +* Mon Nov 07 2011 Thierry Parmentelat - sfa-1.1-2 +- checkpoint tag: use SFA_GENERIC_FLAVOUR instead of SFA_*_TYPE +- improvements in the pgv2 rspecs +- driver separated from api +- code starts moving around where it belongs +- sfascan caches getversion across invokations +- vini topology extracted as a config file + +* Fri Oct 28 2011 Thierry Parmentelat - sfa-1.1-1 +- first support for protogeni rspecs is working +- vini no longer needs a specific manager +- refactoring underway towards more flexible/generic architecture + * Thu Sep 15 2011 Tony Mack - sfa-1.0-36 - Unicode-friendliness for user names with accents/special chars. - Fix bug that could cause create the client to fail when calling CreateSliver for a slice that has the same hrn as a user.