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
Labels
Merge Requests
21
Merge Requests
21
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos.core
Commits
26cff6f9
Commit
26cff6f9
authored
Nov 06, 2024
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_cloud: fixup reduce remote node alarm calls
Workflow state was not the correct one. See
76edda30
parent
3b8fa3dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
master/bt5/slapos_cloud/WorkflowTemplateItem/portal_workflow/slapos_cloud_interaction_workflow/script_Instance_triggerPropagateRemoteNodeAlarmIfStarted.py
...ript_Instance_triggerPropagateRemoteNodeAlarmIfStarted.py
+1
-1
No files found.
master/bt5/slapos_cloud/WorkflowTemplateItem/portal_workflow/slapos_cloud_interaction_workflow/script_Instance_triggerPropagateRemoteNodeAlarmIfStarted.py
View file @
26cff6f9
instance
=
state_change
[
'object'
]
partition
=
instance
.
getAggregateValue
()
if
(
partition
is
not
None
)
and
(
partition
.
getParentValue
().
getPortalType
()
==
'Remote Node'
)
and
(
instance
.
getSlapState
()
!=
'started'
):
if
(
partition
is
not
None
)
and
(
partition
.
getParentValue
().
getPortalType
()
==
'Remote Node'
)
and
(
instance
.
getSlapState
()
!=
'start
_request
ed'
):
instance
.
Base_reindexAndSenseAlarm
([
'slapos_cloud_propagate_remote_node_instance'
])
partition
.
Base_reindexAndSenseAlarm
([
'slapos_cloud_propagate_remote_node_instance'
])
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