Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
a8eaefa9
Commit
a8eaefa9
authored
Oct 16, 2016
by
Leigh B Stoller
Browse files
Add OneLab.
parent
746da53b
Changes
2
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCluster.pm.in
View file @
a8eaefa9
...
...
@@ -94,7 +94,8 @@ sub CheckPermission()
$
OURDOMAIN
eq
"apt.emulab.net"
||
$
OURDOMAIN
eq
"utah.cloudlab.us"
||
$
OURDOMAIN
eq
"wisc.cloudlab.us"
||
$
OURDOMAIN
eq
"clemson.cloudlab.us"
));
$
OURDOMAIN
eq
"clemson.cloudlab.us"
||
$
OURDOMAIN
eq
"lab.onelab.eu"
));
return
0
;
}
...
...
www/aptui/cluster-status.php
View file @
a8eaefa9
...
...
@@ -53,7 +53,8 @@ if ($TBMAINSITE) {
"APT"
=>
"urn:publicid:IDN+apt.emulab.net+authority+cm"
,
"Wisconsin"
=>
"urn:publicid:IDN+wisc.cloudlab.us+authority+cm"
,
"Clemson"
=>
"urn:publicid:IDN+clemson.cloudlab.us+authority+cm"
,
"Utah"
=>
"urn:publicid:IDN+utah.cloudlab.us+authority+cm"
);
"Utah"
=>
"urn:publicid:IDN+utah.cloudlab.us+authority+cm"
,
"OneLab"
=>
"urn:publicid:IDN+lab.onelab.eu+authority+cm"
);
}
else
{
$aggregates
=
array_keys
(
$urn_mapping
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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