From 980a3fe378bb16164aa85ba89e471dc60930b273 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 7 Jun 2018 23:23:59 -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: I351b2ae03b90397e46d46ef80007b02106e9bb96 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 a793055..989dd30 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -48,6 +48,7 @@ congress_requires_pip_packages: ## Common PIP packages congress_pip_packages: - congress + - osprofiler - pymysql - python-congressclient - python-heatclient