CI #618
ci.yml
on: schedule
Puppet
/
Static validations
21s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
22 errors
Puppet / 7 (Ruby 2.7):
spec/classes/foreman_proxy_content_spec.rb#L9
foreman_proxy_content on centos-8-x86_64 without parameters is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1108-2.qx2vdsazxcienorwhmthlehiqd.ex.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/foreman_proxy_content__reverse_proxy_spec.rb#L17
foreman_proxy_content::reverse_proxy on centos-8-x86_64 with inherited parameters is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1108-2.qx2vdsazxcienorwhmthlehiqd.ex.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/foreman_proxy_content__reverse_proxy_spec.rb#L18
foreman_proxy_content::reverse_proxy on centos-8-x86_64 with inherited parameters is expected to contain Apache::Vhost[my-reverse-proxy] with servername => "foo.example.com", serveraliases => [], port => 8443 and proxy_pass => [{"path"=>"/", "url"=>"https://foo.example.com/", "reverse_urls"=>["https://foo.example.com/"], "params"=>{"disablereuse"=>"on", "retry"=>"0"}}]
Failure/Error:
is_expected.to contain_apache__vhost('my-reverse-proxy')
.with_servername(facts[:fqdn])
.with_serveraliases([])
.with_port(8443)
.with_proxy_pass([{
'path' => '/',
'url' => "https://#{facts[:fqdn]}/",
'reverse_urls' => ["https://#{facts[:fqdn]}/"],
'params' => {'disablereuse' => 'on', 'retry' => '0'},
}])
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1108-2.qx2vdsazxcienorwhmthlehiqd.ex.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/foreman_proxy_content_spec.rb#L10
foreman_proxy_content on centos-8-x86_64 without parameters is expected to contain Package[katello-debug]
Failure/Error: it { is_expected.to contain_package('katello-debug') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1108-2.qx2vdsazxcienorwhmthlehiqd.ex.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/foreman_proxy_content_spec.rb#L11
foreman_proxy_content on centos-8-x86_64 without parameters is expected to contain Class[foreman_proxy_content::pub_dir]
Failure/Error: it { is_expected.to contain_class('foreman_proxy_content::pub_dir') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1108-2.qx2vdsazxcienorwhmthlehiqd.ex.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/foreman_proxy_content_spec.rb#L12
foreman_proxy_content on centos-8-x86_64 without parameters is expected to contain Class[pulpcore] that comes before Class[foreman_proxy::plugin::pulp]
Failure/Error:
is_expected.to contain_class('pulpcore')
.with(apache_http_vhost: 'foreman')
.with(apache_https_vhost: 'foreman-ssl')
.with(content_service_worker_timeout: 90)
.with(api_service_worker_timeout: 90)
.with(allowed_content_checksums: ['sha1', 'sha224', 'sha256', 'sha384', 'sha512'])
.with(api_client_auth_cn_map: {facts[:fqdn] => 'admin'})
.with(allowed_import_path: ['/var/lib/pulp/sync_imports', '/var/lib/pulp/imports'])
.with(allowed_export_path: ['/var/lib/pulp/exports'])
.that_comes_before('Class[foreman_proxy::plugin::pulp]')
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1108-2.qx2vdsazxcienorwhmthlehiqd.ex.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/foreman_proxy_content_spec.rb#L25
foreman_proxy_content on centos-8-x86_64 without parameters is expected to contain Class[foreman_proxy::plugin::pulp] with rhsm_url => "https://foo.example.com:443/rhsm"
Failure/Error:
is_expected.to contain_class('foreman_proxy::plugin::pulp')
.with_rhsm_url("https://#{facts[:fqdn]}:443/rhsm")
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1108-2.qx2vdsazxcienorwhmthlehiqd.ex.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/foreman_proxy_content_spec.rb#L38
foreman_proxy_content on centos-8-x86_64 without parameters with custom import/export paths as arrays is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1108-2.qx2vdsazxcienorwhmthlehiqd.ex.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/foreman_proxy_content_spec.rb#L40
foreman_proxy_content on centos-8-x86_64 without parameters with custom import/export paths as arrays is expected to contain Class[pulpcore] with allowed_import_path => ["/var/lib/pulp/sync_imports", "/var/lib/pulp/imports", "/my/custom/import/path", "/my/other/import/path"] and allowed_export_path => ["/var/lib/pulp/exports", "/my/custom/export/path"]
Failure/Error:
is_expected.to contain_class('pulpcore')
.with(allowed_import_path:
[
'/var/lib/pulp/sync_imports',
'/var/lib/pulp/imports',
'/my/custom/import/path',
'/my/other/import/path'
]
)
.with(allowed_export_path: ['/var/lib/pulp/exports', '/my/custom/export/path'])
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1108-2.qx2vdsazxcienorwhmthlehiqd.ex.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/foreman_proxy_content__reverse_proxy_spec.rb#L17
foreman_proxy_content::reverse_proxy on redhat-8-x86_64 with inherited parameters is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1108-2.qx2vdsazxcienorwhmthlehiqd.ex.internal.cloudapp.net
|
Puppet / 6 (Ruby 2.5):
spec/defines/foreman_proxy_content__reverse_proxy_spec.rb#L17
foreman_proxy_content::reverse_proxy on centos-8-x86_64 with inherited parameters is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1110-353.web1hnpulnrebejjggulhupmdh.dx.internal.cloudapp.net
|
Puppet / 6 (Ruby 2.5):
spec/classes/foreman_proxy_content_spec.rb#L9
foreman_proxy_content on centos-8-x86_64 without parameters is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1110-353.web1hnpulnrebejjggulhupmdh.dx.internal.cloudapp.net
|
Puppet / 6 (Ruby 2.5):
spec/defines/foreman_proxy_content__reverse_proxy_spec.rb#L18
foreman_proxy_content::reverse_proxy on centos-8-x86_64 with inherited parameters is expected to contain Apache::Vhost[my-reverse-proxy] with servername => "foo.example.com", serveraliases => [], port => 8443 and proxy_pass => [{"path"=>"/", "url"=>"https://foo.example.com/", "reverse_urls"=>["https://foo.example.com/"], "params"=>{"disablereuse"=>"on", "retry"=>"0"}}]
Failure/Error:
is_expected.to contain_apache__vhost('my-reverse-proxy')
.with_servername(facts[:fqdn])
.with_serveraliases([])
.with_port(8443)
.with_proxy_pass([{
'path' => '/',
'url' => "https://#{facts[:fqdn]}/",
'reverse_urls' => ["https://#{facts[:fqdn]}/"],
'params' => {'disablereuse' => 'on', 'retry' => '0'},
}])
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1110-353.web1hnpulnrebejjggulhupmdh.dx.internal.cloudapp.net
|
Puppet / 6 (Ruby 2.5):
spec/classes/foreman_proxy_content_spec.rb#L10
foreman_proxy_content on centos-8-x86_64 without parameters is expected to contain Package[katello-debug]
Failure/Error: it { is_expected.to contain_package('katello-debug') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1110-353.web1hnpulnrebejjggulhupmdh.dx.internal.cloudapp.net
|
Puppet / 6 (Ruby 2.5):
spec/classes/foreman_proxy_content_spec.rb#L11
foreman_proxy_content on centos-8-x86_64 without parameters is expected to contain Class[foreman_proxy_content::pub_dir]
Failure/Error: it { is_expected.to contain_class('foreman_proxy_content::pub_dir') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1110-353.web1hnpulnrebejjggulhupmdh.dx.internal.cloudapp.net
|
Puppet / 6 (Ruby 2.5):
spec/classes/foreman_proxy_content_spec.rb#L12
foreman_proxy_content on centos-8-x86_64 without parameters is expected to contain Class[pulpcore] that comes before Class[foreman_proxy::plugin::pulp]
Failure/Error:
is_expected.to contain_class('pulpcore')
.with(apache_http_vhost: 'foreman')
.with(apache_https_vhost: 'foreman-ssl')
.with(content_service_worker_timeout: 90)
.with(api_service_worker_timeout: 90)
.with(allowed_content_checksums: ['sha1', 'sha224', 'sha256', 'sha384', 'sha512'])
.with(api_client_auth_cn_map: {facts[:fqdn] => 'admin'})
.with(allowed_import_path: ['/var/lib/pulp/sync_imports', '/var/lib/pulp/imports'])
.with(allowed_export_path: ['/var/lib/pulp/exports'])
.that_comes_before('Class[foreman_proxy::plugin::pulp]')
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1110-353.web1hnpulnrebejjggulhupmdh.dx.internal.cloudapp.net
|
Puppet / 6 (Ruby 2.5):
spec/classes/foreman_proxy_content_spec.rb#L25
foreman_proxy_content on centos-8-x86_64 without parameters is expected to contain Class[foreman_proxy::plugin::pulp] with rhsm_url => "https://foo.example.com:443/rhsm"
Failure/Error:
is_expected.to contain_class('foreman_proxy::plugin::pulp')
.with_rhsm_url("https://#{facts[:fqdn]}:443/rhsm")
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1110-353.web1hnpulnrebejjggulhupmdh.dx.internal.cloudapp.net
|
Puppet / 6 (Ruby 2.5):
spec/classes/foreman_proxy_content_spec.rb#L38
foreman_proxy_content on centos-8-x86_64 without parameters with custom import/export paths as arrays is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1110-353.web1hnpulnrebejjggulhupmdh.dx.internal.cloudapp.net
|
Puppet / 6 (Ruby 2.5):
spec/classes/foreman_proxy_content_spec.rb#L40
foreman_proxy_content on centos-8-x86_64 without parameters with custom import/export paths as arrays is expected to contain Class[pulpcore] with allowed_import_path => ["/var/lib/pulp/sync_imports", "/var/lib/pulp/imports", "/my/custom/import/path", "/my/other/import/path"] and allowed_export_path => ["/var/lib/pulp/exports", "/my/custom/export/path"]
Failure/Error:
is_expected.to contain_class('pulpcore')
.with(allowed_import_path:
[
'/var/lib/pulp/sync_imports',
'/var/lib/pulp/imports',
'/my/custom/import/path',
'/my/other/import/path'
]
)
.with(allowed_export_path: ['/var/lib/pulp/exports', '/my/custom/export/path'])
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1110-353.web1hnpulnrebejjggulhupmdh.dx.internal.cloudapp.net
|
Puppet / 6 (Ruby 2.5):
spec/defines/foreman_proxy_content__reverse_proxy_spec.rb#L17
foreman_proxy_content::reverse_proxy on redhat-8-x86_64 with inherited parameters is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Class[Pulpcore]: has no parameter named 'telemetry' (file: /home/runner/work/puppet-foreman_proxy_content/puppet-foreman_proxy_content/spec/fixtures/modules/foreman_proxy_content/manifests/init.pp, line: 282, column: 3) on node fv-az1110-353.web1hnpulnrebejjggulhupmdh.dx.internal.cloudapp.net
|
Puppet / 6 - CentOS 8
Process completed with exit code 1.
|
Puppet / 7 - CentOS 8
Process completed with exit code 1.
|