network - no initscripts on el9, restore resolv.conf - storage deadcode issue

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)

network - network: tests_bond_initscripts.yml leaves behind unusable resolv.conf in CI

(cherry picked from commit c9b7a0996d52394d7675d49ca40bb3041967eafc)
This commit is contained in:
Rich Megginson 2021-07-29 17:36:53 -06:00
parent d833c892d7
commit b8ce8fac79

View File

@ -21,7 +21,7 @@ Name: linux-system-roles
%endif %endif
Url: https://github.com/linux-system-roles Url: https://github.com/linux-system-roles
Summary: Set of interfaces for unified system management Summary: Set of interfaces for unified system management
Version: 1.7.0 Version: 1.7.1
Release: 1%{?dist} Release: 1%{?dist}
#Group: Development/Libraries #Group: Development/Libraries
@ -123,13 +123,13 @@ BuildRequires: ansible >= 2.9.10
%global rolename4 kdump %global rolename4 kdump
%deftag 4 1.0.5 %deftag 4 1.0.5
%defcommit 5 e10919ec62ce5efbc8d405c3d25c1e45e26d6b48 %defcommit 5 b08a0b3748ee87aa3bdbcf1f0b7e41ef4971bbee
%global rolename5 network %global rolename5 network
#%%deftag 5 1.0.0 #%%deftag 5 1.0.0
#%%defcommit 6 b3b456183edb7b8aa6ceff7ce667d8e22009ef6a #%%defcommit 6 b3b456183edb7b8aa6ceff7ce667d8e22009ef6a
%global rolename6 storage %global rolename6 storage
%deftag 6 1.5.0 %deftag 6 1.5.1
#%%defcommit 7 0673d842fb32c437501e2aada2e38921da98e115 #%%defcommit 7 0673d842fb32c437501e2aada2e38921da98e115
%global rolename7 metrics %global rolename7 metrics
@ -615,6 +615,19 @@ fi
%endif %endif
%changelog %changelog
* 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
* Wed Jul 28 2021 Rich Megginson <rmeggins@redhat.com> - 1.7.0-1 * Wed Jul 28 2021 Rich Megginson <rmeggins@redhat.com> - 1.7.0-1
- network - Skip tests on RHEL9 that use hostapd - network - Skip tests on RHEL9 that use hostapd
Resolves rhbz#1945348 Resolves rhbz#1945348