From: Marc Fiuczynski Date: Tue, 3 Nov 2009 21:19:17 +0000 (+0000) Subject: Setting tag MyPLC-4.3-29 X-Git-Tag: MyPLC-4.3-29~1 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=3bf4ce26ca2673e110a48aa1eb8a69f58238c77f Setting tag MyPLC-4.3-29 - Added "SetRole()" so that db-config.d/ scriplets can insert roles into the DB. - Added the root ssh key handling support back into plc.d/ssh and the default xml file. This should be identical to the way it was in rc12. - Added support in the db-config.d/01-init script to register the root ssh public key with the default administrator. In this way the root ssh key will make it into the root account on the nodes by means of NodeManager's specialaccounts plugin. --- diff --git a/myplc-docs.spec b/myplc-docs.spec index f833749..59a7aaa 100644 --- a/myplc-docs.spec +++ b/myplc-docs.spec @@ -5,7 +5,7 @@ %define name myplc-docs %define version 4.3 -%define taglevel 28 +%define taglevel 29 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -87,6 +87,17 @@ rm -rf $RPM_BUILD_ROOT /var/www/html/planetlab/doc/ %changelog +* Tue Nov 03 2009 Marc Fiuczynski - MyPLC-4.3-29 +- - Added "SetRole()" so that db-config.d/ scriplets can insert roles +- into the DB. +- - Added the root ssh key handling support back into plc.d/ssh and the +- default xml file. This should be identical to the way it was in +- rc12. +- - Added support in the db-config.d/01-init script to register the root +- ssh public key with the default administrator. In this way the root +- ssh key will make it into the root account on the nodes by means of +- NodeManager's specialaccounts plugin. + * Tue Oct 20 2009 Thierry Parmentelat - MyPLC-4.3-28 - db-config ignores sliver tags - sirius's db-config script renamed (was sirious) diff --git a/myplc-release.spec b/myplc-release.spec index 3082a1b..2e4d2c7 100644 --- a/myplc-release.spec +++ b/myplc-release.spec @@ -5,7 +5,7 @@ %define name myplc-release %define version 4.3 -%define taglevel 28 +%define taglevel 29 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -57,6 +57,17 @@ rm -rf $RPM_BUILD_ROOT /etc/myplc-release %changelog +* Tue Nov 03 2009 Marc Fiuczynski - MyPLC-4.3-29 +- - Added "SetRole()" so that db-config.d/ scriplets can insert roles +- into the DB. +- - Added the root ssh key handling support back into plc.d/ssh and the +- default xml file. This should be identical to the way it was in +- rc12. +- - Added support in the db-config.d/01-init script to register the root +- ssh public key with the default administrator. In this way the root +- ssh key will make it into the root account on the nodes by means of +- NodeManager's specialaccounts plugin. + * Tue Oct 20 2009 Thierry Parmentelat - MyPLC-4.3-28 - db-config ignores sliver tags - sirius's db-config script renamed (was sirious) diff --git a/myplc.spec b/myplc.spec index 6a85e31..bab5c01 100644 --- a/myplc.spec +++ b/myplc.spec @@ -5,7 +5,7 @@ %define name myplc %define version 4.3 -%define taglevel 28 +%define taglevel 29 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -197,6 +197,17 @@ fi /usr/share/myplc %changelog +* Tue Nov 03 2009 Marc Fiuczynski - MyPLC-4.3-29 +- - Added "SetRole()" so that db-config.d/ scriplets can insert roles +- into the DB. +- - Added the root ssh key handling support back into plc.d/ssh and the +- default xml file. This should be identical to the way it was in +- rc12. +- - Added support in the db-config.d/01-init script to register the root +- ssh public key with the default administrator. In this way the root +- ssh key will make it into the root account on the nodes by means of +- NodeManager's specialaccounts plugin. + * Tue Oct 20 2009 Thierry Parmentelat - MyPLC-4.3-28 - db-config ignores sliver tags - sirius's db-config script renamed (was sirious)