diff --git a/data/subnets/vagrant.yaml b/data/subnets/vagrant.yaml --- a/data/subnets/vagrant.yaml +++ b/data/subnets/vagrant.yaml @@ -97,6 +97,8 @@ host: search-esnode3.internal.softwareheritage.org 10.168.100.85: host: search1.internal.softwareheritage.org + 10.168.100.95: + host: counters1.internal.softwareheritage.org 10.168.100.104: host: saatchi.internal.softwareheritage.org aliases: diff --git a/manifests/site.pp b/manifests/site.pp --- a/manifests/site.pp +++ b/manifests/site.pp @@ -32,6 +32,10 @@ include role::swh_search_with_journal_client } +node /^counters\d\.internal\.softwareheritage\.org$/ { + include role::swh_counters_with_journal_client +} + node 'saatchi.internal.softwareheritage.org' { include role::swh_scheduler_with_journal_client }