Page MenuHomeSoftware Heritage

Concatenate global and agent plugins list
ClosedPublic

Authored by vsellier on May 10 2021, 12:06 PM.

Details

Summary

This part should have been added in the previous commit but I missed
it.

Related to T3222

Test Plan

there is no visible change via octocatalog-diff but testing locally, the result with a local test is

object Host "logstash0.internal.softwareheritage.org" {
  address = "10.168.100.19"
  display_name = "logstash0.internal.softwareheritage.org"
  check_command = "hostalive"
  vars.disks["disk /"] = {
    disk_partitions = "/"
  }
  vars.disks["disk /boot"] = {
    disk_partitions = "/boot"
  }
  vars.plugins = [ "check_journal", "check_newest_file_age", "check_logstash_errors.sh", ]  <--------- the last value is the difference
  vars.os = "Linux"
  vars.cores = 2
  vars.virtual_machine = true
  vars.distro = "Debian"
}

Diff Detail

Repository
rSPSITE puppet-swh-site
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.