plc.d/accessors now created the tagtype for all defined accessors
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 30 Nov 2010 13:38:40 +0000 (14:38 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 30 Nov 2010 13:38:40 +0000 (14:38 +0100)
db-config.d/010-node_tags [deleted file]
db-config.d/012-wireless_tags [deleted file]

diff --git a/db-config.d/010-node_tags b/db-config.d/010-node_tags
deleted file mode 100644 (file)
index 8e406c8..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# -*-python-*-
-#################### node tag types
-
-# Setup default node tag types
-nodetag_types = \
-[
-    # Node HRN (SFA specific human readable name)
-    {'tagname': 'hrn',
-     'description': 'SFA human readable name',
-     'category' : 'node/sfa',
-     'roles' : ['admin','pi','user','tech']},
-]
-
-for nodetag_type in nodetag_types:
-    SetTagType(nodetag_type)
diff --git a/db-config.d/012-wireless_tags b/db-config.d/012-wireless_tags
deleted file mode 100644 (file)
index 9bf1f96..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# -*-python-*-
-# $Id: 012-interface_tags -1   $
-# $URL: svn+ssh://thierry@svn.planet-lab.org/svn/MyPLC/trunk/db-config.d/012-interface_tags $
-#################### interface settings
-
-# force creation of tags defined as accessors
-GetInterfaceMode(0)
-GetInterfaceEssid(0)
-GetInterfaceNw(0)
-GetInterfaceFreq(0)
-GetInterfaceChannel(0)
-GetInterfaceSens(0)
-GetInterfaceRate(0)
-GetInterfaceKey(0)
-GetInterfaceKey1(0)
-GetInterfaceKey2(0)
-GetInterfaceKey3(0)
-GetInterfaceKey4(0)
-GetInterfaceSecurityMode(0)
-GetInterfaceIwconfig(0)
-GetInterfaceIwpriv(0)