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
22baba62
Commit
22baba62
authored
Oct 13, 2015
by
Leigh B Stoller
Browse files
Add node type to the vnode extension so we can show that in the portal.
parent
74428fce
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCM.pm.in
View file @
22baba62
...
...
@@ -2734,6 +2734,7 @@ sub GetTicketAuxAux($$$$$$$$$$$)
$
GeniXML
::
EMULAB_NS
);
}
GeniXML
::
SetText
(
"name"
,
$
vnoderef
,
$
node
->
node_id
());
GeniXML
::
SetText
(
"hardware_type"
,
$
vnoderef
,
$
node
->
type
());
GeniXML
::
SetText
(
"sliver_id"
,
$
rspec
,
$
sliver_urn
);
}
GeniXML
::
SetExclusive
($
rspec
,
$
exclusive
);
...
...
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