diff --git a/data/hostname/unibo-test.internal.softwareheritage.org.yaml b/data/hostname/unibo-test.internal.softwareheritage.org.yaml new file mode 100644 --- /dev/null +++ b/data/hostname/unibo-test.internal.softwareheritage.org.yaml @@ -0,0 +1,4 @@ +ssh::port: 22 + +# open objstorage api +swh::deploy::objstorage::backend::listen::host: 0.0.0.0 diff --git a/manifests/site.pp b/manifests/site.pp --- a/manifests/site.pp +++ b/manifests/site.pp @@ -30,6 +30,10 @@ include role::swh_backup } +node /^unibo-test.(internal.)?softwareheritage.org$/ { + include role::swh_remote_objstorage +} + node /^uffizi.(internal.)?softwareheritage.org$/ { include role::swh_storage }