From 9c88e3cadb24bbb4ecef3e6b375bd714cd06f795 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 7 Jun 2018 23:27:14 -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: I3c03d998a2c770398b1be218e8c94e9eee7a527b 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 e7d3855..777c0fe 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -170,6 +170,7 @@ gnocchi_pip_packages: - cryptography - gnocchiclient - "gnocchi[keystone,mysql,{{ gnocchi_storage_driver | default('file') }}]" + - osprofiler - python-memcached # This variable is used by the repo_build process to determine