run foreman in a container #1622
Annotations
11 errors
|
Run tests:
spec/classes/foreman_database_spec.rb#L12
foreman on centos-8-x86_64 with db_manage set to false is expected not to contain Class[foreman::database::postgresql]
Failure/Error: it { should_not contain_class('foreman::database::postgresql') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Podman::Quadlet[foreman.container]: parameter 'active' expects a value of type Undef or Boolean, got String (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 55) on node fv-az837-307.ymagj3ilz1se1nskuisabcixse.ex.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_providers_spec.rb#L35
foreman::providers on centos-8-x86_64 with foreman 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, Podman::Quadlet[foreman.container]: parameter 'active' expects a value of type Undef or Boolean, got String (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 55) on node fv-az837-307.ymagj3ilz1se1nskuisabcixse.ex.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_cli_spec.rb#L124
foreman::cli on centos-8-x86_64 with settings from foreman 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, Podman::Quadlet[foreman.container]: parameter 'active' expects a value of type Undef or Boolean, got String (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 55) on node fv-az837-307.ymagj3ilz1se1nskuisabcixse.ex.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_database_spec.rb#L14
foreman on centos-8-x86_64 with db_manage set to false is expected to contain Foreman::Rake[db:migrate]
Failure/Error: it { should contain_foreman__rake('db:migrate') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Podman::Quadlet[foreman.container]: parameter 'active' expects a value of type Undef or Boolean, got String (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 55) on node fv-az837-307.ymagj3ilz1se1nskuisabcixse.ex.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_providers_spec.rb#L36
foreman::providers on centos-8-x86_64 with foreman is expected to contain Package[puppet-agent-oauth] that comes before Class[foreman]
Failure/Error: it { should contain_package(oauth_os).that_comes_before('Class[foreman]') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Podman::Quadlet[foreman.container]: parameter 'active' expects a value of type Undef or Boolean, got String (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 55) on node fv-az837-307.ymagj3ilz1se1nskuisabcixse.ex.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_cli_spec.rb#L125
foreman::cli on centos-8-x86_64 with settings from foreman is expected to contain Package[foreman-cli] with ensure => "installed"
Failure/Error:
should contain_package('foreman-cli')
.with_ensure('installed')
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Podman::Quadlet[foreman.container]: parameter 'active' expects a value of type Undef or Boolean, got String (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 55) on node fv-az837-307.ymagj3ilz1se1nskuisabcixse.ex.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_database_spec.rb#L15
foreman on centos-8-x86_64 with db_manage set to false is expected to contain Foreman_config_entry[db_pending_seed]
Failure/Error: it { should contain_foreman_config_entry('db_pending_seed') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Podman::Quadlet[foreman.container]: parameter 'active' expects a value of type Undef or Boolean, got String (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 55) on node fv-az837-307.ymagj3ilz1se1nskuisabcixse.ex.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_providers_spec.rb#L35
foreman::providers on centos-9-x86_64 with foreman 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, Podman::Quadlet[foreman.container]: parameter 'active' expects a value of type Undef or Boolean, got String (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 55) on node fv-az837-307.ymagj3ilz1se1nskuisabcixse.ex.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_database_spec.rb#L16
foreman on centos-8-x86_64 with db_manage set to false is expected to contain Foreman::Rake[db:seed]
Failure/Error: it { should contain_foreman__rake('db:seed') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Podman::Quadlet[foreman.container]: parameter 'active' expects a value of type Undef or Boolean, got String (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 55) on node fv-az837-307.ymagj3ilz1se1nskuisabcixse.ex.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_cli_spec.rb#L130
foreman::cli on centos-8-x86_64 with settings from foreman should contain settings in /etc from foreman
Failure/Error:
is_expected.to contain_file('/etc/hammer/cli.modules.d/foreman.yml')
.with_content(
<<~CONFIG
:foreman:
# Enable/disable foreman commands
:enable_module: true
# Your foreman server address
:host: 'https://foreman.example.com'
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Podman::Quadlet[foreman.container]: parameter 'active' expects a value of type Undef or Boolean, got String (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/service.pp, line: 55) on node fv-az837-307.ymagj3ilz1se1nskuisabcixse.ex.internal.cloudapp.net
|
Loading