pyplnet.git
15 years agoTagging module pyplnet - pyplnet-4.3-1
Thierry Parmentelat [Fri, 17 Apr 2009 11:00:24 +0000 (11:00 +0000)]
Tagging module pyplnet - pyplnet-4.3-1
fixes for 4.3

15 years agoin 4.3 InterfaceTag (and NodeNetworkSetting) has "tagname" key instead of "name"
Barış Metin [Thu, 16 Apr 2009 13:46:12 +0000 (13:46 +0000)]
in 4.3 InterfaceTag (and NodeNetworkSetting) has "tagname" key instead of "name"

15 years agoblacklist testing
Marc Fiuczynski [Wed, 15 Apr 2009 18:15:14 +0000 (18:15 +0000)]
blacklist testing

15 years agoImproved modprobe input() method.
Marc Fiuczynski [Fri, 27 Feb 2009 11:26:45 +0000 (11:26 +0000)]
Improved modprobe input() method.
- improves parsing handling
- adds support for 'include' commands

15 years ago'program' arg belongs with m.output, not m.input. Putting a try: ... except: pass...
Marc Fiuczynski [Tue, 24 Feb 2009 21:51:23 +0000 (21:51 +0000)]
'program' arg belongs with m.output, not m.input.  Putting a try: ... except: pass around m.input() unfortunately masked the exception that python was likely raising in response to passing an extra arg to m.input.

15 years agohorrible hack to have a single plnet work with both the new and old api
Marc Fiuczynski [Mon, 23 Feb 2009 23:09:20 +0000 (23:09 +0000)]
horrible hack to have a single plnet work with both the new and old api

15 years agoIf /sys/class/net doesn't exist, use an empty list.
Daniel Hokka Zakrisson [Sat, 13 Dec 2008 19:14:22 +0000 (19:14 +0000)]
If /sys/class/net doesn't exist, use an empty list.

15 years agoCommit 11328 for trunk.
Daniel Hokka Zakrisson [Fri, 12 Dec 2008 21:19:38 +0000 (21:19 +0000)]
Commit 11328 for trunk.

15 years agoAdd DNS* settings for static configuration.
Daniel Hokka Zakrisson [Mon, 8 Dec 2008 17:00:50 +0000 (17:00 +0000)]
Add DNS* settings for static configuration.

15 years agoDon't quote the basic variables, apparently things like udev don't parse quotes.
Daniel Hokka Zakrisson [Sun, 7 Dec 2008 17:45:52 +0000 (17:45 +0000)]
Don't quote the basic variables, apparently things like udev don't parse quotes.

15 years agooops, that was wrong, created /usr/bin/plnet/ as a directory
Thierry Parmentelat [Sun, 7 Dec 2008 14:39:36 +0000 (14:39 +0000)]
oops, that was wrong, created /usr/bin/plnet/ as a directory

15 years agoCreate the directories and use root for the network file.
Daniel Hokka Zakrisson [Fri, 5 Dec 2008 16:49:57 +0000 (16:49 +0000)]
Create the directories and use root for the network file.

15 years agoAdd the gateway for static networks.
Daniel Hokka Zakrisson [Fri, 5 Dec 2008 16:25:59 +0000 (16:25 +0000)]
Add the gateway for static networks.

15 years agoAdd PRIMARY=yes to the correct configuration file.
Daniel Hokka Zakrisson [Fri, 5 Dec 2008 14:26:22 +0000 (14:26 +0000)]
Add PRIMARY=yes to the correct configuration file.

15 years agoagain
Thierry Parmentelat [Fri, 5 Dec 2008 06:33:19 +0000 (06:33 +0000)]
again

15 years agoagain
Thierry Parmentelat [Fri, 5 Dec 2008 06:19:51 +0000 (06:19 +0000)]
again

15 years agobroken build
Thierry Parmentelat [Fri, 5 Dec 2008 05:57:07 +0000 (05:57 +0000)]
broken build

15 years agoMake dhclient persistent, so transient network failures don't make nodes unreachable.
Daniel Hokka Zakrisson [Thu, 4 Dec 2008 22:04:23 +0000 (22:04 +0000)]
Make dhclient persistent, so transient network failures don't make nodes unreachable.

15 years agoRemove unused temporary files.
Daniel Hokka Zakrisson [Thu, 4 Dec 2008 21:39:14 +0000 (21:39 +0000)]
Remove unused temporary files.

15 years agoDon't whine about comments in modprobe.conf.
Daniel Hokka Zakrisson [Thu, 4 Dec 2008 21:01:37 +0000 (21:01 +0000)]
Don't whine about comments in modprobe.conf.
Allow users to specify the program to put in the comment.

15 years agoMake the plnet module a script that uses plcsh to get info for a node.
Daniel Hokka Zakrisson [Thu, 4 Dec 2008 19:41:50 +0000 (19:41 +0000)]
Make the plnet module a script that uses plcsh to get info for a node.

15 years agoos.tmpnam is unsafe.
Daniel Hokka Zakrisson [Thu, 4 Dec 2008 14:42:10 +0000 (14:42 +0000)]
os.tmpnam is unsafe.

15 years agoAdd trunk version.
Daniel Hokka Zakrisson [Wed, 3 Dec 2008 17:19:02 +0000 (17:19 +0000)]
Add trunk version.

15 years agoSplit network configuration logic from NM
Daniel Hokka Zakrisson [Tue, 2 Dec 2008 21:28:45 +0000 (21:28 +0000)]
Split network configuration logic from NM