Update docker userguide: dpdk plugins 29/65729/1
authorKamil Wiatrowski <kamilx.wiatrowski@intel.com>
Tue, 11 Dec 2018 13:13:52 +0000 (14:13 +0100)
committerKamil Wiatrowski <kamilx.wiatrowski@intel.com>
Tue, 11 Dec 2018 13:13:52 +0000 (14:13 +0100)
Add dpdk plugins to description of ansible installation.

Change-Id: I89e8ec6c0918455dd4df5d086fbc2475200054ce
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
docs/release/userguide/docker.userguide.rst

index 520a72b..6ba5af0 100644 (file)
@@ -342,11 +342,14 @@ To make some changes when a container is running run:
 
 List of default plugins for collectd container
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+.. note::
+   The dpdk plugins dpdkevents and dpdkstat were tested with DPDK v16.11.
 
 By default the collectd is started with default configuration which includes the followin plugins:
    * csv, contextswitch, cpu, cpufreq, df, disk, ethstat, ipc, irq, load, memory, numa, processes,
      swap, turbostat, uuid, uptime, exec, hugepages, intel_pmu, ipmi, write_kafka, logfile, mcelog,
-     network, intel_rdt, rrdtool, snmp_agent, syslog, virt, ovs_stats, ovs_events
+     network, intel_rdt, rrdtool, snmp_agent, syslog, virt, ovs_stats, ovs_events, dpdkevents,
+     dpdkstat
 
 Some of the plugins are loaded depending on specific system requirements and can be omitted if
 dependency is not met, this is the case for:
@@ -391,7 +394,7 @@ plugins tags
   The following tags can be used to enable/disable plugins: csv, contextswitch, cpu,
   cpufreq, df, disk, ethstat, ipc, irq, load, memory, numa, processes, swap, turbostat,
   uptime, exec, hugepages, ipmi, kafka, logfile, mcelogs, network, pmu, rdt, rrdtool,
-  snmp, syslog, virt, ovs_stats, ovs_events, uuid.
+  snmp, syslog, virt, ovs_stats, ovs_events, uuid, dpdkevents, dpdkstat.
 
 Installing Docker
 -----------------