From: Ross Brattain Date: Thu, 28 Sep 2017 14:27:25 +0000 (-0700) Subject: collectd: add config file templates as package_data X-Git-Tag: opnfv-6.0.0~416^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=301af1d5cfd1443657d287b3f592c94091b369e1;p=yardstick.git collectd: add config file templates as package_data needed for pkg_resources.resource_string Change-Id: Ief7a8fcd88fd6d371851a26e1559351963979e68 Signed-off-by: Ross Brattain --- diff --git a/setup.py b/setup.py index 2f2b5e540..7f6571d61 100755 --- a/setup.py +++ b/setup.py @@ -29,6 +29,8 @@ setup( 'benchmark/scenarios/networking/*.txt', 'benchmark/scenarios/parser/*.sh', 'benchmark/scenarios/storage/*.bash', + 'network_services/nfvi/collectd.conf', + 'network_services/nfvi/collectd.sh', 'resources/files/*', 'resources/scripts/install/*.bash', 'resources/scripts/remove/*.bash'