set xmpp server name so the omf-resctl plugin does trigger
[tests.git] / system / config_default.py
index 34c9ca4..2e9056c 100644 (file)
@@ -258,7 +258,9 @@ def plc (options,index) :
         'PLC_NET_DNS1' : 'deferred-dns-1',
         'PLC_NET_DNS2' : 'deferred-dns-2',
         'PLC_RESERVATION_GRANULARITY':1800,
+        # minimal config so the omf plugins actually trigger
         'PLC_OMF_ENABLED' : 'true',
+        'PLC_OMF_XMPP_SERVER': 'deferred-myplc-hostname',
         'sites' : sites(options,index),
         'keys' : keys(options,index),
         'initscripts': initscripts(options,index),