2021-02-22 22:36:10 +00:00
|
|
|
%if 0%{?rhel} && ! 0%{?epel}
|
|
|
|
%bcond_with ansible
|
|
|
|
%else
|
|
|
|
%bcond_without ansible
|
|
|
|
%endif
|
|
|
|
|
2021-03-17 00:39:28 +00:00
|
|
|
%bcond_with collection_artifact
|
|
|
|
|
2021-06-10 21:05:56 +00:00
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 8
|
|
|
|
%bcond_without html
|
|
|
|
%else
|
|
|
|
# pandoc is not supported in rhel 7 and older,
|
|
|
|
# which is needed for converting .md to .html.
|
|
|
|
%bcond_with html
|
|
|
|
%endif
|
|
|
|
|
2021-02-22 22:36:10 +00:00
|
|
|
%if 0%{?rhel}
|
|
|
|
Name: rhel-system-roles
|
|
|
|
%else
|
|
|
|
Name: linux-system-roles
|
|
|
|
%endif
|
2021-06-10 09:49:50 +00:00
|
|
|
Url: https://github.com/linux-system-roles
|
2021-02-22 22:36:10 +00:00
|
|
|
Summary: Set of interfaces for unified system management
|
2021-08-12 17:51:04 +00:00
|
|
|
Version: 1.8.0
|
2021-08-08 15:48:56 +00:00
|
|
|
Release: 1%{?dist}
|
2021-02-22 22:36:10 +00:00
|
|
|
|
|
|
|
#Group: Development/Libraries
|
|
|
|
License: GPLv3+ and MIT and BSD
|
|
|
|
%global installbase %{_datadir}/linux-system-roles
|
|
|
|
%global _pkglicensedir %{_licensedir}/%{name}
|
|
|
|
%global rolealtprefix linux-system-roles.
|
|
|
|
%global roleprefix %{name}.
|
|
|
|
%global roleinstprefix %{nil}
|
|
|
|
%global rolealtrelpath ../../linux-system-roles/
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%global roleinstprefix %{roleprefix}
|
|
|
|
%global installbase %{_datadir}/ansible/roles
|
|
|
|
%global rolealtrelpath %{nil}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%global collection_namespace redhat
|
|
|
|
%global collection_name rhel_system_roles
|
|
|
|
%else
|
|
|
|
%global collection_namespace fedora
|
|
|
|
%global collection_name linux_system_roles
|
|
|
|
%endif
|
|
|
|
%global subrole_prefix "private_${role}_subrole_"
|
|
|
|
|
|
|
|
%global collection_version %{version}
|
|
|
|
|
|
|
|
# Helper macros originally from macros.ansible by Igor Raits <ignatenkobrain>
|
|
|
|
# Not available on RHEL, so we must define those macros locally here without using ansible-galaxy
|
|
|
|
|
|
|
|
# Not used (yet). Could be made to point to AH in RHEL - but what about CentOS Stream?
|
|
|
|
#%%{!?ansible_collection_url:%%define ansible_collection_url() https://galaxy.ansible.com/%%{collection_namespace}/%%{collection_name}}
|
|
|
|
|
2021-06-10 21:05:56 +00:00
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 8
|
2021-06-15 11:48:23 +00:00
|
|
|
%{!?ansible_collection_files:%define ansible_collection_files %{_datadir}/ansible/collections/ansible_collections/%{collection_namespace}/}
|
2021-06-10 21:05:56 +00:00
|
|
|
%else
|
|
|
|
# Define undefined macro using "!?ansible_collection_files:..." does not work for rhel-7
|
|
|
|
%if %{?ansible_collection_files:0}%{!?ansible_collection_files:1}
|
2021-06-15 11:48:23 +00:00
|
|
|
%define ansible_collection_files %{_datadir}/ansible/collections/ansible_collections/%{collection_namespace}/
|
2021-06-10 21:05:56 +00:00
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2021-02-22 22:36:10 +00:00
|
|
|
|
|
|
|
%if %{with ansible}
|
|
|
|
BuildRequires: ansible >= 2.9.10
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{without ansible}
|
2021-05-23 01:32:57 +00:00
|
|
|
# We don't have ansible-galaxy.
|
2021-02-22 22:36:10 +00:00
|
|
|
# Simply copy everything instead of galaxy-installing the built artifact.
|
2021-06-15 11:48:23 +00:00
|
|
|
%define ansible_collection_build_install() tar -cf %{_tmppath}/%{collection_namespace}-%{collection_name}-%{version}.tar.gz .; mkdir -p %{buildroot}%{ansible_collection_files}%{collection_name}; (cd %{buildroot}%{ansible_collection_files}%{collection_name}; tar -xf %{_tmppath}/%{collection_namespace}-%{collection_name}-%{version}.tar.gz)
|
2021-02-22 22:36:10 +00:00
|
|
|
%else
|
2021-05-23 01:32:57 +00:00
|
|
|
%define ansible_collection_build_install() ansible-galaxy collection build; ansible-galaxy collection install -n -p %{buildroot}%{_datadir}/ansible/collections %{collection_namespace}-%{collection_name}-%{version}.tar.gz
|
2021-02-22 22:36:10 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
# For each role, call either defcommit() or deftag(). The other macros
|
|
|
|
# (%%id and %%shortid) can be then used in the same way in both cases.
|
|
|
|
# This way the rest of the spec file des not need to know whether we are
|
|
|
|
# dealing with a tag or a commit.
|
|
|
|
%global archiveext tar.gz
|
|
|
|
# list of role names
|
|
|
|
%global rolenames %nil
|
|
|
|
# list of assignments that can be used to populate a bash associative array variable
|
|
|
|
%global rolestodir %nil
|
|
|
|
%define getarchivedir() %(p=%{basename:%{S:%{1}}}; echo ${p%%.%{archiveext}})
|
|
|
|
|
|
|
|
%define defcommit() %{expand:%%global ref%{1} %{2}
|
|
|
|
%%global shortcommit%{1} %%(c=%%{ref%{1}}; echo ${c:0:7})
|
|
|
|
%%global extractdir%{1} %%{expand:%%getarchivedir %{1}}
|
|
|
|
%%{!?repo%{1}:%%global repo%{1} %%{rolename%{1}}}
|
2021-06-10 09:49:50 +00:00
|
|
|
%%global archiveurl%{1} %%{?forgeorg%{1}}%%{!?forgeorg%{1}:%%{url}}/%%{repo%{1}}/archive/%%{ref%{1}}/%%{repo%{1}}-%%{ref%{1}}.tar.gz
|
2021-02-22 22:36:10 +00:00
|
|
|
%%global rolenames %%{?rolenames} %%{rolename%{1}}
|
|
|
|
%%global roletodir%{1} [%{rolename%{1}}]="%{extractdir%{1}}"
|
|
|
|
%%global rolestodir %%{?rolestodir} %{roletodir%{1}}
|
|
|
|
}
|
|
|
|
|
|
|
|
%define deftag() %{expand:%%global ref%{1} %{2}
|
|
|
|
%%global extractdir%{1} %%{expand:%%getarchivedir %{1}}
|
|
|
|
%%{!?repo%{1}:%%global repo%{1} %%{rolename%{1}}}
|
2021-06-10 09:49:50 +00:00
|
|
|
%%global archiveurl%{1} %%{?forgeorg%{1}}%%{!?forgeorg%{1}:%%{url}}/%%{repo%{1}}/archive/%%{ref%{1}}/%%{repo%{1}}-%%{ref%{1}}.tar.gz
|
2021-02-22 22:36:10 +00:00
|
|
|
%%global rolenames %%{?rolenames} %%{rolename%{1}}
|
|
|
|
%%global roletodir%{1} [%{rolename%{1}}]="%{extractdir%{1}}"
|
|
|
|
%%global rolestodir %%{?rolestodir} %%{roletodir%{1}}
|
|
|
|
}
|
|
|
|
|
2021-05-24 19:29:57 +00:00
|
|
|
#%%defcommit 1 14314822b529520ac12964e0d2938c4bb18ab895
|
2021-02-22 22:36:10 +00:00
|
|
|
%global rolename1 postfix
|
2021-08-12 17:51:04 +00:00
|
|
|
%deftag 1 1.1.0
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-05-24 19:29:57 +00:00
|
|
|
#%%defcommit 2 9fe6eb36772e83b53dcfb8ceb73608fd4f72eeda
|
2021-02-22 22:36:10 +00:00
|
|
|
%global rolename2 selinux
|
2021-08-12 17:51:04 +00:00
|
|
|
%deftag 2 1.3.0
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-05-24 19:29:57 +00:00
|
|
|
#%%defcommit 3 8db8f9ed9088432bac7abf68f1b284475a3baa38
|
2021-02-22 22:36:10 +00:00
|
|
|
%global rolename3 timesync
|
2021-08-12 17:51:04 +00:00
|
|
|
%deftag 3 1.6.0
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-05-24 19:29:57 +00:00
|
|
|
#%%defcommit 4 02fc72b482e165472624b2f68eecd2ddce1d93b1
|
2021-02-22 22:36:10 +00:00
|
|
|
%global rolename4 kdump
|
2021-08-12 17:51:04 +00:00
|
|
|
%deftag 4 1.1.0
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-08-12 17:51:04 +00:00
|
|
|
#%%defcommit 5 b08a0b3748ee87aa3bdbcf1f0b7e41ef4971bbee
|
2021-02-22 22:36:10 +00:00
|
|
|
%global rolename5 network
|
2021-08-12 17:51:04 +00:00
|
|
|
%deftag 5 1.4.0
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-05-24 19:29:57 +00:00
|
|
|
#%%defcommit 6 b3b456183edb7b8aa6ceff7ce667d8e22009ef6a
|
2021-02-22 22:36:10 +00:00
|
|
|
%global rolename6 storage
|
2021-08-12 17:51:04 +00:00
|
|
|
%deftag 6 1.6.0
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-05-24 19:29:57 +00:00
|
|
|
#%%defcommit 7 0673d842fb32c437501e2aada2e38921da98e115
|
2021-02-22 22:36:10 +00:00
|
|
|
%global rolename7 metrics
|
2021-08-12 17:51:04 +00:00
|
|
|
%deftag 7 1.3.0
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-05-24 19:29:57 +00:00
|
|
|
#%%defcommit 8 2b9e53233ee3a68bdb532e62f289733e436a6106
|
2021-02-22 22:36:10 +00:00
|
|
|
%global rolename8 tlog
|
2021-08-12 17:51:04 +00:00
|
|
|
%deftag 8 1.2.0
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-05-24 19:29:57 +00:00
|
|
|
#%%defcommit 9 9373303b98e09ef38df7afc8d06e5e55812096c7
|
2021-02-22 22:36:10 +00:00
|
|
|
%global rolename9 kernel_settings
|
2021-08-12 17:51:04 +00:00
|
|
|
%deftag 9 1.1.0
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-05-24 19:29:57 +00:00
|
|
|
#%%defcommit 10 20dd3e5520ca06dcccaa9b3f1fb428d055e0c23f
|
2021-02-22 22:36:10 +00:00
|
|
|
%global rolename10 logging
|
2021-08-12 17:51:04 +00:00
|
|
|
%deftag 10 1.5.0
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-05-24 19:29:57 +00:00
|
|
|
#%%defcommit 11 c57d0b1f3384c525738fa26ba4bdca485e162567
|
2021-02-22 22:36:10 +00:00
|
|
|
%global rolename11 nbde_server
|
2021-08-12 17:51:04 +00:00
|
|
|
%deftag 11 1.1.0
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-05-24 19:29:57 +00:00
|
|
|
#%%defcommit 12 bef2fad5e365712d1f40e53662490ba2550a253f
|
2021-02-22 22:36:10 +00:00
|
|
|
%global rolename12 nbde_client
|
2021-08-12 17:51:04 +00:00
|
|
|
%deftag 12 1.1.0
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-05-24 19:29:57 +00:00
|
|
|
#%%defcommit 13 310fc53db04e8d3134524afb7a89b0477a2ffb83
|
2021-02-22 22:36:10 +00:00
|
|
|
%global rolename13 certificate
|
2021-08-12 17:51:04 +00:00
|
|
|
%deftag 13 1.1.0
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-05-24 19:29:57 +00:00
|
|
|
#%%defcommit 14 b2a9857ac661fa32e66666e444b73bfdb34cdf95
|
2021-02-22 22:36:10 +00:00
|
|
|
%global rolename14 crypto_policies
|
2021-08-12 17:51:04 +00:00
|
|
|
%deftag 14 1.2.0
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-06-10 09:49:50 +00:00
|
|
|
%global forgeorg15 https://github.com/willshersystems
|
2021-02-22 22:36:10 +00:00
|
|
|
%global repo15 ansible-sshd
|
|
|
|
%global rolename15 sshd
|
2021-08-12 17:51:04 +00:00
|
|
|
%defcommit 15 1c5c48835e01adc176febf945e1fd36b7d9af7fd
|
|
|
|
#%%deftag 15 v0.13.1
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-05-24 19:29:57 +00:00
|
|
|
#%%defcommit 16 59b9fd7b25607d8bd33bdb082748955f2652846a
|
2021-02-22 22:36:10 +00:00
|
|
|
%global rolename16 ssh
|
2021-08-12 17:51:04 +00:00
|
|
|
%deftag 16 1.1.0
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-05-24 19:29:57 +00:00
|
|
|
#%%defcommit 17 f901239cb91878719c9e7461760ef8d4789d626d
|
2021-02-22 22:36:10 +00:00
|
|
|
%global rolename17 ha_cluster
|
2021-08-12 17:51:04 +00:00
|
|
|
%deftag 17 1.3.0
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-05-24 19:29:57 +00:00
|
|
|
#%%defcommit 18 5f6cb73e6753fbdbb219b7d3079f0378b2d3bdb3
|
2021-04-01 22:24:03 +00:00
|
|
|
%global rolename18 vpn
|
2021-08-12 17:51:04 +00:00
|
|
|
%deftag 18 1.2.0
|
2021-04-01 22:24:03 +00:00
|
|
|
|
2021-08-12 17:51:04 +00:00
|
|
|
%global mainid 2dd50c8a16af647e4c7a768c481335e97735958a
|
2021-05-24 19:29:57 +00:00
|
|
|
Source: %{url}/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar.gz
|
2021-02-22 22:36:10 +00:00
|
|
|
Source1: %{archiveurl1}
|
|
|
|
Source2: %{archiveurl2}
|
|
|
|
Source3: %{archiveurl3}
|
|
|
|
Source4: %{archiveurl4}
|
|
|
|
Source5: %{archiveurl5}
|
|
|
|
Source6: %{archiveurl6}
|
|
|
|
Source7: %{archiveurl7}
|
|
|
|
Source8: %{archiveurl8}
|
|
|
|
Source9: %{archiveurl9}
|
|
|
|
Source10: %{archiveurl10}
|
|
|
|
Source11: %{archiveurl11}
|
|
|
|
Source12: %{archiveurl12}
|
|
|
|
Source13: %{archiveurl13}
|
|
|
|
Source14: %{archiveurl14}
|
|
|
|
Source15: %{archiveurl15}
|
|
|
|
Source16: %{archiveurl16}
|
|
|
|
Source17: %{archiveurl17}
|
2021-04-01 22:24:03 +00:00
|
|
|
Source18: %{archiveurl18}
|
2021-02-22 22:36:10 +00:00
|
|
|
|
|
|
|
# Script to convert the collection README to Automation Hub.
|
|
|
|
# Not used on Fedora.
|
|
|
|
Source998: collection_readme.sh
|
|
|
|
|
2021-05-06 16:58:30 +00:00
|
|
|
Patch51: network-tier1-tags.diff
|
|
|
|
Patch52: network-disable-bondtests.diff
|
2021-02-22 22:36:10 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
2021-06-10 21:05:56 +00:00
|
|
|
%if %{with html}
|
2021-05-10 13:21:58 +00:00
|
|
|
# Requirements for md2html.sh to build the documentation
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 9
|
|
|
|
BuildRequires: rubygem-kramdown-parser-gfm
|
|
|
|
%else
|
2021-02-22 22:36:10 +00:00
|
|
|
BuildRequires: pandoc
|
2021-05-10 13:21:58 +00:00
|
|
|
BuildRequires: asciidoc
|
2021-02-22 22:36:10 +00:00
|
|
|
BuildRequires: highlight
|
2021-05-10 13:21:58 +00:00
|
|
|
%endif
|
2021-06-10 21:05:56 +00:00
|
|
|
%endif
|
2021-05-10 13:21:58 +00:00
|
|
|
|
|
|
|
# Requirements for galaxy_transform.py
|
2021-02-22 22:36:10 +00:00
|
|
|
BuildRequires: python3
|
2021-06-10 21:05:56 +00:00
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 8
|
2021-02-22 22:36:10 +00:00
|
|
|
BuildRequires: python3dist(ruamel.yaml)
|
|
|
|
|
|
|
|
Requires: python3-jmespath
|
2021-04-01 22:24:03 +00:00
|
|
|
Requires: python3-netaddr
|
2021-06-10 21:05:56 +00:00
|
|
|
%else
|
|
|
|
BuildRequires: python3-ruamel-yaml
|
|
|
|
|
|
|
|
Requires: python-jmespath
|
|
|
|
Requires: python-netaddr
|
|
|
|
%endif
|
2021-02-22 22:36:10 +00:00
|
|
|
|
|
|
|
Obsoletes: rhel-system-roles-techpreview < 1.0-3
|
|
|
|
|
|
|
|
%if %{undefined __ansible_provides}
|
|
|
|
Provides: ansible-collection(%{collection_namespace}.%{collection_name}) = %{collection_version}
|
|
|
|
%endif
|
|
|
|
# be compatible with the usual Fedora Provides:
|
|
|
|
Provides: ansible-collection-%{collection_namespace}-%{collection_name} = %{version}-%{release}
|
|
|
|
|
|
|
|
# We need to put %%description within the if block to avoid empty
|
|
|
|
# lines showing up.
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%description
|
|
|
|
Collection of Ansible roles and modules that provide a stable and
|
|
|
|
consistent configuration interface for managing multiple versions
|
|
|
|
of Red Hat Enterprise Linux.
|
|
|
|
%else
|
|
|
|
%description
|
|
|
|
Collection of Ansible roles and modules that provide a stable and
|
|
|
|
consistent configuration interface for managing multiple versions
|
|
|
|
of Fedora, Red Hat Enterprise Linux & CentOS.
|
|
|
|
%endif
|
|
|
|
|
2021-03-17 00:39:28 +00:00
|
|
|
%if %{with collection_artifact}
|
|
|
|
%package collection-artifact
|
|
|
|
Summary: Collection artifact to import to Automation Hub / Ansible Galaxy
|
|
|
|
|
|
|
|
%description collection-artifact
|
|
|
|
Collection artifact for %{name}. This package contains %{collection_namespace}-%{collection_name}-%{version}.tar.gz
|
|
|
|
%endif
|
|
|
|
|
2021-02-22 22:36:10 +00:00
|
|
|
%prep
|
2021-04-01 22:24:03 +00:00
|
|
|
%setup -q -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a17 -a18 -n %{getarchivedir 0}
|
2021-02-22 22:36:10 +00:00
|
|
|
|
|
|
|
declare -A ROLESTODIR=(%{rolestodir})
|
|
|
|
for rolename in %{rolenames}; do
|
2021-05-24 19:29:57 +00:00
|
|
|
dir_from_archive="${ROLESTODIR[${rolename}]}"
|
|
|
|
if [ ! -d "$dir_from_archive" ]; then
|
|
|
|
# ansible-sshd uses tags like vX.Y.Z
|
|
|
|
# using the github archive/ link with a tag like this strips
|
|
|
|
# the leading v from the tag used to construct the directory
|
|
|
|
# name in the archive
|
|
|
|
if [[ "$dir_from_archive" =~ %{repo15}-v([0-9]+[.][0-9]+.*) ]]; then
|
|
|
|
dir_from_archive="%{repo15}-${BASH_REMATCH[1]}"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
mv "$dir_from_archive" ${rolename}
|
2021-02-22 22:36:10 +00:00
|
|
|
done
|
|
|
|
|
|
|
|
cd %{rolename5}
|
|
|
|
%patch51 -p1
|
|
|
|
%patch52 -p1
|
|
|
|
cd ..
|
|
|
|
cd %{rolename15}
|
2021-04-21 18:36:28 +00:00
|
|
|
sed -r -i -e "s/ansible-sshd/linux-system-roles.sshd/" tests/*.yml examples/*.yml
|
2021-08-12 17:51:04 +00:00
|
|
|
sed -r -i -e "s/ willshersystems.sshd/ linux-system-roles.sshd/" tests/*.yml examples/*.yml README.md
|
|
|
|
sed -r -i -e "s/min_ansible_version: 2.8/min_ansible_version: 2.9/" meta/main.yml
|
2021-02-22 22:36:10 +00:00
|
|
|
cd ..
|
|
|
|
|
|
|
|
# Replacing "linux-system-roles.rolename" with "rhel-system-roles.rolename" in each role
|
|
|
|
%if "%{roleprefix}" != "linux-system-roles."
|
|
|
|
for rolename in %{rolenames}; do
|
|
|
|
find $rolename -type f -exec \
|
|
|
|
sed "s/linux-system-roles[.]${rolename}\\>/%{roleprefix}${rolename}/g" -i {} \;
|
|
|
|
done
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# Removing symlinks in tests/roles
|
|
|
|
for rolename in %{rolenames}; do
|
|
|
|
if [ -d ${rolename}/tests/roles ]; then
|
|
|
|
find ${rolename}/tests/roles -type l -exec rm {} \;
|
|
|
|
if [ -d ${rolename}/tests/roles/linux-system-roles.${rolename} ]; then
|
|
|
|
rm -r ${rolename}/tests/roles/linux-system-roles.${rolename}
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
rm %{rolename5}/tests/modules
|
|
|
|
rm %{rolename5}/tests/module_utils
|
|
|
|
rm %{rolename5}/tests/playbooks/roles
|
2021-06-10 21:05:56 +00:00
|
|
|
# Drop network/{scripts/print_all_options.py,tests/ensure_provider_tests.py}
|
|
|
|
# from rpm. These 2 files fail in brp-python-bytecompile due to f-strings
|
|
|
|
# when python2 is default python.
|
|
|
|
rm %{rolename5}/scripts/print_all_options.py
|
|
|
|
rm %{rolename5}/tests/ensure_provider_tests.py
|
2021-07-28 21:55:20 +00:00
|
|
|
# Drop storage tests/scripts
|
|
|
|
rm -rf %{rolename6}/tests/scripts
|
2021-02-22 22:36:10 +00:00
|
|
|
|
|
|
|
# transform ambiguous #!/usr/bin/env python shebangs to python3 to stop brp-mangle-shebangs complaining
|
|
|
|
find -type f -executable -name '*.py' -exec \
|
|
|
|
sed -i -r -e '1s@^(#! */usr/bin/env python)(\s|$)@#\13\2@' '{}' +
|
|
|
|
|
|
|
|
%build
|
2021-06-10 21:05:56 +00:00
|
|
|
%if %{with html}
|
2021-04-01 22:19:15 +00:00
|
|
|
readmes=""
|
|
|
|
for role in %{rolenames}; do
|
|
|
|
readmes="${readmes} $role/README.md"
|
|
|
|
done
|
|
|
|
sh md2html.sh $readmes
|
2021-06-10 21:05:56 +00:00
|
|
|
%endif
|
2021-02-22 22:36:10 +00:00
|
|
|
|
|
|
|
mkdir .collections
|
|
|
|
%if 0%{?rhel}
|
|
|
|
# Convert the upstream collection readme to the downstream one
|
|
|
|
%{SOURCE998} lsr_role2collection/collection_readme.md
|
|
|
|
%endif
|
2021-04-05 23:13:32 +00:00
|
|
|
./galaxy_transform.py "%{collection_namespace}" "%{collection_name}" "%{collection_version}" "Red Hat Enterprise Linux System Roles Ansible Collection" > galaxy.yml.tmp
|
2021-02-22 22:36:10 +00:00
|
|
|
mv galaxy.yml.tmp galaxy.yml
|
|
|
|
|
2021-04-05 23:13:32 +00:00
|
|
|
for role in %{rolenames}; do
|
2021-02-22 22:36:10 +00:00
|
|
|
python3 lsr_role2collection.py --role "$role" --src-path "$role" \
|
|
|
|
--src-owner %{name} --subrole-prefix %{subrole_prefix} --dest-path .collections \
|
|
|
|
--readme lsr_role2collection/collection_readme.md \
|
|
|
|
--namespace %{collection_namespace} --collection %{collection_name}
|
|
|
|
done
|
|
|
|
|
2021-05-01 05:09:11 +00:00
|
|
|
# copy requirements.txt and bindep.txt from auto-maintenance/lsr_role2collection
|
|
|
|
if [ -f lsr_role2collection/collection_requirements.txt ]; then
|
|
|
|
cp lsr_role2collection/collection_requirements.txt \
|
|
|
|
.collections/ansible_collections/%{collection_namespace}/%{collection_name}/requirements.txt
|
|
|
|
fi
|
|
|
|
if [ -f lsr_role2collection/collection_bindep.txt ]; then
|
|
|
|
cp lsr_role2collection/collection_bindep.txt \
|
|
|
|
.collections/ansible_collections/%{collection_namespace}/%{collection_name}/bindep.txt
|
|
|
|
fi
|
|
|
|
|
2021-04-05 23:13:32 +00:00
|
|
|
rm -f .collections/ansible_collections/%{collection_namespace}/%{collection_name}/tests/sanity/ignore-2.9.txt
|
|
|
|
# Merge .sanity-ansible-ignore-2.9-ROLENAME.txt into tests/sanity/ignore-2.9.txt
|
|
|
|
mkdir -p .collections/ansible_collections/%{collection_namespace}/%{collection_name}/tests/sanity
|
|
|
|
for role in %{rolenames}; do
|
|
|
|
if [ -f .collections/ansible_collections/%{collection_namespace}/%{collection_name}/.sanity-ansible-ignore-2.9-"$role".txt ];
|
|
|
|
then
|
|
|
|
cat .collections/ansible_collections/%{collection_namespace}/%{collection_name}/.sanity-ansible-ignore-2.9-"$role".txt \
|
|
|
|
>> .collections/ansible_collections/%{collection_namespace}/%{collection_name}/tests/sanity/ignore-2.9.txt
|
|
|
|
rm -f .collections/ansible_collections/%{collection_namespace}/%{collection_name}/.sanity-ansible-ignore-*-"$role".txt
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
|
|
|
# removing dot files/dirs
|
|
|
|
rm -r .collections/ansible_collections/%{collection_namespace}/%{collection_name}/.[A-Za-z]*
|
|
|
|
|
2021-02-22 22:36:10 +00:00
|
|
|
cp -p galaxy.yml lsr_role2collection/.ansible-lint \
|
|
|
|
.collections/ansible_collections/%{collection_namespace}/%{collection_name}
|
2021-04-05 23:13:32 +00:00
|
|
|
|
2021-05-21 15:35:11 +00:00
|
|
|
# Remove table of contents from logging README.md
|
|
|
|
# It is not needed for html and AH/Galaxy
|
|
|
|
sed -i -e 's/^\(## Table of Contents\)/## Background\n\1/' \
|
|
|
|
.collections/ansible_collections/%{collection_namespace}/%{collection_name}/roles/logging/README.md
|
|
|
|
sed -i -e '/^## Table of Contents/,/^## Background/d' \
|
|
|
|
.collections/ansible_collections/%{collection_namespace}/%{collection_name}/roles/logging/README.md
|
|
|
|
|
|
|
|
# Remove internal links from readme files
|
|
|
|
# They are not rendered properly on AH.
|
|
|
|
for role in %{rolenames}; do
|
2021-05-24 19:29:57 +00:00
|
|
|
sed -r -i -e 's/\[([^[]+)\]\(#[^)]+\)/\1/g' \
|
2021-05-21 15:35:11 +00:00
|
|
|
.collections/ansible_collections/%{collection_namespace}/%{collection_name}/roles/$role/README.md
|
|
|
|
done
|
|
|
|
|
2021-02-22 22:36:10 +00:00
|
|
|
%install
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{installbase}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/ansible/roles
|
|
|
|
|
2021-04-01 22:19:15 +00:00
|
|
|
for role in %{rolenames}; do
|
|
|
|
cp -pR "$role" "$RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}$role"
|
|
|
|
done
|
2021-02-22 22:36:10 +00:00
|
|
|
|
|
|
|
%if 0%{?rolealtprefix:1}
|
2021-04-01 22:19:15 +00:00
|
|
|
for role in %{rolenames}; do
|
|
|
|
ln -s "%{rolealtrelpath}%{roleinstprefix}$role" "$RPM_BUILD_ROOT%{_datadir}/ansible/roles/%{rolealtprefix}$role"
|
|
|
|
done
|
2021-02-22 22:36:10 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_pkglicensedir}
|
2021-04-01 22:19:15 +00:00
|
|
|
rm $RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}network/examples/roles
|
|
|
|
for role in %{rolenames}; do
|
|
|
|
mkdir -p "$RPM_BUILD_ROOT%{_pkgdocdir}/$role"
|
|
|
|
cp -p "$RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}$role/README.md" \
|
|
|
|
"$RPM_BUILD_ROOT%{_pkgdocdir}/$role"
|
2021-06-10 21:05:56 +00:00
|
|
|
%if %{with html}
|
|
|
|
cp -p "$RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}$role/README.html" \
|
|
|
|
"$RPM_BUILD_ROOT%{_pkgdocdir}/$role"
|
|
|
|
%endif
|
2021-04-01 22:19:15 +00:00
|
|
|
if [ -f "$RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}$role/COPYING" ]; then
|
|
|
|
cp -p "$RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}$role/COPYING" \
|
|
|
|
"$RPM_BUILD_ROOT%{_pkglicensedir}/$role.COPYING"
|
|
|
|
fi
|
|
|
|
if [ -f "$RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}$role/LICENSE" ]; then
|
|
|
|
cp -p "$RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}$role/LICENSE" \
|
|
|
|
"$RPM_BUILD_ROOT%{_pkglicensedir}/$role.LICENSE"
|
|
|
|
fi
|
|
|
|
if [ -d "$RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}$role/examples" ]; then
|
|
|
|
for file in "$RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}$role/examples/"*.yml ; do
|
|
|
|
basename=$(basename "$file" .yml)
|
|
|
|
newname="$basename"
|
|
|
|
if [[ "$newname" != example-* ]]; then
|
|
|
|
newname="example-$newname"
|
|
|
|
fi
|
|
|
|
if [[ "$newname" != *-playbook ]]; then
|
|
|
|
newname="${newname}-playbook"
|
|
|
|
fi
|
|
|
|
cp "$file" "$RPM_BUILD_ROOT%{_pkgdocdir}/$role/${newname}.yml"
|
|
|
|
rm "$file"
|
|
|
|
done
|
|
|
|
if [ -f "$RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}$role/examples/inventory" ]; then
|
|
|
|
cp "$RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}$role/examples/inventory" \
|
|
|
|
"$RPM_BUILD_ROOT%{_pkgdocdir}/$role/example-inventory"
|
|
|
|
rm "$RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}$role/examples/inventory"
|
|
|
|
fi
|
|
|
|
# special case for network
|
|
|
|
# this will error if the directory is unexpectedly empty
|
|
|
|
rmdir "$RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}$role/examples"
|
|
|
|
fi
|
|
|
|
done
|
2021-02-22 22:36:10 +00:00
|
|
|
|
|
|
|
rm $RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}*/semaphore
|
|
|
|
rm -r $RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}*/molecule
|
|
|
|
|
|
|
|
rm -r $RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}*/.[A-Za-z]*
|
|
|
|
rm $RPM_BUILD_ROOT%{installbase}/%{roleinstprefix}*/tests/.git*
|
|
|
|
|
2021-04-01 22:19:15 +00:00
|
|
|
# NOTE: sshd/examples/example-root-login.yml is
|
2021-02-22 22:36:10 +00:00
|
|
|
# referenced in the configuring-openssh-servers-using-the-sshd-system-role documentation module
|
|
|
|
# must be updated if changing the file path
|
|
|
|
|
2021-03-17 00:39:28 +00:00
|
|
|
pushd .collections/ansible_collections/%{collection_namespace}/%{collection_name}/
|
2021-05-23 01:32:57 +00:00
|
|
|
%ansible_collection_build_install
|
2021-04-01 22:19:15 +00:00
|
|
|
popd
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-04-05 23:13:32 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_pkgdocdir}/collection
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_pkgdocdir}/collection/roles
|
|
|
|
|
2021-06-15 11:48:23 +00:00
|
|
|
cp -p %{buildroot}%{ansible_collection_files}%{collection_name}/README.md \
|
2021-04-01 22:19:15 +00:00
|
|
|
$RPM_BUILD_ROOT%{_pkgdocdir}/collection
|
2021-04-05 23:13:32 +00:00
|
|
|
|
|
|
|
for rolename in %{rolenames}; do
|
2021-06-15 11:48:23 +00:00
|
|
|
if [ -f %{buildroot}%{ansible_collection_files}%{collection_name}/roles/${rolename}/README.md ]; then
|
2021-04-05 23:13:32 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_pkgdocdir}/collection/roles/${rolename}
|
2021-06-15 11:48:23 +00:00
|
|
|
cp -p %{buildroot}%{ansible_collection_files}%{collection_name}/roles/${rolename}/README.md \
|
2021-04-05 23:13:32 +00:00
|
|
|
$RPM_BUILD_ROOT%{_pkgdocdir}/collection/roles/${rolename}
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
2021-06-10 21:05:56 +00:00
|
|
|
%if %{with html}
|
2021-05-23 01:32:57 +00:00
|
|
|
# converting README.md to README.html for collection in $RPM_BUILD_ROOT%{_pkgdocdir}/collection
|
|
|
|
readmes="$RPM_BUILD_ROOT%{_pkgdocdir}/collection/README.md"
|
|
|
|
for role in %{rolenames}; do
|
|
|
|
readmes="${readmes} $RPM_BUILD_ROOT%{_pkgdocdir}/collection/roles/${role}/README.md"
|
|
|
|
done
|
|
|
|
sh md2html.sh $readmes
|
2021-06-10 21:05:56 +00:00
|
|
|
%endif
|
2021-05-23 01:32:57 +00:00
|
|
|
|
2021-03-17 00:39:28 +00:00
|
|
|
%if %{with collection_artifact}
|
|
|
|
# Copy collection artifact to /usr/share/ansible/collections/ for collection-artifact
|
2021-04-20 21:39:51 +00:00
|
|
|
pushd .collections/ansible_collections/%{collection_namespace}/%{collection_name}/
|
2021-03-17 00:39:28 +00:00
|
|
|
if [ -f %{collection_namespace}-%{collection_name}-%{version}.tar.gz ]; then
|
2021-04-16 18:46:15 +00:00
|
|
|
mv %{collection_namespace}-%{collection_name}-%{version}.tar.gz \
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/ansible/collections/
|
2021-03-17 00:39:28 +00:00
|
|
|
fi
|
2021-04-20 21:39:51 +00:00
|
|
|
popd
|
2021-03-17 00:39:28 +00:00
|
|
|
%endif
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-04-01 22:19:15 +00:00
|
|
|
# generate the %files section in the file files_section.txt
|
|
|
|
format_item_for_files() {
|
|
|
|
# $1 is directory or file name in buildroot
|
|
|
|
# $2 - if true, and item is a directory, use %dir
|
|
|
|
local item
|
|
|
|
local files_item
|
|
|
|
item="$1"
|
|
|
|
files_item=${item##"%{buildroot}"}
|
|
|
|
if [ -L "$item" ]; then
|
|
|
|
echo "$files_item"
|
|
|
|
elif [ -d "$item" ]; then
|
|
|
|
if [[ "$item" == */doc* ]]; then
|
|
|
|
echo "%doc $files_item"
|
|
|
|
elif [ "${2:-false}" = true ]; then
|
|
|
|
echo "%dir $files_item"
|
|
|
|
else
|
|
|
|
echo "$files_item"
|
|
|
|
fi
|
|
|
|
elif [[ "$item" == */README.md ]] || [[ "$item" == */README.html ]]; then
|
|
|
|
if [[ "$item" == */private_* ]]; then
|
|
|
|
# mark as regular file, not %doc
|
|
|
|
echo "$files_item"
|
|
|
|
else
|
|
|
|
echo "%doc $files_item"
|
|
|
|
fi
|
2021-06-16 15:43:19 +00:00
|
|
|
elif [[ "$item" != */COPYING* ]] && [[ "$item" != */LICENSE* ]]; then
|
|
|
|
# Avoid dynamically using the license macro since the license macro
|
|
|
|
# is replaced with the value of License directive in the older rpmbuild.
|
2021-04-01 22:19:15 +00:00
|
|
|
echo "$files_item"
|
|
|
|
fi
|
|
|
|
}
|
|
|
|
|
|
|
|
files_section=files_section.txt
|
|
|
|
rm -f $files_section
|
|
|
|
touch $files_section
|
2021-02-22 22:36:10 +00:00
|
|
|
%if %{without ansible}
|
2021-04-01 22:19:15 +00:00
|
|
|
echo '%dir %{_datadir}/ansible' >> $files_section
|
|
|
|
echo '%dir %{_datadir}/ansible/roles' >> $files_section
|
2021-02-22 22:36:10 +00:00
|
|
|
%endif
|
|
|
|
%if "%{installbase}" != "%{_datadir}/ansible/roles"
|
2021-04-01 22:19:15 +00:00
|
|
|
echo '%dir %{installbase}' >> $files_section
|
2021-02-22 22:36:10 +00:00
|
|
|
%endif
|
2021-04-01 22:19:15 +00:00
|
|
|
echo '%dir %{ansible_collection_files}' >> $files_section
|
2021-06-15 11:48:23 +00:00
|
|
|
echo '%dir %{ansible_collection_files}%{collection_name}' >> $files_section
|
|
|
|
find %{buildroot}%{ansible_collection_files}%{collection_name} -mindepth 1 -maxdepth 1 | \
|
2021-04-01 22:19:15 +00:00
|
|
|
while read item; do
|
|
|
|
if [[ "$item" == */roles ]]; then
|
|
|
|
format_item_for_files "$item" true >> $files_section
|
|
|
|
find "$item" -mindepth 1 -maxdepth 1 | while read roles_dir; do
|
|
|
|
format_item_for_files "$roles_dir" true >> $files_section
|
|
|
|
find "$roles_dir" -mindepth 1 -maxdepth 1 | while read roles_item; do
|
|
|
|
format_item_for_files "$roles_item" >> $files_section
|
|
|
|
done
|
|
|
|
done
|
|
|
|
else
|
|
|
|
format_item_for_files "$item" >> $files_section
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
|
|
|
find %{buildroot}%{installbase} -mindepth 1 -maxdepth 1 | \
|
|
|
|
while read item; do
|
|
|
|
if [ -d "$item" ]; then
|
|
|
|
format_item_for_files "$item" true >> $files_section
|
|
|
|
find "$item" -mindepth 1 -maxdepth 1 | while read roles_item; do
|
|
|
|
format_item_for_files "$roles_item" >> $files_section
|
|
|
|
done
|
|
|
|
else
|
|
|
|
format_item_for_files "$item" >> $files_section
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
if [ "%{installbase}" != "%{_datadir}/ansible/roles" ]; then
|
|
|
|
find %{buildroot}%{_datadir}/ansible/roles -mindepth 1 -maxdepth 1 | \
|
|
|
|
while read item; do
|
|
|
|
if [ -d "$item" ]; then
|
|
|
|
format_item_for_files "$item" true >> $files_section
|
|
|
|
find "$item" -mindepth 1 -maxdepth 1 | while read roles_item; do
|
|
|
|
format_item_for_files "$roles_item" >> $files_section
|
|
|
|
done
|
|
|
|
else
|
|
|
|
format_item_for_files "$item" >> $files_section
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
# cat files_section.txt
|
|
|
|
# done with files_section.txt generation
|
|
|
|
|
|
|
|
|
|
|
|
%files -f files_section.txt
|
2021-02-22 22:36:10 +00:00
|
|
|
%{_pkgdocdir}/*/README.md
|
2021-06-10 21:05:56 +00:00
|
|
|
%if %{with html}
|
2021-02-22 22:36:10 +00:00
|
|
|
%{_pkgdocdir}/*/README.html
|
2021-06-10 21:05:56 +00:00
|
|
|
%endif
|
2021-04-01 22:19:15 +00:00
|
|
|
%{_pkgdocdir}/*/example-*
|
2021-04-05 23:13:32 +00:00
|
|
|
%{_pkgdocdir}/collection/roles/*/README.md
|
2021-06-10 21:05:56 +00:00
|
|
|
%if %{with html}
|
2021-04-05 23:13:32 +00:00
|
|
|
%{_pkgdocdir}/collection/roles/*/README.html
|
2021-06-10 21:05:56 +00:00
|
|
|
%endif
|
2021-02-22 22:36:10 +00:00
|
|
|
%license %{_pkglicensedir}/*
|
2021-06-16 15:43:19 +00:00
|
|
|
%license %{installbase}/*/COPYING*
|
|
|
|
%license %{installbase}/*/LICENSE*
|
|
|
|
%license %{ansible_collection_files}/%{collection_name}/COPYING*
|
|
|
|
%license %{ansible_collection_files}/%{collection_name}/LICENSE*
|
|
|
|
%if 0%{?rhel} < 8
|
|
|
|
# Needs to list excluded files in this hardcoded style since when
|
|
|
|
# format_item_for_files is executed, brp-python-bytecompile is not
|
|
|
|
# executed yet.
|
|
|
|
%exclude %{installbase}/*/*.py?
|
|
|
|
%exclude %{installbase}/*/*/*.py?
|
|
|
|
%exclude %{installbase}/*/*/*/*.py?
|
|
|
|
%exclude %{installbase}/*/*/*/*/*.py?
|
|
|
|
%exclude %{ansible_collection_files}/%{collection_name}/*/*/*.py?
|
|
|
|
%exclude %{ansible_collection_files}/%{collection_name}/*/*/*/*.py?
|
|
|
|
%exclude %{ansible_collection_files}/%{collection_name}/*/*/*/*/*.py?
|
|
|
|
%endif
|
2021-02-22 22:36:10 +00:00
|
|
|
|
2021-03-17 00:39:28 +00:00
|
|
|
%if %{with collection_artifact}
|
|
|
|
%files collection-artifact
|
|
|
|
%{_datadir}/ansible/collections/%{collection_namespace}-%{collection_name}-%{version}.tar.gz
|
|
|
|
%endif
|
|
|
|
|
2021-02-22 22:36:10 +00:00
|
|
|
%changelog
|
2021-08-12 17:51:04 +00:00
|
|
|
* Thu Aug 12 2021 Rich Megginson <rmeggins@redhat.com> - 1.8.0-1
|
|
|
|
- drop support for Ansible 2.8 - min_ansible_version is now 2.9
|
|
|
|
Resolves rhbz#1989197 (EL9)
|
|
|
|
Resolves rhbz#1989199 (EL8)
|
|
|
|
- sshd - fix rhel6 support - failed to validate: error:Missing Match criteria for all Bad Match condition
|
|
|
|
Resolves rhbz#1991598 (EL9)
|
|
|
|
Resolves rhbz#1990947 (EL8)
|
|
|
|
|
2021-08-08 15:48:56 +00:00
|
|
|
* Tue Aug 10 2021 Rich Megginson <rmeggins@redhat.com> - 1.7.6-1
|
|
|
|
- storage - tests_create_lvmvdo_then_remove fails - Module dm-vdo not found
|
|
|
|
Resolves rhbz#1991141 (EL8)
|
|
|
|
Resolves rhbz#1991062 (EL9)
|
|
|
|
- storage - Get syntax errors in tests_lvm_errors.yml
|
|
|
|
Resolves rhbz#1990793 (EL8)
|
|
|
|
Resolves rhbz#1991142 (EL9)
|
|
|
|
|
2021-08-10 00:37:46 +00:00
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.7.5-2
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
2021-08-07 02:03:51 +00:00
|
|
|
* Fri Aug 06 2021 Rich Megginson <rmeggins@redhat.com> - 1.7.5-1
|
|
|
|
- logging, certificate - Instead of the archive module, use "tar" command for backup.
|
|
|
|
Resolves rhbz#1984182 (EL9)
|
|
|
|
Resolves rhbz#1987096 (EL8)
|
|
|
|
- logging - Add a support for list value to server_host in the elasticsearch output
|
|
|
|
Resolves rhbz#1986460 (EL9)
|
|
|
|
Resolves rhbz#1986463 (EL8)
|
|
|
|
- logging - tests_relp.yml; Can't detect any of the required Python libraries cryptography (>= 1.2.3) or PyOpenSSL (>= 0.6)
|
|
|
|
Resolves rhbz#1989962 (EL9)
|
|
|
|
Resolves rhbz#1990142 (EL8)
|
|
|
|
|
2021-07-20 20:05:11 +00:00
|
|
|
* Fri Aug 06 2021 Rich Megginson <rmeggins@redhat.com> - 1.7.4-1
|
|
|
|
- metrics - Grafana dashboard not working after metrics role run unless services manually restarted
|
|
|
|
Resolves rhbz#1984150 (EL9)
|
|
|
|
Resolves rhbz#1978357 (EL8)
|
|
|
|
|
2021-08-03 23:23:59 +00:00
|
|
|
* Tue Aug 03 2021 Rich Megginson <rmeggins@redhat.com> - 1.7.3-1
|
|
|
|
- storage - tag tests that use NVME and SCSI
|
|
|
|
Resolves rhbz#1989211 (EL9)
|
|
|
|
Resolves rhbz#1989638 (EL8)
|
|
|
|
|
2021-08-03 16:10:52 +00:00
|
|
|
* Tue Aug 03 2021 Rich Megginson <rmeggins@redhat.com> - 1.7.2-1
|
|
|
|
- sshd - support for rhel9 managed hosts
|
|
|
|
Resolves rhbz#1989221 (EL9)
|
|
|
|
Resolves rhbz#1989638 (EL8)
|
|
|
|
|
2021-07-29 23:36:53 +00:00
|
|
|
* Thu Jul 29 2021 Rich Megginson <rmeggins@redhat.com> - 1.7.1-1
|
|
|
|
- network - tests_provider_nm.yml fails with an error: Failure in test 'I can manage a veth interface with NM after I managed it with initscripts.
|
|
|
|
Resolves rhbz#1935919
|
|
|
|
- network - _initscripts tests fail because "No package network-scripts available."
|
|
|
|
Resolves rhbz#1935916
|
|
|
|
- network - Test tests_bond_initscripts.yml failed to create interface
|
|
|
|
Resolves rhbz#1980870
|
|
|
|
- storage - covscan error - DEADCODE - vdopool if create_vdo else parent
|
|
|
|
Resolves rhbz#1985571 (EL9)
|
|
|
|
Resolves rhbz#1985572 (EL8)
|
|
|
|
- network - network: tests_bond_initscripts.yml leaves behind unusable resolv.conf in CI
|
|
|
|
Resolves rhbz#1915017
|
|
|
|
|
2021-07-28 21:55:20 +00:00
|
|
|
* Wed Jul 28 2021 Rich Megginson <rmeggins@redhat.com> - 1.7.0-1
|
|
|
|
- network - Skip tests on RHEL9 that use hostapd
|
|
|
|
Resolves rhbz#1945348
|
|
|
|
- network - Fix the bond test on DHCP
|
|
|
|
Resolves rhbz#1918252
|
|
|
|
- certificate, logging - Use 'tar' command instead of archive module
|
|
|
|
Resolves rhbz#1984182 (EL9)
|
|
|
|
Resolves rhbz#1987096 (EL8)
|
|
|
|
- kernel_settings - Disable bootloader testing on EL9
|
|
|
|
Resolves rhbz#1944599
|
|
|
|
- logging - Add a support for list value to server_host in the elasticsearch output
|
|
|
|
Resolves rhbz#1986460 (EL9)
|
|
|
|
Resolves rhbz#1986463 (EL8)
|
|
|
|
- storage - Add support for percentage-based volume sizes
|
|
|
|
Resolves rhbz#1984583 (EL9)
|
|
|
|
Resolves rhbz#1894642 (EL8)
|
|
|
|
- storage -storage_test_actual_size != storage_test_requested_size observed with tests_lvm_auto_size_cap.yml
|
|
|
|
Resolves rhbz#1986284 (EL8)
|
|
|
|
|
2021-07-23 14:33:36 +00:00
|
|
|
* Fri Jul 23 2021 Rich Megginson <rmeggins@redhat.com> - 1.6.1-1
|
|
|
|
- Error: device becoming unmanaged and pytest not reproducible in tests_integration_pytest.yml
|
|
|
|
Resolves rhbz#1985382 (EL9)
|
|
|
|
Resolves rhbz#1932699 (EL8)
|
|
|
|
- EPEL yum repository configuration for tests
|
|
|
|
Rebasing to latest picks up this fix - see rhel7 bz1980439
|
|
|
|
- connections: workaround DeprecationWarning for NM.SettingEthtool.set_feature()
|
|
|
|
Rebasing to latest picks up this fix
|
|
|
|
|
2021-07-16 03:09:15 +00:00
|
|
|
* Thu Jul 15 2021 Rich Megginson <rmeggins@redhat.com> - 1.6.0-1
|
|
|
|
- ha_cluster - add pacemaker cluster properties configuration
|
|
|
|
Resolves rhbz#1982913 (EL8)
|
|
|
|
Resolves rhbz#1982906 (EL9)
|
|
|
|
|
2021-07-16 00:03:58 +00:00
|
|
|
* Thu Jul 15 2021 Rich Megginson <rmeggins@redhat.com> - 1.5.0-1
|
|
|
|
- crypto_policies - rename 'policy modules' to 'subpolicies'
|
|
|
|
Resolves rhbz#1982896 (EL9)
|
|
|
|
Resolves rhbz#1982897 (EL8)
|
|
|
|
|
2021-08-04 22:39:11 +00:00
|
|
|
* Thu Jul 15 2021 Rich Megginson <rmeggins@redhat.com> - 1.4.2-1
|
|
|
|
- storage - relabel doesn't support - Fixed volume relabeling
|
|
|
|
Resolves rhbz#1876315 (EL8)
|
|
|
|
Resolves rhbz#1982841 (EL9)
|
|
|
|
|
2021-07-09 16:36:34 +00:00
|
|
|
* Fri Jul 9 2021 Rich Megginson <rmeggins@redhat.com> - 1.4.1-1
|
|
|
|
- network - Re-running the network system role results in "changed: true" when nothing has actually changed
|
|
|
|
Resolves rhbz#1980871
|
|
|
|
- network - Test tests_bond_initscripts.yml failed to create interface
|
|
|
|
Resolves rhbz#1980870
|
|
|
|
|
2021-07-08 23:08:28 +00:00
|
|
|
* Thu Jul 8 2021 Rich Megginson <rmeggins@redhat.com> - 1.4.0-1
|
|
|
|
- storage - LVMVDO support
|
|
|
|
Resolves rhbz#1882475
|
|
|
|
Resolves rhbz#1978488
|
|
|
|
|
2021-05-24 19:29:57 +00:00
|
|
|
* Wed Jun 23 2021 Rich Megginson <rmeggins@redhat.com> - 1.3.0-1
|
|
|
|
- ha_cluster - add pacemaker resources configuration
|
|
|
|
Resolves rhbz#1978726
|
|
|
|
- ha_cluster - code cleanup
|
|
|
|
Resolves rhbz#1978731
|
|
|
|
- Postfix RHEL system role README.md missing variables under the "Role Variables" section
|
|
|
|
Resolves rhbz#1978734
|
|
|
|
- logging README.html examples are rendered incorrectly
|
|
|
|
Resolves rhbz#1978758
|
|
|
|
- make postfix role idempotent - round 2
|
|
|
|
Resolves rhbz#1978760
|
|
|
|
- selinux task for semanage says Fedora in name but also runs on RHEL/CentOS 8
|
|
|
|
Resolves rhbz#1978740
|
|
|
|
- metrics role task to enable logging for targeted hosts not working
|
|
|
|
Resolves rhbz#1978746
|
|
|
|
- network - Only show stderr_lines by default
|
|
|
|
Resolves rhbz#1978731
|
|
|
|
- storage - LVMVDO support
|
|
|
|
Resolves rhbz#1978488
|
|
|
|
- storage - fix several linter issues
|
|
|
|
Resolves rhbz#1978731
|
|
|
|
- ssh - Fix variable precedence when invoked through roles
|
|
|
|
Resolves rhbz#1978745
|
|
|
|
- ssh - Update configuration options list for OpenSSH 8.6
|
|
|
|
Resolves rhbz#1978731
|
|
|
|
- sshd - Fix variable precedence when invoked through roles
|
|
|
|
Resolves rhbz#1978745
|
|
|
|
- sshd - Update configuration options list for OpenSSH 8.6
|
|
|
|
Resolves rhbz#1978731
|
|
|
|
- sshd - support for appending a snippet to configuration file
|
|
|
|
Resolves rhbz#1978752
|
|
|
|
- timesync - add NTS support
|
|
|
|
Resolves rhbz#1978753
|
|
|
|
- timesync - rebase to latest
|
|
|
|
Resolves rhbz#1978731
|
|
|
|
- nbde_client - rebase to latest
|
|
|
|
Resolves rhbz#1978731
|
|
|
|
|
2021-06-15 11:48:23 +00:00
|
|
|
* Thu Jun 17 2021 Sergei Petrosian <spetrosi@redhat.com> - 1.2.3-3
|
|
|
|
- Make the ansible_collection_files macro defined in Fedora automatically and
|
|
|
|
in RHEL manually consistent - having slash at the end to clean double-slashes
|
|
|
|
|
2021-06-10 09:49:50 +00:00
|
|
|
* Wed Jun 16 2021 Sergei Petrosian <spetrosi@redhat.com> - 1.2.3-2
|
|
|
|
- Remove slash (/) from the end of URLs to improve code readability
|
|
|
|
|
2021-06-14 18:27:44 +00:00
|
|
|
* Wed Jun 16 2021 Noriko Hosoi <nhosoi@redhat.com> - 1.2.3-1
|
|
|
|
- Add EL 9 support for timesync and network
|
|
|
|
Resolves rhbz#1952887
|
|
|
|
|
2021-06-15 22:40:42 +00:00
|
|
|
* Tue Jun 15 2021 Rich Megginson <rmeggins@redhat.com> - 1.2.2-3
|
|
|
|
- Fix HTML rendering of internal links when using pandoc/asciidoc
|
|
|
|
- Uses pandoc gfm instead of markdown_github
|
|
|
|
Resolves rhbz#1962976
|
|
|
|
|
2021-06-10 21:05:56 +00:00
|
|
|
* Fri Jun 11 2021 Noriko Hosoi <nhosoi@redhat.com> - 1.2.2-2
|
|
|
|
- Make spec file available for older versions of OSes.
|
|
|
|
- Drop python3-six dependency which was used by lsr_role2collection.py.
|
|
|
|
- Drop html files from rpm if the version has no markdown parser.
|
|
|
|
- Drop unnecessary python scripts which include python3 only code, e.g.,
|
|
|
|
f-strings.
|
|
|
|
Resolves rhbz#1970165
|
|
|
|
|
2021-06-09 15:16:26 +00:00
|
|
|
* Wed Jun 9 2021 Rich Megginson <rmeggins@redhat.com> - 1.2.2-1
|
|
|
|
- fix kdump tests_ssh for basic smoke test
|
|
|
|
Resolves rhbz#1957876
|
|
|
|
|
2021-05-21 15:35:11 +00:00
|
|
|
* Fri May 21 2021 Noriko Hosoi <nhosoi@redhat.com> - 1.2.1-1
|
|
|
|
- fix logging README.html examples' rendering problems
|
|
|
|
Resolves rhbz#1962374
|
|
|
|
- fix broken internal links in README.md files
|
|
|
|
Resolves rhbz#1962976
|
|
|
|
|
2021-06-10 21:05:56 +00:00
|
|
|
* Fri May 21 2021 Sergei Petrosian <spetrosi@redhat.com> - 1.2.0-2
|
2021-05-10 13:21:58 +00:00
|
|
|
- Add BuildRequires: rubygem-kramdown for Fedora and RHEL >= 9
|
|
|
|
|
2021-05-06 16:58:30 +00:00
|
|
|
* Fri May 14 2021 Rich Megginson <rmeggins@redhat.com> - 1.2.0-1
|
|
|
|
- rebase roles to latest upstream
|
|
|
|
Resolves rhbz#1957876
|
|
|
|
- make postfix role idempotent
|
|
|
|
Resolves rhbz#1960375
|
|
|
|
- use FQRN in postfix README
|
|
|
|
Resolves rhbz#1958963
|
|
|
|
- use relayhost in postfix README
|
|
|
|
Resolves rhbz#1866544
|
|
|
|
- use lazy unmount to fix umount: target is busy
|
|
|
|
Resolves rhbz#1945359
|
|
|
|
- network - Add support for ETHTOOL Ring option
|
|
|
|
Resolves rhbz#1959649
|
|
|
|
- storage: calltrace observed when set type: partition for storage_pools
|
|
|
|
Resolves rhbz#1854187
|
|
|
|
- ha_cluster - cannot read preshared key in binary format
|
|
|
|
Resolves rhbz#1952620
|
|
|
|
|
2021-05-13 21:05:31 +00:00
|
|
|
* Thu May 13 2021 Noriko Hosoi <nhosoi@redhat.com> - 1.1.0-2
|
|
|
|
- Dependencies in the collection packaging
|
|
|
|
Resolves rhbz#1954747
|
|
|
|
|
2021-04-01 21:04:05 +00:00
|
|
|
* Wed Apr 14 2021 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1
|
|
|
|
- rebase timesync role to latest upstream
|
|
|
|
Resolves rhbz#1937938
|
|
|
|
- timesync - add timesync_chrony_custom_settings variable for free-form
|
|
|
|
local configs
|
|
|
|
Resolves rhbz#1938023
|
|
|
|
- do not use ignore_errors in timesync role
|
|
|
|
Resolves rhbz#1938014
|
|
|
|
- support for timesync_max_distance to configure maxdistance/maxdist parameter
|
|
|
|
Resolves rhbz#1938016
|
|
|
|
- support for ntp xleave, filter, and hw timestamping
|
|
|
|
Resolves rhbz#1938020
|
2021-04-01 21:21:58 +00:00
|
|
|
- rebase selinux role to latest upstream
|
|
|
|
Resolves rhbz#1937938
|
|
|
|
- should not reload the SELinux policy if its not changed
|
|
|
|
Resolves rhbz#1757869
|
|
|
|
- Ability to install custom SELinux module via Ansible
|
|
|
|
Resolves rhbz#1848683
|
2021-04-01 21:28:24 +00:00
|
|
|
- rebase storage role to latest upstream
|
|
|
|
Resolves rhbz#1937938
|
2021-04-01 21:40:54 +00:00
|
|
|
- rebase network role to latest upstream
|
|
|
|
Resolves rhbz#1937938
|
|
|
|
- support for ipv6_disabled to disable ipv6 for address
|
|
|
|
Resolves rhbz#1939711
|
2021-04-01 21:46:47 +00:00
|
|
|
- rebase postfix role to latest upstream
|
|
|
|
Resolves rhbz#1937938
|
2021-04-01 21:51:51 +00:00
|
|
|
- rebase metrics role to latest upstream
|
|
|
|
Resolves rhbz#1937938
|
2021-04-01 21:55:56 +00:00
|
|
|
- rebase sshd role to latest upstream
|
|
|
|
Resolves rhbz#1937938
|
2021-04-01 22:13:52 +00:00
|
|
|
- rebase remaining roles to latest upstream
|
|
|
|
Resolves rhbz#1937938
|
2021-04-01 22:20:21 +00:00
|
|
|
- Generate %%files dynamically
|
2021-04-01 22:24:50 +00:00
|
|
|
- add vpn role
|
|
|
|
Resolves rhbz#1943679
|
2021-04-01 21:04:05 +00:00
|
|
|
|
2021-03-17 00:39:28 +00:00
|
|
|
* Tue Apr 13 2021 Noriko Hosoi <nhosoi@redhat.com> - 1.0.1-2
|
|
|
|
- Adding the -collection-artifact subpackage, enabled using
|
|
|
|
"--with collection_artifact". It is used for importing to
|
|
|
|
ansible galaxy/automation hub.
|
2021-04-16 18:46:15 +00:00
|
|
|
- README.html files (main README for the collection and README
|
|
|
|
for each role) are not located in /usr/share/ansible/collections,
|
|
|
|
but just put in /usr/share/doc/linux-system-roles/collection in rpm.
|
|
|
|
- The README.html files are not included in the collection artifact.
|
2021-04-21 18:36:28 +00:00
|
|
|
- Fixing "sshd role README.md examples use incorrect role name".
|
2021-03-17 00:39:28 +00:00
|
|
|
|
2021-04-05 23:03:35 +00:00
|
|
|
* Tue Apr 6 2021 Pavel Cahyna <pcahyna@redhat.com> - 1.0.1-1
|
|
|
|
- Sync with RHEL version 1.0.1-1.el8
|
|
|
|
Fix description field in galaxy.yml
|
|
|
|
Remove "Technology Preview" from Collection README
|
|
|
|
Merging individual ignore file and add it to the package
|
|
|
|
Add a note to each module Doc to indicate it is private
|
|
|
|
Add patches for network and storage role ansible-test fixes
|
|
|
|
Simplify doc tags in %%files, corrects a forgotten doc tag for ha_cluster
|
|
|
|
Suppress one ansible-lint warning in ha_cluster
|
|
|
|
Add patch for the inclusive language leftover on network-role README.md
|
|
|
|
|
2021-02-22 22:36:10 +00:00
|
|
|
* Mon Feb 22 2021 Pavel Cahyna <pcahyna@redhat.com> - 1.0.0-16
|
|
|
|
- Sync with RHEL version 1.0.0-31
|
|
|
|
Rebase certificate role to pick up a test fix
|
|
|
|
Rebase logging role to fix default private key path,
|
|
|
|
upstream PR #218
|
|
|
|
Update collection doc transformation to match a modified text
|
|
|
|
and include the Tech Preview note again (for RHEL)
|
|
|
|
|
|
|
|
* Fri Feb 19 2021 Pavel Cahyna <pcahyna@redhat.com> - 1.0.0-15
|
|
|
|
- Sync with RHEL version 1.0.0-29
|
|
|
|
Added roles: ssh, ha_cluster
|
|
|
|
Updated roles: certificate, kernel_settings, nbde_client,
|
|
|
|
logging, network
|
|
|
|
Improvements to collection build and metadata
|
|
|
|
- Two further improvements from RHEL:
|
|
|
|
Corrected merge botch in files list - make ssh README a docfile
|
|
|
|
Dynamically update galaxy.yml with our metadata even on Fedora,
|
|
|
|
we can't rely on correct version number in auto-maintenance
|
|
|
|
|
|
|
|
* Tue Feb 9 2021 Pavel Cahyna <pcahyna@redhat.com> - 1.0.0-14
|
|
|
|
- Synchronize with RHEL, new roles added:
|
|
|
|
storage, metrics, tlog, kernel_settings, logging, nbde_server,
|
|
|
|
nbde_client, certificate, crypto_policies, sshd, and the
|
|
|
|
fedora.linux_system_roles collection.
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Dec 05 2018 Till Maas <opensource@till.name> - 1.0-8
|
|
|
|
- Install roles at /usr/share/linux-system-roles, use symlinks in
|
|
|
|
/usr/share/ansible/roles/ to allow using alternatives
|
|
|
|
|
|
|
|
* Wed Nov 14 2018 Mike DePaulo <mikedep333@gmail.com> - 1.0-7
|
|
|
|
- spec file improvement: Remove unnecessary %%doc for files under _pkgdocdor
|
|
|
|
- Install license files under /usr/share/licenses instead of /usr/share/doc
|
|
|
|
|
|
|
|
* Tue Nov 06 2018 Mike DePaulo <mikedep333@gmail.com> - 1.0-7
|
|
|
|
- Fix rpm build for added example timesync example playbooks
|
|
|
|
- Misc spec file comments fixes
|
|
|
|
- Fix rpmlint error by escaping a previous changelog entry with a macro
|
|
|
|
- Comply with Fedora guidelines by always using "cp -p" in %%install
|
|
|
|
- Update %%description to be different for Fedora.
|
|
|
|
|
|
|
|
* Wed Oct 24 2018 Pavel Cahyna <pcahyna@redhat.com> - 1.0-7
|
|
|
|
- Update to latest versions of selinux, kdump and timesync.
|
|
|
|
- Update to the latest revision of postfix, fixes README markup
|
|
|
|
- Add Obsoletes for the -techpreview subpackage introduced mistakenly in 1.0-1
|
|
|
|
- spec file improvement: Unify the source macros with deftag() and defcommit()
|
|
|
|
|
|
|
|
* Tue Oct 23 2018 Till Maas <opensource@till.name> - 1.0-6
|
|
|
|
- Update Network system role to latest commit to include Fedora 29 fixes
|
|
|
|
- Update example timesync example playbooks
|
|
|
|
- Add comments about upstream status
|
|
|
|
|
|
|
|
* Tue Aug 14 2018 Pavel Cahyna <pcahyna@redhat.com> - 1.0-4
|
|
|
|
- Format the READMEs as html, by vdolezal, with changes to use highlight
|
|
|
|
(source-highlight does not understand YAML)
|
|
|
|
|
|
|
|
* Thu Aug 9 2018 Pavel Cahyna <pcahyna@redhat.com> - 1.0-3
|
|
|
|
- Rebase the network role to the last revision (d866422).
|
|
|
|
Many improvements to tests, introduces autodetection of the current provider
|
|
|
|
and defaults to using profile name as interface name.
|
|
|
|
- Rebase the selinux, timesync and kdump roles to their 1.0rc1 versions.
|
|
|
|
Many changes to the role interfaces to make them more consistent
|
|
|
|
and conforming to Ansible best practices.
|
|
|
|
- Update the description.
|
|
|
|
|
|
|
|
* Fri May 11 2018 Pavel Cahyna <pcahyna@redhat.com> - 0.6-4
|
|
|
|
- Fix complaints about /usr/bin/python during RPM build by making the affected scripts non-exec
|
|
|
|
- Fix merge botch
|
|
|
|
|
|
|
|
* Mon Mar 19 2018 Troy Dawson <tdawson@redhat.com> - 0.6-3.1
|
|
|
|
- Use -a (after cd) instead of -b (before cd) in %%setup
|
|
|
|
|
|
|
|
* Wed Mar 14 2018 Pavel Cahyna <pcahyna@redhat.com> - 0.6-3
|
|
|
|
- Minor corrections of the previous change by Till Maas.
|
|
|
|
|
|
|
|
* Fri Mar 9 2018 Pavel Cahyna <pcahyna@redhat.com> - 0.6-2
|
|
|
|
- Document network role options: static routes, ethernet, dns
|
|
|
|
Upstream PR#36, bz1550128, documents bz1487747 and bz1478576
|
|
|
|
|
|
|
|
* Tue Jan 30 2018 Pavel Cahyna <pcahyna@redhat.com> - 0.6-1
|
|
|
|
- Drop hard dependency on ansible (#1525655), patch from Yaakov Selkowitz
|
|
|
|
- Update the network role to version 0.4, solves bz#1487747, bz#1478576
|
|
|
|
|
|
|
|
* Tue Dec 19 2017 Pavel Cahyna <pcahyna@redhat.com> - 0.5-3
|
|
|
|
- kdump: fix the wrong conditional for ssh checking and improve test (PR#10)
|
|
|
|
|
|
|
|
* Tue Nov 07 2017 Pavel Cahyna <pcahyna@redhat.com> - 0.5-2
|
|
|
|
- kdump: add ssh support. upstream PR#9, rhbz1478707
|
|
|
|
|
|
|
|
* Tue Oct 03 2017 Pavel Cahyna <pcahyna@redhat.com> - 0.5-1
|
|
|
|
- SELinux: fix policy reload when SELinux is disabled on CentOS/RHEL 6
|
|
|
|
(bz#1493574)
|
|
|
|
- network: update to b856c7481bf5274d419f71fb62029ea0044b3ec1 :
|
|
|
|
makes the network role idempotent (bz#1476053) and fixes manual
|
|
|
|
network provider selection (bz#1485074).
|
|
|
|
|
|
|
|
* Mon Aug 28 2017 Pavel Cahyna <pcahyna@redhat.com> - 0.4-1
|
|
|
|
- network: update to b9b6f0a7969e400d8d6ba0ac97f69593aa1e8fa5:
|
|
|
|
ensure that state:absent followed by state:up works (bz#1478910), and change
|
|
|
|
the example IP adresses to the IANA-assigned ones.
|
|
|
|
- SELinux: fix the case when SELinux is disabled (bz#1479546).
|
|
|
|
|
|
|
|
* Tue Aug 8 2017 Pavel Cahyna <pcahyna@redhat.com> - 0.3-2
|
|
|
|
- We can't change directories to symlinks (rpm bug #447156) so keep the old
|
|
|
|
names and create the new names as symlinks.
|
|
|
|
|
|
|
|
* Tue Aug 8 2017 Pavel Cahyna <pcahyna@redhat.com> - 0.3-1
|
|
|
|
- Change the prefix to linux-system-roles., keeping compatibility
|
|
|
|
symlinks.
|
|
|
|
- Update the network role to dace7654feb7b5629ded0734c598e087c2713265:
|
|
|
|
adds InfiniBand support and other fixes.
|
|
|
|
- Drop a patch included upstream.
|
|
|
|
|
|
|
|
* Mon Jun 26 2017 Pavel Cahyna <pcahyna@redhat.com> - 0.2-2
|
|
|
|
- Leave a copy of README and COPYING in every role's directory, as suggested by T. Bowling.
|
|
|
|
- Move the network example inventory to the documentation directory together.
|
|
|
|
with the example playbooks and delete the now empty "examples" directory.
|
|
|
|
- Use proper reserved (by RFC 7042) MAC addresses in the network examples.
|
|
|
|
|
|
|
|
* Tue Jun 6 2017 Pavel Cahyna <pcahyna@redhat.com> - 0.2-1
|
|
|
|
- Update the networking role to version 0.2 (#1459203)
|
|
|
|
- Version every role and the package separately. They live in separate repos
|
|
|
|
and upstream release tags are not coordinated.
|
|
|
|
|
|
|
|
* Mon May 22 2017 Pavel Cahyna <pcahyna@redhat.com> - 0.1-2
|
|
|
|
- Prefix the roles in examples and documentation with rhel-system-roles.
|
|
|
|
|
|
|
|
* Thu May 18 2017 Pavel Cahyna <pcahyna@redhat.com> - 0.1-1
|
|
|
|
- Update to 0.1 (first upstream release).
|
|
|
|
- Remove the tuned role, it is not ready yet.
|
|
|
|
- Move the example playbooks to /usr/share/doc/rhel-system-roles/$SUBSYSTEM
|
|
|
|
directly to get rid of an extra directory.
|
|
|
|
- Depend on ansible.
|
|
|
|
|
|
|
|
* Thu May 4 2017 Pavel Cahyna <pcahyna@redhat.com> - 0-0.1.20170504
|
|
|
|
- Initial release.
|
|
|
|
- kdump r. fe8bb81966b60fa8979f3816a12b0c7120d71140
|
|
|
|
- postfix r. 43eec5668425d295dce3801216c19b1916df1f9b
|
|
|
|
- selinux r. 1e4a21f929455e5e76dda0b12867abaa63795ae7
|
|
|
|
- timesync r. 33a1a8c349de10d6281ed83d4c791e9177d7a141
|
|
|
|
- tuned r. 2e8bb068b9815bc84287e9b6dc6177295ffdf38b
|
|
|
|
- network r. 03ff040df78a14409a0d89eba1235b8f3e50a750
|
|
|
|
|