Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
4a7c73de
Commit
4a7c73de
authored
Oct 21, 2014
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slap: Add OpenOrder.getInformation() and OpenOrder.getOpenOrderList().
parent
0885ba5f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
182 additions
and
15 deletions
+182
-15
slapos/slap/interface/slap.py
slapos/slap/interface/slap.py
+15
-0
slapos/slap/slap.py
slapos/slap/slap.py
+167
-15
No files found.
slapos/slap/interface/slap.py
View file @
4a7c73de
...
...
@@ -97,6 +97,16 @@ class IRequester(Interface):
request('http://example.com/toto/titi', 'typeA', 'mysql_1')
"""
def
getInformation
(
partition_reference
):
"""
Get informations about an existing instance.
If it is called from a Computer Partition, get informations
about Software Instance of the instance tree.
partition_reference -- local reference of the instance used by the recipe
to identify the instances.
"""
class
IBuildoutController
(
Interface
):
"""
Classes which implement IBuildoutController can report the buildout run
...
...
@@ -501,3 +511,8 @@ class slap(Interface):
Get the list of Software Releases from a product or from another related
Sofware Release, from a Software Product point of view.
"""
def
getOpenOrderDict
():
"""
Get the list of existing open orders (services) for the current user.
"""
slapos/slap/slap.py
View file @
4a7c73de
This diff is collapsed.
Click to expand it.
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