collectd: add config file templates as package_data 75/43475/1
authorRoss Brattain <ross.b.brattain@intel.com>
Thu, 28 Sep 2017 14:27:25 +0000 (07:27 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Thu, 28 Sep 2017 14:28:31 +0000 (07:28 -0700)
needed for pkg_resources.resource_string

Change-Id: Ief7a8fcd88fd6d371851a26e1559351963979e68
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
setup.py

index 2f2b5e5..7f6571d 100755 (executable)
--- 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'