From: Thierry Parmentelat Date: Tue, 30 Nov 2010 13:38:40 +0000 (+0100) Subject: plc.d/accessors now created the tagtype for all defined accessors X-Git-Tag: plcapi-5.0-19~13 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bad404709267b46468c3bac34b3a5830323cf3be;hp=326ac47eff96d1758a7c8aeed4852fd51d52935c;p=plcapi.git plc.d/accessors now created the tagtype for all defined accessors --- diff --git a/db-config.d/010-node_tags b/db-config.d/010-node_tags deleted file mode 100644 index 8e406c8..0000000 --- a/db-config.d/010-node_tags +++ /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 index 9bf1f96..0000000 --- a/db-config.d/012-wireless_tags +++ /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)