[conf] Update the ovs_events config for Apex 05/54005/1
authorEmma Foley <emma.l.foley@intel.com>
Fri, 16 Mar 2018 16:07:18 +0000 (16:07 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Fri, 16 Mar 2018 16:07:18 +0000 (16:07 +0000)
The SendNotification option in ovs_events is set to
false in Apex templates. This means that no notifications
will be emitted on link status change.

This patch updates ovs_events.conf.erb to match the
config in the samples folder, adn the ones used by
the reference container

Change-Id: Ia034b81aedc67c2ced51cbf831baca176218d7d3
JIRA: BAROMETER-91
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
puppet-barometer/templates/ovs_events.conf.erb

index d72e200..24344ec 100644 (file)
@@ -5,7 +5,7 @@
    Port 6640
    Socket "/var/run/openvswitch/db.sock"
    Interfaces "br0" "veth0"
-   SendNotification false
+   SendNotification true
    DispatchValues true
 </Plugin>