From e4fd203f19a2987b47e5fecdc6ec7cb8044ac4de Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Fri, 8 Jun 2018 00:01:12 -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: Ie33e8944c4be002f12f47916d26393cc43203f4f Signed-off-by: Kevin Carter --- defaults/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index fcbcc30..df6304d 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -40,6 +40,7 @@ blazar_requires_pip_packages: ## Common PIP requirements blazar_pip_packages: - blazar + - osprofiler - python-blazarclient ## blazar developer constraint @@ -108,4 +109,4 @@ blazar_program_name: blazar-server ## Tunable overrides blazar_blazar_api_paste_ini_overrides: {} -blazar_blazar_conf_overrides: {} \ No newline at end of file +blazar_blazar_conf_overrides: {}