BeyondTheClouds / enos

Experimental eNvironment for OpenStack :monkey:
https://beyondtheclouds.github.io/enos/
GNU General Public License v3.0
30 stars 22 forks source link

Support notifications after execution of commands #301

Open jrbalderrama opened 6 years ago

jrbalderrama commented 6 years ago

Add notifications support to any team collaboration tools (slack, mattermost) after the execution of any cli command. It may be implemented by adding an option enable_notifications = True|False in the configuration file.

The notification may include exit_status, executed command, OAR_JOBID among others

msimonin commented 6 years ago

Note that, without doing anything, this can be achieved by a ansible hook but will only notified for Ansible Task.