From 173a16f81f0da98d4de9cbedc19ae4e00774d1c6 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 7 Jun 2018 23:33:40 -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: Ie8fd948efda21a7b5bd948086c2d083347489781 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 4abea6e..eaa5021 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -59,6 +59,7 @@ molteniron: {} # molteniron packages that must be installed before anything else molteniron_requires_pip_packages: - daemonize + - osprofiler - PyMySQL - pyyaml - sqlalchemy