Add Puppet 8 support #257
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-puppet8.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-puppet8.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_order_spec.rb#L70
corosync creates a simple order constraint
Failure/Error: apply_manifest(pp, expect_changes: true, debug: false, trace: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --trace --detailed-exitcodes /tmp/apply_manifest_101026704.uWTNoh.pp
Last 10 lines of output were:
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet.rb:288:in `override'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:217:in `main'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application/apply.rb:185:in `run_command'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:423:in `block in run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util.rb:706:in `exit_on_fail'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/application.rb:423:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:145:in `run'
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/command_line.rb:79:in `execute'
/opt/puppetlabs/puppet/bin/puppet:6:in `<main>'
�[mNotice: Applied catalog in 0.64 seconds
|
Run tests:
spec/acceptance/cs_order_spec.rb#L84
corosync creates a simple order constraint with first_vip as first
Failure/Error:
shell('cibadmin --query | grep first_then_two') do |r|
expect(r.stdout).to match(%r{first="first_vip"})
end
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
cibadmin --query | grep first_then_two
Last 10 lines of output were:
|
Run tests:
spec/acceptance/cs_order_spec.rb#L90
corosync creates a simple order constraint with start as first-action
Failure/Error:
shell('cibadmin --query | grep first_then_two') do |r|
expect(r.stdout).to match(%r{first-action="start"})
end
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
cibadmin --query | grep first_then_two
Last 10 lines of output were:
|
Run tests:
spec/acceptance/cs_order_spec.rb#L96
corosync creates a simple order constraint with second_vip as then
Failure/Error:
shell('cibadmin --query | grep first_then_two') do |r|
expect(r.stdout).to match(%r{then="second_vip"})
end
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
cibadmin --query | grep first_then_two
Last 10 lines of output were:
|
Run tests:
spec/acceptance/cs_order_spec.rb#L102
corosync creates a simple order constraint with start as then-action
Failure/Error:
shell('cibadmin --query | grep first_then_two') do |r|
expect(r.stdout).to match(%r{then-action="start"})
end
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
cibadmin --query | grep first_then_two
Last 10 lines of output were:
|
Run tests:
spec/acceptance/cs_order_spec.rb#L116
corosync deletes an order constraint
Failure/Error: apply_manifest(pp, expect_changes: true, debug: false, trace: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 0 running:
puppet apply --verbose --trace --detailed-exitcodes /tmp/apply_manifest_101029573.AKVRMF.pp
Last 10 lines of output were:
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.07 seconds
Warning: Found multiple default providers for cs_order: crm, pcs; using crm
Info: Using environment 'production'
Info: Applying configuration version '1728814231'
�[mNotice: Applied catalog in 0.63 seconds
|
Loading