From 3d75a00a46f43d8d6bf707fdd36b5ac4a934adb9 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 1 Nov 2019 12:41:11 +0100 Subject: [PATCH] Add an environment to disable Paunch This patch will help to disable Paunch by setting the needed options. Change-Id: I25f967f00036da45d630e8e528d68c24cbf3c5fe --- environments/disable-paunch.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 environments/disable-paunch.yaml diff --git a/environments/disable-paunch.yaml b/environments/disable-paunch.yaml new file mode 100644 index 0000000000..1ba3011668 --- /dev/null +++ b/environments/disable-paunch.yaml @@ -0,0 +1,6 @@ +# This heat environment can be used to disable Paunch to manage containers.. +# When Paunch is disabled, the containers not managed by Pacemaker will be +# deployed by TripleO Ansible, in tripleo-container-manage role. + +parameter_defaults: + EnablePaunch: false