From f5eb11a640078a6491ba2b9897b5703ad504de6d Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Fri, 3 Feb 2017 09:21:18 -0500 Subject: [PATCH] Add deprecation note for nagios in pike Nagios installation option will be removed in Pike. This patch introduces an alert message for users that enable nagios installation. Change-Id: Ib256a3859821b498e91b6e9179da9a99e0c84784 --- packstack/plugins/prescript_000.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packstack/plugins/prescript_000.py b/packstack/plugins/prescript_000.py index e18b1e7bb..ee56879de 100755 --- a/packstack/plugins/prescript_000.py +++ b/packstack/plugins/prescript_000.py @@ -369,7 +369,9 @@ def initConfig(controller): "CONF_NAME": "CONFIG_NAGIOS_INSTALL", "USE_DEFAULT": False, "NEED_CONFIRM": False, - "CONDITION": False}, + "CONDITION": False, + "MESSAGE": "Nagios installation option is deprecated and will be removed from packstack in Pike.", + "MESSAGE_VALUES": ["y"]}, {"CMD_OPTION": "exclude-servers", "PROMPT": (