Install systemd-networkd package, if any #438
Annotations
6 errors
spec/acceptance/networkd_spec.rb#L17
systemd with manage_networkd true configure systemd-networkd works idempotently with no errors
Failure/Error: apply_manifest(manifest, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193717098.pp.OnKqQK
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1697657841'
Error: Execution of '/usr/bin/dnf -d 0 -e 1 -y install systemd-networkd' returned 1: Error: Unable to find a match: systemd-networkd
Error: /Stage[main]/Systemd::Install/Package[systemd-networkd]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/dnf -d 0 -e 1 -y install systemd-networkd' returned 1: Error: Unable to find a match: systemd-networkd
�[mNotice: Applied catalog in 0.78 seconds
|
spec/acceptance/networkd_spec.rb#L29
systemd with manage_networkd true configure systemd-networkd is expected to be installed
Failure/Error: it { expect(package('systemd-networkd')).to be_installed } if has_package
expected Package "systemd-networkd" to be installed
|
spec/acceptance/networkd_spec.rb#L25
systemd with manage_networkd true configure systemd-networkd Service "systemd-networkd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "systemd-networkd" to be running
|
spec/acceptance/networkd_spec.rb#L26
systemd with manage_networkd true configure systemd-networkd Service "systemd-networkd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "systemd-networkd" to be enabled
|
spec/acceptance/networkd_spec.rb#L42
systemd with manage_networkd true configure systemd stopped works idempotently with no errors
Failure/Error: apply_manifest(manifest, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193722854.pp.2ZHA5A
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1697657846'
Error: Execution of '/usr/bin/dnf -d 0 -e 1 -y install systemd-networkd' returned 1: Error: Unable to find a match: systemd-networkd
Error: /Stage[main]/Systemd::Install/Package[systemd-networkd]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/dnf -d 0 -e 1 -y install systemd-networkd' returned 1: Error: Unable to find a match: systemd-networkd
�[mNotice: Applied catalog in 0.78 seconds
|
|
The logs for this run have expired and are no longer available.
Loading