]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
setup.cfg: install binary helpers
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 18 May 2023 13:20:57 +0000 (09:20 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 7 Jun 2023 16:21:12 +0000 (12:21 -0400)
These are used by vstart_runner.py for local dev operations. Install
them so they are available in the virtualenv bin directory.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
setup.cfg

index 4b5b2314c8955fb5dad7356ee1d1e6eb5eb0b7e7..2f21662b12891637728aa4a4dd9d01e36e065aa3 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -59,6 +59,9 @@ install_requires =
     sentry-sdk
     prometheus_client>=0.16.0
 python_requires = >=3.6
+scripts =
+    teuthology/task/install/bin/adjust-ulimits
+    teuthology/task/install/bin/daemon-helper
 
 [options.entry_points]
 console_scripts =