Commit c2b32778 authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: Software Installation drop destination_section and use follow_up

parent f06b9ee0
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</portal_type> </portal_type>
<portal_type id="Software Installation"> <portal_type id="Software Installation">
<item>aggregate</item> <item>aggregate</item>
<item>destination_section</item> <item>follow_up</item>
</portal_type> </portal_type>
<portal_type id="Software Installation Module"> <portal_type id="Software Installation Module">
<item>business_application</item> <item>business_application</item>
......
...@@ -48,8 +48,8 @@ else: ...@@ -48,8 +48,8 @@ else:
reference=software_installation_reference, reference=software_installation_reference,
url_string=software_release_url, url_string=software_release_url,
aggregate=compute_node.getRelativeUrl(), aggregate=compute_node.getRelativeUrl(),
activate_kw={'tag': tag}, follow_up_value=compute_node.getFollowUpValue(),
destination_section=compute_node.getSourceAdministration() activate_kw={'tag': tag}
) )
# Change desired state # Change desired state
......
...@@ -52,6 +52,12 @@ ...@@ -52,6 +52,12 @@
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>state_change</string> </value> <value> <string>state_change</string> </value>
</item> </item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>script_ComputeNode_requestSoftwareReleaseChange</string> </value> <value> <string>script_ComputeNode_requestSoftwareReleaseChange</string> </value>
......
...@@ -10,7 +10,7 @@ Slave Instance | aggregate ...@@ -10,7 +10,7 @@ Slave Instance | aggregate
Slave Instance | specialise Slave Instance | specialise
Software Installation Module | business_application Software Installation Module | business_application
Software Installation | aggregate Software Installation | aggregate
Software Installation | destination_section Software Installation | follow_up
Software Instance Module | business_application Software Instance Module | business_application
Software Instance | aggregate Software Instance | aggregate
Software Instance | follow_up Software Instance | follow_up
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment