Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
EOS-23626 : Create support.yaml for HA (#548)
Browse files Browse the repository at this point in the history
* 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 <subhash.arya@seagate.com>

* 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 <subhash.arya@seagate.com>
  • Loading branch information
Subhash Arya authored Aug 20, 2021
1 parent 3d35726 commit fcf4197
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conf/mini_provisioner/v2/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,3 @@ ha:
cmd: /opt/seagate/cortx/ha/bin/ha_setup restore
args: --location $URL

support_bundle:
- cortx support_bundle create
17 changes: 17 additions & 0 deletions conf/mini_provisioner/v2/support.yaml
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>. For any questions
# about this software or licensing, please email opensource@seagate.com or
# cortx-questions@seagate.com.

support_bundle:
- cortx support_bundle create

0 comments on commit fcf4197

Please sign in to comment.