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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos.core
Commits
93977a36
Commit
93977a36
authored
May 30, 2023
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_cloud: Defer creation of the Movement
Hold the request makes the user hangs there waiting for response.
parent
4ba8324e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/ComputeNode_createMovement.py
...m/portal_skins/slapos_cloud/ComputeNode_createMovement.py
+2
-1
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/ComputerNetwork_createMovement.py
...rtal_skins/slapos_cloud/ComputerNetwork_createMovement.py
+3
-2
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/InstanceTree_createMovement.py
.../portal_skins/slapos_cloud/InstanceTree_createMovement.py
+2
-1
No files found.
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/ComputeNode_createMovement.py
View file @
93977a36
"""
"""
Create an internal Packing List and attach the compute_node
Create an internal Packing List and attach the compute_node
"""
"""
context
.
requestTransfer
(
tag
=
"transfer_compute_node_%s"
%
context
.
getUid
()
context
.
activate
(
activity
=
"SQLQueue"
,
tag
=
tag
).
requestTransfer
(
destination
=
destination
,
destination
=
destination
,
destination_project
=
destination_project
,
destination_project
=
destination_project
,
destination_section
=
destination_section
destination_section
=
destination_section
...
...
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/ComputerNetwork_createMovement.py
View file @
93977a36
"""
"""
Create an internal Packing List and attach the compute
_node
Create an internal Packing List and attach the compute
r network
"""
"""
context
.
requestTransfer
(
tag
=
"transfer_compute_network_%s"
%
context
.
getUid
()
context
.
activate
(
activity
=
"SQLQueue"
,
tag
=
tag
).
requestTransfer
(
destination_project
=
destination_project
,
destination_project
=
destination_project
,
destination_section
=
destination_section
destination_section
=
destination_section
)
)
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/InstanceTree_createMovement.py
View file @
93977a36
"""
"""
Create an internal Packing List and attach the compute_node
Create an internal Packing List and attach the compute_node
"""
"""
context
.
requestTransfer
(
tag
=
"transfer_instance_tree_%s"
%
context
.
getUid
()
context
.
activate
(
activity
=
"SQLQueue"
,
tag
=
tag
).
requestTransfer
(
destination
=
destination
,
destination
=
destination
,
destination_project
=
destination_project
destination_project
=
destination_project
)
)
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