X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=bootmanager.spec;h=071d0f99c6f7489fb18b5845db3fb6a6576985c6;hb=e852304a6790c784556eb6cba41bff935037b7b0;hp=6fc2d6d1bdfaf365334816a82e897f19db97f44e;hpb=4873f877ad6a078368a9fe7955a63510884eaf20;p=bootmanager.git diff --git a/bootmanager.spec b/bootmanager.spec index 6fc2d6d..071d0f9 100644 --- a/bootmanager.spec +++ b/bootmanager.spec @@ -5,7 +5,7 @@ %define name bootmanager %define version 4.3 -%define taglevel 2 +%define taglevel 13 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -24,7 +24,7 @@ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: tar, gnupg, sharutils, bzip2, pypcilib -Requires: PLCAPI >= 5.0 +Requires: PLCAPI >= 4.3 # the python code packaged in these are shipped on the node as well Requires: pypcilib pyplnet monitor-runlevelagent @@ -40,6 +40,7 @@ nodes. %setup -q %build +gcc -shared -fPIC -ldl -Os -o source/libc-opendir-hack.so source/libc-opendir-hack.c %install rm -rf $RPM_BUILD_ROOT @@ -73,6 +74,10 @@ Remember to GPG sign /var/www/html/boot/bootmanager.sh with the PlanetLab private key. EOF +# NOTE: do not run this agent when installed on a myplc. +chkconfig monitor-runlevelagent off +chkconfig --del monitor-runlevelagent + %files %defattr(-,root,root,-) %{_datadir}/%{name} @@ -80,7 +85,56 @@ EOF /var/www/html/boot/uudecode.gz %changelog -* Wed Jan 28 2009 Thierry Parmentelat - BootManager-5.0-2 +* Mon Sep 07 2009 Stephen Soltesz - BootManager-4.3-12 +- Moved some configuration values from BootServerRequest.py to 'configuration' file. +- BootServerRequest takes the 'VARS' variable to read these values. +- UPLOAD_LOG_SCRIPT can point optionally to the 'upload-bmlog.php' or 'monitor/upload' +- (or any other interface that accepts a POST file) +- build.sh bundles cacerts for boot and monitor servers (if present) to +- authenticate the UPLOAD_LOG_SCRIPT. +- Previously, these certs were re-used from the bootcd, now they are bundled +- with BM. This allows the BM to point to a completely different myplc if +- desired, and it is still secure, because the original download is +- authenticated. + +* Wed Aug 26 2009 Stephen Soltesz - BootManager-4.3-11 +- raise a single exception for nodes with authentication errors +- fix syntax error in MakeInitrd.py + +* Mon Aug 10 2009 Stephen Soltesz - BootManager-4.3-10 +- Replace UpdateBootstate with UpdateRunlevel where appropriate. +- Removed failboot and install from forced states. +- Removed checks for initrd in Validate +- Added extra messages for Validate failures, not-installed, no kernel, failed fsck +- Added libc-opendir-hack.so patch from 3.2 branch for 2.6.12 bootcds on PL. + +* Mon Jun 29 2009 Marc Fiuczynski - BootManager-4.3-9 +- Special handling for "forcedeth" ethernet NIC. + +* Mon Jun 15 2009 Stephen Soltesz - BootManager-4.3-8 +- include a fix for public pl dealing with old/new boot images and root +- environments + +* Fri May 15 2009 Thierry Parmentelat - BootManager-4.3-7 +- review selection nodefamily at bootstrapfs install-time +- now based on (1) tags (2) nodefamily and (3) defaults +- this is required on very old bootcd + +* Wed Apr 29 2009 Marc Fiuczynski - BootManager-4.3-6 +- Use modprobe module to write out /etc/modprobe.conf. + +* Wed Apr 22 2009 Thierry Parmentelat - BootManager-4.3-5 +- minor updates - using the new modprobe module *not* in this tag + +* Wed Apr 08 2009 Thierry Parmentelat - BootManager-4.3-4 +- load device mapper if needed, for centos5-based bootcd variant + +* Wed Mar 25 2009 Thierry Parmentelat - BootManager-4.3-3 +- renumbered 4.3 +- New step StartRunLevelAgent +- various other tweaks + +* Wed Jan 28 2009 Thierry Parmentelat - BootManager-4.3-2 - most of the actual network config job moved to (py)plnet - support for RAWDISK - network interfaces deterministically sorted @@ -91,7 +145,7 @@ EOF - cleaned up (drop support for bootcdv2) - still needs testing -* Wed Sep 10 2008 Thierry Parmentelat - BootManager-5.0-1 +* Wed Sep 10 2008 Thierry Parmentelat - BootManager-4.3-1 - reflects new names from the data model * Sat May 24 2008 Thierry Parmentelat - BootManager-3.2-7