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
1
Merge Requests
1
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
Romain Courteaud
slapos.core
Commits
c060f8e2
Commit
c060f8e2
authored
Jun 06, 2022
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_cloud: Software Installation drop destination_section and use follow_up
parent
0e0bd9c3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
master/bt5/slapos_cloud/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
...PortalTypeBaseCategoryTemplateItem/base_category_list.xml
+1
-1
master/bt5/slapos_cloud/WorkflowTemplateItem/portal_workflow/compute_node_slap_interface_workflow/script_ComputeNode_requestSoftwareReleaseChange.py
...rkflow/script_ComputeNode_requestSoftwareReleaseChange.py
+2
-2
master/bt5/slapos_cloud/WorkflowTemplateItem/portal_workflow/compute_node_slap_interface_workflow/script_ComputeNode_requestSoftwareReleaseChange.xml
...kflow/script_ComputeNode_requestSoftwareReleaseChange.xml
+6
-0
master/bt5/slapos_cloud/bt/template_portal_type_base_category_list
...5/slapos_cloud/bt/template_portal_type_base_category_list
+1
-1
No files found.
master/bt5/slapos_cloud/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
View file @
c060f8e2
...
...
@@ -25,7 +25,7 @@
</portal_type>
<portal_type
id=
"Software Installation"
>
<item>
aggregate
</item>
<item>
destination_section
</item>
<item>
follow_up
</item>
</portal_type>
<portal_type
id=
"Software Installation Module"
>
<item>
business_application
</item>
...
...
master/bt5/slapos_cloud/WorkflowTemplateItem/portal_workflow/compute_node_slap_interface_workflow/script_ComputeNode_requestSoftwareReleaseChange.py
View file @
c060f8e2
...
...
@@ -48,8 +48,8 @@ else:
reference
=
software_installation_reference
,
url_string
=
software_release_url
,
aggregate
=
compute_node
.
getRelativeUrl
(),
activate_kw
=
{
'tag'
:
tag
}
,
destination_section
=
compute_node
.
getSourceAdministration
()
follow_up_value
=
compute_node
.
getFollowUpValue
()
,
activate_kw
=
{
'tag'
:
tag
}
)
# Change desired state
...
...
master/bt5/slapos_cloud/WorkflowTemplateItem/portal_workflow/compute_node_slap_interface_workflow/script_ComputeNode_requestSoftwareReleaseChange.xml
View file @
c060f8e2
...
...
@@ -52,6 +52,12 @@
<key>
<string>
_params
</string>
</key>
<value>
<string>
state_change
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
script_ComputeNode_requestSoftwareReleaseChange
</string>
</value>
...
...
master/bt5/slapos_cloud/bt/template_portal_type_base_category_list
View file @
c060f8e2
...
...
@@ -10,7 +10,7 @@ Slave Instance | aggregate
Slave Instance | specialise
Software Installation Module | business_application
Software Installation | aggregate
Software Installation |
destination_section
Software Installation |
follow_up
Software Instance Module | business_application
Software Instance | aggregate
Software Instance | follow_up
...
...
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