From 2c3cd332c2633964b3e74cdbb5628eadf506c0a7 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 7 Jun 2018 23:19:54 -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: I22bf333e42f4961a89eb593c95838fd65a966d93 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 4c594c5..0ae581a 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -140,6 +140,7 @@ barbican_ssl_self_signed_subject: "/C=US/ST=Texas/L=San Antonio/O=IT/CN={{ inter # packages required to run the barbican service barbican_pip_packages: - barbican + - osprofiler - PyMySQL - python-memcached - uwsgi