
Change-Id: I0021442ce0b426282fc22e4af39dcb001a45e7e0 Depends-On: Ie892482f1dede7487fbd690aff85febb17d17462 Implements: blueprint integration-with-mistral
29 lines
643 B
YAML
29 lines
643 B
YAML
metadata:
|
|
name: execute_mistral
|
|
description: execute mistral
|
|
definitions:
|
|
entities:
|
|
- entity:
|
|
category: ALARM
|
|
name: compute.host.down
|
|
template_id: host_down_alarm
|
|
- entity:
|
|
category: RESOURCE
|
|
type: nova.host
|
|
template_id: host
|
|
relationships:
|
|
- relationship:
|
|
source: host_down_alarm
|
|
relationship_type: on
|
|
target: host
|
|
template_id : host_down_alarm_on_host
|
|
scenarios:
|
|
- scenario:
|
|
condition: host_down_alarm_on_host
|
|
actions:
|
|
- action:
|
|
action_type: execute_mistral
|
|
properties:
|
|
workflow: wf_for_tempest_test_1234
|
|
farewell: Hello and Goodbye
|