commit dcf4a716c06ffd2a0c80dd73afe195b37948c31ae320c29db63d6ababd3c6ed1 Author: Adrian Schröter Date: Tue Aug 6 14:17:57 2024 +0200 Sync from SUSE:SLFO:Main supportutils-plugin-ha-sap revision c242c352fd1fc42bb974777e5993e341 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/_service b/_service new file mode 100644 index 0000000..2ddeedc --- /dev/null +++ b/_service @@ -0,0 +1,21 @@ + + + https://github.com/SUSE/supportutils-plugin-ha-sap.git + git + .git + supportutils-plugin-ha-sap + @PARENT_TAG@+git.%ct.%h + v(.*) + master + enable + + + + supportutils-plugin-ha-sap*.tar + bz2 + + + + supportutils-plugin-ha-sap + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..30c6e14 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/SUSE/supportutils-plugin-ha-sap.git + 17742f97f859d11b30c130438dc031ea1936d40e \ No newline at end of file diff --git a/supportutils-plugin-ha-sap-0.0.5+git.1709295499.1c8e8cd.tar.bz2 b/supportutils-plugin-ha-sap-0.0.5+git.1709295499.1c8e8cd.tar.bz2 new file mode 100644 index 0000000..b8d5c83 --- /dev/null +++ b/supportutils-plugin-ha-sap-0.0.5+git.1709295499.1c8e8cd.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca023ee952bf980dc07fca552aac39825c1669efe199c336ec3e1421f2ab4f31 +size 11535 diff --git a/supportutils-plugin-ha-sap.changes b/supportutils-plugin-ha-sap.changes new file mode 100644 index 0000000..eb354b0 --- /dev/null +++ b/supportutils-plugin-ha-sap.changes @@ -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 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 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 + +- Initial working version (jsc#ECO-862) diff --git a/supportutils-plugin-ha-sap.spec b/supportutils-plugin-ha-sap.spec new file mode 100644 index 0000000..7229eaf --- /dev/null +++ b/supportutils-plugin-ha-sap.spec @@ -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