Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
411ddd8c
Commit
411ddd8c
authored
Jan 08, 2009
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add config variable for PROTOGENI_CLEARINGHOUSE which should be set
on the Utah main emulab only.
parent
8e454f8a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
configure
configure
+1
-0
configure.in
configure.in
+3
-1
defs-default
defs-default
+2
-0
No files found.
configure
View file @
411ddd8c
...
...
@@ -1535,6 +1535,7 @@ ISOLATEADMINS=1
DYNAMICROOTPASSWORDS
=
1
REMOTEWIKIDOCS
=
1
PROTOGENI_SUPPORT
=
0
PROTOGENI_CLEARINGHOUSE
=
0
PROTOGENI_DOMAIN
=
"unknown"
#
...
...
configure.in
View file @
411ddd8c
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
8
University of Utah and the Flux Group.
# Copyright (c) 2000-200
9
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"
#
...
...
defs-default
View file @
411ddd8c
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment