plcapi.git
15 years agomass-renaming 5.0 into 4.3 - db still named planetlab5 and planetlab5.sql PLCAPI-4.3-3
Thierry Parmentelat [Mon, 16 Mar 2009 14:21:11 +0000 (14:21 +0000)]
mass-renaming 5.0 into 4.3 - db still named planetlab5 and planetlab5.sql

15 years agoTagging module PLCAPI - PLCAPI-5.0-3
Thierry Parmentelat [Wed, 28 Jan 2009 22:43:43 +0000 (22:43 +0000)]
Tagging module PLCAPI - PLCAPI-5.0-3
unified all tags
renamed interface settings into interface tags and slice attributes into slice tags
nodes have a node_type
various changes on the way to 5.0

15 years agoTagging module PLCAPI - PLCAPI-5.0-3
Thierry Parmentelat [Wed, 28 Jan 2009 22:43:38 +0000 (22:43 +0000)]
Tagging module PLCAPI - PLCAPI-5.0-3
unified all tags
renamed interface settings into interface tags and slice attributes into slice tags
nodes have a node_type
various changes on the way to 5.0

15 years agoPeer object now has hrn_root
Thierry Parmentelat [Mon, 26 Jan 2009 09:53:46 +0000 (09:53 +0000)]
Peer object now has hrn_root

15 years agoadd shortname to peers for the new www ui
Thierry Parmentelat [Tue, 13 Jan 2009 06:17:39 +0000 (06:17 +0000)]
add shortname to peers for the new www ui

15 years agosvn:keywords
Thierry Parmentelat [Tue, 6 Jan 2009 07:59:20 +0000 (07:59 +0000)]
svn:keywords

15 years agobroken build - please review
Thierry Parmentelat [Tue, 6 Jan 2009 07:44:13 +0000 (07:44 +0000)]
broken build - please review

15 years agobroken build - please review
Thierry Parmentelat [Tue, 6 Jan 2009 06:10:19 +0000 (06:10 +0000)]
broken build - please review

15 years agoadded missing imports
Stephen Soltesz [Mon, 5 Jan 2009 18:51:46 +0000 (18:51 +0000)]
added missing imports

15 years agoadd RebootNodeWithPCU call. fails gracefully if dependencies are not met.
Stephen Soltesz [Mon, 5 Jan 2009 16:52:08 +0000 (16:52 +0000)]
add RebootNodeWithPCU call.  fails gracefully if dependencies are not met.

15 years agoadd RebootNodeWithPCU call. fails gracefully if dependencies are not met.
Stephen Soltesz [Mon, 5 Jan 2009 16:51:56 +0000 (16:51 +0000)]
add RebootNodeWithPCU call.  fails gracefully if dependencies are not met.

15 years agoagain
Thierry Parmentelat [Mon, 5 Jan 2009 12:15:44 +0000 (12:15 +0000)]
again

15 years agobugfix
Thierry Parmentelat [Mon, 5 Jan 2009 11:34:32 +0000 (11:34 +0000)]
bugfix

15 years agobugfix
Thierry Parmentelat [Mon, 5 Jan 2009 11:26:37 +0000 (11:26 +0000)]
bugfix

