This patch is used to add grafana config to opnfv dashboard for
[yardstick.git] / setup.py
index a2131cf..ba7316d 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -23,6 +23,12 @@ setup(
             'resources/files/*',
             'resources/scripts/install/*.bash',
             'resources/scripts/remove/*.bash'
+        ],
+        'etc': [
+            'yardstick/nodes/*/*.yaml'
+        ],
+        'tests': [
+            'opnfv/*/*.yaml'
         ]
     },
     url="https://www.opnfv.org",