Skip to content
GitLab
Menu
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-stable
Commits
e710fa48
Commit
e710fa48
authored
Dec 23, 2003
by
Mike Hibler
Browse files
quick hack: getNodes now starts with a static list of 6 nodes rather
than contacting the dslice agent which no longer exists.
parent
22ee2594
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/plab/libplab.py.in
View file @
e710fa48
...
...
@@ -596,8 +596,10 @@ class Plab:
"""
print
"Getting free Plab nodes ..."
try
:
agent
=
self
.
_createAgentProxy
(
insecure
=
True
)
avail
=
tryXmlrpcCmd
(
agent
.
getads
)
# agent = self._createAgentProxy(insecure = True)
# avail = tryXmlrpcCmd(agent.getads)
# right now these are the only 2.0 machines running the new slice interface:
avail
=
[
'198.78.49.59'
,
'18.31.0.213'
,
'169.229.50.85'
,
'169.229.50.89'
,
'128.112.152.124'
,
'12.46.129.23'
]
except
:
extype
,
exval
,
extrace
=
sys
.
exc_info
()
print
"Error talking to dslice agent: %s: %s"
%
(
extype
,
exval
)
...
...
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