Sync from SUSE:SLFO:Main supportutils-plugin-ha-sap revision c242c352fd1fc42bb974777e5993e341

This commit is contained in:
Adrian Schröter 2024-08-06 14:17:57 +02:00
commit dcf4a716c0
6 changed files with 186 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

21
_service Normal file
View File

@ -0,0 +1,21 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/SUSE/supportutils-plugin-ha-sap.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">supportutils-plugin-ha-sap</param>
<param name="versionformat">@PARENT_TAG@+git.%ct.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">master</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">supportutils-plugin-ha-sap*.tar</param>
<param name="compression">bz2</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">supportutils-plugin-ha-sap</param>
</service>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/SUSE/supportutils-plugin-ha-sap.git</param>
<param name="changesrevision">17742f97f859d11b30c130438dc031ea1936d40e</param></service></servicedata>

Binary file not shown.

View File

@ -0,0 +1,84 @@
-------------------------------------------------------------------
Fri Mar 01 12:28:14 UTC 2024 - abriel@suse.com
- Update to version 0.0.5+git.1709295499.1c8e8cd
* adapt documentation links
* add support for SAP systemd services regarding SID retrieval
* add information about SAP related systemd services
* add information about sapcontrol function GetStartProfile
* add information from daemon.ini
* collect hook script logs (suschksrv and saphanasr_multitarget_hook)
* collect logs of sap_suse_cluster_connector and sapstartsrv
* Add python version
* Check sudoers for srhook configuration
-------------------------------------------------------------------
Wed Sep 21 08:42:13 UTC 2022 - abriel@suse.com
- Update to version 0.0.4+git.1663748456.ad13e75:
* fix basic support for saptune
add saptune version 3 awareness and add a hint for the new
saptune supportconfig plugin delivered within the saptune
package >= 3.x
(bsc#1203202)
-------------------------------------------------------------------
Thu Jul 28 15:28:45 UTC 2022 - varkoly@suse.com
- Update to version 0.0.3+git.1659022100.39bfcd6:
* Update README.md
* Replace spaces to tabs.
* Search for other groups too.
* Include /etc/group in plugin-ha_sap.txt (bsc#1201831)
* Update ha_sap
* Update pacemaker.log location change
* suppress link path in Readme.md
* add section 'Additional information' to the Readme.md
* change release status of the project
* Update README.md
* Update ha_sap
-------------------------------------------------------------------
Tue Jun 15 16:27:31 UTC 2021 - abriel@suse.com
- Update to version 0.0.2+git.1623772960.fed5aa7:
to fix bsc#1187373
* Added process list for sid<adm> user
* Added ENSA1 and ENSA2 informational messages
* Added filter to gather logs for "sap_suse_cluster_connector"
* Fixed documentation links
* Updated Documentation Links
* Added Authentication Section and capture information about
sid<adm> user
* Added some additional logic.
* Obscure clear text password from cluster resources using
"crm configure show" output
-------------------------------------------------------------------
Thu Apr 16 14:43:10 UTC 2020 - dmaiocchi@suse.com
- Update to version 0.0.1+git.1586941845.6e2fc42: (bsc#1170085)
* fix bsc#1170085
* Remove broken link
* Rename plugin to be more conform to the convention
* Update README.md
* Rename file with underscore to avoid issue
* remove author line
* simplify readme
* Add some info to readme and rename script
* Update README.md
* Added saptune version, sapcontrol command, and basic cluster config
* Updated Doc references to Best Practices guides
-------------------------------------------------------------------
Wed Apr 15 09:12:44 UTC 2020 - dmaiocchi@suse.com
- Update to version 0.0.1+git.1586941845.6e2fc42:
* Remove broken link
* Rename plugin to be more conform to the convention
* Update README.md
-------------------------------------------------------------------
Mon Apr 6 16:32:30 UTC 2020 - Dario Maiocchi <dmaiocchi@suse.com>
- Initial working version (jsc#ECO-862)

View File

@ -0,0 +1,51 @@
#
# spec file for package supportutils-plugin-ha-sap
#
# Copyright (c) 2020-2024 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
Name: supportutils-plugin-ha-sap
Version: 0.0.5+git.1709295499.1c8e8cd
Release: 0
Source: supportutils-plugin-ha-sap-%{version}.tar.bz2
Summary: Supportconfig Plugin for SAP and HA
License: GPL-2.0-only
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires: supportconfig-plugin-resource
Requires: supportconfig-plugin-tag
%description
Extends supportconfig functionality to include system information for
SAP and HA cluster. The supportconfig saves the related logs.
%prep
%setup -q
%build
%install
install -d $RPM_BUILD_ROOT/usr/lib/supportconfig/plugins
install -d $RPM_BUILD_ROOT/sbin
install -m 0544 ha_sap $RPM_BUILD_ROOT/usr/lib/supportconfig/plugins
%files
%defattr(-,root,root)
/usr/lib/supportconfig
/usr/lib/supportconfig/plugins
/usr/lib/supportconfig/plugins/ha_sap
%clean
rm -rf $RPM_BUILD_ROOT
%changelog