build.git
14 years agofix the specialaccounts plugin: root_ssh_key is deprecated and all admins have node... 4.3-rc13
Thierry Parmentelat [Sat, 10 Oct 2009 06:41:07 +0000 (06:41 +0000)]
fix the specialaccounts plugin: root_ssh_key is deprecated and all admins have node access

14 years agoSetting tag MyPLC-4.3-26
Thierry Parmentelat [Fri, 9 Oct 2009 20:05:59 +0000 (20:05 +0000)]
Setting tag MyPLC-4.3-26
plc.d/ssl preserves SSL certificates when it thinkfs they're obsolete

14 years agoNeeded to make the trellis version of util-vserver build.
Sapan Bhatia [Fri, 9 Oct 2009 18:15:14 +0000 (18:15 +0000)]
Needed to make the trellis version of util-vserver build.

14 years agobring closer in sync with planetlab-tags.mk
Marc Fiuczynski [Fri, 9 Oct 2009 17:02:51 +0000 (17:02 +0000)]
bring closer in sync with planetlab-tags.mk

14 years agoswitch to using PLCAPI-4.3-26 now that we have a somewhat ok feeling that postgres...
Marc Fiuczynski [Fri, 9 Oct 2009 16:58:12 +0000 (16:58 +0000)]
switch to using PLCAPI-4.3-26 now that we have a somewhat ok feeling that postgres 8.2 will work on CentOS

14 years agoshow/hide advance query form.
Barış Metin [Fri, 9 Oct 2009 15:52:11 +0000 (15:52 +0000)]
show/hide advance query form.

Setting tag Monitor-3.0-22

