From 411ddd8c2b8b1ac1f8ee8adf82872645e9faf358 Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" Date: Thu, 8 Jan 2009 19:42:53 +0000 Subject: [PATCH] Add config variable for PROTOGENI_CLEARINGHOUSE which should be set on the Utah main emulab only. --- configure | 1 + configure.in | 4 +++- defs-default | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 2d37a817b..a04a33ab7 100755 --- a/configure +++ b/configure @@ -1535,6 +1535,7 @@ ISOLATEADMINS=1 DYNAMICROOTPASSWORDS=1 REMOTEWIKIDOCS=1 PROTOGENI_SUPPORT=0 +PROTOGENI_CLEARINGHOUSE=0 PROTOGENI_DOMAIN="unknown" # diff --git a/configure.in b/configure.in index 95e458143..fa03d7b53 100755 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # # EMULAB-COPYRIGHT -# Copyright (c) 2000-2008 University of Utah and the Flux Group. +# Copyright (c) 2000-2009 University of Utah and the Flux Group. # All rights reserved. # AC_PREREQ(2.13) @@ -208,6 +208,7 @@ AC_SUBST(ISOLATEADMINS) AC_SUBST(DYNAMICROOTPASSWORDS) AC_SUBST(REMOTEWIKIDOCS) AC_SUBST(PROTOGENI_SUPPORT) +AC_SUBST(PROTOGENI_CLEARINGHOUSE) AC_SUBST(PROTOGENI_DOMAIN) # @@ -288,6 +289,7 @@ ISOLATEADMINS=1 DYNAMICROOTPASSWORDS=1 REMOTEWIKIDOCS=1 PROTOGENI_SUPPORT=0 +PROTOGENI_CLEARINGHOUSE=0 PROTOGENI_DOMAIN="unknown" # diff --git a/defs-default b/defs-default index 06a33907a..62022ba2e 100644 --- a/defs-default +++ b/defs-default @@ -63,6 +63,8 @@ PLAB_ROOTBALL="plabroot-21.tar.bz2" PROTOGENI_SUPPORT=1 # If you are not the main Emulab site in Utah, change this! PROTOGENI_DOMAIN="utahemulab" +# If you are not the main Emulab site in Utah, DO NOT SET THIS! +PROTOGENI_CLEARINGHOUSE=1 # # SSL Certificate stuff. Used to customize config files in ssl directory. -- GitLab