Bootstrap agent2 support #728
Annotations
5 errors
Run tests:
spec/acceptance/agent_spec.rb#L11
zabbix::agent class with zabbix_version 5.0 With minimal parameter works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_100001402.pp.5srwHJ
Last 10 lines of output were:
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.conf]: Dependency Package[zabbix-agent] has failures: true
Warning: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Systemd::Journald/Service[systemd-journald]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Agent/Zabbix::Startup[zabbix-agent]/File[/etc/init.d/zabbix-agent]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Agent/Zabbix::Startup[zabbix-agent]/Systemd::Unit_file[zabbix-agent.service]/File[/etc/systemd/system/zabbix-agent.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Agent/Zabbix::Startup[zabbix-agent]/Systemd::Unit_file[zabbix-agent.service]/Systemd::Daemon_reload[zabbix-agent.service]/Exec[systemd-zabbix-agent.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 6.12 seconds
|
Run tests:
spec/acceptance/agent_spec.rb#L29
zabbix::agent class with zabbix_version 5.0 With minimal parameter Package "zabbix-agent" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "zabbix-agent" to be installed
|
Run tests:
spec/acceptance/agent_spec.rb#L33
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent" to be running
|
Run tests:
spec/acceptance/agent_spec.rb#L34
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent" to be enabled
|
Run tests
Process completed with exit code 1.
|
Loading