Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
57a83f9e
Commit
57a83f9e
authored
Aug 15, 2013
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add state transitions for updating users.
parent
5e791679
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
tbsetup/ptopgen.in
tbsetup/ptopgen.in
+11
-0
No files found.
tbsetup/ptopgen.in
View file @
57a83f9e
...
...
@@ -137,6 +137,9 @@ $opstate = <<'OPSTATE';
<action name="geni_stop" next="geni_stopping">
<description>Power down or stop the node.</description>
</action>
<action name="geni_update_users" next="geni_updating_users">
<description>Update user SSH keys.</description>
</action>
<description>The node is up and ready to use.</description>
</state>
<state name="geni_stopping">
...
...
@@ -149,6 +152,14 @@ $opstate = <<'OPSTATE';
intervention before it can be used. Please contact
the administrator for assistance.</description>
</state>
<state name="geni_updating_users">
<action name="geni_update_users_cancel" next="geni_ready">
<description>Cancel an update users action</description>
</action>
<wait type="geni_success" next="geni_ready" />
<description>Updating users can take a fair amount of time, so it
happens asynchronously in this state.</description>
</state>
</rspec_opstate>
OPSTATE
...
...
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