Add Ubuntu 20.04 support #51
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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071947642.pp.9aRReD
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 hyperglass::server class currently only works on CentOS/RedHat (file: /etc/puppetlabs/code/modules/hyperglass/manifests/server.pp, line: 49, column: 5) on node ubuntu2004-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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071949665.pp.JytSz0
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Could not find resource 'Yumrepo[epel]' in parameter 'require' (file: /tmp/apply_manifest_071949665.pp.JytSz0, line: 18) on node ubuntu2004-64-puppet7.example.com
|
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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071952087.pp.bLp6sC
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 hyperglass::server class currently only works on CentOS/RedHat (file: /etc/puppetlabs/code/modules/hyperglass/manifests/server.pp, line: 49, column: 5) on node ubuntu2004-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