Description of problem: Hosted-engine broker notification not send emails Version-Release number of selected component (if applicable): ovirt-hosted-engine-ha-1.3.0-0.4.beta.git1bcfe28.el7ev.noarch How reproducible: Always Steps to Reproduce: 1. Deploy hosted engine and give your email as destination email 2. Change state of hosted-engine(hosted-engine --set-maintenance --mode=global) 3. Actual results: No email coming on email with notification about state change Expected results: Email about state change must come to email Additional info: I checked a little code, and from some reason we use file /var/lib/ovirt-hosted-engine-ha/broker.conf as configuration file for notification cfg.read(constants.NOTIFY_CONF_FILE), when NOTIFY_CONF_FILE = '@ENGINE_HA_STATEDIR@/broker.conf' but file /var/lib/ovirt-hosted-engine-ha/broker.conf looks like, [email] smtp-server = localhost smtp-port = 25 source-email = root@localhost destination-emails = alukiano and do not have section [notify] state_transition=maintenance|start|stop|migrate|up|down if I change cfg.read(constants.NOTIFY_CONF_FILE) to use file under /etc/ovirt-hosted-engine-ha/broker.conf all works as expected also hosted-engine --deploy update file under /var/lib and not under /etc/
This bug report has Keywords: Regression or TestBlocker. Since no regressions or test blockers are allowed between releases, it is also being identified as a blocker for this release. Please resolve ASAP.
Verified on ovirt-hosted-engine-ha-1.3.0-1.el7ev.noarch
oVirt 3.6.0 has been released on November 4th, 2015 and should fix this issue. If problems still persist, please open a new BZ and reference this one.