Add Puppet 8 support #279
Annotations
10 errors
Run tests:
spec/helpers/acceptance/tests/manifest_shared_examples.rb#L29
elasticsearch v7.10.1 class template resources configured through `source` present manifest applies cleanly
Failure/Error: apply_manifest(applied_manifest, catch_failures: true, debug: v[:puppet_debug])
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_174245025.pp.k5WRlb
Last 10 lines of output were:
�[mNotice: /Stage[main]/Elasticsearch::Config/Augeas[/etc/sysconfig/elasticsearch]/returns: executed successfully
�[mNotice: /Stage[main]/Elasticsearch::Config/File[/etc/elasticsearch/elasticsearch.yml]/content: content changed '{sha256}2640ef4a08a49da59f90644f465b00104c52fe26fc44239b837e13fa7bd4874a' to '{sha256}1f93e9465a54ade81209d27c6ee39d177c99d1c06e87c1d5eee646188d86efd5'
�[mNotice: /Stage[main]/Elasticsearch::Config/File[/etc/elasticsearch/elasticsearch.yml]/owner: owner changed 'root' to 'elasticsearch'
�[mNotice: /Stage[main]/Elasticsearch::Config/File[/etc/elasticsearch/elasticsearch.yml]/mode: mode changed '0660' to '0440'
�[mNotice: /Stage[main]/Elasticsearch::Service/Service[elasticsearch]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Elasticsearch::Service/Service[elasticsearch]: Unscheduling refresh on Service[elasticsearch]
Error: Could not prefetch elasticsearch_template provider 'ruby': wrong number of arguments (given 9, expected 0..8)
Warning: /Stage[main]/Main/Elasticsearch::Template[830e0bb8981fe24f]/Elasticsearch_template[830e0bb8981fe24f]: Skipping because provider prefetch failed
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 22.37 seconds
Shared Example Group: "manifest application" called from ./spec/helpers/acceptance/tests/template_shared_examples.rb:19
Shared Example Group: "template application" called from ./spec/helpers/acceptance/tests/template_shared_examples.rb:77
Shared Example Group: "template operations" called from ./spec/acceptance/tests/acceptance_spec.rb:65
|
Run tests:
spec/helpers/acceptance/tests/manifest_shared_examples.rb#L35
elasticsearch v7.10.1 class template resources configured through `source` present manifest is idempotent
Failure/Error: apply_manifest(applied_manifest, catch_changes: true, debug: v[:puppet_debug])
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_174313265.pp.kLA9Lj
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: This function is deprecated, please use stdlib::merge instead. at ["/etc/puppetlabs/code/environments/production/modules/elasticsearch/manifests/config.pp", 24]:["/etc/puppetlabs/code/environments/production/modules/elasticsearch/manifests/init.pp", 492]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation')
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.62 seconds
Info: Using environment 'production'
Info: Applying configuration version '1708450998'
Error: Could not prefetch elasticsearch_template provider 'ruby': wrong number of arguments (given 9, expected 0..8)
Warning: /Stage[main]/Main/Elasticsearch::Template[830e0bb8981fe24f]/Elasticsearch_template[830e0bb8981fe24f]: Skipping because provider prefetch failed
�[mNotice: Applied catalog in 0.23 seconds
Shared Example Group: "manifest application" called from ./spec/helpers/acceptance/tests/template_shared_examples.rb:19
Shared Example Group: "template application" called from ./spec/helpers/acceptance/tests/template_shared_examples.rb:77
Shared Example Group: "template operations" called from ./spec/acceptance/tests/acceptance_spec.rb:65
|
Run tests:
spec/helpers/acceptance/tests/template_shared_examples.rb#L49
elasticsearch v7.10.1 class template resources configured through `source` present http://localhost:9200/_template returns the installed template
Failure/Error:
expect(JSON.parse(subject.stdout).values).
to include(include(template))
expected [{"aliases" => {}, "index_patterns" => [".monitoring-kibana-7-*"], "mappings" => {"dynamic" => false, "proper..." => {"auto_expand_replicas" => "0-1", "hidden" => "true", "number_of_shards" => "1"}}, "version" => 7100199}] to include (include {"index_patterns" => ["logstash-*"], "version" => 123, "settings" => {"index" => {"refresh_i...ms" => true}, "raw" => {"type " => "text", "index" => "not_analyzed", "ignore_above" => 256}}}}}]}})
Diff:
@@ -1,1595 +1,3189 @@
-[(include {"index_patterns" => ["logstash-*"], "version" => 123, "settings" => {"index" => {"refresh_interval" => "5s", "analysis" => {"analyzer" => {"default" => {"type" => "standard", "stopwords" => "_none_"}}}}}, "mappings" => {"dynamic_templates" => [{"string_fields" => {"match" => "*", "match_mapping_type" => "string", "mapping" => {"type" => "multi_field", "fields" => {"{name}" => {"type" => "text", "index" => "analyzed", "omit_norms" => true}, "raw" => {"type " => "text", "index" => "not_analyzed", "ignore_above" => 256}}}}}]}})]
+[{"aliases"=>{},
+ "index_patterns"=>[".monitoring-kibana-7-*"],
+ "mappings"=>
+ {"dynamic"=>false,
+ "properties"=>
+ {"cluster_uuid"=>{"type"=>"keyword"},
+ "interval_ms"=>{"type"=>"long"},
+ "kibana_stats"=>
+ {"properties"=>
+ {"cloud"=>
+ {"properties"=>
+ {"id"=>{"type"=>"keyword"},
+ "metadata"=>{"type"=>"object"},
+ "name"=>{"type"=>"keyword"},
+ "region"=>{"type"=>"keyword"},
+ "vm_type"=>{"type"=>"keyword"},
+ "zone"=>{"type"=>"keyword"}}},
+ "concurrent_connections"=>{"type"=>"long"},
+ "kibana"=>
+ {"properties"=>
+ {"host"=>{"type"=>"keyword"},
+ "name"=>{"type"=>"keyword"},
+ "snapshot"=>{"type"=>"boolean"},
+ "status"=>{"type"=>"keyword"},
+ "statuses"=>
+ {"properties"=>
+ {"name"=>{"type"=>"keyword"}, "state"=>{"type"=>"keyword"}}},
+ "transport_address"=>{"type"=>"keyword"},
+ "uuid"=>{"type"=>"keyword"},
+ "version"=>{"type"=>"keyword"}}},
+ "os"=>
+ {"properties"=>
+ {"load"=>
+ {"properties"=>
+ {"15m"=>{"type"=>"half_float"},
+ "1m"=>{"type"=>"half_float"},
+ "5m"=>{"type"=>"half_float"}}},
+ "memory"=>
+ {"properties"=>
+ {"free_in_bytes"=>{"type"=>"float"},
+ "total_in_bytes"=>{"type"=>"float"},
+ "used_in_bytes"=>{"type"=>"float"}}},
+ "uptime_in_millis"=>{"type"=>"long"}}},
+ "process"=>
+ {"properties"=>
+ {"event_loop_delay"=>{"type"=>"float"},
+ "memory"=>
+ {"properties"=>
+ {"heap"=>
+ {"properties"=>
+ {"size_limit"=>{"type"=>"float"},
+ "total_in_bytes"=>{"type"=>"float"},
+ "used_in_bytes"=>{"type"=>"float"}}},
+ "resident_set_size_in_bytes"=>{"type"=>"float"}}},
+ "uptime_in_millis"=>{"
|
Run tests:
spec/helpers/acceptance/tests/manifest_shared_examples.rb#L29
elasticsearch v7.10.1 class template resources configured through `source` absent manifest applies cleanly
Failure/Error: apply_manifest(applied_manifest, catch_failures: true, debug: v[:puppet_debug])
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_174451622.pp.qtqKWF
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: This function is deprecated, please use stdlib::merge instead. at ["/etc/puppetlabs/code/environments/production/modules/elasticsearch/manifests/config.pp", 24]:["/etc/puppetlabs/code/environments/production/modules/elasticsearch/manifests/init.pp", 492]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation')
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.58 seconds
Info: Using environment 'production'
Info: Applying configuration version '1708451096'
Error: Could not prefetch elasticsearch_template provider 'ruby': wrong number of arguments (given 9, expected 0..8)
Warning: /Stage[main]/Main/Elasticsearch::Template[830e0bb8981fe24f]/Elasticsearch_template[830e0bb8981fe24f]: Skipping because provider prefetch failed
�[mNotice: Applied catalog in 0.22 seconds
Shared Example Group: "manifest application" called from ./spec/helpers/acceptance/tests/template_shared_examples.rb:33
Shared Example Group: "template application" called from ./spec/helpers/acceptance/tests/template_shared_examples.rb:77
Shared Example Group: "template operations" called from ./spec/acceptance/tests/acceptance_spec.rb:65
|
Run tests:
spec/helpers/acceptance/tests/manifest_shared_examples.rb#L35
elasticsearch v7.10.1 class template resources configured through `source` absent manifest is idempotent
Failure/Error: apply_manifest(applied_manifest, catch_changes: true, debug: v[:puppet_debug])
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_174457465.pp.Lq7Cpl
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: This function is deprecated, please use stdlib::merge instead. at ["/etc/puppetlabs/code/environments/production/modules/elasticsearch/manifests/config.pp", 24]:["/etc/puppetlabs/code/environments/production/modules/elasticsearch/manifests/init.pp", 492]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation')
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.59 seconds
Info: Using environment 'production'
Info: Applying configuration version '1708451102'
Error: Could not prefetch elasticsearch_template provider 'ruby': wrong number of arguments (given 9, expected 0..8)
Warning: /Stage[main]/Main/Elasticsearch::Template[830e0bb8981fe24f]/Elasticsearch_template[830e0bb8981fe24f]: Skipping because provider prefetch failed
�[mNotice: Applied catalog in 0.23 seconds
Shared Example Group: "manifest application" called from ./spec/helpers/acceptance/tests/template_shared_examples.rb:33
Shared Example Group: "template application" called from ./spec/helpers/acceptance/tests/template_shared_examples.rb:77
Shared Example Group: "template operations" called from ./spec/acceptance/tests/acceptance_spec.rb:65
|
Run tests:
spec/helpers/acceptance/tests/manifest_shared_examples.rb#L29
elasticsearch v7.10.1 class template resources configured through `content` present manifest applies cleanly
Failure/Error: apply_manifest(applied_manifest, catch_failures: true, debug: v[:puppet_debug])
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_174503604.pp.gGUD1i
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: This function is deprecated, please use stdlib::merge instead. at ["/etc/puppetlabs/code/environments/production/modules/elasticsearch/manifests/config.pp", 24]:["/etc/puppetlabs/code/environments/production/modules/elasticsearch/manifests/init.pp", 492]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation')
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.59 seconds
Info: Using environment 'production'
Info: Applying configuration version '1708451108'
Error: Could not prefetch elasticsearch_template provider 'ruby': wrong number of arguments (given 9, expected 0..8)
Warning: /Stage[main]/Main/Elasticsearch::Template[8ea3acd463049e80]/Elasticsearch_template[8ea3acd463049e80]: Skipping because provider prefetch failed
�[mNotice: Applied catalog in 0.22 seconds
Shared Example Group: "manifest application" called from ./spec/helpers/acceptance/tests/template_shared_examples.rb:19
Shared Example Group: "template application" called from ./spec/helpers/acceptance/tests/template_shared_examples.rb:87
Shared Example Group: "template operations" called from ./spec/acceptance/tests/acceptance_spec.rb:65
|
Run tests:
spec/helpers/acceptance/tests/manifest_shared_examples.rb#L35
elasticsearch v7.10.1 class template resources configured through `content` present manifest is idempotent
Failure/Error: apply_manifest(applied_manifest, catch_changes: true, debug: v[:puppet_debug])
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_174509533.pp.1IFbBU
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: This function is deprecated, please use stdlib::merge instead. at ["/etc/puppetlabs/code/environments/production/modules/elasticsearch/manifests/config.pp", 24]:["/etc/puppetlabs/code/environments/production/modules/elasticsearch/manifests/init.pp", 492]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation')
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.59 seconds
Info: Using environment 'production'
Info: Applying configuration version '1708451114'
Error: Could not prefetch elasticsearch_template provider 'ruby': wrong number of arguments (given 9, expected 0..8)
Warning: /Stage[main]/Main/Elasticsearch::Template[8ea3acd463049e80]/Elasticsearch_template[8ea3acd463049e80]: Skipping because provider prefetch failed
�[mNotice: Applied catalog in 0.23 seconds
Shared Example Group: "manifest application" called from ./spec/helpers/acceptance/tests/template_shared_examples.rb:19
Shared Example Group: "template application" called from ./spec/helpers/acceptance/tests/template_shared_examples.rb:87
Shared Example Group: "template operations" called from ./spec/acceptance/tests/acceptance_spec.rb:65
|
Run tests:
spec/helpers/acceptance/tests/template_shared_examples.rb#L49
elasticsearch v7.10.1 class template resources configured through `content` present http://localhost:9200/_template returns the installed template
Failure/Error:
expect(JSON.parse(subject.stdout).values).
to include(include(template))
expected [{"aliases" => {}, "index_patterns" => [".monitoring-kibana-7-*"], "mappings" => {"dynamic" => false, "proper..." => {"auto_expand_replicas" => "0-1", "hidden" => "true", "number_of_shards" => "1"}}, "version" => 7100199}] to include (include {"index_patterns" => ["logstash-*"], "version" => 123, "settings" => {"index" => {"refresh_i...ms" => true}, "raw" => {"type " => "text", "index" => "not_analyzed", "ignore_above" => 256}}}}}]}})
Diff:
@@ -1,1595 +1,3189 @@
-[(include {"index_patterns" => ["logstash-*"], "version" => 123, "settings" => {"index" => {"refresh_interval" => "5s", "analysis" => {"analyzer" => {"default" => {"type" => "standard", "stopwords" => "_none_"}}}}}, "mappings" => {"dynamic_templates" => [{"string_fields" => {"match" => "*", "match_mapping_type" => "string", "mapping" => {"type" => "multi_field", "fields" => {"{name}" => {"type" => "text", "index" => "analyzed", "omit_norms" => true}, "raw" => {"type " => "text", "index" => "not_analyzed", "ignore_above" => 256}}}}}]}})]
+[{"aliases"=>{},
+ "index_patterns"=>[".monitoring-kibana-7-*"],
+ "mappings"=>
+ {"dynamic"=>false,
+ "properties"=>
+ {"cluster_uuid"=>{"type"=>"keyword"},
+ "interval_ms"=>{"type"=>"long"},
+ "kibana_stats"=>
+ {"properties"=>
+ {"cloud"=>
+ {"properties"=>
+ {"id"=>{"type"=>"keyword"},
+ "metadata"=>{"type"=>"object"},
+ "name"=>{"type"=>"keyword"},
+ "region"=>{"type"=>"keyword"},
+ "vm_type"=>{"type"=>"keyword"},
+ "zone"=>{"type"=>"keyword"}}},
+ "concurrent_connections"=>{"type"=>"long"},
+ "kibana"=>
+ {"properties"=>
+ {"host"=>{"type"=>"keyword"},
+ "name"=>{"type"=>"keyword"},
+ "snapshot"=>{"type"=>"boolean"},
+ "status"=>{"type"=>"keyword"},
+ "statuses"=>
+ {"properties"=>
+ {"name"=>{"type"=>"keyword"}, "state"=>{"type"=>"keyword"}}},
+ "transport_address"=>{"type"=>"keyword"},
+ "uuid"=>{"type"=>"keyword"},
+ "version"=>{"type"=>"keyword"}}},
+ "os"=>
+ {"properties"=>
+ {"load"=>
+ {"properties"=>
+ {"15m"=>{"type"=>"half_float"},
+ "1m"=>{"type"=>"half_float"},
+ "5m"=>{"type"=>"half_float"}}},
+ "memory"=>
+ {"properties"=>
+ {"free_in_bytes"=>{"type"=>"float"},
+ "total_in_bytes"=>{"type"=>"float"},
+ "used_in_bytes"=>{"type"=>"float"}}},
+ "uptime_in_millis"=>{"type"=>"long"}}},
+ "process"=>
+ {"properties"=>
+ {"event_loop_delay"=>{"type"=>"float"},
+ "memory"=>
+ {"properties"=>
+ {"heap"=>
+ {"properties"=>
+ {"size_limit"=>{"type"=>"float"},
+ "total_in_bytes"=>{"type"=>"float"},
+ "used_in_bytes"=>{"type"=>"float"}}},
+ "resident_set_size_in_bytes"=>{"type"=>"float"}}},
+ "uptime_in_millis"=>{
|
Run tests:
spec/helpers/acceptance/tests/manifest_shared_examples.rb#L29
elasticsearch v7.10.1 class template resources configured through `content` absent manifest applies cleanly
Failure/Error: apply_manifest(applied_manifest, catch_failures: true, debug: v[:puppet_debug])
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_174647560.pp.5lYaGp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: This function is deprecated, please use stdlib::merge instead. at ["/etc/puppetlabs/code/environments/production/modules/elasticsearch/manifests/config.pp", 24]:["/etc/puppetlabs/code/environments/production/modules/elasticsearch/manifests/init.pp", 492]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation')
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.60 seconds
Info: Using environment 'production'
Info: Applying configuration version '1708451212'
Error: Could not prefetch elasticsearch_template provider 'ruby': wrong number of arguments (given 9, expected 0..8)
Warning: /Stage[main]/Main/Elasticsearch::Template[8ea3acd463049e80]/Elasticsearch_template[8ea3acd463049e80]: Skipping because provider prefetch failed
�[mNotice: Applied catalog in 0.23 seconds
Shared Example Group: "manifest application" called from ./spec/helpers/acceptance/tests/template_shared_examples.rb:33
Shared Example Group: "template application" called from ./spec/helpers/acceptance/tests/template_shared_examples.rb:87
Shared Example Group: "template operations" called from ./spec/acceptance/tests/acceptance_spec.rb:65
|
Run tests:
spec/helpers/acceptance/tests/manifest_shared_examples.rb#L35
elasticsearch v7.10.1 class template resources configured through `content` absent manifest is idempotent
Failure/Error: apply_manifest(applied_manifest, catch_changes: true, debug: v[:puppet_debug])
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_174653485.pp.EXrFcM
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: This function is deprecated, please use stdlib::merge instead. at ["/etc/puppetlabs/code/environments/production/modules/elasticsearch/manifests/config.pp", 24]:["/etc/puppetlabs/code/environments/production/modules/elasticsearch/manifests/init.pp", 492]
(location: /etc/puppetlabs/code/environments/production/modules/stdlib/lib/puppet/functions/deprecation.rb:35:in `deprecation')
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.59 seconds
Info: Using environment 'production'
Info: Applying configuration version '1708451218'
Error: Could not prefetch elasticsearch_template provider 'ruby': wrong number of arguments (given 9, expected 0..8)
Warning: /Stage[main]/Main/Elasticsearch::Template[8ea3acd463049e80]/Elasticsearch_template[8ea3acd463049e80]: Skipping because provider prefetch failed
�[mNotice: Applied catalog in 0.22 seconds
Shared Example Group: "manifest application" called from ./spec/helpers/acceptance/tests/template_shared_examples.rb:33
Shared Example Group: "template application" called from ./spec/helpers/acceptance/tests/template_shared_examples.rb:87
Shared Example Group: "template operations" called from ./spec/acceptance/tests/acceptance_spec.rb:65
|
The logs for this run have expired and are no longer available.
Loading