Add Puppet 8 support #258
Annotations
10 errors
Run tests:
spec/acceptance/cs_commit_spec.rb#L141
corosync creates the vip resource in the shadow cib
Failure/Error: expect(r.stdout).to match(%r{apache2_vip.*IPaddr2})
expected "NO resources configured\n" to match /apache2_vip.*IPaddr2/
Diff:
@@ -1 +1 @@
-/apache2_vip.*IPaddr2/
+NO resources configured
|
Run tests:
spec/acceptance/cs_commit_spec.rb#L156
corosync creates the service resource in the shadow cib
Failure/Error: expect(r.stdout).to match(%r{apache2_service.*IPaddr2})
expected "NO resources configured\n" to match /apache2_service.*IPaddr2/
Diff:
@@ -1 +1 @@
-/apache2_service.*IPaddr2/
+NO resources configured
|
Run tests:
spec/acceptance/cs_commit_spec.rb#L171
corosync creates the colocation in the shadow cib and apache2_vip is the "with" resource
Failure/Error:
shell(command) do |r|
expect(r.stdout).to match(%r{colocation.*\swith-rsc="apache2_vip"})
end
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 1 running:
pcs cluster cib -f /opt/puppetlabs/puppet/cache/shadow.puppet | grep apache2_vip_with_service
Last 10 lines of output were:
|
Run tests:
spec/acceptance/cs_commit_spec.rb#L182
corosync creates the colocation in the shadow cib and apache2_service is the main resource
Failure/Error:
shell(command) do |r|
expect(r.stdout).to match(%r{colocation.*\srsc="apache2_service"})
end
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 1 running:
pcs cluster cib -f /opt/puppetlabs/puppet/cache/shadow.puppet | grep apache2_vip_with_service
Last 10 lines of output were:
|
Run tests:
spec/acceptance/cs_location_spec.rb#L63
corosync creates a location
Failure/Error: apply_manifest(pp, catch_failures: true, debug: false, trace: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --trace --detailed-exitcodes /tmp/apply_manifest_103255586.NcL9m9.pp
Last 10 lines of output were:
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet.rb:289:in `override'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:212:in `main'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:182:in `run_command'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:421:in `block in run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util.rb:756:in `exit_on_fail'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:421:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:143:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:77:in `execute'
/opt/puppetlabs/puppet/bin/puppet:5:in `<main>'
�[mNotice: Applied catalog in 0.62 seconds
|
Run tests:
spec/acceptance/cs_location_spec.rb#L91
corosync creates a location with resource-discovery parameter
Failure/Error: apply_manifest(pp, catch_failures: true, debug: false, trace: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --trace --detailed-exitcodes /tmp/apply_manifest_103303053.iCWXea.pp
Last 10 lines of output were:
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet.rb:289:in `override'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:212:in `main'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:182:in `run_command'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:421:in `block in run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util.rb:756:in `exit_on_fail'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:421:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:143:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:77:in `execute'
/opt/puppetlabs/puppet/bin/puppet:5:in `<main>'
�[mNotice: Applied catalog in 0.62 seconds
|
Run tests:
spec/acceptance/cs_location_spec.rb#L108
corosync creates a location with resource-discovery=exclusive
Failure/Error:
shell('cibadmin --query | grep duncan_vip_there') do |r|
expect(r.stdout).to match(%r{resource-discovery="exclusive"})
end
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 1 running:
cibadmin --query | grep duncan_vip_there
Last 10 lines of output were:
|
Run tests:
spec/acceptance/cs_location_spec.rb#L115
corosync with one rule creates a location
Failure/Error: apply_manifest(pp, catch_failures: true, debug: false, trace: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --trace --detailed-exitcodes /tmp/apply_manifest_103305624.q1lD7j.pp
Last 10 lines of output were:
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet.rb:289:in `override'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:212:in `main'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:182:in `run_command'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:421:in `block in run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util.rb:756:in `exit_on_fail'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:421:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:143:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:77:in `execute'
/opt/puppetlabs/puppet/bin/puppet:5:in `<main>'
�[mNotice: Applied catalog in 0.61 seconds
|
Run tests:
spec/acceptance/cs_location_spec.rb#L138
corosync with one rule contains the score attribute
Failure/Error:
shell('cibadmin --query --xpath "//rule[@id=\'duncan_vip_not_in_container-rule\']"') do |r|
expect(r.stdout).to match(%r{<rule .*score="-INFINITY"})
end
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 105 running:
cibadmin --query --xpath "//rule[@id='duncan_vip_not_in_container-rule']"
Last 10 lines of output were:
Call cib_query failed (-6): No such device or address
|
Run tests:
spec/acceptance/cs_location_spec.rb#L144
corosync with one rule contains the attribute attribute
Failure/Error:
shell('cibadmin --query --xpath "//rule[@id=\'duncan_vip_not_in_container-rule\']"') do |r|
expect(r.stdout).to match(%r{<expression .*attribute="#kind"})
end
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 105 running:
cibadmin --query --xpath "//rule[@id='duncan_vip_not_in_container-rule']"
Last 10 lines of output were:
Call cib_query failed (-6): No such device or address
|
Loading