From: Marc Fiuczynski Date: Tue, 13 Oct 2009 15:54:44 +0000 (+0000) Subject: added hmac and rawdisk sliver tag types X-Git-Tag: MyPLC-4.3-27~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=55a9e5257c753f2512994b97ab89b2b8ea4daa82;p=myplc.git added hmac and rawdisk sliver tag types --- diff --git a/db-config.d/04-slicetags b/db-config.d/04-slicetags index 352352a..4189e86 100644 --- a/db-config.d/04-slicetags +++ b/db-config.d/04-slicetags @@ -126,7 +126,19 @@ slicetag_types = \ {'tagname': "delegations", 'description': "Coma seperated list of slices to give delegation authority to.", 'category' : 'slice/rspec', - 'min_role_id': 30} + 'min_role_id': 30}, + + # Security capability to empower a slice to make an authenticated API call, set by silverauth NM plugin. + {'tagname': "hmac", + 'description': "Sliver authorization key.", + 'category' : 'slice/auth', + 'min_role_id': 20}, + + # Capability to give a sliver access to unused raw disk + {'tagname': "rawdisk", + 'description': "map unused raw disk devices into the slice", + 'category' : 'slice/access', # we should get rid of this category thing + 'min_role_id': 20} ] # add in the platform supported rlimits to the default_attribute_types