Add validate_cmd
for keepalived.conf
#278
ci.yml
on: pull_request
Puppet
/
Static validations
18s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
72 errors and 3 warnings
Puppet / Puppet 7 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122931556.BejTv4.pp
Last 10 lines of output were:
Info: /Stage[main]/Main/File[/etc/keepalived/myconfig.conf]: Scheduling refresh of Class[Keepalived::Service]
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1631-1harhut' returned 5: (VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1631-1harhut' returned 5: (VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.07 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122933601.FD0awQ.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.07 seconds
Info: Using environment 'production'
Info: Applying configuration version '1722601775'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1772-an87m8' returned 5: (VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1772-an87m8' returned 5: (VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.07 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - AlmaLinux 9:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 7 - AlmaLinux 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122937480.pSJBZ4.pp
Last 10 lines of output were:
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1429-nw6gv4' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1429-nw6gv4' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122939505.SKk0rc.pp
Last 10 lines of output were:
Info: Applying configuration version '1722601781'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1558-zf6nso' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1558-zf6nso' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.07 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - AlmaLinux 8:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 7 - AlmaLinux 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122938569.vafePc.pp
Last 10 lines of output were:
Info: /Stage[main]/Main/File[/etc/keepalived/myconfig.conf]: Scheduling refresh of Class[Keepalived::Service]
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1543-137nbyf' returned 5: (VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1543-137nbyf' returned 5: (VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122940624.5xH8Rv.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1722601782'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1676-1uslwce' returned 5: (VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1676-1uslwce' returned 5: (VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.07 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - Rocky 9:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 7 - Rocky 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122942344.wPAMNI.pp
Last 10 lines of output were:
Info: /Stage[main]/Main/File[/etc/keepalived/myconfig.conf]: Scheduling refresh of Class[Keepalived::Service]
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1368-g9p10j' returned 5: (VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1368-g9p10j' returned 5: (VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122944361.ixGVmK.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1722601786'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1489-15xuj0v' returned 5: (VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1489-15xuj0v' returned 5: (VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 7 - OracleLinux 9
Process completed with exit code 1.
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122940009.bhOuHY.pp
Last 10 lines of output were:
Info: /Stage[main]/Main/File[/etc/keepalived/myconfig.conf]: Scheduling refresh of Class[Keepalived::Service]
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1631-1y8850k' returned 5: (VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1631-1y8850k' returned 5: (VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122942231.uv27MG.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1722601784'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1772-1mu3oe2' returned 5: (VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1772-1mu3oe2' returned 5: (VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.07 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - AlmaLinux 9:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 8 - AlmaLinux 9
Process completed with exit code 1.
|
Puppet / Puppet 8 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122942597.nV7rWI.pp
Last 10 lines of output were:
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1315-55yzfa' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1315-55yzfa' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.09 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122944721.Km5icn.pp
Last 10 lines of output were:
Info: Applying configuration version '1722601786'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1436-1e0kvgr' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1436-1e0kvgr' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - Rocky 8:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 8 - Rocky 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122943542.EXNcfU.pp
Last 10 lines of output were:
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1315-xus886' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1315-xus886' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122945510.nbWjoG.pp
Last 10 lines of output were:
Info: Applying configuration version '1722601787'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1436-1l48nba' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1436-1l48nba' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - Rocky 8:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 7 - Rocky 8
Process completed with exit code 1.
|
Puppet / Puppet 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122944344.EmBvDi.pp
Last 10 lines of output were:
Info: /Stage[main]/Main/File[/etc/keepalived/myconfig.conf]: Scheduling refresh of Class[Keepalived::Service]
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1368-13kuodc' returned 5: (VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1368-13kuodc' returned 5: (VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.09 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122946609.6QM1Bd.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.07 seconds
Info: Using environment 'production'
Info: Applying configuration version '1722601788'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1489-1ocyb3r' returned 5: (VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1489-1ocyb3r' returned 5: (VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 8 - OracleLinux 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122949272.yDLTJm.pp
Last 10 lines of output were:
Info: /Stage[main]/Main/File[/etc/keepalived/myconfig.conf]: Scheduling refresh of Class[Keepalived::Service]
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1368-1yk2ajb' returned 5: (VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1368-1yk2ajb' returned 5: (VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122951180.C6ntl0.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1722601792'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1489-1d962oc' returned 5: (VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1489-1d962oc' returned 5: (VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.07 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 7 - CentOS 9
Process completed with exit code 1.
|
Puppet / Puppet 8 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122947488.fOWdmT.pp
Last 10 lines of output were:
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1429-k0nk4o' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1429-k0nk4o' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.09 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122949767.70HmHM.pp
Last 10 lines of output were:
Info: Applying configuration version '1722601791'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1558-1o6zbay' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1558-1o6zbay' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - AlmaLinux 8:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 8 - AlmaLinux 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122950016.YaOotJ.pp
Last 10 lines of output were:
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1453-199jurq' returned 5: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1453-199jurq' returned 5: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.85 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122952695.Yy0G5T.pp
Last 10 lines of output were:
Info: Applying configuration version '1722601794'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1520-1kk4sef' returned 5: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1520-1kk4sef' returned 5: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.85 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 7 - Ubuntu 22.04
Process completed with exit code 1.
|
Puppet / Puppet 7 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122952219.5x4MVW.pp
Last 10 lines of output were:
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1705-suyiue' returned 5: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1705-suyiue' returned 5: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.54 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122954552.G9Z0li.pp
Last 10 lines of output were:
Info: Applying configuration version '1722601796'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1798-1unv80u' returned 5: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1798-1unv80u' returned 5: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.53 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 7 - Debian 12
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122956682.JABI5V.pp
Last 10 lines of output were:
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1446-1inzoxw' returned 5: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1446-1inzoxw' returned 5: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.85 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122959552.vnkPkM.pp
Last 10 lines of output were:
Info: Applying configuration version '1722601801'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1513-rxhrk1' returned 5: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1513-rxhrk1' returned 5: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.87 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 8 - Ubuntu 22.04
Process completed with exit code 1.
|
Puppet / Puppet 8 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_122959136.Gd5SuZ.pp
Last 10 lines of output were:
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1698-1ka3wwj' returned 5: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1698-1ka3wwj' returned 5: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.54 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123001610.yp0aew.pp
Last 10 lines of output were:
Info: Applying configuration version '1722601803'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1791-rxdr2g' returned 5: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1791-rxdr2g' returned 5: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.52 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - Debian 12:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 8 - Debian 12
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123006854.v3AZtX.pp
Last 10 lines of output were:
Info: /Stage[main]/Main/File[/etc/keepalived/myconfig.conf]: Scheduling refresh of Class[Keepalived::Service]
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1370-9ww6p' returned 5: (VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1370-9ww6p' returned 5: (VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123009054.i8KR2z.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.07 seconds
Info: Using environment 'production'
Info: Applying configuration version '1722601810'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1491-k4wf5k' returned 5: (VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1491-k4wf5k' returned 5: (VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 8 - CentOS 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123009989.butJWm.pp
Last 10 lines of output were:
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1252-1o3muq7' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1252-1o3muq7' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123011894.Mkq6Xe.pp
Last 10 lines of output were:
Info: Applying configuration version '1722601813'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1365-176tpee' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1365-176tpee' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 7 - OracleLinux 8
Process completed with exit code 1.
|
Puppet / Puppet 8 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123011913.WP0hUX.pp
Last 10 lines of output were:
Info: /Stage[main]/Main/File[/etc/keepalived/myconfig.conf]: Scheduling refresh of Class[Keepalived::Service]
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1546-1etu6vr' returned 5: (VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1546-1etu6vr' returned 5: (VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.07 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - Rocky 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123014021.ZaGUDy.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1722601815'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1679-glw1hd' returned 5: (VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1679-glw1hd' returned 5: (VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.07 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - Rocky 9:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 8 - Rocky 9
Process completed with exit code 1.
|
Puppet / Puppet 8 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
keepalived class with unmanaged external config behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123013438.CwPCr4.pp
Last 10 lines of output were:
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1252-ngs7fc' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1252-ngs7fc' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.09 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
keepalived class with unmanaged external config behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_123015593.RdCY6O.pp
Last 10 lines of output were:
Info: Applying configuration version '1722601817'
Info: Computing checksum on file /etc/keepalived/keepalived.conf
Info: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]: Filebucketed /etc/keepalived/keepalived.conf to puppet with sum 855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726
Error: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1365-1v05rhu' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
Error: /Stage[main]/Keepalived::Config/Concat[/etc/keepalived/keepalived.conf]/File[/etc/keepalived/keepalived.conf]/content: change from '{sha256}855f5706e92996eb137827a3c6cdf314c2cec14f356ac1a5d0da766c95d77726' to '{sha256}bfc75800a87c80c3b8cfc73a6300d9d5d18d797abe761df12d589cf8b84d96a2' failed: Execution of '/usr/sbin/keepalived -l -t -f /etc/keepalived/keepalived.conf20240802-1365-1v05rhu' returned 4: (VI_50) No VIP specified; at least one is sensible
(VI_50) No VIP specified; at least one is sensible
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Dependency File[/etc/keepalived/keepalived.conf] has failures: true
Warning: /Stage[main]/Keepalived::Service/Service[keepalived]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/keepalived_spec.rb:82
|
Puppet / Puppet 8 - OracleLinux 8:
spec/acceptance/keepalived_spec.rb#L104
keepalived class with unmanaged external config File "/etc/keepalived/keepalived.conf" content is expected to contain "include /etc/keepalived/myconfig.conf"
Failure/Error: its(:content) { is_expected.to contain('include /etc/keepalived/myconfig.conf') }
expected "# Managed by Puppet\nglobal_defs {\n notification_email {\n [email protected]\n }\n snmp_sock...pe PASS\n auth_pass secret\n }\n\n virtual_ipaddress {\n 10.0.0.1/16 dev eth0\n }\n}\n\n\n" to contain "include /etc/keepalived/myconfig.conf"
|
Puppet / Puppet 8 - OracleLinux 8
Process completed with exit code 1.
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system RedHat 7
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 7
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 8
|