Add CentOS 8 and 9 support #50
Annotations
10 errors
Run tests:
spec/acceptance/agent_and_server_spec.rb#L8
hyperglass::server class default parameters works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_001130044.pp.pU7EQv
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Function Call, The nodejs module is not supported on CentOS 9. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 115, column: 9) on node centos9-64-puppet7.example.com
|
Run tests:
spec/acceptance/agent_spec.rb#L8
hyperglass::agent class default parameters works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_001132035.pp.vDlAzo
Last 10 lines of output were:
�[mNotice: /Stage[main]/Hyperglass::Agent::Service/Systemd::Unit_file[hyperglass-agent.service]/Systemd::Daemon_reload[hyperglass-agent.service]/Exec[systemd-hyperglass-agent.service-systemctl-daemon-reload]: Triggered 'refresh' from 1 event
Info: Systemd::Daemon_reload[hyperglass-agent.service]: Scheduling refresh of Service[hyperglass-agent.service]
�[mNotice: /Stage[main]/Hyperglass::Agent::Service/Systemd::Unit_file[hyperglass-agent.service]/Service[hyperglass-agent.service]: Dependency Package[bird2] has failures: true
Warning: /Stage[main]/Hyperglass::Agent::Service/Systemd::Unit_file[hyperglass-agent.service]/Service[hyperglass-agent.service]: Skipping because of failed dependencies
Info: /Stage[main]/Hyperglass::Agent::Service/Systemd::Unit_file[hyperglass-agent.service]/Service[hyperglass-agent.service]: Unscheduling all events on Service[hyperglass-agent.service]
Info: Systemd::Unit_file[hyperglass-agent.service]: Unscheduling all events on Systemd::Unit_file[hyperglass-agent.service]
Info: Class[Hyperglass::Agent]: Unscheduling all events on Class[Hyperglass::Agent]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 73.62 seconds
|
Run tests:
spec/acceptance/agent_spec.rb#L37
hyperglass::agent class default parameters Service "hyperglass-agent" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "hyperglass-agent" to be running
|
Run tests:
spec/acceptance/agent_spec.rb#L38
hyperglass::agent class default parameters Service "hyperglass-agent" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "hyperglass-agent" to be enabled
|
Run tests:
spec/acceptance/agent_spec.rb#L42
hyperglass::agent class default parameters Port "8080" is expected to be listening on 127.0.0.1 with tcp
Failure/Error: it { is_expected.to be_listening.on('127.0.0.1').with('tcp') }
expected Port "8080" to be listening on 127.0.0.1 with tcp
|
Run tests:
spec/acceptance/server_spec.rb#L8
hyperglass::server class default parameters works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_001247988.pp.ou3VjR
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Function Call, The nodejs module is not supported on CentOS 9. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 115, column: 9) on node centos9-64-puppet7.example.com
|
Run tests:
spec/acceptance/server_spec.rb#L22
hyperglass::server class default parameters Service "nginx" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "nginx" to be running
|
Run tests:
spec/acceptance/server_spec.rb#L23
hyperglass::server class default parameters Service "nginx" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "nginx" to be enabled
|
Run tests:
spec/acceptance/server_spec.rb#L30
hyperglass::server class default parameters Command "sleep 180; curl http://localhost:8001" stdout is expected to match /hyperglass/
Failure/Error: its(:stdout) { is_expected.to match %r{hyperglass} }
expected "" to match /hyperglass/
Diff:
@@ -1 +1 @@
-/hyperglass/
+""
|
Run tests
Process completed with exit code 1.
|
Loading