Skip to content

Commit

Permalink
add causual relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
yujunz committed Aug 16, 2016
1 parent 10e7639 commit ce82f6f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion etc/vitrage/templates/update.yaml
Expand Up @@ -9,7 +9,7 @@ definitions:
template_id: volume_update
- entity:
category: ALARM
type: aodh
type: vitrage
template_id: instance_update
- entity:
category: RESOURCE
Expand Down Expand Up @@ -46,3 +46,11 @@ scenarios:
severity: low
action_target:
target: instance
- scenario:
condition: update_on_volume and update_on_instance and volume_attached_to_instance
actions:
- action:
action_type: add_causal_relationship
action_target:
source: update_on_volume
target: update_on_instance

0 comments on commit ce82f6f

Please sign in to comment.