aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-09-28 14:34:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-28 14:34:17 +0000
commitab4ee807fae82dc0b426dfdc562a72ed71ca18e0 (patch)
treeba331eeeaf2f30630f495c024768b8c32eee0871
parentbb581e5213ec07bd34a749d20adce1d9b9e6666e (diff)
parent301af1d5cfd1443657d287b3f592c94091b369e1 (diff)
Merge "collectd: add config file templates as package_data"
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
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'