Add release notes for tacker conductor and mistral vim monitoring

Change-Id: I3c5ac72a86595b4356451bb4c490b7367e88c97e
Implements: blueprint refactor-vim-monitor
This commit is contained in:
jing.liuqing 2017-06-21 19:47:50 +08:00
parent 755a55ad5f
commit 12cec43f27
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
features:
- |
The component tacker-conductor is introduced for tacker mistral actions
to execute policy actions on tacker side. The conductor is listening on
TACKER_CONDUCTOR queue ( in the rabbitmq terms). Mistral actions RPC
calls the conductor.

View File

@ -0,0 +1,10 @@
---
features:
- |
Vim monitoring via mistral workflow is used to replace old in-place vim
monitoring in tacker server.
Mistral is an integral part of tacker MANO system. To make full use of it,
and make the tacker server scale well, the feature creates a mistral
workflow and execute it. The mistral workflow action task then monitors
( currently, pings) the vim, and notifies the tacker conductor to
update the VIM status.