From 186bb3c92186c232ced18b2cf65e6ab29ac1405e Mon Sep 17 00:00:00 2001 From: Ondra Machacek Date: Wed, 7 Mar 2018 15:59:37 +0100 Subject: [PATCH] Add use_maintenance_policy parameter to README Change-Id: I26b26ef341747380f1e90f43ab1efbc8f7ae47fe Signed-off-by: Ondra Machacek --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4570753..633b368 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Role Variables | host_names | [\*] | List of host names to be upgraded. | | check_upgrade | false | If true, run check_for_upgrade action on all hosts before executing upgrade on them. If false, run upgrade only for hosts with available upgrades and ignore all other hosts. | | reboot_after_upgrade | true | If true reboot hosts after successful upgrade. | +| use_maintenance_policy | true | If true the cluster policy will be switched to cluster_maintenance during upgrade otherwise the policy will be unchanged. | Dependencies ------------