From 4d36fe7d1a095f4fe98d6462de0fa50f046cdd48 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 17 May 2007 16:06:46 +0000 Subject: [PATCH] - added new slice_instantiation 'nm-controller' --- planetlab4.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/planetlab4.sql b/planetlab4.sql index b88e643..17ac42c 100644 --- a/planetlab4.sql +++ b/planetlab4.sql @@ -9,7 +9,7 @@ -- -- Copyright (C) 2006 The Trustees of Princeton University -- --- $Id: planetlab4.sql,v 1.76 2007/04/11 20:37:23 tmack Exp $ +-- $Id: planetlab4.sql,v 1.77 2007/04/30 18:53:50 tmack Exp $ -- SET client_encoding = 'UNICODE'; @@ -509,6 +509,7 @@ CREATE TABLE slice_instantiations ( INSERT INTO slice_instantiations (instantiation) VALUES ('not-instantiated'); -- Placeholder slice INSERT INTO slice_instantiations (instantiation) VALUES ('plc-instantiated'); -- Instantiated by Node Manager INSERT INTO slice_instantiations (instantiation) VALUES ('delegated'); -- Manually instantiated +INSERT INTO slice_instantiations (instantiation) VALUES ('nm-controller'); -- NM Controller -- Slices CREATE TABLE slices ( -- 2.43.0