From 4746f69e8731884df1bafc54daf396f0744d5c4e Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 7 Jun 2018 23:56:00 -0500 Subject: [PATCH] Add packages required for osprofiler The following packages are required in-order to run osprofiler. these packages will provide deployers the ability to profile a service on demand should they choose to enable the profile functionality. Change-Id: I9a2f8962e303ff96415591b6791a46b002b84e92 Signed-off-by: Kevin Carter --- defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/main.yml b/defaults/main.yml index b0d1c60..e90dbe9 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -99,6 +99,7 @@ watcher_requires_pip_packages: # Common pip packages watcher_pip_packages: - cryptography + - osprofiler - python-watcherclient - PyMySQL - python-memcached