Update git submodules
authorRoss Brattain <ross.b.brattain@intel.com>
Mon, 2 Oct 2017 23:41:37 +0000 (23:41 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 2 Oct 2017 23:41:37 +0000 (23:41 +0000)
commit6eaa8d197db8e0ac762c8923dc0cdf28b6554df2
tree93d904e3a975af4f3f04cf6bc79cdee0d3f2aff7
parent2918123d9b7eb3c5642df607b671db07b3eb64f6
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "add collectd resource node capability"
  - add collectd resource node capability

    allow manually adding collectd nodes using Node context.

    if a node is present with a collectd config dict then
    we can create a ResourceProfile object for it
    and connect to collectd.

    example

    nodes:
    -
        name: compute_0
        role: Compute
        ip: 1.1.1.1
        user: root
        password: r00t
        collectd:
            interval: 5
            plugins:
                ovs_stats: {}

    Change-Id: Ie0c00fdb58373206071daa1fb13faf175c4313e0
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
docs/submodules/yardstick