--This line, and those below, will be ignored--
Please write a changelog for this new tag in the section above
DIFF=========
Index: web/MonitorWeb/monitorweb/controllers.py
===================================================================
--- web/MonitorWeb/monitorweb/controllers.py (.../tags/Monitor-3.0-21) (révision 15272)
+++ web/MonitorWeb/monitorweb/controllers.py (.../trunk) (révision 15272)
@@ -63,6 +63,7 @@
 class QueryForm(widgets.TableForm):
     template = """
     <form xmlns:py="http://purl.org/kid/ns#"
+        id="queryform"
         name="${name}"
         action="${action}"
         method="${method}"
Index: web/MonitorWeb/monitorweb/templates/sitemenu.kid
===================================================================
--- web/MonitorWeb/monitorweb/templates/sitemenu.kid (.../tags/Monitor-3.0-21) (révision 15272)
+++ web/MonitorWeb/monitorweb/templates/sitemenu.kid (.../trunk) (révision 15272)
@@ -7,11 +7,13 @@

     <script type="text/javascript" src="/plekit/prototype/prototype.js"></script>

+    <script type="text/javascript" src="/plekit/toggle/toggle.js"></script>
     <script type="text/javascript" src="/plekit/tablesort/tablesort.js"></script>
     <script type="text/javascript" src="/plekit/tablesort/customsort.js"></script>
     <script type="text/javascript" src="/plekit/tablesort/paginate.js"></script>
     <script type="text/javascript" src="/plekit/table/table.js"></script>
     <link href="/plekit/table/table.css" rel="stylesheet" type="text/css" />
+    <link href="/plekit/toggle/toggle.css" rel="stylesheet" type="text/css" />

     <script type="text/javascript" src="/plekit/niftycorner/niftycube.js"></script>
     <script type="text/javascript" src="/plekit/niftycorner/nifty_init.js"></script>
Index: web/MonitorWeb/monitorweb/templates/query.kid
===================================================================
--- web/MonitorWeb/monitorweb/templates/query.kid (.../tags/Monitor-3.0-21) (révision 15272)
+++ web/MonitorWeb/monitorweb/templates/query.kid (.../trunk) (révision 15272)
@@ -13,11 +13,18 @@

   <div py:match="item.tag == 'content'">
    <h2>Functional, but Under Development...</h2>
+
+<img id="toggle-image-visible-query" src="/plekit/icons/toggle-visible.png" style="height:18px;" onclick="plc_toggle('query')" />
+<img id="toggle-image-hidden-query" src="/plekit/icons/toggle-hidden.png" style="height:18px;display:none" onclick="plc_toggle('query')" /> <span style="font-size:2em;">Monitor Query</span>
+
+<div id="toggle-area-query">
  <table>
  <tr>
  <td>${queryform.display(method="GET", value=data)}</td>
  </tr>
  </table>
+</div>
+
 <h4>Results</h4>
  <table py:if="fields and len(fields.keys()) > 0" id="querylist" cellpadding="0" border="0" class="plekit_table sortable-onload-0 colstyle-alt no-arrow paginationcallback-querylist_paginator max-pages-10 paginate-50" width="100%">
  <thead>
@@ -64,5 +71,16 @@
  </tr>
       </tbody>
  </table>
+<script type="text/javascript">
+var lst = $("querylist");
+var tbody = lst.getElementsBySelector("tbody")[0];
+var trs = tbody.getElementsBySelector("tr");
+if (trs.length > 2) {
+ plc_toggle("query");
+}
+</script>
+
   </div>
+
+
 </html>

14 years agoRequire postgresql 8.2 (for array operators && and @>)
Barış Metin [Fri, 9 Oct 2009 15:47:53 +0000 (15:47 +0000)]
Require postgresql 8.2 (for array operators && and @>)

Setting tag PLCAPI-4.3-27

--This line, and those below, will be ignored--
Please write a changelog for this new tag in the section above
DIFF=========
Index: PLCAPI.spec
===================================================================
--- PLCAPI.spec (.../tags/PLCAPI-4.3-26) (révision 15270)
+++ PLCAPI.spec (.../trunk) (révision 15270)
@@ -28,7 +28,7 @@

 # We use set everywhere
 Requires: python >= 2.4
-Requires: postgresql postgresql-server postgresql-python
+Requires: postgresql >= 8.2, postgresql-server >= 8.2, postgresql-python >= 8.2
 Requires: python-psycopg2
 Requires: python-pycurl
 Requires: httpd

14 years agoThe seed for random previously was the meaning of life (i.e., 42) but
Marc Fiuczynski [Fri, 9 Oct 2009 15:43:24 +0000 (15:43 +0000)]
The seed for random previously was the meaning of life (i.e., 42) but
that resulted in a not so random choice for the hmac.  This
implementation now uses a random.seed that is based on the current
time.

Setting tag NodeManager-1.8-15

14 years agoSetting tag VserverReference-4.2-14
Thierry Parmentelat [Fri, 9 Oct 2009 15:42:28 +0000 (15:42 +0000)]
Setting tag VserverReference-4.2-14
can use groups in the pkgs file with +++ for space

14 years agoSetting tag BootstrapFS-1.0-9
Thierry Parmentelat [Fri, 9 Oct 2009 15:41:54 +0000 (15:41 +0000)]
Setting tag BootstrapFS-1.0-9
can use groups in the pkgs file with +++ for space

14 years agoSetting tag sfa-0.9-5
Anil-Kumar Vengalil [Fri, 9 Oct 2009 14:58:02 +0000 (14:58 +0000)]
Setting tag sfa-0.9-5
Create_slice and get_resources methods are connected to sfatables.
Other features include compatibility with RP, handling remote objects created as part of federation, preliminary version of sfatables, call tracability and logging.

14 years agomkfedora to use the same convention for group names with +++
Thierry Parmentelat [Fri, 9 Oct 2009 14:57:10 +0000 (14:57 +0000)]
mkfedora to use the same convention for group names with +++

14 years agocan yum install groups (use +++ for space) in bootstrapfs and vserver-reference
Thierry Parmentelat [Fri, 9 Oct 2009 13:40:34 +0000 (13:40 +0000)]
can yum install groups (use +++ for space) in bootstrapfs and vserver-reference

14 years agoPLCAPI-4.3-26 does not work on CentOS and so we need to stick with 4.3-25 or fork...
Marc Fiuczynski [Fri, 9 Oct 2009 13:19:26 +0000 (13:19 +0000)]
PLCAPI-4.3-26 does not work on CentOS and so we need to stick with 4.3-25 or fork to get all changes except those related to filters

14 years agooops
Thierry Parmentelat [Thu, 8 Oct 2009 16:48:40 +0000 (16:48 +0000)]
oops

14 years agofix quoting
Thierry Parmentelat [Thu, 8 Oct 2009 16:28:02 +0000 (16:28 +0000)]
fix quoting

14 years agocomments
Thierry Parmentelat [Thu, 8 Oct 2009 15:20:15 +0000 (15:20 +0000)]
comments

14 years agoSetting tag PLCAPI-4.3-26
Thierry Parmentelat [Thu, 8 Oct 2009 14:59:37 +0000 (14:59 +0000)]
Setting tag PLCAPI-4.3-26
Filter now supports the | and & features to match in sequence values
bugfix in the postgresql wrapper for sequence filter values
reviewed GetSlivers to export admin keys more efficiently
fix checking roles in UpdateSliceTag

14 years agocosmetic
Thierry Parmentelat [Thu, 8 Oct 2009 14:52:54 +0000 (14:52 +0000)]
cosmetic

14 years agomodule-version can do html
Thierry Parmentelat [Thu, 8 Oct 2009 13:28:34 +0000 (13:28 +0000)]
module-version can do html

14 years agofix
Thierry Parmentelat [Thu, 8 Oct 2009 13:09:03 +0000 (13:09 +0000)]
fix

14 years agomodule-diff can generate html
Thierry Parmentelat [Thu, 8 Oct 2009 12:48:35 +0000 (12:48 +0000)]
module-diff can generate html

14 years agousing the latest tag of the tests module in onelab build
Anil-Kumar Vengalil [Thu, 8 Oct 2009 08:54:39 +0000 (08:54 +0000)]
using the latest tag of the tests module in onelab build

14 years agoSetting tag tests-4.3-4
Anil-Kumar Vengalil [Thu, 8 Oct 2009 08:50:14 +0000 (08:50 +0000)]
Setting tag tests-4.3-4
Updated to take care of testing in the context of special accounts. fetch_keys test method no longet attepms to fetch root key from /etc/planetlab. Also, a new account with admin rights have been added and this key is used for nodes_ssh_boot.

14 years agonot using SFA right now
Marc Fiuczynski [Wed, 7 Oct 2009 13:49:33 +0000 (13:49 +0000)]
not using SFA right now

14 years agouse non .coblitz tag for NodeManager
Marc Fiuczynski [Wed, 7 Oct 2009 13:06:30 +0000 (13:06 +0000)]
use non .coblitz tag for NodeManager

14 years agoSetting tag sfa-0.9-4
Anil-Kumar Vengalil [Wed, 7 Oct 2009 12:40:34 +0000 (12:40 +0000)]
Setting tag sfa-0.9-4
Bug fix on update and remove_peer_object methods
Compatibility with RP, preliminiary version of sfatables, call tracability and logging

14 years agoSetting tag PLEWWW-4.3-30
Thierry Parmentelat [Wed, 7 Oct 2009 08:57:37 +0000 (08:57 +0000)]
Setting tag PLEWWW-4.3-30
nicer look for slice creation, (public) sites
users show with all their sites in the persons page

14 years agoSetting tag MyPLC-4.3-25
Thierry Parmentelat [Wed, 7 Oct 2009 08:51:29 +0000 (08:51 +0000)]
Setting tag MyPLC-4.3-25
companion to NM's specialaccounts plugin
do not generate /etc/planetlab/root_ssh_key* anymore
remove related config. variables and conf_files

14 years agoSetting tag NodeManager-1.8-14
Marc Fiuczynski [Tue, 6 Oct 2009 20:43:59 +0000 (20:43 +0000)]
Setting tag NodeManager-1.8-14

Minor fix such that sliverauth.py makes a more specific call to
GetSliceTags that include that specific tagname it is looking for.

14 years agotrying out new filters and getslivers
Thierry Parmentelat [Tue, 6 Oct 2009 07:29:10 +0000 (07:29 +0000)]
trying out new filters and getslivers

14 years agofix for remote pldistros
Thierry Parmentelat [Mon, 5 Oct 2009 11:30:48 +0000 (11:30 +0000)]
fix for remote pldistros

14 years agomaking space for the gnuradio package - renaming the gnuradio pldistro into wextoolbox
Thierry Parmentelat [Mon, 5 Oct 2009 11:15:00 +0000 (11:15 +0000)]
making space for the gnuradio package - renaming the gnuradio pldistro into wextoolbox

14 years agoupdating tags.mk
Anil-Kumar Vengalil [Mon, 5 Oct 2009 10:31:58 +0000 (10:31 +0000)]
updating tags.mk

14 years agoSetting tag sfa-0.9-3
Anil-Kumar Vengalil [Mon, 5 Oct 2009 10:24:17 +0000 (10:24 +0000)]
Setting tag sfa-0.9-3
Compatibility with RP, two additional methods to handle remote objects, call tracability and logging, PLCDB now has single table for sfa records, preliminary version of sfatables (still under development)

14 years agograb more lines in summary
Thierry Parmentelat [Fri, 2 Oct 2009 20:27:25 +0000 (20:27 +0000)]
grab more lines in summary

14 years agouse tests from trunk
Thierry Parmentelat [Thu, 1 Oct 2009 06:20:41 +0000 (06:20 +0000)]
use tests from trunk

14 years agoattempt to fix tests on f10
Thierry Parmentelat [Thu, 1 Oct 2009 06:16:42 +0000 (06:16 +0000)]
attempt to fix tests on f10

14 years agoimprove build summary
Thierry Parmentelat [Thu, 1 Oct 2009 05:48:31 +0000 (05:48 +0000)]
improve build summary

14 years agoSetting tag pyplnet-4.3-4
Thierry Parmentelat [Tue, 29 Sep 2009 04:23:04 +0000 (04:23 +0000)]
Setting tag pyplnet-4.3-4
alias without a mac address: fix runtime error while issuing warning

14 years agouse some trunks
Thierry Parmentelat [Tue, 29 Sep 2009 04:20:07 +0000 (04:20 +0000)]
use some trunks

14 years agoadded mirrors for poland
Marc Fiuczynski [Sat, 26 Sep 2009 13:18:48 +0000 (13:18 +0000)]
added mirrors for poland

14 years ago- Some typos in the documentation were fixed.
Marc Fiuczynski [Sat, 26 Sep 2009 12:09:11 +0000 (12:09 +0000)]
- Some typos in the documentation were fixed.

- UpdateSliceTag check if a node's min_role_id is >= (rather than >)
  to the tag's min_role_id.

Setting tag PLCAPI-4.3-25

14 years agoDon't use trunk for NodeManager.
Daniel Hokka Zakrisson [Sat, 26 Sep 2009 11:51:44 +0000 (11:51 +0000)]
Don't use trunk for NodeManager.

14 years agocleanup
Thierry Parmentelat [Fri, 25 Sep 2009 10:48:00 +0000 (10:48 +0000)]
cleanup

14 years agodoes not rsync f8 anymore as this is now dead anyway
Thierry Parmentelat [Fri, 25 Sep 2009 09:53:59 +0000 (09:53 +0000)]
does not rsync f8 anymore as this is now dead anyway

14 years agodefault is to rsync only the updates/ part of the repo
Thierry Parmentelat [Fri, 25 Sep 2009 09:52:23 +0000 (09:52 +0000)]
default is to rsync only the updates/ part of the repo

14 years agostop mirroring centos5.2
Thierry Parmentelat [Fri, 25 Sep 2009 09:44:39 +0000 (09:44 +0000)]
stop mirroring centos5.2

14 years agoback to trunk
Thierry Parmentelat [Fri, 25 Sep 2009 05:56:26 +0000 (05:56 +0000)]
back to trunk

14 years agoiptables-ipv6 is an output of our build on fedora{8,10}
Thierry Parmentelat [Fri, 25 Sep 2009 05:22:28 +0000 (05:22 +0000)]
iptables-ipv6 is an output of our build on fedora{8,10}

14 years agoSetting tag Monitor-3.0-21
Stephen Soltesz [Thu, 24 Sep 2009 21:59:20 +0000 (21:59 +0000)]
Setting tag Monitor-3.0-21
fixed pause_penalty bug.
fixed IPAL pcucontrol bug
fixed bootman tunnel setup bug (occurred in rare cases)
deprecated pcuview
added BootmanSequenceRecords to separate config data from source code
added get/setBootmanSequence(s) to xmlrpc API

14 years agosync dhozac mirror using http
Stephen Soltesz [Thu, 24 Sep 2009 21:13:32 +0000 (21:13 +0000)]
sync dhozac mirror using http

14 years agousing tagged config for gnuradio
Thierry Parmentelat [Thu, 24 Sep 2009 13:55:55 +0000 (13:55 +0000)]
using tagged config for gnuradio

14 years agoSetting tag PLCRT-1.0-10
Stephen Soltesz [Tue, 22 Sep 2009 03:00:03 +0000 (03:00 +0000)]
Setting tag PLCRT-1.0-10
add reverse-lookup on given host IP addr to add any extra hostnames this
server may be aliasing as.

14 years agoSetting tag PLCRT-1.0-9
Stephen Soltesz [Mon, 21 Sep 2009 18:04:57 +0000 (18:04 +0000)]
Setting tag PLCRT-1.0-9
be more selective about which files to chmod

14 years agoSetting tag PLCRT-1.0-8
Stephen Soltesz [Mon, 21 Sep 2009 17:00:34 +0000 (17:00 +0000)]
Setting tag PLCRT-1.0-8
shorter polling period for faster sync
remove attempt to install removed file

14 years agoadopt tags and normalize for easier cross-pldistro diff
Thierry Parmentelat [Mon, 21 Sep 2009 09:51:49 +0000 (09:51 +0000)]
adopt tags and normalize for easier cross-pldistro diff

14 years agoSetting tag tests-4.3-3
Thierry Parmentelat [Mon, 21 Sep 2009 09:40:36 +0000 (09:40 +0000)]
Setting tag tests-4.3-3
comes with substantial testcases for SFA

14 years agosvn:keywords
Thierry Parmentelat [Mon, 21 Sep 2009 09:34:38 +0000 (09:34 +0000)]
svn:keywords

14 years agopackages needed when building CoMon
Marc Fiuczynski [Mon, 21 Sep 2009 05:18:21 +0000 (05:18 +0000)]
packages needed when building CoMon

14 years agoSetting tag MyPLC-4.3-24
Stephen Soltesz [Mon, 21 Sep 2009 00:47:57 +0000 (00:47 +0000)]
Setting tag MyPLC-4.3-24
clarified description text to refer only to plcrt and not other optional
packages.

14 years agoSetting tag PLCRT-1.0-7
Stephen Soltesz [Sun, 20 Sep 2009 18:24:09 +0000 (18:24 +0000)]
Setting tag PLCRT-1.0-7
replace callplcsh with simpler scripts for syncing users

14 years agoSetting tag PLCRT-1.0-6
Stephen Soltesz [Sun, 20 Sep 2009 01:53:42 +0000 (01:53 +0000)]
Setting tag PLCRT-1.0-6
some plcs don't return site_ids so getpersons should not depend on this field
make scripts exec on install
use RT_HOST name rather than localhost for RT mailgate configuration

14 years agoSetting tag NodeManager-1.8-13
Stephen Soltesz [Sun, 20 Sep 2009 01:52:21 +0000 (01:52 +0000)]
Setting tag NodeManager-1.8-13
Fix bug that prevented 'OVERRIDES' for working correctly.

14 years agoSetting tag MyPLC-4.3-23
Stephen Soltesz [Sun, 20 Sep 2009 01:51:25 +0000 (01:51 +0000)]
Setting tag MyPLC-4.3-23
fixed a bug setting slice multiple attributes with the same tag name

14 years agoSetting tag PLEWWW-4.3-29
Thierry Parmentelat [Fri, 18 Sep 2009 12:01:49 +0000 (12:01 +0000)]
Setting tag PLEWWW-4.3-29
reviewed registration pages for persons and sites

14 years agopointing to the taged version of PLCAPI
Anil-Kumar Vengalil [Fri, 18 Sep 2009 09:23:20 +0000 (09:23 +0000)]
pointing to the taged version of PLCAPI

14 years agoSetting tag PLCAPI-4.3-24
Anil-Kumar Vengalil [Fri, 18 Sep 2009 09:20:34 +0000 (09:20 +0000)]
Setting tag PLCAPI-4.3-24

14 years agoSetting tag sfa-0.9-2
Thierry Parmentelat [Fri, 18 Sep 2009 08:39:53 +0000 (08:39 +0000)]
Setting tag sfa-0.9-2
compatibility with RefreshPeer
incremental mechanism for importing PLC records into SFA tables
unified single database (still inside the underlying PLC db postgresql server)
includes/improves call traceability and logging features
several bug fixes

14 years agomake these dependencies explicit
Thierry Parmentelat [Thu, 17 Sep 2009 12:40:57 +0000 (12:40 +0000)]
make these dependencies explicit

14 years agoPLCAPI and SFA now point to the trunk for onelab build
Anil-Kumar Vengalil [Tue, 15 Sep 2009 07:38:43 +0000 (07:38 +0000)]
PLCAPI and SFA now point to the trunk for onelab build

14 years agoSetting tag PLEWWW-4.3-28
Thierry Parmentelat [Fri, 11 Sep 2009 14:38:23 +0000 (14:38 +0000)]
Setting tag PLEWWW-4.3-28
increase memory limit in the nodes page

14 years agolonger tail for mail transcript
Thierry Parmentelat [Fri, 11 Sep 2009 07:49:00 +0000 (07:49 +0000)]
longer tail for mail transcript

14 years agoSetting tag PLEWWW-4.3-27
Thierry Parmentelat [Thu, 10 Sep 2009 20:32:27 +0000 (20:32 +0000)]
Setting tag PLEWWW-4.3-27
fixes one typo

14 years agoSetting tag sfa-0.9-1
Thierry Parmentelat [Thu, 10 Sep 2009 20:31:45 +0000 (20:31 +0000)]
Setting tag sfa-0.9-1
unified single SFA database in the PLC-DB
upcalls from  PLCAPI to SFA methods
SFA call traceability and logging features
many bug fixes
includes first/rough version of sfatables for policy implementation

14 years agoSetting tag vsys-scripts-0.95-8
Faiyaz Ahmed [Wed, 9 Sep 2009 17:35:39 +0000 (17:35 +0000)]
Setting tag vsys-scripts-0.95-8
Added script to create UDP sockets instead of TCP sockets w/ big buffers

14 years agoSetting tag NodeManager-1.8-12
Faiyaz Ahmed [Tue, 8 Sep 2009 20:14:03 +0000 (20:14 +0000)]
Setting tag NodeManager-1.8-12
Increase disk limits to 10G per sliver
Sanity check slice for home directory before starting (hack)
Check codemux arguments

14 years agoSetting tag BootManager-4.3-12
Stephen Soltesz [Mon, 7 Sep 2009 18:18:59 +0000 (18:18 +0000)]
Setting tag 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.

14 years agoSetting tag NodeUpdate-0.5-5
Thierry Parmentelat [Mon, 7 Sep 2009 12:52:28 +0000 (12:52 +0000)]
Setting tag NodeUpdate-0.5-5
searches the extensions file /etc/planetlab/extensions rather than the former /etc/planetlab/extra-node-groups

14 years agoSetting tag nodeconfig-4.3-5
Thierry Parmentelat [Mon, 7 Sep 2009 12:43:55 +0000 (12:43 +0000)]
Setting tag nodeconfig-4.3-5
new script for updating the exentions set
keys.php reviewed
cleanup useless scripts

14 years agoSetting tag PLEWWW-4.3-26
Thierry Parmentelat [Mon, 7 Sep 2009 12:40:24 +0000 (12:40 +0000)]
Setting tag PLEWWW-4.3-26
minor/cosmetic

14 years agoSetting tag PLCAPI-4.3-23
Thierry Parmentelat [Mon, 7 Sep 2009 12:39:00 +0000 (12:39 +0000)]
Setting tag PLCAPI-4.3-23
Ongoing work to add upcalls, using new SFA class
new methods BindObjectToPeer, UnBindObjectFromPeer, still for SFA
reviewed type-checking for the 3 taggable classes node-interface-slice
cleanup ald dummynet stuff
expose the 'extensions' accessors to the API
tweaked checks in AddSliceTag
GetPersons exposes roles by default
bugfix in ReportRunLevel for non-string levels
tweaks in GetSlivers ( seems that it now exposes the keys for the root context )

14 years agoSetting tag MyPLC-4.3-22
Thierry Parmentelat [Mon, 7 Sep 2009 12:09:27 +0000 (12:09 +0000)]
Setting tag MyPLC-4.3-22
SSL setup for monitor box, and related new config variables
new conf_file for /etc/planetlab/extensions
various tweaks in db-config internals, about initscripts among others
also more messages defined in the db

14 years agonodemanager now uses same versioning as others - reflect in watched modules
Thierry Parmentelat [Mon, 7 Sep 2009 11:57:07 +0000 (11:57 +0000)]
nodemanager now uses same versioning as others - reflect in watched modules

14 years agoSetting tag vsys-scripts-0.95-7
Thierry Parmentelat [Mon, 7 Sep 2009 11:45:15 +0000 (11:45 +0000)]
Setting tag vsys-scripts-0.95-7
minor changes in sliceip and ipfw, new reserve_udp_port

14 years agoSetting tag ipfw-0.9-4
Thierry Parmentelat [Mon, 7 Sep 2009 11:43:43 +0000 (11:43 +0000)]
Setting tag ipfw-0.9-4
on behalf of Marta Carbone, more options and features

14 years agoSetting tag Monitor-3.0-20
Stephen Soltesz [Sat, 5 Sep 2009 00:02:26 +0000 (00:02 +0000)]
Setting tag Monitor-3.0-20
Major Features:
added bm log collection and optional integration with BootManager's log Upload()
added iptables_status
expanded advanced query
added differentiated bootmanager_restore actions so that actionsummary displays
counts for each kind of bootmanager action
added pcuerror notices (for mis-configurations) in addition to pcufailed notices
added plain-text options for query page by adding tg_format=plain to URL
fixed cross-module reference that prevented pcucontrol for working with RebootNodeWithPCU() api call.
fixed a bug in determining whether comon's dir was running on a node

14 years agoSetting tag BootCD-4.2-15
Stephen Soltesz [Fri, 4 Sep 2009 22:59:08 +0000 (22:59 +0000)]
Setting tag BootCD-4.2-15
record the ntp time to the hwclock.  this is a bootcd operation, but it is
repeated in the bootmanager to handle all CDs without this operation

14 years agotweak set of tracked modules
Thierry Parmentelat [Fri, 4 Sep 2009 15:33:20 +0000 (15:33 +0000)]
tweak set of tracked modules

14 years agoUpdate NodeManager tag
Andy Bavier [Wed, 2 Sep 2009 19:00:29 +0000 (19:00 +0000)]
Update NodeManager tag

14 years agoNot the right way to install dependencies I guess
Andy Bavier [Wed, 2 Sep 2009 18:34:30 +0000 (18:34 +0000)]
Not the right way to install dependencies I guess

14 years agotrying out sfa trunk with onelab distro
Thierry Parmentelat [Mon, 31 Aug 2009 17:45:35 +0000 (17:45 +0000)]
trying out sfa trunk with onelab distro

14 years agoFixed build problem for util-vserver-0.30.215-pre2833
Andy Bavier [Fri, 28 Aug 2009 15:28:00 +0000 (15:28 +0000)]
Fixed build problem for util-vserver-0.30.215-pre2833

14 years agoSeparate build for Trellis
Andy Bavier [Thu, 27 Aug 2009 17:00:46 +0000 (17:00 +0000)]
Separate build for Trellis

14 years agoUndo change
Andy Bavier [Thu, 27 Aug 2009 16:58:43 +0000 (16:58 +0000)]
Undo change

14 years agoUndo this
Andy Bavier [Thu, 27 Aug 2009 16:34:23 +0000 (16:34 +0000)]
Undo this

14 years agoAdd dependency for util-vserver-0.30.216
Andy Bavier [Thu, 27 Aug 2009 16:18:44 +0000 (16:18 +0000)]
Add dependency for util-vserver-0.30.216

14 years agoAdd dependency for util-vserver-0.30.216
Andy Bavier [Thu, 27 Aug 2009 15:46:59 +0000 (15:46 +0000)]
Add dependency for util-vserver-0.30.216

14 years ago(no commit message)
Andy Bavier [Thu, 27 Aug 2009 15:45:23 +0000 (15:45 +0000)]

14 years agoAdd f8 to k27 build
Andy Bavier [Thu, 27 Aug 2009 14:20:32 +0000 (14:20 +0000)]
Add f8 to k27 build