Add yaml templates - remove dependency on toml gem #227
main_pr_testing.yml
on: pull_request
Spec testing
/
Shellcheck
6s
Spec testing
/
Setup Test Matrix
24s
Matrix: Spec testing / Spec
Matrix: PE latest Testing / Acceptance
Waiting for pending jobs
Matrix: PE LTS Testing / Acceptance
Waiting for pending jobs
Annotations
20 errors and 5 warnings
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/agent_spec.rb#L106
puppet_operational_dashboards::telegraf::agent on almalinux-8-x86_64 when using postgres password auth is expected to contain Telegraf::Input[postgres_localhost.foo.com] with options => [{"address"=>"***localhost.foo.com:5432/pe-puppetdb?sslmode=verify-full&sslkey=/etc/telegraf/puppet_key.pem&sslcert=/etc/telegraf/puppet_cert.pem&sslrootcert=/etc/telegraf/puppet_ca.pem", "databases"=>["pe-puppetdb"], "outputaddress"=>"localhost.foo.com", "query"=>[{"sqlquery"=>"SELECT * FROM pg_stat_database", "version"=>901, "withdbname"=>false}, {"tagvalue"=>"table_name", "version"=>901, "withdbname"=>false, "sqlquery"=>"SELECT current_database() AS datname, total_bytes AS total , table_name , index_bytes AS index , toast_bytes AS toast , table_bytes AS table FROM ( SELECT *, total_bytes-index_bytes-coalesce(toast_bytes,0) AS table_bytes FROM ( SELECT c.oid,nspname AS table_schema, relname AS table_name , c.reltuples AS row_estimate , pg_total_relation_size(c.oid) AS total_bytes , pg_indexes_size(c.oid) AS index_bytes , pg_total_relation_size(reltoastrelid) AS toast_bytes FROM pg_class c LEFT JOIN pg_namespace n ON n.oid = c.relnamespace WHERE relkind = 'r' AND nspname NOT IN ('pg_catalog', 'information_schema')) a) a"}, {"sqlquery"=>"SELECT current_database() AS datname, relname as table, autovacuum_count, vacuum_count, n_live_tup, n_dead_tup FROM pg_stat_user_tables", "tagvalue"=>"table", "version"=>901, "withdbname"=>false}, {"sqlquery"=>"SELECT current_database() AS datname, a.indexrelname as index, pg_relation_size(a.indexrelid) as size_bytes, idx_scan, idx_tup_read, idx_tup_fetch, idx_blks_read, idx_blks_hit from pg_stat_user_indexes a join pg_statio_user_indexes b on a.indexrelid = b.indexrelid;", "tagvalue"=>"index", "version"=>901, "withdbname"=>false}, {"sqlquery"=>"SELECT current_database() AS datname, relname as table, heap_blks_read, heap_blks_hit, idx_blks_read, idx_blks_hit, toast_blks_read, toast_blks_hit, tidx_blks_read, tidx_blks_hit FROM pg_statio_user_tables", "tagvalue"=>"table", "version"=>901, "withdbname"=>false}]}]
Failure/Error:
is_expected.to contain_telegraf__input('postgres_localhost.foo.com').with(
options: options,
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/agent_spec.rb#L163
puppet_operational_dashboards::telegraf::agent on almalinux-8-x86_64 when customizing the postgres connection string is expected to contain Telegraf::Input[postgres_localhost.foo.com] with options => [{"address"=>"postgres://telegraf@localhost.foo.com:5432/pe-puppetdb?sslmode=verify-ca&sslrootcert=/tmp/foo", "databases"=>["pe-puppetdb"], "outputaddress"=>"localhost.foo.com", "query"=>[{"sqlquery"=>"SELECT * FROM pg_stat_database", "version"=>901, "withdbname"=>false}, {"tagvalue"=>"table_name", "version"=>901, "withdbname"=>false, "sqlquery"=>"SELECT current_database() AS datname, total_bytes AS total , table_name , index_bytes AS index , toast_bytes AS toast , table_bytes AS table FROM ( SELECT *, total_bytes-index_bytes-coalesce(toast_bytes,0) AS table_bytes FROM ( SELECT c.oid,nspname AS table_schema, relname AS table_name , c.reltuples AS row_estimate , pg_total_relation_size(c.oid) AS total_bytes , pg_indexes_size(c.oid) AS index_bytes , pg_total_relation_size(reltoastrelid) AS toast_bytes FROM pg_class c LEFT JOIN pg_namespace n ON n.oid = c.relnamespace WHERE relkind = 'r' AND nspname NOT IN ('pg_catalog', 'information_schema')) a) a"}, {"sqlquery"=>"SELECT current_database() AS datname, relname as table, autovacuum_count, vacuum_count, n_live_tup, n_dead_tup FROM pg_stat_user_tables", "tagvalue"=>"table", "version"=>901, "withdbname"=>false}, {"sqlquery"=>"SELECT current_database() AS datname, a.indexrelname as index, pg_relation_size(a.indexrelid) as size_bytes, idx_scan, idx_tup_read, idx_tup_fetch, idx_blks_read, idx_blks_hit from pg_stat_user_indexes a join pg_statio_user_indexes b on a.indexrelid = b.indexrelid;", "tagvalue"=>"index", "version"=>901, "withdbname"=>false}, {"sqlquery"=>"SELECT current_database() AS datname, relname as table, heap_blks_read, heap_blks_hit, idx_blks_read, idx_blks_hit, toast_blks_read, toast_blks_hit, tidx_blks_read, tidx_blks_hit FROM pg_statio_user_tables", "tagvalue"=>"table", "version"=>901, "withdbname"=>false}]}]
Failure/Error:
is_expected.to contain_telegraf__input('postgres_localhost.foo.com').with(
options: options,
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/agent_spec.rb#L215
puppet_operational_dashboards::telegraf::agent on almalinux-8-x86_64 when installing from archive on EL is expected to compile into a catalogue without dependency cycles
Failure/Error: is_expected.to compile
error during compilation: Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/agent_spec.rb#L297
puppet_operational_dashboards::telegraf::agent on almalinux-8-x86_64 when using but not managing ssl is expected to contain Class[telegraf] with outputs => {"influxdb_v2"=>[{"tls_ca"=>"/etc/telegraf/ca.pem", "tls_cert"=>"/etc/telegraf/cert.pem", "insecure_skip_verify"=>true, "bucket"=>"puppet_data", "organization"=>"puppetlabs", "token"=>"$INFLUX_TOKEN", "urls"=>["https://localhost.foo.com:8086"]}]}
Failure/Error: is_expected.to contain_class('telegraf').with(outputs: influxdb_v2)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/agent_spec.rb#L324
puppet_operational_dashboards::telegraf::agent on almalinux-8-x86_64 when customizing the collection interval is expected to contain File[/etc/telegraf/telegraf.conf] with content =~ /interval = "10s"/
Failure/Error:
is_expected.to contain_file('/etc/telegraf/telegraf.conf').with_content(
%r{interval = "10s"},
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/agent_spec.rb#L354
puppet_operational_dashboards::telegraf::agent on almalinux-8-x86_64 when collecting local services on PE is expected to contain Puppet_operational_dashboards::Telegraf::Config[puppetserver] with hosts => ["localhost.foo.com"]
Failure/Error: is_expected.to contain_puppet_operational_dashboards__telegraf__config('puppetserver').with(hosts: ['localhost.foo.com'])
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/agent_spec.rb#L376
puppet_operational_dashboards::telegraf::agent on almalinux-8-x86_64 when installed on OSP is expected to contain Puppet_operational_dashboards::Telegraf::Config[puppetserver] with hosts => ["localhost.foo.com"]
Failure/Error: is_expected.to contain_puppet_operational_dashboards__telegraf__config('puppetserver').with(hosts: ['localhost.foo.com'])
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/agent_spec.rb#L399
puppet_operational_dashboards::telegraf::agent on almalinux-8-x86_64 when collecting local services on OSP is expected to contain Puppet_operational_dashboards::Telegraf::Config[puppetserver] with hosts => ["localhost.foo.com"]
Failure/Error: is_expected.to contain_puppet_operational_dashboards__telegraf__config('puppetserver').with(hosts: ['localhost.foo.com'])
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/agent_spec.rb#L425
puppet_operational_dashboards::telegraf::agent on almalinux-8-x86_64 when collecting local PE metrics 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: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/agent_spec.rb#L426
puppet_operational_dashboards::telegraf::agent on almalinux-8-x86_64 when collecting local PE metrics is expected to contain Telegraf::Processor[pcp_renames]
Failure/Error: it { is_expected.to contain_telegraf__processor('pcp_renames') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/agent_spec.rb#L106
puppet_operational_dashboards::telegraf::agent on sles-15-x86_64 when using postgres password auth is expected to contain Telegraf::Input[postgres_localhost.foo.com] with options => [{"address"=>"***localhost.foo.com:5432/pe-puppetdb?sslmode=verify-full&sslkey=/etc/telegraf/puppet_key.pem&sslcert=/etc/telegraf/puppet_cert.pem&sslrootcert=/etc/telegraf/puppet_ca.pem", "databases"=>["pe-puppetdb"], "outputaddress"=>"localhost.foo.com", "query"=>[{"sqlquery"=>"SELECT * FROM pg_stat_database", "version"=>901, "withdbname"=>false}, {"tagvalue"=>"table_name", "version"=>901, "withdbname"=>false, "sqlquery"=>"SELECT current_database() AS datname, total_bytes AS total , table_name , index_bytes AS index , toast_bytes AS toast , table_bytes AS table FROM ( SELECT *, total_bytes-index_bytes-coalesce(toast_bytes,0) AS table_bytes FROM ( SELECT c.oid,nspname AS table_schema, relname AS table_name , c.reltuples AS row_estimate , pg_total_relation_size(c.oid) AS total_bytes , pg_indexes_size(c.oid) AS index_bytes , pg_total_relation_size(reltoastrelid) AS toast_bytes FROM pg_class c LEFT JOIN pg_namespace n ON n.oid = c.relnamespace WHERE relkind = 'r' AND nspname NOT IN ('pg_catalog', 'information_schema')) a) a"}, {"sqlquery"=>"SELECT current_database() AS datname, relname as table, autovacuum_count, vacuum_count, n_live_tup, n_dead_tup FROM pg_stat_user_tables", "tagvalue"=>"table", "version"=>901, "withdbname"=>false}, {"sqlquery"=>"SELECT current_database() AS datname, a.indexrelname as index, pg_relation_size(a.indexrelid) as size_bytes, idx_scan, idx_tup_read, idx_tup_fetch, idx_blks_read, idx_blks_hit from pg_stat_user_indexes a join pg_statio_user_indexes b on a.indexrelid = b.indexrelid;", "tagvalue"=>"index", "version"=>901, "withdbname"=>false}, {"sqlquery"=>"SELECT current_database() AS datname, relname as table, heap_blks_read, heap_blks_hit, idx_blks_read, idx_blks_hit, toast_blks_read, toast_blks_hit, tidx_blks_read, tidx_blks_hit FROM pg_statio_user_tables", "tagvalue"=>"table", "version"=>901, "withdbname"=>false}]}]
Failure/Error:
is_expected.to contain_telegraf__input('postgres_localhost.foo.com').with(
options: options,
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/agent_spec.rb#L163
puppet_operational_dashboards::telegraf::agent on sles-15-x86_64 when customizing the postgres connection string is expected to contain Telegraf::Input[postgres_localhost.foo.com] with options => [{"address"=>"postgres://telegraf@localhost.foo.com:5432/pe-puppetdb?sslmode=verify-ca&sslrootcert=/tmp/foo", "databases"=>["pe-puppetdb"], "outputaddress"=>"localhost.foo.com", "query"=>[{"sqlquery"=>"SELECT * FROM pg_stat_database", "version"=>901, "withdbname"=>false}, {"tagvalue"=>"table_name", "version"=>901, "withdbname"=>false, "sqlquery"=>"SELECT current_database() AS datname, total_bytes AS total , table_name , index_bytes AS index , toast_bytes AS toast , table_bytes AS table FROM ( SELECT *, total_bytes-index_bytes-coalesce(toast_bytes,0) AS table_bytes FROM ( SELECT c.oid,nspname AS table_schema, relname AS table_name , c.reltuples AS row_estimate , pg_total_relation_size(c.oid) AS total_bytes , pg_indexes_size(c.oid) AS index_bytes , pg_total_relation_size(reltoastrelid) AS toast_bytes FROM pg_class c LEFT JOIN pg_namespace n ON n.oid = c.relnamespace WHERE relkind = 'r' AND nspname NOT IN ('pg_catalog', 'information_schema')) a) a"}, {"sqlquery"=>"SELECT current_database() AS datname, relname as table, autovacuum_count, vacuum_count, n_live_tup, n_dead_tup FROM pg_stat_user_tables", "tagvalue"=>"table", "version"=>901, "withdbname"=>false}, {"sqlquery"=>"SELECT current_database() AS datname, a.indexrelname as index, pg_relation_size(a.indexrelid) as size_bytes, idx_scan, idx_tup_read, idx_tup_fetch, idx_blks_read, idx_blks_hit from pg_stat_user_indexes a join pg_statio_user_indexes b on a.indexrelid = b.indexrelid;", "tagvalue"=>"index", "version"=>901, "withdbname"=>false}, {"sqlquery"=>"SELECT current_database() AS datname, relname as table, heap_blks_read, heap_blks_hit, idx_blks_read, idx_blks_hit, toast_blks_read, toast_blks_hit, tidx_blks_read, tidx_blks_hit FROM pg_statio_user_tables", "tagvalue"=>"table", "version"=>901, "withdbname"=>false}]}]
Failure/Error:
is_expected.to contain_telegraf__input('postgres_localhost.foo.com').with(
options: options,
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/agent_spec.rb#L215
puppet_operational_dashboards::telegraf::agent on sles-15-x86_64 when installing from archive on EL is expected to compile into a catalogue without dependency cycles
Failure/Error: is_expected.to compile
error during compilation: Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/agent_spec.rb#L297
puppet_operational_dashboards::telegraf::agent on sles-15-x86_64 when using but not managing ssl is expected to contain Class[telegraf] with outputs => {"influxdb_v2"=>[{"tls_ca"=>"/etc/telegraf/ca.pem", "tls_cert"=>"/etc/telegraf/cert.pem", "insecure_skip_verify"=>true, "bucket"=>"puppet_data", "organization"=>"puppetlabs", "token"=>"$INFLUX_TOKEN", "urls"=>["https://localhost.foo.com:8086"]}]}
Failure/Error: is_expected.to contain_class('telegraf').with(outputs: influxdb_v2)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/agent_spec.rb#L324
puppet_operational_dashboards::telegraf::agent on sles-15-x86_64 when customizing the collection interval is expected to contain File[/etc/telegraf/telegraf.conf] with content =~ /interval = "10s"/
Failure/Error:
is_expected.to contain_file('/etc/telegraf/telegraf.conf').with_content(
%r{interval = "10s"},
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/agent_spec.rb#L354
puppet_operational_dashboards::telegraf::agent on sles-15-x86_64 when collecting local services on PE is expected to contain Puppet_operational_dashboards::Telegraf::Config[puppetserver] with hosts => ["localhost.foo.com"]
Failure/Error: is_expected.to contain_puppet_operational_dashboards__telegraf__config('puppetserver').with(hosts: ['localhost.foo.com'])
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/agent_spec.rb#L376
puppet_operational_dashboards::telegraf::agent on sles-15-x86_64 when installed on OSP is expected to contain Puppet_operational_dashboards::Telegraf::Config[puppetserver] with hosts => ["localhost.foo.com"]
Failure/Error: is_expected.to contain_puppet_operational_dashboards__telegraf__config('puppetserver').with(hosts: ['localhost.foo.com'])
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/agent_spec.rb#L399
puppet_operational_dashboards::telegraf::agent on sles-15-x86_64 when collecting local services on OSP is expected to contain Puppet_operational_dashboards::Telegraf::Config[puppetserver] with hosts => ["localhost.foo.com"]
Failure/Error: is_expected.to contain_puppet_operational_dashboards__telegraf__config('puppetserver').with(hosts: ['localhost.foo.com'])
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/agent_spec.rb#L425
puppet_operational_dashboards::telegraf::agent on sles-15-x86_64 when collecting local PE metrics 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: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/agent_spec.rb#L426
puppet_operational_dashboards::telegraf::agent on sles-15-x86_64 when collecting local PE metrics is expected to contain Telegraf::Processor[pcp_renames]
Failure/Error: it { is_expected.to contain_telegraf__processor('pcp_renames') }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'puppet_operational_dashboards::template_format'. (file: /home/runner/work/puppet_operational_dashboards/puppet_operational_dashboards/spec/fixtures/modules/puppet_operational_dashboards/manifests/telegraf/agent.pp, line: 137, column: 42) on node localhost.foo.com
|
Spec testing / Shellcheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Spec testing / Setup Test Matrix
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Spec testing / Setup Test Matrix
Cannot find image for RockyLinux-8
|
Spec testing / Spec Tests (Puppet: ~> 8.0, Ruby Ver: 3.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Spec testing / Spec Tests (Puppet: ~> 7.24, Ruby Ver: 2.7)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|