Add Puppet 8 support #381
Annotations
10 errors
spec/acceptance/redis_cli_task_spec.rb#L12
redis-cli task install redis-cli with the class
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_101721842.pp.KIC5me
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Undefined variable 'fqdn' (file: /etc/puppetlabs/puppet/hiera.yaml, line: 6) on node rocky9-64-puppet8.example.com
|
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L32
redis::instance example runs successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_101726464.pp.hOx5Xz
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Undefined variable 'fqdn' (file: /etc/puppetlabs/puppet/hiera.yaml, line: 6) on node rocky9-64-puppet8.example.com
|
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L66
redis::instance example Package "redis" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "redis" to be installed
|
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example File "/etc/systemd/system/redis-server-6379.service" content is expected to match /redis-server-6379.conf/
Failure/Error: its(:content) { is_expected.to match %r{redis-server-#{instance}.conf} }
expected "" to match /redis-server-6379.conf/
Diff:
@@ -1 +1 @@
-/redis-server-6379.conf/
+""
|
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L80
redis::instance example Service "redis-server-6379" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "redis-server-6379" to be enabled
|
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L81
redis::instance example Service "redis-server-6379" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "redis-server-6379" to be running
|
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L85
redis::instance example File "/etc/redis/redis-server-6379.conf" content is expected to match /port 6379/
Failure/Error: its(:content) { is_expected.to match %r{port #{instance}} }
expected "" to match /port 6379/
Diff:
@@ -1 +1 @@
-/port 6379/
+""
|
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L90
redis::instance example redis instance 6379 should respond to ping command Command "redis-cli -h 172.17.0.2 -p 6379 ping" stdout is expected to match /PONG/
Failure/Error: its(:stdout) { is_expected.to match %r{PONG} }
expected "" to match /PONG/
Diff:
@@ -1 +1 @@
-/PONG/
+""
|
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L76
redis::instance example File "/etc/systemd/system/redis-server-6380.service" content is expected to match /redis-server-6380.conf/
Failure/Error: its(:content) { is_expected.to match %r{redis-server-#{instance}.conf} }
expected "" to match /redis-server-6380.conf/
Diff:
@@ -1 +1 @@
-/redis-server-6380.conf/
+""
|
spec/acceptance/suites/default/redis_multi_instances_one_host_spec.rb#L80
redis::instance example Service "redis-server-6380" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "redis-server-6380" to be enabled
|
The logs for this run have expired and are no longer available.
Loading