Compare commits

...

No commits in common. "c8" and "c9" have entirely different histories.
c8 ... c9

1 changed files with 108 additions and 61 deletions

View File

@ -1,7 +1,7 @@
# disable collection_artifact by default # disable collection_artifact by default
%bcond_with collection_artifact %bcond_with collection_artifact
# disable collection by default since version 3.6.0 (1.3.4) # disable collection by default since version 3.6.0 (1.3.5)
%bcond_with collection %bcond_with collection
%if 0%{?fedora} || 0%{?rhel} > 8 %if 0%{?fedora} || 0%{?rhel} > 8
@ -45,7 +45,7 @@
Name: %{package_name} Name: %{package_name}
Summary: System Roles to configure RHEL for running SAP NetWeaver- or SAP HANA-based products Summary: System Roles to configure RHEL for running SAP NetWeaver- or SAP HANA-based products
Version: 3.6.0 Version: 3.6.0
Release: 2%{?dist} Release: 4%{?dist}
License: GPL-3.0-or-later License: GPL-3.0-or-later
Url: https://github.com/redhat-sap/community.sap_install Url: https://github.com/redhat-sap/community.sap_install
Source0: https://github.com/linux-system-roles/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar.gz Source0: https://github.com/linux-system-roles/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar.gz
@ -247,102 +247,146 @@ popd
%endif %endif
%changelog %changelog
* Mon Feb 05 2024 Than Ngo <than@redhat.com> - 3.6.0-2 * Mon Feb 05 2024 Than Ngo <than@redhat.com> - 3.6.0-4
- sap_hypervisor_node_preconfigure: fix for role name and path for included tasks - sap_hypervisor_node_preconfigure: fix for role name and path for included tasks
- update collection files - update collection files
Related: RHEL-16897 Related: RHEL-16895
* Thu Jan 25 2024 Than Ngo <than@redhat.com> - 3.6.0-1 * Thu Jan 25 2024 Than Ngo <than@redhat.com> - 3.6.0-3
- fix typo
Related: RHEL-16895
* Thu Jan 25 2024 Than Ngo <than@redhat.com> - 3.6.0-2
- add tests and tools
- fix bash and python shebangs
Related: RHEL-16895
* Mon Jan 22 2024 Than Ngo <than@redhat.com> - 3.6.0-1
- rebase sap roles to version 1.3.4 - rebase sap roles to version 1.3.4
- add collection files - add collection files
- update README files and add missing galaxy.yml, LICENSE - update README files and add missing galaxy.yml, LICENSE
- fix syntax error for defining dependent collections in galaxy.yml - fix syntax error for defining dependent collections in galaxy.yml
- add tools and tests Resolves: RHEL-16895
Resolves: RHEL-16897
* Mon May 08 2023 Than Ngo <than@redhat.com> - 3.5.0-1 * Thu May 04 2023 Than Ngo <than@redhat.com> - 3.5.0-2
- updated README.md files for sap and sap_swpm roles - Related: #2185038, update README.md files
- migrated to SPDX license
- converted patch macro use to the most compatible syntax
- rebased sap roles to version 1.2.3
Resolves: #2185037
* Tue May 02 2023 Than Ngo <than@redhat.com> - 3.5.0-1
- update README, drop requirements-sap_swpm.yml
- migrate to SPDC license
- convert patch macro use to the most compatible syntax
- rebase sap roles to version 1.2.3
Resolves: #2185038
* Mon Jan 30 2023 Than Ngo <than@redhat.com> - 3.4.0-3 * Mon Jan 30 2023 Than Ngo <than@redhat.com> - 3.4.0-3
- Related: #2155876, rebase sap roles to version 1.2.1 - Related: #2155870, rebase sap roles to version 1.2.1
* Thu Jan 19 2023 Than Ngo <than@redhat.com> - 3.4.0-2 * Thu Jan 19 2023 Than Ngo <than@redhat.com> - 3.4.0-2
- Related: #2155876, compat-sap-c++-10 is not available for RHEL 8.2 and earlier on hardware platform s390x - compat-sap-c++-10 is not available for RHEL 8.2 and earlier on hardware platform s390x
Related: #2155870
* Wed Jan 11 2023 Than Ngo <than@redhat.com> - 3.4.0-1 * Tue Jan 10 2023 Than Ngo <than@redhat.com> - 3.4.0-1
- Resolves: #2155876, rebase sap roles to version 1.2.0 - Resolves: #2155870, rebase to 1.2.0 upstream version
* Tue Nov 22 2022 Than Ngo <than@redhat.com> - 3.3.0-4 * Mon Nov 28 2022 Than Ngo <than@redhat.com> - 3.3.0-5
- Resolves: #2142957, drop deprecated paramater for Ansible 2.14 - Related: #2143280, add missing repo vars for rhel-9.x
* Fri Jul 15 2022 Than Ngo <than@redhat.com> - 3.3.0-3 * Fri Nov 25 2022 Than Ngo <than@redhat.com> - 3.3.0-4
- update galaxy.yml and README.md and url - Resolves: #2143280, drop deprecated paramater for Ansible 2.14
Related: #2103633
* Thu Jul 14 2022 Than Ngo <than@redhat.com> - 3.3.0-3
- more fixes, update README.md
Related: #2101373
* Tue Jul 12 2022 Than Ngo <than@redhat.com> - 3.3.0-2 * Tue Jul 12 2022 Than Ngo <than@redhat.com> - 3.3.0-2
- make the role Ansible 2.13 compliant - make the role Ansible 2.13 compliant
- get rid of all the new ansible-lint 6.3.0 errors for preconfigure and sap_hana_install roles - get rid of all the new ansible-lint 6.3.0 errors for preconfigure and sap_hana_install roles
Resolves: #2103633 Resolves: #2101373
* Mon Jul 04 2022 Than Ngo <than@redhat.com> - 3.3.0-1 * Mon Jul 04 2022 Than Ngo <than@redhat.com> - 3.3.0-1
- Resolves: #2103633, include roles for setting up a two-node SAP HANA pacemaker cluster - Resolves: #2101373, include roles for setting up a two-node SAP HANA pacemaker cluster
* Thu Jun 09 2022 Than Ngo <than@redhat.com> - 3.2.0-3 * Wed Jun 08 2022 Than Ngo <than@redhat.com> - 3.2.0-5
- sap_hana_preconfigure: Add vars for RHEL 9.1 managed nodes - increase release
- sap_general_preconfigure: fix variable inclusion for RHEL minor releases Related: #2065407
Related: #2063050
* Wed Jun 08 2022 Than Ngo <than@redhat.com> - 3.2.0-2 * Wed Jun 08 2022 Than Ngo <than@redhat.com> - 3.2.0-4
- sap_general_preconfigure: do not attempt to enable HANA repos for s390x
- sap_hana_preconfigure: using wrong variable name - sap_hana_preconfigure: using wrong variable name
- sap_hana_preconfigure: Fix issue sap-linuxlab#154 - do not attempt to enable HANA repos for s390x
Related: #2063050 - sap_general_preconfigure: fix variable inclusion for RHEL minor releases
- sap_hana_preconfigure: Add vars for RHEL 9.1 managed nodes
- sap_hana_preconfigure: Fix issue #154
Related: #2065407
* Mon Mar 21 2022 Than Ngo <than@redhat.com> - 3.2.0-1 * Sun Mar 13 2022 Than Ngo <than@redhat.com> - 3.2.0-3
- Resolves: #2063050, rebase to new upstream org sap-linuxlab - Resolves: #2065407, new rebase
* Fri Dec 03 2021 Than Ngo <than@redhat.com> - 3.1.1-10 * Tue Feb 22 2022 Than Ngo <than@redhat.com> - 3.2.0-2
- Related: #2016858, increase release to avoid update conflict - Related: #2047282, new rebase, fixed collection basename
* Fri Dec 03 2021 Than Ngo <than@redhat.com> - 3.1.1-8 * Mon Jan 31 2022 Than Ngo <than@redhat.com> - 3.2.0-1
- Related: #2016858, rebase - Resolves: #2047282, Rebase to new upstream org sap-linuxlab
* Tue Nov 16 2021 Than Ngo <than@redhat.com> - 3.1.1-7 * Fri Dec 03 2021 Than Ngo <than@redhat.com> - 3.1.1-15
- Resolves: #2016858, ansible-lint cleanup - Related: #2021579, ansible-lint cleanup
* Wed Sep 08 2021 Than Ngo <than@redhat.com> - 3.1.1-6 * Tue Nov 16 2021 Than Ngo <than@redhat.com> - 3.1.1-14
- set min kernel version for RHEL 8.4 x86_64 - Resolves: #2021579, ansible-lint cleanup
* Fri Oct 15 2021 Than Ngo <than@redhat.com> - 3.1.1-13
- Fix the version of the collection tar file
* Fri Oct 15 2021 Than Ngo <than@redhat.com> - 3.1.1-12
- Resolves: #2003630, Pepare the roles for ansible-core 2.11: Only use ansible.core modules
* Wed Sep 01 2021 Than Ngo <than@redhat.com> - 3.1.1-11
- fix yum group install errors on RHEL 7
- use grubby for setting tsx=on - use grubby for setting tsx=on
- add tsx=on to the kernel command line unconditionally - set min kernel version for RHEL 8.4 x86_64
* Wed Sep 01 2021 Than Ngo <than@redhat.com> - 3.1.1-5 * Fri Aug 20 2021 Than Ngo <than@redhat.com> - 3.1.1-10
- Related: #1928398, fix yum group install errors on RHEL 7 - Related: #1977195, fix #149, #177, #193, #194
* Fri Aug 20 2021 Than Ngo <than@redhat.com> - 3.1.1-4 * Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.1.1-9
- Related: #1928398, fix #149, #177, #193, #194 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon Jul 12 2021 Than Ngo <than@redhat.com> - 3.1.1-3 * Fri Jul 16 2021 Than Ngo <than@redhat.com> - 3.1.1-8
- add missing __sap_preconfigure_envgroups for RHEL 7.x - Related: #1977195, add missing vars/RedHat_9.yml in sap-netweaver-preconfigure
- add __sap_hana_preconfigure_req_repos variables for RHEL 8.5 and later
Related: #1928398
* Thu Jul 01 2021 Than Ngo <than@redhat.com> - 3.1.1-2 * Tue Jul 13 2021 Than Ngo <than@redhat.com> - 3.1.1-7
- Related: #1928398, add missing changelogs - Related: #1977195, add missing __sap_preconfigure_envgroups for RHEL 7.x and
missing __sap_hana_preconfigure_req_repos variables for RHEL 8.5 and later
* Tue Jun 29 2021 Than Ngo <than@redhat.com> - 3.1.1-1 * Tue Jun 29 2021 Than Ngo <than@redhat.com> - 3.1.1-6
- Resolves: #1928398, rebase to 3.1.1 for Ansible Collections - Resolves: #1977195, make RHEL system roles for SAP RHEL9 compatible
* Fri Mar 05 2021 Than Ngo <than@redhat.com> - 3.0.1-4 * Mon Jun 28 2021 Than Ngo <than@redhat.com> - 3.1.1-5
- fixed issue #130 in sap-preconfigure - updated tarball, galaxy.yml, README.md
- fixed typos in README.md in sap_hana_preconfigure
- added detailed explanations for sap_hana_preconfigure_kernel_parameters_ppc64le in README.md * Mon Jun 07 2021 Than Ngo <than@redhat.com> - 3.1.1-4
- fixed issue #170 in sap_hana_preconfigure - update README.md
Related: #1891642 - Adding the -collection-artifact subpackage, enabled using
"--with collection_artifact". It is used for importing to
ansible galaxy/automation hub.
* Fri May 21 2021 Than Ngo <than@redhat.com> - 3.1.1-3
- convert roles to FQCN in the README files
* Thu May 20 2021 Than Ngo <than@redhat.com> - 3.1.1-2
- rename dashes by underscores and drop sap-
* Tue May 18 2021 Than Ngo <than@redhat.com> - 3.1.1-1
- rebase
* Wed Apr 14 2021 Than Ngo <than@redhat.com> - 3.1.0-3
- bz#1928398, rebuilt against new python-ruamel-yaml-0.15.100 for conversion problem
* Mon Mar 22 2021 Than Ngo <than@redhat.com> - 3.1.0-2
- rebase
* Tue Mar 02 2021 Than Ngo <than@redhat.com> - 3.1.0-1
- added support Transfer SAP roles into collection format
* Wed Feb 24 2021 Than Ngo <than@redhat.com> - 3.0.1-3 * Wed Feb 24 2021 Than Ngo <than@redhat.com> - 3.0.1-3
- Related: #1891642, fixed issue #125 in sap-preconfigure and #163 and #164 in sap-hana-preconfigure - Related: #1891642, fixed issue #125 in sap-preconfigure and #163 and #164 in sap-hana-preconfigure
@ -360,6 +404,9 @@ Related: #2063050
- Resolves: #1891638, bug fixes - Resolves: #1891638, bug fixes
- Resolves: #1891642, new features - Resolves: #1891642, new features
* Tue Jan 12 2021 Than Ngo <than@redhat.com> - 2.0.0-8
- RHEL 9.0.0 Alpha build
* Mon Sep 21 2020 Than Ngo <than@redhat.com> - 2.0.0-7 * Mon Sep 21 2020 Than Ngo <than@redhat.com> - 2.0.0-7
- Related: #1867027, fix #119 - Related: #1867027, fix #119