Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
ba3cc436
Commit
ba3cc436
authored
May 15, 2014
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scp user emulab.pem file over, since when instantiated as an
APT profile, it will not exists on the node.
parent
e5236517
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tbsetup/elabinelab.in
tbsetup/elabinelab.in
+2
-0
No files found.
tbsetup/elabinelab.in
View file @
ba3cc436
...
...
@@ -194,6 +194,7 @@ if (! defined($this_user)) {
my
$user_uid
=
$this_user
->
uid
();
my
$user_name
=
$this_user
->
name
();
my
$user_email
=
$this_user
->
email
();
my
$user_dir
=
$this_user
->
HomeDir
();
TBDebugTimeStampsOn
();
...
...
@@ -355,6 +356,7 @@ system("scp $mkelab $mkextrafs ${opsnode}:/var/run/")
if
(
defined
(
$opsnode
));
system
("
scp
$mkelab
$mkextrafs
${fsnode}
:/var/run/
")
if
(
defined
(
$fsnode
));
system
("
scp
$user_dir
/.ssl/emulab.pem
${bossnode}
:/var/run/
");
if
(
defined
(
$fsnode
))
{
TBDebugTimeStamp
("
Setting up fsnode
");
...
...
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