Add Puppet 8 support #1549
Annotations
10 errors
Run tests:
spec/classes/foreman_spec.rb#L267
foreman on centos-8-x86_64 with all parameters should configure certificates in settings.yaml
Failure/Error:
is_expected.to contain_concat__fragment('foreman_settings+01-header.yaml')
.with_content(%r{^:sendmail_location: "/usr/bin/mysendmail"$})
.with_content(%r{^:sendmail_arguments: "--myargument"$})
.with_content(%r{^:websockets_ssl_key: /etc/ssl/private/snakeoil-ws\.pem$})
.with_content(%r{^:websockets_ssl_cert: /etc/ssl/certs/snakeoil-ws\.pem$})
expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
|
Run tests:
spec/classes/foreman_spec.rb#L275
foreman on centos-8-x86_64 with all parameters should configure ct and fcct commands in settings.yaml
Failure/Error:
is_expected.to contain_concat__fragment('foreman_settings+01-header.yaml')
.with_content(%r{^:ct_location: "/usr/bin/myct"$})
.with_content(%r{^:fcct_location: "/usr/bin/myfcct"$})
expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
|
Run tests:
spec/classes/foreman_spec.rb#L286
foreman on centos-8-x86_64 with journald logging should configure logging in settings.yaml
Failure/Error: is_expected.to contain_concat__fragment(title)
expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
|
Run tests:
spec/classes/foreman_spec.rb#L309
foreman on centos-8-x86_64 with different template parameters should have changed parameters
Failure/Error:
should contain_concat__fragment('foreman_settings+01-header.yaml')
.with_content(/^:unattended:\s*false$/)
.with_content(/^:require_ssl:\s*false$/)
.with_content(/^:oauth_active:\s*false$/)
.with_content(/^:oauth_map_users:\s*true$/)
.with_content(/^:oauth_consumer_key:\s*abc$/)
.with_content(/^:oauth_consumer_secret:\s*def$/)
expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
|
Run tests:
spec/classes/foreman_spec.rb#L322
foreman on centos-8-x86_64 with unattended_url is expected to contain Concat::Fragment[foreman_settings+01-header.yaml] with content =~ /^:unattended_url:\s*http:\/\/example.com$/
Failure/Error:
should contain_concat__fragment('foreman_settings+01-header.yaml')
.with_content(%r{^:unattended_url:\s*http://example.com$})
expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
|
Run tests:
spec/classes/foreman_spec.rb#L330
foreman on centos-8-x86_64 with loggers should set loggers config
Failure/Error:
should contain_concat__fragment('foreman_settings+01-header.yaml')
.with_content(/^:loggers:\n\s+:ldap:\n\s+:enabled:\s*true$/)
expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
|
Run tests:
spec/classes/foreman_spec.rb#L338
foreman on centos-8-x86_64 with rails_cache_store file should set rails_cache_store config
Failure/Error:
should contain_concat__fragment('foreman_settings+01-header.yaml')
.with_content(/^:rails_cache_store:\n\s+:type:\s*file$/)
expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
|
Run tests:
spec/classes/foreman_spec.rb#L346
foreman on centos-8-x86_64 with rails_cache_store redis should set rails_cache_store config
Failure/Error:
should contain_concat__fragment('foreman_settings+01-header.yaml')
.with_content(%r{^:rails_cache_store:\n\s+:type:\s*redis\n\s+:urls:\n\s*- redis://localhost:6379/4\n\s+:options:\n\s+:compress:\s*true\n\s+:namespace:\s*foreman$})
expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
|
Run tests:
spec/classes/foreman_spec.rb#L361
foreman on centos-8-x86_64 with rails_cache_store redis with explicit URL should set rails_cache_store config
Failure/Error:
should contain_concat__fragment('foreman_settings+01-header.yaml')
.with_content(/^:rails_cache_store:\n\s+:type:\s*redis\n\s+:urls:\n\s*- redis:\/\/redis.example.com\/0\n\s+:options:\n\s+:compress:\s*true\n\s+:namespace:\s*foreman$/)
expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
|
Run tests:
spec/classes/foreman_spec.rb#L376
foreman on centos-8-x86_64 with rails_cache_store redis with options should set rails_cache_store config
Failure/Error:
should contain_concat__fragment('foreman_settings+01-header.yaml')
.with_content(/^:rails_cache_store:\n\s+:type:\s*redis\n\s+:urls:\n\s*- redis:\/\/redis.example.com\/0\n\s*- redis:\/\/redis2.example.com\/0\n\s+:options:\n\s+:compress:\s*false\n\s+:namespace:\s*katello$/)
expected that the catalogue would contain Concat::Fragment[foreman_settings+01-header.yaml]
|
The logs for this run have expired and are no longer available.
Loading