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
d03de09e
Commit
d03de09e
authored
Jul 16, 2018
by
Leigh B Stoller
Browse files
Add portal URL to node is dead email.
parent
384708fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniAggregate.pm.in
View file @
d03de09e
...
...
@@ -1456,6 +1456,7 @@ sub ActionStart($$;$)
my $email = $creator->email();
my $count = scalar(@failed);
my $urn = $slice->urn();
my $purl = $slice->GetPortalURL();
my $logs = "";
foreach my $node (@failed) {
...
...
@@ -1470,7 +1471,8 @@ sub ActionStart($$;$)
"Nodes:\n".
" " . join(" ", @failed) . "\n".
"in $urn failed.\n\n" .
"$logs\n\n",
($logs ne "" ? "$logs\n\n" : "") .
(defined($purl) ? "$purl\n" : ""),
$TBOPS, "Cc: $TBOPS");
}
#
...
...
@@ -3006,6 +3008,7 @@ sub WaitForNodes($$$$@)
my $email = $creator->email();
my $count = scalar(@failed);
my $urn = $slice->urn();
my $purl = $slice->GetPortalURL();
my $logs = "";
foreach my $node (@failed) {
...
...
@@ -3020,7 +3023,8 @@ sub WaitForNodes($$$$@)
"Nodes:\n".
" " . join(" ", @failed) . "\n".
"in $urn failed.\n\n" .
"$logs\n\n",
($logs ne "" ? "$logs\n\n" : "") .
(defined($purl) ? "$purl\n" : ""),
$TBOPS, "Cc: $TBOPS");
# Tell caller.
...
...
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