add ip_addresses tag type, for per-slice ip addresses
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 3 Jul 2009 18:48:41 +0000 (18:48 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 3 Jul 2009 18:48:41 +0000 (18:48 +0000)
db-config

index f138080..6370d38 100755 (executable)
--- a/db-config
+++ b/db-config
@@ -173,6 +173,12 @@ def main():
          'category' : 'slice/config',
          'min_role_id': 10},
 
+        # IP Addresses for a Slice
+        {'tagname': "ip_addresses",
+         'description': "Add an ip address to a slice/sliver.",
+         'category' : 'slice/rspec',
+         'min_role_id': 10},
+
         # CPU share
         {'tagname': "cpu_pct",
          'description': "Reserved CPU percent",