15 years agoA disabled or diagnostic-mode node will contact PLC (download BM and interact
Stephen Soltesz [Wed, 24 Dec 2008 18:13:29 +0000 (18:13 +0000)]
A disabled or diagnostic-mode node will contact PLC (download BM and interact
with the API), but there is no indication of this via the API.

This modification updates the 'last_contact' field just like GetSlivers.

Specifically, this allows the Node&PCU Registration Wizard to set a node to
'disable', and then wait for a tech to boot it and for the node to contact
PLC.  The wizard now has an indication, without entering production mode, that
the node has booted, and therefore that the wizard can continue.

This not fool-proof, since if the tech stops here, the node will remain in the
DB, but it will be 'disabled'.

15 years agoupdate
Thierry Parmentelat [Thu, 18 Dec 2008 20:56:15 +0000 (20:56 +0000)]
update

15 years agoan example using regular python
Thierry Parmentelat [Thu, 18 Dec 2008 20:50:46 +0000 (20:50 +0000)]
an example using regular python

15 years agoAdded dummynet accessors.
Marta Carbone [Wed, 17 Dec 2008 11:15:34 +0000 (11:15 +0000)]
Added dummynet accessors.
Added UpdateEmulationLink method, used to
create a connection between a node and a dummynet box.

Still need to delete dummynet box related tags when
deleting a dummynet box.

15 years agoCreate a function used to build che command line according
Marta Carbone [Wed, 17 Dec 2008 10:31:27 +0000 (10:31 +0000)]
Create a function used to build che command line according
the node_type and added the 'dummynet' type support.
Added usage comments.

15 years agoMoved handle_filename code in a function.
Marta Carbone [Wed, 17 Dec 2008 09:36:14 +0000 (09:36 +0000)]
Moved handle_filename code in a function.
Added the allowed action tables according the node_type and related checks.
Added comments.

Generic node generation will always check for node existence.

15 years agoSlice tags can be managed from AddSlice/UpdateSlice/GetSlices
Thierry Parmentelat [Thu, 11 Dec 2008 18:29:31 +0000 (18:29 +0000)]
Slice tags can be managed from AddSlice/UpdateSlice/GetSlices
SliceTags now can access the slice name
Set accessors occurences logged in Events
Other minor improvements in some log messages (show names rather than ids as often as possible)

15 years agoInterfaces can handle tags through Add/Get/Update
Thierry Parmentelat [Thu, 11 Dec 2008 16:24:35 +0000 (16:24 +0000)]
Interfaces can handle tags through Add/Get/Update
Interfaces can be referenced from their ip rather than just on interface_id
removed remaining references to 'node networks' in text/comment

15 years agocosmetic
Thierry Parmentelat [Thu, 11 Dec 2008 16:19:31 +0000 (16:19 +0000)]
cosmetic

15 years agodocumented tag-based access methods and nodegroup new model
Thierry Parmentelat [Thu, 11 Dec 2008 11:08:41 +0000 (11:08 +0000)]
documented tag-based access methods and nodegroup new model

15 years agocleanup - make node/interface/slice similar
Thierry Parmentelat [Thu, 11 Dec 2008 07:54:15 +0000 (07:54 +0000)]
cleanup - make node/interface/slice similar

15 years agodefine tags exposed to the API in the Accessors area
Thierry Parmentelat [Wed, 10 Dec 2008 20:58:29 +0000 (20:58 +0000)]
define tags exposed to the API in the Accessors area

15 years agoagain
Thierry Parmentelat [Tue, 9 Dec 2008 13:35:48 +0000 (13:35 +0000)]
again

15 years agooops
Thierry Parmentelat [Tue, 9 Dec 2008 13:04:37 +0000 (13:04 +0000)]
oops

15 years agofix
Thierry Parmentelat [Tue, 9 Dec 2008 10:33:20 +0000 (10:33 +0000)]
fix

15 years agokeep things simple, use 'value' rather than 'tagvalue' everywhere
Thierry Parmentelat [Tue, 9 Dec 2008 08:52:08 +0000 (08:52 +0000)]
keep things simple, use 'value' rather than 'tagvalue' everywhere
GetBootMedium fetches tags through Nodes

15 years agoAddNode/UpdateNode/GetNodes should no be 100% tag-friendly
Thierry Parmentelat [Sat, 6 Dec 2008 23:15:29 +0000 (23:15 +0000)]
AddNode/UpdateNode/GetNodes should no be 100% tag-friendly

15 years agoaccepts tags in getnodes filters
Thierry Parmentelat [Sat, 6 Dec 2008 15:50:19 +0000 (15:50 +0000)]
accepts tags in getnodes filters

15 years agoauto init for row classes
Thierry Parmentelat [Sat, 6 Dec 2008 13:43:51 +0000 (13:43 +0000)]
auto init for row classes

15 years agodont print tagvalue - breaks stress test
Thierry Parmentelat [Sat, 6 Dec 2008 09:21:53 +0000 (09:21 +0000)]
dont print tagvalue - breaks stress test

15 years agoboot manager assumes the tagname is identical to the initscript conventions
Thierry Parmentelat [Fri, 5 Dec 2008 19:53:39 +0000 (19:53 +0000)]
boot manager assumes the tagname is identical to the initscript conventions

15 years agodefining view_name in the Row class does not work, as Table does not know about its...
Thierry Parmentelat [Fri, 5 Dec 2008 08:33:10 +0000 (08:33 +0000)]
defining view_name in the Row class does not work, as Table does not know about its Row class

15 years agonode_type can be provided at AddNode time
Thierry Parmentelat [Fri, 5 Dec 2008 08:26:18 +0000 (08:26 +0000)]
node_type can be provided at AddNode time

15 years agonode_type object and methods
Thierry Parmentelat [Fri, 5 Dec 2008 08:10:30 +0000 (08:10 +0000)]
node_type object and methods

15 years agonodes have a node_type (NodeType object and api calls still missing)
Thierry Parmentelat [Thu, 4 Dec 2008 22:18:57 +0000 (22:18 +0000)]
nodes have a node_type (NodeType object and api calls still missing)
nodes tags might be exposed through GetNodes (implicit initializations still missing)
cannot filter on tags yet & very ilghtly tested

15 years agosvn keywords yet again
Thierry Parmentelat [Thu, 4 Dec 2008 22:10:09 +0000 (22:10 +0000)]
svn keywords yet again

15 years agosvn keywords yet again
Thierry Parmentelat [Thu, 4 Dec 2008 22:09:48 +0000 (22:09 +0000)]
svn keywords yet again

15 years agolayout
Thierry Parmentelat [Thu, 4 Dec 2008 12:05:43 +0000 (12:05 +0000)]
layout

15 years agosyncs plcsh too - useful when debugging a broken api
Thierry Parmentelat [Thu, 4 Dec 2008 09:07:27 +0000 (09:07 +0000)]
syncs plcsh too - useful when debugging a broken api

15 years agocosmetic
Thierry Parmentelat [Tue, 2 Dec 2008 14:14:37 +0000 (14:14 +0000)]
cosmetic

15 years agosvn kwds
Thierry Parmentelat [Tue, 2 Dec 2008 13:18:25 +0000 (13:18 +0000)]
svn kwds

15 years agotypo
Thierry Parmentelat [Tue, 2 Dec 2008 13:16:51 +0000 (13:16 +0000)]
typo

15 years agoscrunch
Thierry Parmentelat [Fri, 28 Nov 2008 14:54:49 +0000 (14:54 +0000)]
scrunch

15 years agorenaming SliceAttribute into SliceTag and InterfaceSetting into InterfaceTag
Thierry Parmentelat [Fri, 28 Nov 2008 14:36:02 +0000 (14:36 +0000)]
renaming SliceAttribute into SliceTag and InterfaceSetting into InterfaceTag

15 years agoTagging module PLCAPI - PLCAPI-5.0-2
Thierry Parmentelat [Thu, 27 Nov 2008 14:58:04 +0000 (14:58 +0000)]
Tagging module PLCAPI - PLCAPI-5.0-2
Checkpointing : this version still has interface settings and slice attributes

15 years agoeventually use the right kernel arg
Thierry Parmentelat [Wed, 26 Nov 2008 08:21:42 +0000 (08:21 +0000)]
eventually use the right kernel arg

15 years agoadd debug to kargs for the no-hangcheck option
Thierry Parmentelat [Wed, 26 Nov 2008 04:43:26 +0000 (04:43 +0000)]
add debug to kargs for the no-hangcheck option

15 years agouse correct variable - hopefully
Thierry Parmentelat [Tue, 25 Nov 2008 15:20:17 +0000 (15:20 +0000)]
use correct variable - hopefully

15 years agofix event logging
Thierry Parmentelat [Tue, 25 Nov 2008 07:54:43 +0000 (07:54 +0000)]
fix event logging

15 years agolog getbootmedium calls
Thierry Parmentelat [Mon, 24 Nov 2008 22:17:52 +0000 (22:17 +0000)]
log getbootmedium calls

15 years agospelling
Thierry Parmentelat [Mon, 24 Nov 2008 20:47:44 +0000 (20:47 +0000)]
spelling

15 years agooops
Thierry Parmentelat [Mon, 24 Nov 2008 20:38:08 +0000 (20:38 +0000)]
oops

15 years agoa tag for test nodes
Thierry Parmentelat [Mon, 24 Nov 2008 20:26:32 +0000 (20:26 +0000)]
a tag for test nodes

15 years agooops
Thierry Parmentelat [Mon, 24 Nov 2008 20:00:19 +0000 (20:00 +0000)]
oops

15 years agooops
Thierry Parmentelat [Mon, 24 Nov 2008 19:26:31 +0000 (19:26 +0000)]
oops

15 years agosupport for the no-hangcheck option
Thierry Parmentelat [Mon, 24 Nov 2008 17:17:15 +0000 (17:17 +0000)]
support for the no-hangcheck option

15 years agocomment
Thierry Parmentelat [Mon, 24 Nov 2008 16:40:42 +0000 (16:40 +0000)]
comment

15 years agostores KEY_RENEWAL_DATE for information in plnode.txt
Thierry Parmentelat [Mon, 24 Nov 2008 16:39:20 +0000 (16:39 +0000)]
stores KEY_RENEWAL_DATE for information in plnode.txt

15 years agoLooks ok to me.
Stephen Soltesz [Mon, 3 Nov 2008 16:14:16 +0000 (16:14 +0000)]
Looks ok to me.

15 years agothe extensions node tag
Thierry Parmentelat [Sun, 2 Nov 2008 03:11:56 +0000 (03:11 +0000)]
the extensions node tag

15 years agosupport for moving across different releases of postgresql
Thierry Parmentelat [Sun, 2 Nov 2008 02:55:48 +0000 (02:55 +0000)]
support for moving across different releases of postgresql
(typical use will be from f8/pgsql-8.2 down to centos5/pgsql-8.1)
to this end, pull planetlab4 database through a pgsql client

15 years agopackage migration script for v4 to v5
Thierry Parmentelat [Sun, 2 Nov 2008 02:53:04 +0000 (02:53 +0000)]
package migration script for v4 to v5

15 years agoembed svn Id keyword
Thierry Parmentelat [Sat, 11 Oct 2008 10:58:18 +0000 (10:58 +0000)]
embed svn Id keyword

15 years agoadd svn keyword
Thierry Parmentelat [Sat, 11 Oct 2008 10:52:14 +0000 (10:52 +0000)]
add svn keyword

15 years agobug fix in Table.sync. Only attempt to fetch/generate next primary key if it isnt...
Tony Mack [Fri, 10 Oct 2008 17:50:44 +0000 (17:50 +0000)]
bug fix in Table.sync. Only attempt to fetch/generate next primary key if it isnt included

15 years agoadmins can now update the site_id. This should make it easier to move nodes to differ...
Tony Mack [Mon, 6 Oct 2008 18:45:40 +0000 (18:45 +0000)]
admins can now update the site_id. This should make it easier to move nodes to different sites

15 years agofix typo. When sending email notification, use values from plc_config instead of...
Tony Mack [Mon, 6 Oct 2008 18:12:29 +0000 (18:12 +0000)]
fix typo. When sending email notification, use values from plc_config instead of hardcoded ones

15 years agoSend user an email when thier account has been disable or enabled. This should help...
Tony Mack [Mon, 6 Oct 2008 17:48:19 +0000 (17:48 +0000)]
Send user an email when thier account has been disable or enabled. This should help to resolve some registration/verification confusion

15 years agooops, missing arg
Thierry Parmentelat [Tue, 23 Sep 2008 18:30:03 +0000 (18:30 +0000)]
oops, missing arg

15 years agoadd a vref accessor for slices
Thierry Parmentelat [Tue, 23 Sep 2008 15:51:12 +0000 (15:51 +0000)]
add a vref accessor for slices

15 years agocentos 5.2 comes with postgresql-8.1
Thierry Parmentelat [Mon, 22 Sep 2008 19:26:04 +0000 (19:26 +0000)]
centos 5.2 comes with postgresql-8.1

15 years agouse consistent default for boot_state
Thierry Parmentelat [Fri, 19 Sep 2008 10:51:10 +0000 (10:51 +0000)]
use consistent default for boot_state

15 years agoclean up the boot states area
Thierry Parmentelat [Fri, 19 Sep 2008 06:52:09 +0000 (06:52 +0000)]
clean up the boot states area

15 years agoTagging module PLCAPI - PLCAPI-5.0-1
Thierry Parmentelat [Wed, 10 Sep 2008 15:46:18 +0000 (15:46 +0000)]
Tagging module PLCAPI - PLCAPI-5.0-1
first iteration with taggable nodes/interfaces/slices
embryo for ilinks
cleaned up boot states
migration script moslty complete

15 years agoboot states
Thierry Parmentelat [Tue, 9 Sep 2008 05:18:33 +0000 (05:18 +0000)]
boot states

15 years agowarning revised
Thierry Parmentelat [Mon, 8 Sep 2008 13:51:50 +0000 (13:51 +0000)]
warning revised

15 years agorpms keys had extra spce
Thierry Parmentelat [Mon, 8 Sep 2008 13:47:07 +0000 (13:47 +0000)]
rpms keys had extra spce

15 years agoisolate migration scripts in migrations/v4-to-v5
Thierry Parmentelat [Mon, 8 Sep 2008 11:06:46 +0000 (11:06 +0000)]
isolate migration scripts in migrations/v4-to-v5

15 years agomanages nodegroups from user-provided spec
Thierry Parmentelat [Mon, 8 Sep 2008 10:54:48 +0000 (10:54 +0000)]
manages nodegroups from user-provided spec

15 years agofirst draft for migrating DB from v4 to v5 - nodegroups not handled properly yet
Thierry Parmentelat [Fri, 5 Sep 2008 15:04:49 +0000 (15:04 +0000)]
first draft for migrating DB from v4 to v5 - nodegroups not handled properly yet

15 years agouse tags rather than nodegroups for finding out nodefamily when creating bootcd
Thierry Parmentelat [Mon, 1 Sep 2008 15:04:02 +0000 (15:04 +0000)]
use tags rather than nodegroups for finding out nodefamily when creating bootcd

15 years agofixed build & more accessors
Thierry Parmentelat [Fri, 22 Aug 2008 21:12:46 +0000 (21:12 +0000)]
fixed build & more accessors

15 years agomore accessors, and site-local might work now
Thierry Parmentelat [Fri, 22 Aug 2008 18:23:00 +0000 (18:23 +0000)]
more accessors, and site-local might work now

15 years agoquick fix for building - disable site-local accessors
Thierry Parmentelat [Wed, 20 Aug 2008 06:44:26 +0000 (06:44 +0000)]
quick fix for building - disable site-local accessors

15 years agofinetuned and nicer
Thierry Parmentelat [Tue, 19 Aug 2008 21:49:06 +0000 (21:49 +0000)]
finetuned and nicer

15 years agoget/set accessors should now work, e.g.:
Thierry Parmentelat [Tue, 19 Aug 2008 18:03:55 +0000 (18:03 +0000)]
get/set accessors should now work, e.g.:
SetNodeArch(hostname,'x86_64')
GetNodeArch(node_id)
==
The set of accessors is split into 2 python files:
(*) Accessors/Accessors_standard.py
where the tags used by the core software should be defined
(*) Accessors/Accessors_site.py
where local admins can add custom accessors (see .in for an example)
this is not overwritten by upgrades of myplc-native (for chroot ?)
==
I have only defined G/SetNodeArch for now
The template for site accessors shows how to define G/SetInterfaceVlan

15 years agorenaming shortcut into accessor
Thierry Parmentelat [Tue, 19 Aug 2008 14:36:06 +0000 (14:36 +0000)]
renaming shortcut into accessor

15 years agocreates tag types on a need-by-need basis
Thierry Parmentelat [Tue, 19 Aug 2008 14:29:01 +0000 (14:29 +0000)]
creates tag types on a need-by-need basis

15 years agonew shortcuts were not packaged
Thierry Parmentelat [Sun, 17 Aug 2008 09:01:30 +0000 (09:01 +0000)]
new shortcuts were not packaged

15 years agofix doc processing
Thierry Parmentelat [Fri, 15 Aug 2008 06:31:00 +0000 (06:31 +0000)]
fix doc processing

15 years agocheckpointing first - non functional - skeleton for shortcut methods
Thierry Parmentelat [Thu, 14 Aug 2008 22:16:40 +0000 (22:16 +0000)]
checkpointing first - non functional - skeleton for shortcut methods

15 years agochanges to the DB are committed at once, rather than once at the end of the job
Thierry Parmentelat [Fri, 1 Aug 2008 19:27:24 +0000 (19:27 +0000)]
changes to the DB are committed at once, rather than once at the end of the job

15 years agotimestamped logs
Thierry Parmentelat [Wed, 30 Jul 2008 17:23:06 +0000 (17:23 +0000)]
timestamped logs

15 years agomerged 9820 in trunk
Thierry Parmentelat [Fri, 4 Jul 2008 16:03:45 +0000 (16:03 +0000)]
merged 9820 in trunk

15 years agoPLC/Legacy needs get packaged
Thierry Parmentelat [Tue, 24 Jun 2008 22:05:57 +0000 (22:05 +0000)]
PLC/Legacy needs get packaged

15 years agowrong help message
Thierry Parmentelat [Tue, 24 Jun 2008 22:05:39 +0000 (22:05 +0000)]
wrong help message