X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=db-config.d%2F010-node_tags;fp=db-config.d%2F010-node_tags;h=0000000000000000000000000000000000000000;hb=bad404709267b46468c3bac34b3a5830323cf3be;hp=8e406c8ec52f85dfed4ea326a3dc987d52cdb3e3;hpb=326ac47eff96d1758a7c8aeed4852fd51d52935c;p=plcapi.git 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)