From fcf41972d62cdeac5ec6e744ce0450c214ccf157 Mon Sep 17 00:00:00 2001 From: Subhash Arya Date: Fri, 20 Aug 2021 09:33:37 +0530 Subject: [PATCH] EOS-23626 : Create support.yaml for HA (#548) * EOS-23626 : Create support.yaml for HA -Create support.yaml file which will have the "support_bundle" entry from setup.yaml and -Install this support.yaml file at the same location where current setup.yaml file resides after installation. Signed-off-by: Subhash Arya * EOS-23626 : Create support.yaml for HA -Create support.yaml file which will have the "support_bundle" entry from setup.yaml and -Install this support.yaml file at the same location where current setup.yaml file resides after installation. Signed-off-by: Subhash Arya --- conf/mini_provisioner/v2/setup.yaml | 2 -- conf/mini_provisioner/v2/support.yaml | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 conf/mini_provisioner/v2/support.yaml diff --git a/conf/mini_provisioner/v2/setup.yaml b/conf/mini_provisioner/v2/setup.yaml index b97af39a2..52c33b18b 100644 --- a/conf/mini_provisioner/v2/setup.yaml +++ b/conf/mini_provisioner/v2/setup.yaml @@ -63,5 +63,3 @@ ha: cmd: /opt/seagate/cortx/ha/bin/ha_setup restore args: --location $URL -support_bundle: - - cortx support_bundle create diff --git a/conf/mini_provisioner/v2/support.yaml b/conf/mini_provisioner/v2/support.yaml new file mode 100644 index 000000000..1af6e924d --- /dev/null +++ b/conf/mini_provisioner/v2/support.yaml @@ -0,0 +1,17 @@ +# Copyright (c) 2021 Seagate Technology LLC and/or its Affiliates +# +# This program is free software: you can redistribute it and/or modify it under the +# terms of the GNU Affero General Public License as published by the Free Software +# Foundation, either version 3 of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License along +# with this program. If not, see . For any questions +# about this software or licensing, please email opensource@seagate.com or +# cortx-questions@seagate.com. + +support_bundle: + - cortx support_bundle create