From 4bf6f3698a67560f65812bb42f454071b2b1356b Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" <stoller@flux.utah.edu> Date: Fri, 6 May 2005 20:58:14 +0000 Subject: [PATCH] Add a sitevar to allow easier testing of windows support in inner emulab. This is read by tmcd and returned to inner boss during configuration. --- sql/sitevars-create.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/sitevars-create.sql b/sql/sitevars-create.sql index 29ade9e59b..90713f3f6c 100644 --- a/sql/sitevars-create.sql +++ b/sql/sitevars-create.sql @@ -54,3 +54,4 @@ INSERT INTO sitevariables VALUES ('elabinelab/boss_pkg',NULL,'','Name of boss no INSERT INTO sitevariables VALUES ('elabinelab/boss_pkg_dir',NULL,'','Path from which to fetch boss packages'); INSERT INTO sitevariables VALUES ('elabinelab/ops_pkg',NULL,'','Name of ops node install package'); INSERT INTO sitevariables VALUES ('elabinelab/ops_pkg_dir',NULL,'','Path from which to fetch ops packages'); +INSERT INTO sitevariables VALUES ('elabinelab/windows',NULL,'0','Turn on Windows support in inner Emulab'); -- GitLab