diff --git a/Rakefile b/Rakefile
index ca601027e8f239a13c5da3478cc30a6f34e92d90..e9afa9e6127c3c2e7ce46cc4b0a3ecb996f02d0e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -35,6 +35,25 @@ end
 
 namespace :valid do
 
+  desc "Run all base checks (homogeneity, duplicates, schema)  -- parameters: [SITE={grenoble,..}] [CLUSTER={yeti,..}] [VERBOSE=1]"
+  task "base" do
+    require 'refrepo/valid/homogeneity'
+    require 'refrepo/valid/input/duplicates'
+    require 'refrepo/valid/input/schema'
+    options = {}
+    options[:sites] = ( ENV['SITE'] ? ENV['SITE'].split(',') : G5K_SITES )
+    options[:clusters] = ( ENV['CLUSTER'] ? ENV['CLUSTER'].split(',') : [] )
+    options[:verbose] = ENV['VERBOSE'].to_i if ENV['VERBOSE']
+
+    puts "# Checking homogeneity ..."
+    ret1 = check_cluster_homogeneity(options)
+    puts "# Checking duplicates ..."
+    ret2 = yaml_input_find_duplicates(options)
+    puts "# Checking schema ..."
+    ret3 = yaml_input_schema_validator(options)
+    exit(ret1 && ret2 && ret3)
+  end
+
   desc "Check homogeneity of clusters -- parameters: [SITE={grenoble,..}] [CLUSTER={yeti,..}] [VERBOSE=1]"
   task "homogeneity" do
     require 'refrepo/valid/homogeneity'
@@ -229,7 +248,8 @@ namespace :gen do
 
   namespace :puppet do
 
-    all_puppet_tasks = [:bindg5k, :conmang5k, :dhcpg5k, :kadeployg5k, :lanpowerg5k, :kavlang5k, :kwollectg5k, :network_monitoring, :'refapi-subset', :oxidizedg5k, :'oarsub-simplifier-aliases', :kavlanngg5k, :stitcherg5k, :clusters, :webfish]
+    base_puppet_tasks = [:bindg5k, :conmang5k, :dhcpg5k, :kadeployg5k, :lanpowerg5k, :'refapi-subset', :'oarsub-simplifier-aliases', :clusters ]
+    all_puppet_tasks = base_puppet_tasks + [ :kavlang5k, :kwollectg5k, :network_monitoring, :oxidizedg5k, :kavlanngg5k, :stitcherg5k, :webfish]
 
     all_puppet_tasks.each { |t|
       generated_desc = (t == :'refapi-subset') ? 'description' : 'configuration'
@@ -255,6 +275,9 @@ namespace :gen do
       end
     }
 
+    desc "Launch base puppet generators (#{base_puppet_tasks.map { |e| e.to_s }.join(',')})"
+    task :base => base_puppet_tasks
+
     desc "Launch all puppet generators"
     task :all => all_puppet_tasks
 
diff --git a/data/grid5000/accesses/nodesets.json b/data/grid5000/accesses/nodesets.json
index 59d3175c10419943246f95c1996855b32731faf8..2d6f546dd4f43bd7a77b407339192b49ac82ddff 100644
--- a/data/grid5000/accesses/nodesets.json
+++ b/data/grid5000/accesses/nodesets.json
@@ -990,6 +990,66 @@
       ]
     }
   },
+  "abacus27": {
+    "besteffort": {
+      "ggas": [
+        "cidre",
+        "kerdata",
+        "magellan",
+        "myriads",
+        "pacap",
+        "wide",
+        "pirat",
+        "coast",
+        "avalon",
+        "chroma",
+        "emeraude",
+        "maracas",
+        "hive",
+        "inriastartupstudio",
+        "sonaide",
+        "feelim",
+        "iss-idiscover",
+        "iss-manta",
+        "inria-chile",
+        "inria-dsi",
+        "inria-sidf",
+        "swh",
+        "tadaam"
+      ],
+      "sites": [
+        "mc-rennes",
+        "mc-nancy",
+        "mc-lyon",
+        "mc-sophia",
+        "mc-lille",
+        "mc-grenoble",
+        "mc-paris",
+        "mc-saclay",
+        "mc-bordeaux",
+        "mc-guest",
+        "slices-fr-grenoble",
+        "slices-fr-lille",
+        "slices-fr-lyon",
+        "slices-fr-nancy",
+        "slices-fr-nantes",
+        "slices-fr-rennes",
+        "slices-fr-sophia",
+        "slices-fr-strasbourg",
+        "slices-fr-toulouse"
+      ]
+    },
+    "p1": {
+      "ggas": [
+        "shadoc",
+        "malt"
+      ],
+      "sites": [
+        "mc-staff-site",
+        "g5k-staff-site"
+      ]
+    }
+  },
   "abacus3": {
     "besteffort": {
       "ggas": [
@@ -2141,6 +2201,72 @@
       ]
     }
   },
+  "musa": {
+    "p1": {
+      "ggas": [
+
+      ],
+      "sites": [
+        "mc-staff-site",
+        "g5k-staff-site"
+      ]
+    },
+    "p2": {
+      "ggas": [
+        "cidre",
+        "kerdata",
+        "magellan",
+        "myriads",
+        "pacap",
+        "wide",
+        "pirat",
+        "coast",
+        "avalon",
+        "chroma",
+        "emeraude",
+        "maracas",
+        "hive",
+        "inriastartupstudio",
+        "sonaide",
+        "feelim",
+        "iss-idiscover",
+        "iss-manta",
+        "inria-chile",
+        "inria-dsi",
+        "inria-sidf",
+        "swh",
+        "tadaam"
+      ],
+      "sites": [
+        "mc-rennes",
+        "mc-nancy",
+        "mc-lyon",
+        "mc-sophia",
+        "mc-lille",
+        "mc-grenoble",
+        "mc-paris",
+        "mc-saclay",
+        "mc-bordeaux"
+      ]
+    },
+    "p4": {
+      "ggas": [
+
+      ],
+      "sites": [
+        "mc-guest",
+        "slices-fr-grenoble",
+        "slices-fr-lille",
+        "slices-fr-lyon",
+        "slices-fr-nancy",
+        "slices-fr-nantes",
+        "slices-fr-rennes",
+        "slices-fr-sophia",
+        "slices-fr-strasbourg",
+        "slices-fr-toulouse"
+      ]
+    }
+  },
   "roazhon1": {
     "p1": {
       "ggas": [
diff --git a/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-1.json b/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-1.json
new file mode 100644
index 0000000000000000000000000000000000000000..aee8b9190e0fc915731d78142ecd3f54050e61f0
--- /dev/null
+++ b/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-1.json
@@ -0,0 +1,323 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 48,
+    "nb_procs": 2,
+    "nb_threads": 96,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "07/24/2024",
+    "vendor": "Lenovo",
+    "version": "AFE130C-3.30"
+  },
+  "bmc_version": "5.13",
+  "chassis": {
+    "manufactured_at": "2024-01-01",
+    "manufacturer": "Lenovo",
+    "name": "ThinkSystem SR630 V2",
+    "serial": "J30AF4BB",
+    "warranty_end": "2029-01-01"
+  },
+  "exotic": false,
+  "main_memory": {
+    "ram_size": 274877906944
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_dimm 1",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 10",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 12",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 14",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 16",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 17",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 19",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 21",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 23",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 26",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 28",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 3",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 30",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 32",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 5",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 7",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "mlx5_core",
+      "enabled": true,
+      "firmware_version": "22.31.1014 (LNV0000000029)",
+      "interface": "Ethernet",
+      "ip": "172.16.208.1",
+      "ip6": "2001:660:4406:b00:1::1",
+      "kavlan": false,
+      "mac": "e8:eb:d3:fd:ce:b4",
+      "management": false,
+      "model": "MT2892 Family [ConnectX-6 Dx]",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "spirou-1.louvain.grid5000.fr",
+      "rate": 100000000000,
+      "sriov": true,
+      "sriov_totalvfs": 8,
+      "switch": "gw",
+      "switch_port": "swp8",
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "eth1",
+      "driver": "mlx5_core",
+      "enabled": false,
+      "firmware_version": "22.31.1014 (LNV0000000029)",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e8:eb:d3:fd:ce:b5",
+      "management": false,
+      "model": "MT2892 Family [ConnectX-6 Dx]",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens1f1np1",
+      "sriov": true,
+      "sriov_totalvfs": 8,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "eth2",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:eb:2e",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f0",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth3",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:eb:2f",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f1",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth4",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:eb:30",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f2",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth5",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:eb:31",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f3",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.208.1",
+      "kavlan": false,
+      "mac": "38:68:dd:8c:71:2d",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "spirou-1-bmc.louvain.grid5000.fr"
+    }
+  ],
+  "nodeset": "spirou",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "none",
+    "pstate_governor": "none",
+    "turboboost_enabled": false
+  },
+  "performance": {
+    "core_flops": 108800000000,
+    "node_flops": 5222400000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 49152,
+    "cache_l1i": 32768,
+    "cache_l2": 1310720,
+    "cache_l3": 37748736,
+    "clock_speed": 3400000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Ice Lake",
+    "microcode": "0xd0003e7",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) Gold 5318Y CPU @ 2.10GHz",
+    "vendor": "Intel",
+    "version": "Gold 5318Y"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x55cd2e415524d816",
+      "by_path": "/dev/disk/by-path/pci-0000:00:17.0-ata-1",
+      "firmware_version": "7CV1LR12",
+      "id": "disk0",
+      "interface": "SATA",
+      "model": "SSDSC2KG480GZL",
+      "size": 480103981056,
+      "storage": "SSD",
+      "vendor": "Lenovo"
+    },
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x5000c500ed345a8c",
+      "by_path": "/dev/disk/by-path/pci-0000:00:17.0-ata-2",
+      "firmware_version": "LJB8",
+      "id": "disk1",
+      "interface": "SATA",
+      "model": "ST4000NM000A",
+      "size": 4000787030016,
+      "storage": "HDD",
+      "vendor": "Lenovo"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "spirou-1"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-2.json b/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-2.json
new file mode 100644
index 0000000000000000000000000000000000000000..fb70ceaf1bf55478f07288511460ec67e11d3de9
--- /dev/null
+++ b/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-2.json
@@ -0,0 +1,323 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 48,
+    "nb_procs": 2,
+    "nb_threads": 96,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "07/24/2024",
+    "vendor": "Lenovo",
+    "version": "AFE130C-3.30"
+  },
+  "bmc_version": "5.13",
+  "chassis": {
+    "manufactured_at": "2024-01-01",
+    "manufacturer": "Lenovo",
+    "name": "ThinkSystem SR630 V2",
+    "serial": "J30AF4BC",
+    "warranty_end": "2029-01-01"
+  },
+  "exotic": false,
+  "main_memory": {
+    "ram_size": 274877906944
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_dimm 1",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 10",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 12",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 14",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 16",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 17",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 19",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 21",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 23",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 26",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 28",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 3",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 30",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 32",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 5",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 7",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "mlx5_core",
+      "enabled": true,
+      "firmware_version": "22.31.1014 (LNV0000000029)",
+      "interface": "Ethernet",
+      "ip": "172.16.208.2",
+      "ip6": "2001:660:4406:b00:1::2",
+      "kavlan": false,
+      "mac": "e8:eb:d3:fd:cb:f4",
+      "management": false,
+      "model": "MT2892 Family [ConnectX-6 Dx]",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "spirou-2.louvain.grid5000.fr",
+      "rate": 100000000000,
+      "sriov": true,
+      "sriov_totalvfs": 8,
+      "switch": "gw",
+      "switch_port": "swp7",
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "eth1",
+      "driver": "mlx5_core",
+      "enabled": false,
+      "firmware_version": "22.31.1014 (LNV0000000029)",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e8:eb:d3:fd:cb:f5",
+      "management": false,
+      "model": "MT2892 Family [ConnectX-6 Dx]",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens1f1np1",
+      "sriov": true,
+      "sriov_totalvfs": 8,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "eth2",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:e1:3e",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f0",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth3",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:e1:3f",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f1",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth4",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:e1:40",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f2",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth5",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:e1:41",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f3",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.208.2",
+      "kavlan": false,
+      "mac": "38:68:dd:87:1e:75",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "spirou-2-bmc.louvain.grid5000.fr"
+    }
+  ],
+  "nodeset": "spirou",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "none",
+    "pstate_governor": "none",
+    "turboboost_enabled": false
+  },
+  "performance": {
+    "core_flops": 108800000000,
+    "node_flops": 5222400000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 49152,
+    "cache_l1i": 32768,
+    "cache_l2": 1310720,
+    "cache_l3": 37748736,
+    "clock_speed": 3400000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Ice Lake",
+    "microcode": "0xd0003e7",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) Gold 5318Y CPU @ 2.10GHz",
+    "vendor": "Intel",
+    "version": "Gold 5318Y"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x55cd2e415524d789",
+      "by_path": "/dev/disk/by-path/pci-0000:00:17.0-ata-1",
+      "firmware_version": "7CV1LR12",
+      "id": "disk0",
+      "interface": "SATA",
+      "model": "SSDSC2KG480GZL",
+      "size": 480103981056,
+      "storage": "SSD",
+      "vendor": "Lenovo"
+    },
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x5000c500ed342045",
+      "by_path": "/dev/disk/by-path/pci-0000:00:17.0-ata-2",
+      "firmware_version": "LJB8",
+      "id": "disk1",
+      "interface": "SATA",
+      "model": "ST4000NM000A",
+      "size": 4000787030016,
+      "storage": "HDD",
+      "vendor": "Lenovo"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "spirou-2"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-3.json b/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-3.json
new file mode 100644
index 0000000000000000000000000000000000000000..72e4caa8319ab88f9ec762aad679c2d16a2244ab
--- /dev/null
+++ b/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-3.json
@@ -0,0 +1,323 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 48,
+    "nb_procs": 2,
+    "nb_threads": 96,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "07/24/2024",
+    "vendor": "Lenovo",
+    "version": "AFE130C-3.30"
+  },
+  "bmc_version": "5.13",
+  "chassis": {
+    "manufactured_at": "2024-01-01",
+    "manufacturer": "Lenovo",
+    "name": "ThinkSystem SR630 V2",
+    "serial": "J30AF4BG",
+    "warranty_end": "2029-01-01"
+  },
+  "exotic": false,
+  "main_memory": {
+    "ram_size": 274877906944
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_dimm 1",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 10",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 12",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 14",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 16",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 17",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 19",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 21",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 23",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 26",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 28",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 3",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 30",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 32",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 5",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 7",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "mlx5_core",
+      "enabled": true,
+      "firmware_version": "22.31.1014 (LNV0000000029)",
+      "interface": "Ethernet",
+      "ip": "172.16.208.3",
+      "ip6": "2001:660:4406:b00:1::3",
+      "kavlan": false,
+      "mac": "e8:eb:d3:fd:cf:2c",
+      "management": false,
+      "model": "MT2892 Family [ConnectX-6 Dx]",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "spirou-3.louvain.grid5000.fr",
+      "rate": 100000000000,
+      "sriov": true,
+      "sriov_totalvfs": 8,
+      "switch": "gw",
+      "switch_port": "swp6",
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "eth1",
+      "driver": "mlx5_core",
+      "enabled": false,
+      "firmware_version": "22.31.1014 (LNV0000000029)",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e8:eb:d3:fd:cf:2d",
+      "management": false,
+      "model": "MT2892 Family [ConnectX-6 Dx]",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens1f1np1",
+      "sriov": true,
+      "sriov_totalvfs": 8,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "eth2",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:da:c6",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f0",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth3",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:da:c7",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f1",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth4",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:da:c8",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f2",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth5",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:da:c9",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f3",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.208.3",
+      "kavlan": false,
+      "mac": "38:68:dd:8c:70:0d",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "spirou-3-bmc.louvain.grid5000.fr"
+    }
+  ],
+  "nodeset": "spirou",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "none",
+    "pstate_governor": "none",
+    "turboboost_enabled": false
+  },
+  "performance": {
+    "core_flops": 108800000000,
+    "node_flops": 5222400000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 49152,
+    "cache_l1i": 32768,
+    "cache_l2": 1310720,
+    "cache_l3": 37748736,
+    "clock_speed": 3400000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Ice Lake",
+    "microcode": "0xd0003e7",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) Gold 5318Y CPU @ 2.10GHz",
+    "vendor": "Intel",
+    "version": "Gold 5318Y"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x55cd2e415524d6d7",
+      "by_path": "/dev/disk/by-path/pci-0000:00:17.0-ata-1",
+      "firmware_version": "7CV1LR12",
+      "id": "disk0",
+      "interface": "SATA",
+      "model": "SSDSC2KG480GZL",
+      "size": 480103981056,
+      "storage": "SSD",
+      "vendor": "Lenovo"
+    },
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x5000c500ed345ad9",
+      "by_path": "/dev/disk/by-path/pci-0000:00:17.0-ata-2",
+      "firmware_version": "LJB8",
+      "id": "disk1",
+      "interface": "SATA",
+      "model": "ST4000NM000A",
+      "size": 4000787030016,
+      "storage": "HDD",
+      "vendor": "Lenovo"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "spirou-3"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-4.json b/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-4.json
new file mode 100644
index 0000000000000000000000000000000000000000..b9cf428c439582d1bdf7f6132929a91b6c68ef43
--- /dev/null
+++ b/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-4.json
@@ -0,0 +1,323 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 48,
+    "nb_procs": 2,
+    "nb_threads": 96,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "07/24/2024",
+    "vendor": "Lenovo",
+    "version": "AFE130C-3.30"
+  },
+  "bmc_version": "5.13",
+  "chassis": {
+    "manufactured_at": "2024-01-01",
+    "manufacturer": "Lenovo",
+    "name": "ThinkSystem SR630 V2",
+    "serial": "J30AF4BH",
+    "warranty_end": "2029-01-01"
+  },
+  "exotic": false,
+  "main_memory": {
+    "ram_size": 274877906944
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_dimm 1",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 10",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 12",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 14",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 16",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 17",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 19",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 21",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 23",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 26",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 28",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 3",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 30",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 32",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 5",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 7",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "mlx5_core",
+      "enabled": true,
+      "firmware_version": "22.31.1014 (LNV0000000029)",
+      "interface": "Ethernet",
+      "ip": "172.16.208.4",
+      "ip6": "2001:660:4406:b00:1::4",
+      "kavlan": false,
+      "mac": "e8:eb:d3:fd:cf:8c",
+      "management": false,
+      "model": "MT2892 Family [ConnectX-6 Dx]",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "spirou-4.louvain.grid5000.fr",
+      "rate": 100000000000,
+      "sriov": true,
+      "sriov_totalvfs": 8,
+      "switch": "gw",
+      "switch_port": "swp5",
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "eth1",
+      "driver": "mlx5_core",
+      "enabled": false,
+      "firmware_version": "22.31.1014 (LNV0000000029)",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e8:eb:d3:fd:cf:8d",
+      "management": false,
+      "model": "MT2892 Family [ConnectX-6 Dx]",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens1f1np1",
+      "sriov": true,
+      "sriov_totalvfs": 8,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "eth2",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:da:f6",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f0",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth3",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:da:f7",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f1",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth4",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:da:f8",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f2",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth5",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:da:f9",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f3",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.208.4",
+      "kavlan": false,
+      "mac": "38:68:dd:87:1e:69",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "spirou-4-bmc.louvain.grid5000.fr"
+    }
+  ],
+  "nodeset": "spirou",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "none",
+    "pstate_governor": "none",
+    "turboboost_enabled": false
+  },
+  "performance": {
+    "core_flops": 108800000000,
+    "node_flops": 5222400000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 49152,
+    "cache_l1i": 32768,
+    "cache_l2": 1310720,
+    "cache_l3": 37748736,
+    "clock_speed": 3400000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Ice Lake",
+    "microcode": "0xd0003e7",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) Gold 5318Y CPU @ 2.10GHz",
+    "vendor": "Intel",
+    "version": "Gold 5318Y"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x55cd2e415524e65e",
+      "by_path": "/dev/disk/by-path/pci-0000:00:17.0-ata-1",
+      "firmware_version": "7CV1LR12",
+      "id": "disk0",
+      "interface": "SATA",
+      "model": "SSDSC2KG480GZL",
+      "size": 480103981056,
+      "storage": "SSD",
+      "vendor": "Lenovo"
+    },
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x5000c500ed345aae",
+      "by_path": "/dev/disk/by-path/pci-0000:00:17.0-ata-2",
+      "firmware_version": "LJB8",
+      "id": "disk1",
+      "interface": "SATA",
+      "model": "ST4000NM000A",
+      "size": 4000787030016,
+      "storage": "HDD",
+      "vendor": "Lenovo"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "spirou-4"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-5.json b/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-5.json
new file mode 100644
index 0000000000000000000000000000000000000000..dbbb33c85c1c62d49778dd5dd797be2bd78a1352
--- /dev/null
+++ b/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-5.json
@@ -0,0 +1,323 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 48,
+    "nb_procs": 2,
+    "nb_threads": 96,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "07/24/2024",
+    "vendor": "Lenovo",
+    "version": "AFE130C-3.30"
+  },
+  "bmc_version": "5.13",
+  "chassis": {
+    "manufactured_at": "2024-01-01",
+    "manufacturer": "Lenovo",
+    "name": "ThinkSystem SR630 V2",
+    "serial": "J30AF4BD",
+    "warranty_end": "2029-01-01"
+  },
+  "exotic": false,
+  "main_memory": {
+    "ram_size": 274877906944
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_dimm 1",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 10",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 12",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 14",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 16",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 17",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 19",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 21",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 23",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 26",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 28",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 3",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 30",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 32",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 5",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 7",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "mlx5_core",
+      "enabled": true,
+      "firmware_version": "22.31.1014 (LNV0000000029)",
+      "interface": "Ethernet",
+      "ip": "172.16.208.5",
+      "ip6": "2001:660:4406:b00:1::5",
+      "kavlan": false,
+      "mac": "e8:eb:d3:fd:cf:84",
+      "management": false,
+      "model": "MT2892 Family [ConnectX-6 Dx]",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "spirou-5.louvain.grid5000.fr",
+      "rate": 100000000000,
+      "sriov": true,
+      "sriov_totalvfs": 8,
+      "switch": "gw",
+      "switch_port": "swp4",
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "eth1",
+      "driver": "mlx5_core",
+      "enabled": false,
+      "firmware_version": "22.31.1014 (LNV0000000029)",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e8:eb:d3:fd:cf:85",
+      "management": false,
+      "model": "MT2892 Family [ConnectX-6 Dx]",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens1f1np1",
+      "sriov": true,
+      "sriov_totalvfs": 8,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "eth2",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:d9:8e",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f0",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth3",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:d9:8f",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f1",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth4",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:d9:90",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f2",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth5",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:d9:91",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f3",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.208.5",
+      "kavlan": false,
+      "mac": "38:68:dd:8c:70:19",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "spirou-5-bmc.louvain.grid5000.fr"
+    }
+  ],
+  "nodeset": "spirou",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "none",
+    "pstate_governor": "none",
+    "turboboost_enabled": false
+  },
+  "performance": {
+    "core_flops": 108800000000,
+    "node_flops": 5222400000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 49152,
+    "cache_l1i": 32768,
+    "cache_l2": 1310720,
+    "cache_l3": 37748736,
+    "clock_speed": 3400000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Ice Lake",
+    "microcode": "0xd0003e7",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) Gold 5318Y CPU @ 2.10GHz",
+    "vendor": "Intel",
+    "version": "Gold 5318Y"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x55cd2e415524d77b",
+      "by_path": "/dev/disk/by-path/pci-0000:00:17.0-ata-1",
+      "firmware_version": "7CV1LR12",
+      "id": "disk0",
+      "interface": "SATA",
+      "model": "SSDSC2KG480GZL",
+      "size": 480103981056,
+      "storage": "SSD",
+      "vendor": "Lenovo"
+    },
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x5000c500ed342053",
+      "by_path": "/dev/disk/by-path/pci-0000:00:17.0-ata-2",
+      "firmware_version": "LJB8",
+      "id": "disk1",
+      "interface": "SATA",
+      "model": "ST4000NM000A",
+      "size": 4000787030016,
+      "storage": "HDD",
+      "vendor": "Lenovo"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "spirou-5"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-6.json b/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-6.json
new file mode 100644
index 0000000000000000000000000000000000000000..11ee0ebde98c94bbf95b60ad113c2c72b329033d
--- /dev/null
+++ b/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-6.json
@@ -0,0 +1,323 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 48,
+    "nb_procs": 2,
+    "nb_threads": 96,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "08/26/2024",
+    "vendor": "Lenovo",
+    "version": "AFE130D-3.31"
+  },
+  "bmc_version": "5.13",
+  "chassis": {
+    "manufactured_at": "2024-01-01",
+    "manufacturer": "Lenovo",
+    "name": "ThinkSystem SR630 V2",
+    "serial": "J30AF4BA",
+    "warranty_end": "2029-01-01"
+  },
+  "exotic": false,
+  "main_memory": {
+    "ram_size": 274877906944
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_dimm 1",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 10",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 12",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 14",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 16",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 17",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 19",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 21",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 23",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 26",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 28",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 3",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 30",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 32",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 5",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 7",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "mlx5_core",
+      "enabled": true,
+      "firmware_version": "22.31.1014 (LNV0000000029)",
+      "interface": "Ethernet",
+      "ip": "172.16.208.6",
+      "ip6": "2001:660:4406:b00:1::6",
+      "kavlan": false,
+      "mac": "e8:eb:d3:fd:cb:ac",
+      "management": false,
+      "model": "MT2892 Family [ConnectX-6 Dx]",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "spirou-6.louvain.grid5000.fr",
+      "rate": 100000000000,
+      "sriov": true,
+      "sriov_totalvfs": 8,
+      "switch": "gw",
+      "switch_port": "swp3",
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "eth1",
+      "driver": "mlx5_core",
+      "enabled": false,
+      "firmware_version": "22.31.1014 (LNV0000000029)",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e8:eb:d3:fd:cb:ad",
+      "management": false,
+      "model": "MT2892 Family [ConnectX-6 Dx]",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens1f1np1",
+      "sriov": true,
+      "sriov_totalvfs": 8,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "eth2",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:ea:fe",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f0",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth3",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:ea:ff",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f1",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth4",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:eb:00",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f2",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth5",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:eb:01",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f3",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.208.6",
+      "kavlan": false,
+      "mac": "38:68:dd:87:20:65",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "spirou-6-bmc.louvain.grid5000.fr"
+    }
+  ],
+  "nodeset": "spirou",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "none",
+    "pstate_governor": "none",
+    "turboboost_enabled": false
+  },
+  "performance": {
+    "core_flops": 108800000000,
+    "node_flops": 5222400000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 49152,
+    "cache_l1i": 32768,
+    "cache_l2": 1310720,
+    "cache_l3": 37748736,
+    "clock_speed": 3400000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Ice Lake",
+    "microcode": "0xd0003e7",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) Gold 5318Y CPU @ 2.10GHz",
+    "vendor": "Intel",
+    "version": "Gold 5318Y"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x55cd2e415524d7b2",
+      "by_path": "/dev/disk/by-path/pci-0000:00:17.0-ata-1",
+      "firmware_version": "7CV1LR12",
+      "id": "disk0",
+      "interface": "SATA",
+      "model": "SSDSC2KG480GZL",
+      "size": 480103981056,
+      "storage": "SSD",
+      "vendor": "Lenovo"
+    },
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x5000c500ed343d8a",
+      "by_path": "/dev/disk/by-path/pci-0000:00:17.0-ata-2",
+      "firmware_version": "LJB8",
+      "id": "disk1",
+      "interface": "SATA",
+      "model": "ST4000NM000A",
+      "size": 4000787030016,
+      "storage": "HDD",
+      "vendor": "Lenovo"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "spirou-6"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-7.json b/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-7.json
new file mode 100644
index 0000000000000000000000000000000000000000..82cfc1cda491f6d1b95617f5e863b27475ac76fb
--- /dev/null
+++ b/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-7.json
@@ -0,0 +1,323 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 48,
+    "nb_procs": 2,
+    "nb_threads": 96,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "07/24/2024",
+    "vendor": "Lenovo",
+    "version": "AFE130C-3.30"
+  },
+  "bmc_version": "5.13",
+  "chassis": {
+    "manufactured_at": "2024-01-01",
+    "manufacturer": "Lenovo",
+    "name": "ThinkSystem SR630 V2",
+    "serial": "J30AF4BE",
+    "warranty_end": "2029-01-01"
+  },
+  "exotic": false,
+  "main_memory": {
+    "ram_size": 274877906944
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_dimm 1",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 10",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 12",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 14",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 16",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 17",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 19",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 21",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 23",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 26",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 28",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 3",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 30",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 32",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 5",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 7",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "mlx5_core",
+      "enabled": true,
+      "firmware_version": "22.31.1014 (LNV0000000029)",
+      "interface": "Ethernet",
+      "ip": "172.16.208.7",
+      "ip6": "2001:660:4406:b00:1::7",
+      "kavlan": false,
+      "mac": "e8:eb:d3:fd:ce:ac",
+      "management": false,
+      "model": "MT2892 Family [ConnectX-6 Dx]",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "spirou-7.louvain.grid5000.fr",
+      "rate": 100000000000,
+      "sriov": true,
+      "sriov_totalvfs": 8,
+      "switch": "gw",
+      "switch_port": "swp2",
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "eth1",
+      "driver": "mlx5_core",
+      "enabled": false,
+      "firmware_version": "22.31.1014 (LNV0000000029)",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e8:eb:d3:fd:ce:ad",
+      "management": false,
+      "model": "MT2892 Family [ConnectX-6 Dx]",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens1f1np1",
+      "sriov": true,
+      "sriov_totalvfs": 8,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "eth2",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:ee:a6",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f0",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth3",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:ee:a7",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f1",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth4",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:ee:a8",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f2",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth5",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:ee:a9",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f3",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.208.7",
+      "kavlan": false,
+      "mac": "38:68:dd:8c:6f:f5",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "spirou-7-bmc.louvain.grid5000.fr"
+    }
+  ],
+  "nodeset": "spirou",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "none",
+    "pstate_governor": "none",
+    "turboboost_enabled": false
+  },
+  "performance": {
+    "core_flops": 108800000000,
+    "node_flops": 5222400000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 49152,
+    "cache_l1i": 32768,
+    "cache_l2": 1310720,
+    "cache_l3": 37748736,
+    "clock_speed": 3400000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Ice Lake",
+    "microcode": "0xd0003e7",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) Gold 5318Y CPU @ 2.10GHz",
+    "vendor": "Intel",
+    "version": "Gold 5318Y"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x55cd2e415524d7b7",
+      "by_path": "/dev/disk/by-path/pci-0000:00:17.0-ata-1",
+      "firmware_version": "7CV1LR12",
+      "id": "disk0",
+      "interface": "SATA",
+      "model": "SSDSC2KG480GZL",
+      "size": 480103981056,
+      "storage": "SSD",
+      "vendor": "Lenovo"
+    },
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x5000c500ed345d72",
+      "by_path": "/dev/disk/by-path/pci-0000:00:17.0-ata-2",
+      "firmware_version": "LJB8",
+      "id": "disk1",
+      "interface": "SATA",
+      "model": "ST4000NM000A",
+      "size": 4000787030016,
+      "storage": "HDD",
+      "vendor": "Lenovo"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "spirou-7"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-8.json b/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-8.json
new file mode 100644
index 0000000000000000000000000000000000000000..a55fbeba3f64929f7a5a5a36dcb2cf4eb9d04eab
--- /dev/null
+++ b/data/grid5000/sites/louvain/clusters/spirou/nodes/spirou-8.json
@@ -0,0 +1,323 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 48,
+    "nb_procs": 2,
+    "nb_threads": 96,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "08/26/2024",
+    "vendor": "Lenovo",
+    "version": "AFE130D-3.31"
+  },
+  "bmc_version": "5.13",
+  "chassis": {
+    "manufactured_at": "2024-01-01",
+    "manufacturer": "Lenovo",
+    "name": "ThinkSystem SR630 V2",
+    "serial": "J30AF4BF",
+    "warranty_end": "2029-01-01"
+  },
+  "exotic": false,
+  "main_memory": {
+    "ram_size": 274877906944
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_dimm 1",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 10",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 12",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 14",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 16",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 17",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 19",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 21",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 23",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 26",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 28",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 3",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 30",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 32",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 5",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_dimm 7",
+      "firmware": "0000",
+      "size": 17179869184,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "mlx5_core",
+      "enabled": true,
+      "firmware_version": "22.31.1014 (LNV0000000029)",
+      "interface": "Ethernet",
+      "ip": "172.16.208.8",
+      "ip6": "2001:660:4406:b00:1::8",
+      "kavlan": false,
+      "mac": "e8:eb:d3:fd:cf:0c",
+      "management": false,
+      "model": "MT2892 Family [ConnectX-6 Dx]",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "spirou-8.louvain.grid5000.fr",
+      "rate": 100000000000,
+      "sriov": true,
+      "sriov_totalvfs": 8,
+      "switch": "gw",
+      "switch_port": "swp1",
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "eth1",
+      "driver": "mlx5_core",
+      "enabled": false,
+      "firmware_version": "22.31.1014 (LNV0000000029)",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e8:eb:d3:fd:cf:0d",
+      "management": false,
+      "model": "MT2892 Family [ConnectX-6 Dx]",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens1f1np1",
+      "sriov": true,
+      "sriov_totalvfs": 8,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "eth2",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:db:0e",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f0",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth3",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:db:0f",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f1",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth4",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:db:10",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f2",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth5",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.47 NCSI v1.5.30.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "e4:3d:1a:62:db:11",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens4f3",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.208.8",
+      "kavlan": false,
+      "mac": "38:68:dd:8c:71:01",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "spirou-8-bmc.louvain.grid5000.fr"
+    }
+  ],
+  "nodeset": "spirou",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "none",
+    "pstate_governor": "none",
+    "turboboost_enabled": false
+  },
+  "performance": {
+    "core_flops": 108800000000,
+    "node_flops": 5222400000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 49152,
+    "cache_l1i": 32768,
+    "cache_l2": 1310720,
+    "cache_l3": 37748736,
+    "clock_speed": 3400000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Ice Lake",
+    "microcode": "0xd0003e7",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) Gold 5318Y CPU @ 2.10GHz",
+    "vendor": "Intel",
+    "version": "Gold 5318Y"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x55cd2e415524d817",
+      "by_path": "/dev/disk/by-path/pci-0000:00:17.0-ata-1",
+      "firmware_version": "7CV1LR12",
+      "id": "disk0",
+      "interface": "SATA",
+      "model": "SSDSC2KG480GZL",
+      "size": 480103981056,
+      "storage": "SSD",
+      "vendor": "Lenovo"
+    },
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x5000c500ed3451d8",
+      "by_path": "/dev/disk/by-path/pci-0000:00:17.0-ata-2",
+      "firmware_version": "LJB8",
+      "id": "disk1",
+      "interface": "SATA",
+      "model": "ST4000NM000A",
+      "size": 4000787030016,
+      "storage": "HDD",
+      "vendor": "Lenovo"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "spirou-8"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/clusters/spirou/spirou.json b/data/grid5000/sites/louvain/clusters/spirou/spirou.json
new file mode 100644
index 0000000000000000000000000000000000000000..595cc87f04b626442d33bfba2f1a53aca97309a4
--- /dev/null
+++ b/data/grid5000/sites/louvain/clusters/spirou/spirou.json
@@ -0,0 +1,20 @@
+{
+  "boot_type": "uefi",
+  "created_at": "Wed, 02 Oct 2024 00:00:00 GMT",
+  "exotic": false,
+  "kavlan": false,
+  "manufactured_at": "2024-01-01",
+  "metrics": [
+
+  ],
+  "model": "ThinkSystem SR630 V2",
+  "priority": 202401,
+  "queues": [
+    "admin",
+    "testing"
+  ],
+  "redfish": true,
+  "type": "cluster",
+  "uid": "spirou",
+  "warranty_end": "2029-01-01"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/louvain.json b/data/grid5000/sites/louvain/louvain.json
new file mode 100644
index 0000000000000000000000000000000000000000..ef0fdddd4d7b9fbc7ac7b44e474a2b43b7668a59
--- /dev/null
+++ b/data/grid5000/sites/louvain/louvain.json
@@ -0,0 +1,94 @@
+{
+  "compilation_server": false,
+  "description": "Grid5000 Louvain site",
+  "email_contact": "support-staff@lists.grid5000.fr",
+  "frontend_ip": "172.16.223.110",
+  "g5ksubnet": {
+    "gateway": "10.183.255.254",
+    "network": "10.180.0.0/14"
+  },
+  "ipv6": {
+    "prefix": "2001:660:4406:b00::/56",
+    "site_global_kavlan": 22,
+    "site_index": 11
+  },
+  "kavlan_ip_range": "10.48.0.0/14",
+  "kavlans": {
+    "1": {
+      "gateway": "192.168.207.254",
+      "network": "192.168.192.0/20",
+      "network_ipv6": "2001:660:4406:b80::/64"
+    },
+    "2": {
+      "gateway": "192.168.223.254",
+      "network": "192.168.208.0/20",
+      "network_ipv6": "2001:660:4406:b81::/64"
+    },
+    "22": {
+      "gateway": "10.51.255.254",
+      "gateway_ipv6": "2001:660:4406:ba0:b00:0:ffff:ffff",
+      "network": "10.51.192.0/18",
+      "network_ipv6": "2001:660:4406:ba0::/64"
+    },
+    "3": {
+      "gateway": "192.168.239.254",
+      "network": "192.168.224.0/20",
+      "network_ipv6": "2001:660:4406:b82::/64"
+    },
+    "4": {
+      "gateway": "10.48.63.254",
+      "gateway_ipv6": "2001:660:4406:b90::ffff:ffff",
+      "network": "10.48.0.0/18",
+      "network_ipv6": "2001:660:4406:b90::/64"
+    },
+    "5": {
+      "gateway": "10.48.127.254",
+      "gateway_ipv6": "2001:660:4406:b91::ffff:ffff",
+      "network": "10.48.64.0/18",
+      "network_ipv6": "2001:660:4406:b91::/64"
+    },
+    "6": {
+      "gateway": "10.48.191.254",
+      "gateway_ipv6": "2001:660:4406:b92::ffff:ffff",
+      "network": "10.48.128.0/18",
+      "network_ipv6": "2001:660:4406:b92::/64"
+    },
+    "7": {
+      "gateway": "10.48.255.254",
+      "gateway_ipv6": "2001:660:4406:b93::ffff:ffff",
+      "network": "10.48.192.0/18",
+      "network_ipv6": "2001:660:4406:b93::/64"
+    },
+    "8": {
+      "gateway": "10.49.63.254",
+      "gateway_ipv6": "2001:660:4406:b94::ffff:ffff",
+      "network": "10.49.0.0/18",
+      "network_ipv6": "2001:660:4406:b94::/64"
+    },
+    "9": {
+      "gateway": "10.49.127.254",
+      "gateway_ipv6": "2001:660:4406:b95::ffff:ffff",
+      "network": "10.49.64.0/18",
+      "network_ipv6": "2001:660:4406:b95::/64"
+    },
+    "default": {
+      "gateway": "172.16.47.254",
+      "gateway_ipv6": "2001:660:4406:b00::ffff:ffff",
+      "network": "172.16.32.0/20",
+      "network_ipv6": "2001:660:4406:b00::/64"
+    }
+  },
+  "latitude": 50.87959,
+  "location": "Louvain, Belgium",
+  "longitude": 4.70093,
+  "name": "Louvain",
+  "production": true,
+  "renater_ip": "192.168.4.24",
+  "security_contact": "support-staff@lists.grid5000.fr",
+  "sys_admin_contact": "support-staff@lists.grid5000.fr",
+  "type": "site",
+  "uid": "louvain",
+  "user_support_contact": "support-staff@lists.grid5000.fr",
+  "virt_ip_range": "10.180.0.0/14",
+  "web": "http://www.grid5000.fr/w/Louvain:Home"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/network_equipments/gw.json b/data/grid5000/sites/louvain/network_equipments/gw.json
new file mode 100644
index 0000000000000000000000000000000000000000..350d540c330b95296f7ed10741dcaecbc5c104d6
--- /dev/null
+++ b/data/grid5000/sites/louvain/network_equipments/gw.json
@@ -0,0 +1,170 @@
+{
+  "alias": [
+    "gw-louvain"
+  ],
+  "ip": "172.16.223.254",
+  "ip6": "2001:660:4406:b00::ffff:ffff",
+  "kind": "router",
+  "linecards": [
+    {
+    },
+    {
+      "kavlan_pattern": "%PORT%",
+      "kind": "node",
+      "ports": [
+        {
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "swp1",
+          "uid": "spirou-8"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "swp2",
+          "uid": "spirou-7"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "swp3",
+          "uid": "spirou-6"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "swp4",
+          "uid": "spirou-5"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "swp5",
+          "uid": "spirou-4"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "swp6",
+          "uid": "spirou-3"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "swp7",
+          "uid": "spirou-2"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "swp8",
+          "uid": "spirou-1"
+        },
+        {
+          "kind": "server",
+          "snmp_name": "swp9",
+          "uid": "srv-data"
+        },
+        {
+          "kind": "server",
+          "snmp_name": "swp10",
+          "uid": "pve-2"
+        },
+        {
+          "kind": "server",
+          "snmp_name": "swp11",
+          "uid": "pve-1"
+        }
+      ],
+      "rate": 10000000000,
+      "snmp_pattern": "swp%PORT%"
+    }
+  ],
+  "managed_by_us": true,
+  "model": "Mlnx MSN3700C",
+  "serial": "M1LM2460007",
+  "site": "louvain",
+  "snmp_community": "g5kadmin",
+  "type": "network_equipment",
+  "uid": "gw",
+  "vlans": {
+    "vlan100": {
+      "addresses": [
+        "172.16.127.254"
+      ]
+    },
+    "vlan101": {
+      "addresses": [
+        "172.17.127.254"
+      ],
+      "administrative": true
+    },
+    "vlan500": {
+      "addresses": [
+        "192.168.4.16"
+      ]
+    },
+    "vlan701": {
+      "addresses": [
+        "192.168.192.0/20"
+      ],
+      "name": "kavlan-1"
+    },
+    "vlan702": {
+      "addresses": [
+        "192.168.208.0/20"
+      ],
+      "name": "kavlan-2"
+    },
+    "vlan703": {
+      "addresses": [
+        "192.168.224.0/20"
+      ],
+      "name": "kavlan-3"
+    },
+    "vlan704": {
+      "addresses": [
+        "10.48.0.0/18"
+      ],
+      "name": "kavlan-4"
+    },
+    "vlan705": {
+      "addresses": [
+        "10.48.64.0/18"
+      ],
+      "name": "kavlan-5"
+    },
+    "vlan706": {
+      "addresses": [
+        "10.48.128.0/18"
+      ],
+      "name": "kavlan-6"
+    },
+    "vlan707": {
+      "addresses": [
+        "10.48.192.0/18"
+      ],
+      "name": "kavlan-7"
+    },
+    "vlan708": {
+      "addresses": [
+        "10.49.0.0/18"
+      ],
+      "name": "kavlan-8"
+    },
+    "vlan709": {
+      "addresses": [
+        "10.49.64.0/18"
+      ],
+      "name": "kavlan-9"
+    },
+    "vlan722": {
+      "addresses": [
+        "10.51.192.0/18"
+      ],
+      "name": "kavlan-22"
+    }
+  }
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/api-proxy.json b/data/grid5000/sites/louvain/servers/api-proxy.json
new file mode 100644
index 0000000000000000000000000000000000000000..7fb8b5ff7906bde717a75f3d7502323e9f20601c
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/api-proxy.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.115"
+    }
+  },
+  "type": "server",
+  "uid": "api-proxy"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/api-server-devel.json b/data/grid5000/sites/louvain/servers/api-server-devel.json
new file mode 100644
index 0000000000000000000000000000000000000000..af956b0e88fe2dbda8d9b8f925a9752049f318c3
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/api-server-devel.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.114"
+    }
+  },
+  "type": "server",
+  "uid": "api-server-devel"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/api-server-v3.json b/data/grid5000/sites/louvain/servers/api-server-v3.json
new file mode 100644
index 0000000000000000000000000000000000000000..2800214d90e3b2225aaaa1e5780d164de9947e33
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/api-server-v3.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.112"
+    }
+  },
+  "type": "server",
+  "uid": "api-server-v3"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/conman.json b/data/grid5000/sites/louvain/servers/conman.json
new file mode 100644
index 0000000000000000000000000000000000000000..90a596902a3370410fca52bf563086f99a423af7
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/conman.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.113"
+    }
+  },
+  "type": "server",
+  "uid": "conman"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/dhcp.json b/data/grid5000/sites/louvain/servers/dhcp.json
new file mode 100644
index 0000000000000000000000000000000000000000..e76cce885ca7a2de0fd2953c2b02a08a2bf3a634
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/dhcp.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.109"
+    }
+  },
+  "type": "server",
+  "uid": "dhcp"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/dns.json b/data/grid5000/sites/louvain/servers/dns.json
new file mode 100644
index 0000000000000000000000000000000000000000..4c987fa5877482e07c395c7e94cf2aca6a783a08
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/dns.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.107"
+    }
+  },
+  "type": "server",
+  "uid": "dns"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/flouvain.json b/data/grid5000/sites/louvain/servers/flouvain.json
new file mode 100644
index 0000000000000000000000000000000000000000..c887fa51b352177a57f4fc8d4c96a52eac7668b2
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/flouvain.json
@@ -0,0 +1,14 @@
+{
+  "alias": [
+    "oar-api",
+    "frontend"
+  ],
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.110"
+    }
+  },
+  "type": "server",
+  "uid": "flouvain"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/guix.json b/data/grid5000/sites/louvain/servers/guix.json
new file mode 100644
index 0000000000000000000000000000000000000000..544fd7e6490ec9294c34fee3c8173dc98811424b
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/guix.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.123"
+    }
+  },
+  "type": "server",
+  "uid": "guix"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/kadeploy-devel.json b/data/grid5000/sites/louvain/servers/kadeploy-devel.json
new file mode 100644
index 0000000000000000000000000000000000000000..a67638f8db5d05dcb7cee9bf756e33184630be20
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/kadeploy-devel.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.121"
+    }
+  },
+  "type": "server",
+  "uid": "kadeploy-devel"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/kadeploy.json b/data/grid5000/sites/louvain/servers/kadeploy.json
new file mode 100644
index 0000000000000000000000000000000000000000..4bff78f4db503e1e82642cc1e2c42cc717b6bdba
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/kadeploy.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.111"
+    }
+  },
+  "type": "server",
+  "uid": "kadeploy"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/kavlan-1.json b/data/grid5000/sites/louvain/servers/kavlan-1.json
new file mode 100644
index 0000000000000000000000000000000000000000..f34c644cc24cff903bb826a2cd29e73cdba38607
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/kavlan-1.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.118"
+    }
+  },
+  "type": "server",
+  "uid": "kavlan-1"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/kavlan-2.json b/data/grid5000/sites/louvain/servers/kavlan-2.json
new file mode 100644
index 0000000000000000000000000000000000000000..d94d919235fe1ba7aae7a40c307332c514f9d563
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/kavlan-2.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.119"
+    }
+  },
+  "type": "server",
+  "uid": "kavlan-2"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/kavlan-3.json b/data/grid5000/sites/louvain/servers/kavlan-3.json
new file mode 100644
index 0000000000000000000000000000000000000000..29274cade6e63140715e9cee1dd5c24652188795
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/kavlan-3.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.120"
+    }
+  },
+  "type": "server",
+  "uid": "kavlan-3"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/kavlan-agent.json b/data/grid5000/sites/louvain/servers/kavlan-agent.json
new file mode 100644
index 0000000000000000000000000000000000000000..e83c51dd432ab86ab1372464f91bc9df1c51ce45
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/kavlan-agent.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.125"
+    }
+  },
+  "type": "server",
+  "uid": "kavlan-agent"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/kavlan.json b/data/grid5000/sites/louvain/servers/kavlan.json
new file mode 100644
index 0000000000000000000000000000000000000000..0e348c893b3c7350aa06bc4af9f65e679f50fa53
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/kavlan.json
@@ -0,0 +1,13 @@
+{
+  "alias": [
+    "kavlan-dhcp"
+  ],
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.117"
+    }
+  },
+  "type": "server",
+  "uid": "kavlan"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/kwollect.json b/data/grid5000/sites/louvain/servers/kwollect.json
new file mode 100644
index 0000000000000000000000000000000000000000..9b4a667adf88b48066b7a1eed96023453e11fcac
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/kwollect.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.124"
+    }
+  },
+  "type": "server",
+  "uid": "kwollect"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/ldap.json b/data/grid5000/sites/louvain/servers/ldap.json
new file mode 100644
index 0000000000000000000000000000000000000000..8dfdc5de66dfb96e820359165184f3c120c8eb47
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/ldap.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.106"
+    }
+  },
+  "type": "server",
+  "uid": "ldap"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/mail.json b/data/grid5000/sites/louvain/servers/mail.json
new file mode 100644
index 0000000000000000000000000000000000000000..416465ba14a9d2912ed8a2d921c55846567eb030
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/mail.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.105"
+    }
+  },
+  "type": "server",
+  "uid": "mail"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/oar.json b/data/grid5000/sites/louvain/servers/oar.json
new file mode 100644
index 0000000000000000000000000000000000000000..9c0ccbdaf6e39a6297e31a41cd5169ef53ad796f
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/oar.json
@@ -0,0 +1,14 @@
+{
+  "alias": [
+    "oar-server",
+    "oardb"
+  ],
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.116"
+    }
+  },
+  "type": "server",
+  "uid": "oar"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/oxidized.json b/data/grid5000/sites/louvain/servers/oxidized.json
new file mode 100644
index 0000000000000000000000000000000000000000..3ef285f98704fd43701e69bacc01ed51fd01be4d
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/oxidized.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.122"
+    }
+  },
+  "type": "server",
+  "uid": "oxidized"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/puppet6.json b/data/grid5000/sites/louvain/servers/puppet6.json
new file mode 100644
index 0000000000000000000000000000000000000000..532fc3829e59337407590e55fa22193d47a96e0c
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/puppet6.json
@@ -0,0 +1,13 @@
+{
+  "alias": [
+    "puppet"
+  ],
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.108"
+    }
+  },
+  "type": "server",
+  "uid": "puppet6"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/pve-1.json b/data/grid5000/sites/louvain/servers/pve-1.json
new file mode 100644
index 0000000000000000000000000000000000000000..941810d97566e9bd8b1385dc6a1bdfea89006b2d
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/pve-1.json
@@ -0,0 +1,24 @@
+{
+  "alias": [
+    "ntp",
+    "adminfront"
+  ],
+  "kind": "physical",
+  "network_adapters": {
+    "adm": {
+      "ip": "172.17.223.1"
+    },
+    "bmc": {
+      "ip": "172.17.222.1",
+      "mac": "38:68:dd:8c:70:e9"
+    },
+    "default": {
+      "ip": "172.16.223.1",
+      "mac": "e8:eb:d3:fd:ce:b9"
+    }
+  },
+  "redfish": true,
+  "serial": "J30AF4B7",
+  "type": "server",
+  "uid": "pve-1"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/pve-2.json b/data/grid5000/sites/louvain/servers/pve-2.json
new file mode 100644
index 0000000000000000000000000000000000000000..0374ad901ad9c9f03de0d87de9529f802ef16b90
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/pve-2.json
@@ -0,0 +1,20 @@
+{
+  "kind": "physical",
+  "network_adapters": {
+    "adm": {
+      "ip": "172.17.223.2"
+    },
+    "bmc": {
+      "ip": "172.17.222.2",
+      "mac": "38:68:dd:8c:71:31"
+    },
+    "default": {
+      "ip": "172.16.223.2",
+      "mac": "e8:eb:d3:fd:c7:1d"
+    }
+  },
+  "redfish": true,
+  "serial": "J30AF4B8",
+  "type": "server",
+  "uid": "pve-2"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/srv-data.json b/data/grid5000/sites/louvain/servers/srv-data.json
new file mode 100644
index 0000000000000000000000000000000000000000..82267b5833daf93df41ee16bc72f6ccc84caa76f
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/srv-data.json
@@ -0,0 +1,26 @@
+{
+  "alias": [
+    "nfs",
+    "home-g5k",
+    "modules",
+    "public"
+  ],
+  "kind": "physical",
+  "network_adapters": {
+    "adm": {
+      "ip": "172.17.223.3"
+    },
+    "bmc": {
+      "ip": "172.17.222.3",
+      "mac": "38:68:dd:85:a0:b5"
+    },
+    "default": {
+      "ip": "172.16.223.3",
+      "mac": "e8:eb:d3:30:2c:3e"
+    }
+  },
+  "redfish": true,
+  "serial": "J30ACZ04",
+  "type": "server",
+  "uid": "srv-data"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/supervision2.json b/data/grid5000/sites/louvain/servers/supervision2.json
new file mode 100644
index 0000000000000000000000000000000000000000..9219e92185e2d718bcebda6f9acccb07d6b98f9d
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/supervision2.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.103"
+    }
+  },
+  "type": "server",
+  "uid": "supervision2"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/louvain/servers/syslog.json b/data/grid5000/sites/louvain/servers/syslog.json
new file mode 100644
index 0000000000000000000000000000000000000000..e4b815f4a55f53836f5a42ddbd182a6d83d4416c
--- /dev/null
+++ b/data/grid5000/sites/louvain/servers/syslog.json
@@ -0,0 +1,10 @@
+{
+  "kind": "virtual",
+  "network_adapters": {
+    "default": {
+      "ip": "172.16.223.104"
+    }
+  },
+  "type": "server",
+  "uid": "syslog"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.json b/data/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.json
index 7f282f4cd348df24846b4c50e4767a319fa6ae1b..b0d5f89b4602898f8669f91d1029aef037a616d1 100644
--- a/data/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.json
+++ b/data/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.json
@@ -41,7 +41,7 @@
       "device": "eth0",
       "driver": "mlx5_core",
       "enabled": true,
-      "firmware_version": "28.40.1000 (MT_0000000834)",
+      "firmware_version": "28.43.2026 (MT_0000000834)",
       "interface": "Ethernet",
       "ip": "172.16.57.1",
       "ip6": "2001:660:4406:400:a::1",
@@ -64,7 +64,7 @@
       "device": "eth1",
       "driver": "mlx5_core",
       "enabled": false,
-      "firmware_version": "28.40.1000 (MT_0000000834)",
+      "firmware_version": "28.43.2026 (MT_0000000834)",
       "interface": "Ethernet",
       "kavlan": false,
       "mac": "a0:88:c2:98:fc:83",
diff --git a/data/grid5000/sites/nancy/clusters/gratouille/gratouille.json b/data/grid5000/sites/nancy/clusters/gratouille/gratouille.json
new file mode 100644
index 0000000000000000000000000000000000000000..21d638db199d0384bdd4ada443be5c8a98fddcb4
--- /dev/null
+++ b/data/grid5000/sites/nancy/clusters/gratouille/gratouille.json
@@ -0,0 +1,379 @@
+{
+  "boot_type": "bios",
+  "created_at": "Mon, 26 Jun 2017 00:00:00 GMT",
+  "exotic": false,
+  "kavlan": true,
+  "manufactured_at": "2017-06-07",
+  "metrics": [
+    {
+      "description": "Front node ambient temperature reported by BMC, in celsius",
+      "name": "bmc_ambient_temp_celsius",
+      "period": 5000,
+      "scale_factor": 0.1,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.1",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Power consumption of node reported by BMC, in watt",
+      "name": "bmc_node_power_watt",
+      "period": 5000,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.{{ 1.3.6.1.4.1.674.10892.5.4.600.30.1.8.1 == System Board Pwr Consumption }}",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Voltage of PSU 1 reported by BMC, in volt",
+      "labels": {
+        "psu": "1"
+      },
+      "name": "bmc_psu_voltage_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.600.12.1.16.1.1",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Voltage of PSU 2 reported by BMC, in volt",
+      "labels": {
+        "psu": "2"
+      },
+      "name": "bmc_psu_voltage_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.600.12.1.16.1.2",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Current of PSU 1 reported by BMC, in amp",
+      "labels": {
+        "psu": "1"
+      },
+      "name": "bmc_psu_current_amp",
+      "optional_period": 5000,
+      "period": 0,
+      "scale_factor": 0.1,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.{{ 1.3.6.1.4.1.674.10892.5.4.600.30.1.8.1 == PS1 Current 1 }}",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Current of PSU 2 reported by BMC, in amp",
+      "labels": {
+        "psu": "2"
+      },
+      "name": "bmc_psu_current_amp",
+      "optional_period": 5000,
+      "period": 0,
+      "scale_factor": 0.1,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.{{ 1.3.6.1.4.1.674.10892.5.4.600.30.1.8.1 == PS2 Current 2 }}",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Cumulated power consumption of node reported by BMC, in watt-hour",
+      "name": "bmc_node_power_watthour_total",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.600.60.1.7.1.1",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 1 reported by BMC, in rpm",
+      "labels": {
+        "fan": "1"
+      },
+      "name": "bmc_fan_speed_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.1",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 2 reported by BMC, in rpm",
+      "labels": {
+        "fan": "2"
+      },
+      "name": "bmc_fan_speed_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.2",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 3 reported by BMC, in rpm",
+      "labels": {
+        "fan": "3"
+      },
+      "name": "bmc_fan_speed_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.3",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 4 reported by BMC, in rpm",
+      "labels": {
+        "fan": "4"
+      },
+      "name": "bmc_fan_speed_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.4",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 5 reported by BMC, in rpm",
+      "labels": {
+        "fan": "5"
+      },
+      "name": "bmc_fan_speed_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.5",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 6 reported by BMC, in rpm",
+      "labels": {
+        "fan": "6"
+      },
+      "name": "bmc_fan_speed_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.6",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Temperature of exhausted air reported by BMC, in celsius",
+      "name": "bmc_exhaust_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "scale_factor": 0.1,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.2",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Temperature of CPU 1 reported by BMC, in celsius",
+      "labels": {
+        "cpu": "1"
+      },
+      "name": "bmc_cpu_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "scale_factor": 0.1,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.3",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Temperature of CPU 2 reported by BMC, in celsius",
+      "labels": {
+        "cpu": "2"
+      },
+      "name": "bmc_cpu_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "scale_factor": 0.1,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.4",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Default subset of metrics from Prometheus Node Exporter",
+      "name": "prom_default_metrics",
+      "optional_period": 15000,
+      "period": 0,
+      "source": {
+        "id": [
+          "node_boot_time_seconds",
+          "node_cpu_scaling_frequency_hertz",
+          "node_cpu_seconds_total",
+          "node_filesystem_free_bytes",
+          "node_filesystem_size_bytes",
+          "node_load1",
+          "node_load15",
+          "node_load5",
+          "node_memory_Buffers_bytes",
+          "node_memory_Cached_bytes",
+          "node_memory_MemAvailable_bytes",
+          "node_memory_MemFree_bytes",
+          "node_memory_MemTotal_bytes",
+          "node_memory_Shmem_bytes",
+          "node_memory_SwapFree_bytes",
+          "node_memory_SwapTotal_bytes",
+          "node_network_receive_bytes_total",
+          "node_network_receive_packets_total",
+          "node_network_transmit_bytes_total",
+          "node_network_transmit_packets_total",
+          "node_procs_blocked",
+          "node_procs_running",
+          "kwollect_custom"
+        ],
+        "port": 9100,
+        "protocol": "prometheus"
+      }
+    },
+    {
+      "description": "All metrics from Prometheus Node Exporter",
+      "name": "prom_all_metrics",
+      "optional_period": 15000,
+      "period": 0,
+      "source": {
+        "port": 9100,
+        "protocol": "prometheus"
+      }
+    },
+    {
+      "description": "Default subset of metrics from Prometheus Nvidia DCGM Exporter",
+      "name": "prom_nvgpu_default_metrics",
+      "optional_period": 15000,
+      "period": 0,
+      "source": {
+        "id": [
+          "DCGM_FI_DEV_SM_CLOCK",
+          "DCGM_FI_DEV_MEM_CLOCK",
+          "DCGM_FI_DEV_GPU_TEMP",
+          "DCGM_FI_DEV_POWER_USAGE",
+          "DCGM_FI_DEV_MEM_COPY_UTIL"
+        ],
+        "port": 9400,
+        "protocol": "prometheus"
+      }
+    },
+    {
+      "description": "All metrics from Prometheus Nvidia DCGM Exporter",
+      "name": "prom_nvgpu_all_metrics",
+      "optional_period": 15000,
+      "period": 0,
+      "source": {
+        "port": 9400,
+        "protocol": "prometheus"
+      }
+    },
+    {
+      "description": "Input byte counter for the network device port",
+      "labels": {
+        "interface": "eth0"
+      },
+      "name": "network_ifacein_bytes_total",
+      "period": 10000,
+      "source": {
+        "protocol": "network_equipment"
+      }
+    },
+    {
+      "description": "Output byte counter for the network device port",
+      "labels": {
+        "interface": "eth0"
+      },
+      "name": "network_ifaceout_bytes_total",
+      "period": 10000,
+      "source": {
+        "protocol": "network_equipment"
+      }
+    },
+    {
+      "description": "Input packet counter for the network device port",
+      "labels": {
+        "interface": "eth0"
+      },
+      "name": "network_ifacein_packets_total",
+      "period": 10000,
+      "source": {
+        "protocol": "network_equipment"
+      }
+    },
+    {
+      "description": "Output packet counter for the network device port",
+      "labels": {
+        "interface": "eth0"
+      },
+      "name": "network_ifaceout_packets_total",
+      "period": 10000,
+      "source": {
+        "protocol": "network_equipment"
+      }
+    },
+    {
+      "description": "Input counter of discarded packets for the network device port",
+      "labels": {
+        "interface": "eth0"
+      },
+      "name": "network_ifacein_packets_discard_total",
+      "period": 10000,
+      "source": {
+        "protocol": "network_equipment"
+      }
+    },
+    {
+      "description": "Output counter of discarded packets for the network device port",
+      "labels": {
+        "interface": "eth0"
+      },
+      "name": "network_ifaceout_packets_discard_total",
+      "period": 10000,
+      "source": {
+        "protocol": "network_equipment"
+      }
+    },
+    {
+      "description": "Input counter of packet errors for the network device port",
+      "labels": {
+        "interface": "eth0"
+      },
+      "name": "network_ifacein_packets_error_total",
+      "period": 10000,
+      "source": {
+        "protocol": "network_equipment"
+      }
+    },
+    {
+      "description": "Output counter of packet errors for the network device port",
+      "labels": {
+        "interface": "eth0"
+      },
+      "name": "network_ifaceout_packets_error_total",
+      "period": 10000,
+      "source": {
+        "protocol": "network_equipment"
+      }
+    }
+  ],
+  "model": "Dell PowerEdge R730",
+  "priority": 201806,
+  "queues": [
+    "admin",
+    "testing"
+  ],
+  "redfish": true,
+  "type": "cluster",
+  "uid": "gratouille",
+  "warranty_end": "2022-06-07"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/nancy/clusters/gratouille/nodes/gratouille-1.json b/data/grid5000/sites/nancy/clusters/gratouille/nodes/gratouille-1.json
new file mode 100644
index 0000000000000000000000000000000000000000..772c1e524789ba1a866018f6d296d7814931fd0c
--- /dev/null
+++ b/data/grid5000/sites/nancy/clusters/gratouille/nodes/gratouille-1.json
@@ -0,0 +1,296 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "round-robin",
+    "nb_cores": 24,
+    "nb_procs": 2,
+    "nb_threads": 48,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "05/14/2021",
+    "vendor": "Dell Inc.",
+    "version": "2.13.0"
+  },
+  "bmc_version": "2.81.81.81",
+  "chassis": {
+    "manufactured_at": "2017-06-07",
+    "manufacturer": "Dell Inc.",
+    "name": "PowerEdge R730",
+    "serial": "7975DK2",
+    "warranty_end": "2022-06-07"
+  },
+  "exotic": false,
+  "gpu_devices": {
+    "nvidia0": {
+      "compute_capability": "7.0",
+      "cores": 5120,
+      "cpu_affinity": 1,
+      "device": "/dev/nvidia0",
+      "memory": 17179869184,
+      "microarchitecture": "Volta",
+      "model": "Tesla V100-PCIE-16GB",
+      "performance": {
+        "fp-16": 28260000000000,
+        "fp-32": 14130000000000,
+        "fp-64": 7066000000000
+      },
+      "power_default_limit": "250.00 W",
+      "vbios_version": "88.00.1A.00.03",
+      "vendor": "Nvidia"
+    }
+  },
+  "kavlan": {
+    "eth0": {
+      "kavlan-1": "192.168.203.15",
+      "kavlan-11": "10.7.211.15",
+      "kavlan-12": "10.11.211.15",
+      "kavlan-13": "10.15.211.15",
+      "kavlan-14": "10.19.211.15",
+      "kavlan-16": "10.27.211.15",
+      "kavlan-17": "10.31.211.15",
+      "kavlan-18": "10.35.211.15",
+      "kavlan-2": "192.168.219.15",
+      "kavlan-20": "10.43.211.15",
+      "kavlan-21": "10.47.211.15",
+      "kavlan-3": "192.168.235.15",
+      "kavlan-4": "10.16.11.15",
+      "kavlan-5": "10.16.75.15",
+      "kavlan-6": "10.16.139.15",
+      "kavlan-7": "10.16.203.15",
+      "kavlan-8": "10.17.11.15",
+      "kavlan-9": "10.17.75.15"
+    }
+  },
+  "kavlan6": {
+    "eth0": {
+      "kavlan-1": "2001:660:4406:580:b::f",
+      "kavlan-11": "2001:660:4406:1a0:50b::f",
+      "kavlan-12": "2001:660:4406:2a0:50b::f",
+      "kavlan-13": "2001:660:4406:4a0:50b::f",
+      "kavlan-14": "2001:660:4406:5a0:50b::f",
+      "kavlan-16": "2001:660:4406:7a0:50b::f",
+      "kavlan-17": "2001:660:4406:9a0:50b::f",
+      "kavlan-18": "2001:660:4406:8a0:50b::f",
+      "kavlan-2": "2001:660:4406:581:b::f",
+      "kavlan-20": "2001:660:4406:3a0:50b::f",
+      "kavlan-21": "2001:660:4406:6a0:50b::f",
+      "kavlan-3": "2001:660:4406:582:b::f",
+      "kavlan-4": "2001:660:4406:590:b::f",
+      "kavlan-5": "2001:660:4406:591:b::f",
+      "kavlan-6": "2001:660:4406:592:b::f",
+      "kavlan-7": "2001:660:4406:593:b::f",
+      "kavlan-8": "2001:660:4406:594:b::f",
+      "kavlan-9": "2001:660:4406:595:b::f"
+    }
+  },
+  "main_memory": {
+    "ram_size": 137438953472
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "racadm",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_a1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a4",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b4",
+      "size": 17179869184,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "ixgbe",
+      "enabled": true,
+      "firmware_version": "0x8000095c, 19.5.12",
+      "interface": "Ethernet",
+      "ip": "172.16.74.15",
+      "ip6": "2001:660:4406:500:b::f",
+      "kavlan": true,
+      "mac": "24:6e:96:63:dd:f0",
+      "management": false,
+      "model": "82599ES 10-Gigabit SFI/SFP+ Network Connection",
+      "mountable": true,
+      "mounted": true,
+      "name": "eno1",
+      "network_address": "gratouille-1.nancy.grid5000.fr",
+      "rate": 10000000000,
+      "sriov": true,
+      "sriov_totalvfs": 63,
+      "switch": "gw",
+      "switch_port": "Ethernet7/14",
+      "vendor": "Intel"
+    },
+    {
+      "device": "eth1",
+      "driver": "ixgbe",
+      "enabled": false,
+      "firmware_version": "0x8000095c, 19.5.12",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "24:6e:96:63:dd:f2",
+      "management": false,
+      "model": "82599ES 10-Gigabit SFI/SFP+ Network Connection",
+      "mountable": false,
+      "mounted": false,
+      "name": "eno2",
+      "sriov": true,
+      "sriov_totalvfs": 63,
+      "vendor": "Intel"
+    },
+    {
+      "device": "eth2",
+      "driver": "igb",
+      "enabled": false,
+      "firmware_version": "1.67, 0x80000fab, 19.5.12",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "24:6e:96:63:dd:f4",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": false,
+      "mounted": false,
+      "name": "eno3",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Intel"
+    },
+    {
+      "device": "eth3",
+      "driver": "igb",
+      "enabled": false,
+      "firmware_version": "1.67, 0x80000fab, 19.5.12",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "24:6e:96:63:dd:f5",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": false,
+      "mounted": false,
+      "name": "eno4",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Intel"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.74.15",
+      "kavlan": false,
+      "mac": "50:9a:4c:5b:c2:fe",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "gratouille-1-bmc.nancy.grid5000.fr"
+    }
+  ],
+  "nodeset": "gratouille",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "intel_cpufreq",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 35200000000,
+    "node_flops": 844800000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 32768,
+    "cache_l1i": 32768,
+    "cache_l2": 262144,
+    "cache_l3": 31457280,
+    "clock_speed": 2200000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Broadwell",
+    "microcode": "0xb000040",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz",
+    "vendor": "Intel",
+    "version": "E5-2650 v4"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x61866da0b5ed690020f1032d04b81a70",
+      "by_path": "/dev/disk/by-path/pci-0000:03:00.0-scsi-0:2:0:0",
+      "firmware_version": 4.3,
+      "id": "disk0",
+      "interface": "SAS",
+      "model": "PERC H730 Mini",
+      "size": 299439751168,
+      "storage": "HDD",
+      "vendor": "Dell"
+    },
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x61866da0b5ed690020f1032d04c25600",
+      "by_path": "/dev/disk/by-path/pci-0000:03:00.0-scsi-0:2:1:0",
+      "firmware_version": 4.3,
+      "id": "disk1",
+      "interface": "SAS",
+      "model": "PERC H730 Mini",
+      "size": 299439751168,
+      "storage": "HDD",
+      "vendor": "Dell"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 604800,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "gratouille-1"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/nancy/network_equipments/gw.json b/data/grid5000/sites/nancy/network_equipments/gw.json
index cc73ff00e87a9bf2892a8587ba93b089640cf85c..bd2fd5b74b1409e5b3b787bf09cc437c4ddb8b6f 100644
--- a/data/grid5000/sites/nancy/network_equipments/gw.json
+++ b/data/grid5000/sites/nancy/network_equipments/gw.json
@@ -354,6 +354,10 @@
           "uid": "grele-13"
         },
         {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "Ethernet7/14",
+          "uid": "gratouille-1"
         },
         {
           "kind": "server",
diff --git a/data/grid5000/sites/rennes/clusters/abacus26/abacus26.json b/data/grid5000/sites/rennes/clusters/abacus26/abacus26.json
new file mode 100644
index 0000000000000000000000000000000000000000..899d017573468898433a95efa7a5363942a38ba6
--- /dev/null
+++ b/data/grid5000/sites/rennes/clusters/abacus26/abacus26.json
@@ -0,0 +1,20 @@
+{
+  "boot_type": "uefi",
+  "created_at": "Fri, 17 Jan 2025 00:00:00 GMT",
+  "exotic": false,
+  "kavlan": false,
+  "manufactured_at": "2024-10-08",
+  "metrics": [
+
+  ],
+  "model": "HPE ProLiant DL380 Gen11",
+  "priority": 202510,
+  "queues": [
+    "admin",
+    "testing"
+  ],
+  "redfish": true,
+  "type": "cluster",
+  "uid": "abacus26",
+  "warranty_end": "2031-10-14"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.json b/data/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.json
new file mode 100644
index 0000000000000000000000000000000000000000..1d1f0495cc3c3d613cea5bee924b52af0b16600d
--- /dev/null
+++ b/data/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.json
@@ -0,0 +1,223 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 48,
+    "nb_procs": 2,
+    "nb_threads": 96,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "10/04/2024",
+    "vendor": "HPE",
+    "version": 2.34
+  },
+  "bmc_version": "1.65",
+  "chassis": {
+    "manufactured_at": "2024-10-08",
+    "manufacturer": "HPE",
+    "name": "ProLiant DL380 Gen11",
+    "serial": "CZ2D1P0F51",
+    "warranty_end": "2031-10-14"
+  },
+  "exotic": false,
+  "gpu_devices": {
+    "nvidia0": {
+      "compute_capability": "8.9",
+      "cores": 18176,
+      "cpu_affinity": 0,
+      "device": "/dev/nvidia0",
+      "memory": 48305799168,
+      "microarchitecture": "Ada Lovelace",
+      "model": "L40S",
+      "performance": {
+        "fp-16": 91610000000000,
+        "fp-32": 91610000000000,
+        "fp-64": 1431000000000
+      },
+      "power_default_limit": "350.00 W",
+      "vbios_version": "95.02.66.00.11",
+      "vendor": "Nvidia"
+    },
+    "nvidia1": {
+      "compute_capability": "8.9",
+      "cores": 18176,
+      "cpu_affinity": 1,
+      "device": "/dev/nvidia1",
+      "memory": 48305799168,
+      "microarchitecture": "Ada Lovelace",
+      "model": "L40S",
+      "performance": {
+        "fp-16": 91610000000000,
+        "fp-32": 91610000000000,
+        "fp-64": 1431000000000
+      },
+      "power_default_limit": "350.00 W",
+      "vbios_version": "95.02.66.00.11",
+      "vendor": "Nvidia"
+    }
+  },
+  "main_memory": {
+    "ram_size": 274877906944
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_proc 1 dimm 10",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 14",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 3",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 10",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 14",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 3",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "bnxt_en",
+      "enabled": true,
+      "firmware_version": "230.0.168.0/pkg 230.1.123.0",
+      "interface": "Ethernet",
+      "ip": "172.16.109.29",
+      "ip6": "2001:660:4406:700:e::1d",
+      "kavlan": false,
+      "mac": "d4:04:e6:b7:7c:d6",
+      "management": false,
+      "model": "BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "abacus26-1.rennes.grid5000.fr",
+      "rate": 10000000000,
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "switch": "swdc-c003-01-02-rba",
+      "switch_port": "Eth1/17",
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth1",
+      "driver": "bnxt_en",
+      "enabled": false,
+      "firmware_version": "230.0.168.0/pkg 230.1.123.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "d4:04:e6:b7:7c:d7",
+      "management": false,
+      "model": "BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens15f1np1",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.109.29",
+      "kavlan": false,
+      "mac": "5c:ed:8c:f6:a4:0c",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "abacus26-1-bmc.rennes.grid5000.fr"
+    }
+  ],
+  "nodeset": "abacus-26",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "intel_pstate",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 83200000000,
+    "node_flops": 3993600000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 49152,
+    "cache_l1i": 32768,
+    "cache_l2": 2097152,
+    "cache_l3": 62914560,
+    "clock_speed": 2600000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Sapphire Rapids",
+    "microcode": "0x2b000603",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) Gold 6442Y",
+    "vendor": "Intel",
+    "version": "Gold 6442Y"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/nvme-eui.37305430584073080025384e00000002",
+      "by_path": "/dev/disk/by-path/pci-0000:e1:00.0-nvme-1",
+      "id": "disk0",
+      "interface": "NVME",
+      "model": "MO001600KYDMU",
+      "size": 1600321314816,
+      "storage": "SSD",
+      "vendor": "Samsung"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "abacus26-1"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/rennes/clusters/abacus27/abacus27.json b/data/grid5000/sites/rennes/clusters/abacus27/abacus27.json
new file mode 100644
index 0000000000000000000000000000000000000000..8a0aa1376caefc590f04b1c8a4d8881962f9cf44
--- /dev/null
+++ b/data/grid5000/sites/rennes/clusters/abacus27/abacus27.json
@@ -0,0 +1,64 @@
+{
+  "boot_type": "uefi",
+  "created_at": "Wed, 15 Jan 2025 00:00:00 GMT",
+  "exotic": false,
+  "kavlan": true,
+  "manufactured_at": "2024-11-26",
+  "metrics": [
+    {
+      "description": "Default subset of metrics from Prometheus Node Exporter",
+      "name": "prom_default_metrics",
+      "optional_period": 15000,
+      "period": 0,
+      "source": {
+        "id": [
+          "node_boot_time_seconds",
+          "node_cpu_scaling_frequency_hertz",
+          "node_cpu_seconds_total",
+          "node_filesystem_free_bytes",
+          "node_filesystem_size_bytes",
+          "node_load1",
+          "node_load15",
+          "node_load5",
+          "node_memory_Buffers_bytes",
+          "node_memory_Cached_bytes",
+          "node_memory_MemAvailable_bytes",
+          "node_memory_MemFree_bytes",
+          "node_memory_MemTotal_bytes",
+          "node_memory_Shmem_bytes",
+          "node_memory_SwapFree_bytes",
+          "node_memory_SwapTotal_bytes",
+          "node_network_receive_bytes_total",
+          "node_network_receive_packets_total",
+          "node_network_transmit_bytes_total",
+          "node_network_transmit_packets_total",
+          "node_procs_blocked",
+          "node_procs_running",
+          "kwollect_custom"
+        ],
+        "port": 9100,
+        "protocol": "prometheus"
+      }
+    },
+    {
+      "description": "All metrics from Prometheus Node Exporter",
+      "name": "prom_all_metrics",
+      "optional_period": 15000,
+      "period": 0,
+      "source": {
+        "port": 9100,
+        "protocol": "prometheus"
+      }
+    }
+  ],
+  "model": "ProLiant DL385 Gen11",
+  "priority": 202511,
+  "queues": [
+    "admin",
+    "production"
+  ],
+  "redfish": true,
+  "type": "cluster",
+  "uid": "abacus27",
+  "warranty_end": "2031-12-02"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/rennes/clusters/abacus27/nodes/abacus27-1.json b/data/grid5000/sites/rennes/clusters/abacus27/nodes/abacus27-1.json
new file mode 100644
index 0000000000000000000000000000000000000000..0d00e0a585b58d8578acf3048fdaba028a51750e
--- /dev/null
+++ b/data/grid5000/sites/rennes/clusters/abacus27/nodes/abacus27-1.json
@@ -0,0 +1,324 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 48,
+    "nb_procs": 2,
+    "nb_threads": 96,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "10/11/2024",
+    "vendor": "HPE",
+    "version": 2.14
+  },
+  "bmc_version": "1.65",
+  "chassis": {
+    "manufactured_at": "2024-11-26",
+    "manufacturer": "HPE",
+    "name": "ProLiant DL385 Gen11",
+    "serial": "CZ2D1X0DVW",
+    "warranty_end": "2031-12-02"
+  },
+  "exotic": false,
+  "gpu_devices": {
+    "nvidia0": {
+      "compute_capability": "9.0",
+      "cores": 14592,
+      "cpu_affinity": 0,
+      "device": "/dev/nvidia0",
+      "memory": 100485038080,
+      "microarchitecture": "Hopper",
+      "model": "H100 NVL",
+      "performance": {
+        "fp-16": 1671000000000000,
+        "fp-32": 60000000000000,
+        "fp-64": 30000000000000
+      },
+      "power_default_limit": "310.00 W",
+      "vbios_version": "96.00.74.00.11",
+      "vendor": "Nvidia"
+    },
+    "nvidia1": {
+      "compute_capability": "9.0",
+      "cores": 14592,
+      "cpu_affinity": 1,
+      "device": "/dev/nvidia1",
+      "memory": 100485038080,
+      "microarchitecture": "Hopper",
+      "model": "H100 NVL",
+      "performance": {
+        "fp-16": 1671000000000000,
+        "fp-32": 60000000000000,
+        "fp-64": 30000000000000
+      },
+      "power_default_limit": "310.00 W",
+      "vbios_version": "96.00.74.00.11",
+      "vendor": "Nvidia"
+    },
+    "nvidia2": {
+      "compute_capability": "9.0",
+      "cores": 14592,
+      "cpu_affinity": 1,
+      "device": "/dev/nvidia2",
+      "memory": 100485038080,
+      "microarchitecture": "Hopper",
+      "model": "H100 NVL",
+      "performance": {
+        "fp-16": 1671000000000000,
+        "fp-32": 60000000000000,
+        "fp-64": 30000000000000
+      },
+      "power_default_limit": "310.00 W",
+      "vbios_version": "96.00.AF.00.02",
+      "vendor": "Nvidia"
+    }
+  },
+  "kavlan": {
+    "eth0": {
+      "kavlan-1": "192.168.202.9",
+      "kavlan-11": "10.7.244.41",
+      "kavlan-12": "10.11.244.41",
+      "kavlan-13": "10.15.244.41",
+      "kavlan-14": "10.19.244.41",
+      "kavlan-16": "10.27.244.41",
+      "kavlan-17": "10.31.244.41",
+      "kavlan-18": "10.35.244.41",
+      "kavlan-2": "192.168.218.9",
+      "kavlan-20": "10.43.244.41",
+      "kavlan-21": "10.47.244.41",
+      "kavlan-3": "192.168.234.9",
+      "kavlan-4": "10.24.10.9",
+      "kavlan-5": "10.24.74.9",
+      "kavlan-6": "10.24.138.9",
+      "kavlan-7": "10.24.202.9",
+      "kavlan-8": "10.25.10.9",
+      "kavlan-9": "10.25.74.9"
+    }
+  },
+  "kavlan6": {
+    "eth0": {
+      "kavlan-1": "2001:660:4406:780:e::1e",
+      "kavlan-11": "2001:660:4406:1a0:70e::1e",
+      "kavlan-12": "2001:660:4406:2a0:70e::1e",
+      "kavlan-13": "2001:660:4406:4a0:70e::1e",
+      "kavlan-14": "2001:660:4406:5a0:70e::1e",
+      "kavlan-16": "2001:660:4406:7a0:70e::1e",
+      "kavlan-17": "2001:660:4406:9a0:70e::1e",
+      "kavlan-18": "2001:660:4406:8a0:70e::1e",
+      "kavlan-2": "2001:660:4406:781:e::1e",
+      "kavlan-20": "2001:660:4406:3a0:70e::1e",
+      "kavlan-21": "2001:660:4406:6a0:70e::1e",
+      "kavlan-3": "2001:660:4406:782:e::1e",
+      "kavlan-4": "2001:660:4406:790:e::1e",
+      "kavlan-5": "2001:660:4406:791:e::1e",
+      "kavlan-6": "2001:660:4406:792:e::1e",
+      "kavlan-7": "2001:660:4406:793:e::1e",
+      "kavlan-8": "2001:660:4406:794:e::1e",
+      "kavlan-9": "2001:660:4406:795:e::1e"
+    }
+  },
+  "main_memory": {
+    "ram_size": 549755813888
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_proc 1 dimm 11",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 2",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 4",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 5",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 6",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 8",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 9",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 11",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 2",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 4",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 5",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 6",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 8",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 9",
+      "size": 34359738368,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "bnxt_en",
+      "enabled": true,
+      "firmware_version": "230.0.168.0/pkg 230.1.123.0",
+      "interface": "Ethernet",
+      "ip": "172.16.109.30",
+      "ip6": "2001:660:4406:700:e::1e",
+      "kavlan": true,
+      "mac": "d4:04:e6:b4:b1:e0",
+      "management": false,
+      "model": "BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "abacus27-1.rennes.grid5000.fr",
+      "rate": 10000000000,
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "switch": "sw-1-c003",
+      "switch_port": "ethernet1/1/28",
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth1",
+      "driver": "bnxt_en",
+      "enabled": false,
+      "firmware_version": "230.0.168.0/pkg 230.1.123.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "d4:04:e6:b4:b1:e1",
+      "management": false,
+      "model": "BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens22f1np1",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.109.30",
+      "kavlan": false,
+      "mac": "7c:a6:2a:94:2c:3a",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "abacus27-1-bmc.rennes.grid5000.fr"
+    }
+  ],
+  "nodeset": "abacus27",
+  "operating_system": {
+    "cstate_driver": "acpi_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "acpi-cpufreq",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 139200000000,
+    "node_flops": 6681600000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 32768,
+    "cache_l1i": 32768,
+    "cache_l2": 1048576,
+    "cache_l3": 33554432,
+    "clock_speed": 2900000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Zen 4",
+    "microcode": "0xa101148",
+    "model": "AMD EPYC",
+    "other_description": "AMD EPYC 9254 24-Core Processor",
+    "vendor": "AMD",
+    "version": 9254
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/nvme-eui.ace42e0035ebe819",
+      "by_path": "/dev/disk/by-path/pci-0000:c5:00.0-nvme-1",
+      "id": "disk0",
+      "interface": "SAS",
+      "model": "MO006400KXPTU",
+      "size": 6401252745216,
+      "storage": "SSD",
+      "vendor": "HPE"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 604800,
+    "queues": [
+      "admin",
+      "production"
+    ],
+    "virtual": "amd-v"
+  },
+  "type": "node",
+  "uid": "abacus27-1"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/rennes/network_equipments/sw-1-c003.json b/data/grid5000/sites/rennes/network_equipments/sw-1-c003.json
index 6721c131cd531484289d1ce358217e7057771c2a..2adb1d3abf20b648f1cdda769571b49af8f8d05d 100644
--- a/data/grid5000/sites/rennes/network_equipments/sw-1-c003.json
+++ b/data/grid5000/sites/rennes/network_equipments/sw-1-c003.json
@@ -159,6 +159,12 @@
           "port": "1/1/43",
           "snmp_name": "ethernet1/1/27",
           "uid": "gw"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "ethernet1/1/28",
+          "uid": "abacus27-1"
         }
       ],
       "rate": 10000000000,
diff --git a/data/grid5000/sites/rennes/network_equipments/swdc-c003-01-02-rba.json b/data/grid5000/sites/rennes/network_equipments/swdc-c003-01-02-rba.json
index b1d3ef77562d8c28a006c173fd1dc5b46ce0092e..14379a9482df7f51b7ff952c78e359b569b5a8f6 100644
--- a/data/grid5000/sites/rennes/network_equipments/swdc-c003-01-02-rba.json
+++ b/data/grid5000/sites/rennes/network_equipments/swdc-c003-01-02-rba.json
@@ -56,6 +56,10 @@
         {
         },
         {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "Eth1/17",
+          "uid": "abacus26-1"
         },
         {
         },
diff --git a/data/grid5000/sites/sophia/clusters/esterel41/esterel41.json b/data/grid5000/sites/sophia/clusters/esterel41/esterel41.json
new file mode 100644
index 0000000000000000000000000000000000000000..29964654f64d296ea69a67d88ae9a16a379922c1
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/esterel41/esterel41.json
@@ -0,0 +1,20 @@
+{
+  "boot_type": "uefi",
+  "created_at": "Sat, 25 Jan 2025 00:00:00 GMT",
+  "exotic": false,
+  "kavlan": false,
+  "manufactured_at": "2024-03-01",
+  "metrics": [
+
+  ],
+  "model": "DL380 Gen11",
+  "priority": 202503,
+  "queues": [
+    "admin",
+    "testing"
+  ],
+  "redfish": true,
+  "type": "cluster",
+  "uid": "esterel41",
+  "warranty_end": "2031-07-20"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/esterel41/nodes/esterel41-1.json b/data/grid5000/sites/sophia/clusters/esterel41/nodes/esterel41-1.json
new file mode 100644
index 0000000000000000000000000000000000000000..eee2f5500f41b3f20dd521e3e3efc3016ac4f134
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/esterel41/nodes/esterel41-1.json
@@ -0,0 +1,329 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 32,
+    "nb_procs": 2,
+    "nb_threads": 64,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "10/04/2024",
+    "vendor": "HPE",
+    "version": 2.34
+  },
+  "bmc_version": "1.65",
+  "chassis": {
+    "manufactured_at": "2024-03-01",
+    "manufacturer": "HPE",
+    "name": "ProLiant DL380 Gen11",
+    "serial": "CZ242408XH",
+    "warranty_end": "2031-07-20"
+  },
+  "exotic": false,
+  "gpu_devices": {
+    "nvidia0": {
+      "compute_capability": "8.9",
+      "cores": 18176,
+      "cpu_affinity": 0,
+      "device": "/dev/nvidia0",
+      "memory": 48305799168,
+      "microarchitecture": "Ada Lovelace",
+      "model": "L40",
+      "performance": {
+        "fp-16": 9050000000000,
+        "fp-32": 9050000000000,
+        "fp-64": 141400000000
+      },
+      "power_default_limit": "300.00 W",
+      "vbios_version": "95.02.5D.00.01",
+      "vendor": "Nvidia"
+    },
+    "nvidia1": {
+      "compute_capability": "8.9",
+      "cores": 18176,
+      "cpu_affinity": 1,
+      "device": "/dev/nvidia1",
+      "memory": 48305799168,
+      "microarchitecture": "Ada Lovelace",
+      "model": "L40",
+      "performance": {
+        "fp-16": 9050000000000,
+        "fp-32": 9050000000000,
+        "fp-64": 141400000000
+      },
+      "power_default_limit": "300.00 W",
+      "vbios_version": "95.02.5D.00.01",
+      "vendor": "Nvidia"
+    }
+  },
+  "main_memory": {
+    "ram_size": 549755813888
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_proc 1 dimm 1",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 10",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 12",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 14",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 16",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 3",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 5",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 1",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 10",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 12",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 14",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 16",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 3",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 5",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "tg3",
+      "enabled": true,
+      "firmware_version": "5719-v1.55 NCSI v1.5.55.0",
+      "interface": "Ethernet",
+      "ip": "172.16.131.56",
+      "ip6": "2001:660:4406:800:4::38",
+      "kavlan": false,
+      "mac": "6c:92:cf:05:28:24",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "esterel41-1.sophia.grid5000.fr",
+      "rate": 1000000000,
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "switch": null,
+      "switch_port": null,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth1",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.55 NCSI v1.5.55.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "6c:92:cf:05:28:25",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens15f1",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth2",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.55 NCSI v1.5.55.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "6c:92:cf:05:28:26",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens15f2",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth3",
+      "driver": "tg3",
+      "enabled": false,
+      "firmware_version": "5719-v1.55 NCSI v1.5.55.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "6c:92:cf:05:28:27",
+      "management": false,
+      "model": "NetXtreme BCM5719 Gigabit Ethernet PCIe",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens15f3",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "ibs3",
+      "driver": "mlx5_core",
+      "enabled": true,
+      "firmware_version": "20.42.1000",
+      "guid": "0x88e9a4ffffb8e5c4",
+      "interface": "InfiniBand",
+      "ip": "172.18.131.56",
+      "kavlan": false,
+      "mac": "88:e9:a4:ff:ff:b8:e5:c4",
+      "management": false,
+      "model": "MT28908 Family [ConnectX-6]",
+      "mountable": true,
+      "mounted": true,
+      "name": "ibs3",
+      "netmask": "255.255.240.0",
+      "network_address": "esterel41-1-ibs3.sophia.grid5000.fr",
+      "rate": 56000000000,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.131.56",
+      "kavlan": false,
+      "mac": "5c:ed:8c:f4:43:88",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "esterel41-1-bmc.sophia.grid5000.fr"
+    }
+  ],
+  "nodeset": "esterel41",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "intel_pstate",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 80000000000,
+    "node_flops": 2560000000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 49152,
+    "cache_l1i": 32768,
+    "cache_l2": 2097152,
+    "cache_l3": 39321600,
+    "clock_speed": 2500000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Sapphire Rapids",
+    "microcode": "0x2b000603",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) Gold 6426Y",
+    "vendor": "Intel",
+    "version": "Gold 6426Y"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x600062b21bb919402f250721582e9655",
+      "by_path": "/dev/disk/by-path/pci-0000:3b:00.0-scsi-0:3:110:0",
+      "firmware_version": 5.28,
+      "id": "disk0",
+      "interface": "SATA",
+      "model": "MR416i-o Gen11",
+      "size": 479559942144,
+      "storage": "SSD",
+      "vendor": "HPE"
+    },
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x600062b21bb919402f2507042cef8b98",
+      "by_path": "/dev/disk/by-path/pci-0000:3b:00.0-scsi-0:3:111:0",
+      "firmware_version": 5.28,
+      "id": "disk1",
+      "interface": "SATA",
+      "model": "MR416i-o Gen11",
+      "size": 2878970265600,
+      "storage": "SSD",
+      "vendor": "HPE"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": false
+  },
+  "type": "node",
+  "uid": "esterel41-1"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/mercantour2/mercantour2.json b/data/grid5000/sites/sophia/clusters/mercantour2/mercantour2.json
new file mode 100644
index 0000000000000000000000000000000000000000..9135e78c89217e551ba95ac8fcb8984e42a02317
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/mercantour2/mercantour2.json
@@ -0,0 +1,20 @@
+{
+  "boot_type": "bios",
+  "created_at": "Thu, 16 Jan 2025 00:00:00 GMT",
+  "exotic": false,
+  "kavlan": false,
+  "manufactured_at": "2015-09-01",
+  "metrics": [
+
+  ],
+  "model": "Dell PowerEdge C6220 II",
+  "priority": 201509,
+  "queues": [
+    "admin",
+    "testing"
+  ],
+  "redfish": true,
+  "type": "cluster",
+  "uid": "mercantour2",
+  "warranty_end": "2020-09-01"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-1.json b/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-1.json
new file mode 100644
index 0000000000000000000000000000000000000000..1dfa242f1a5f683e63de23ca9468bfeef5caa8a9
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-1.json
@@ -0,0 +1,265 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 16,
+    "nb_procs": 2,
+    "nb_threads": 32,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "7/8/2019",
+    "vendor": "Dell Inc.",
+    "version": "2.10.0"
+  },
+  "bmc_version": "2.59",
+  "chassis": {
+    "manufactured_at": "2015-09-01",
+    "manufacturer": "Dell Inc.",
+    "name": "PowerEdge C6220 II",
+    "serial": "D2WWG62",
+    "warranty_end": "2020-09-01"
+  },
+  "exotic": false,
+  "main_memory": {
+    "ram_size": 274877906944
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_a1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a4",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a5",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a6",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a7",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a8",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b4",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b5",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b6",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b7",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b8",
+      "size": 17179869184,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "igb",
+      "enabled": true,
+      "firmware_version": "1.57.0",
+      "interface": "Ethernet",
+      "ip": "172.16.130.17",
+      "ip6": "2001:660:4406:800:3::11",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:82:f7",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "mercantour2-1.sophia.grid5000.fr",
+      "rate": 1000000000,
+      "sriov": true,
+      "sriov_totalvfs": 7,
+      "switch": "sw-3",
+      "switch_port": "1/1/34",
+      "vendor": "Intel"
+    },
+    {
+      "device": "eth1",
+      "driver": "igb",
+      "enabled": false,
+      "firmware_version": "1.57.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:82:f8",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": false,
+      "mounted": false,
+      "name": "eno2",
+      "sriov": true,
+      "sriov_totalvfs": 7,
+      "vendor": "Intel"
+    },
+    {
+      "device": "ib0",
+      "driver": "mlx4_core",
+      "enabled": true,
+      "firmware_version": "2.10.720",
+      "guid": "0x848f699097fc4c89",
+      "interface": "InfiniBand",
+      "ip": "172.18.130.17",
+      "kavlan": false,
+      "mac": "84:8f:69:90:97:fc:4c:89",
+      "management": false,
+      "model": "MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface",
+      "mountable": true,
+      "mounted": true,
+      "name": "ib0",
+      "netmask": "255.255.240.0",
+      "network_address": "mercantour2-1-ib0.sophia.grid5000.fr",
+      "rate": 40000000000,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "ib1",
+      "driver": "mlx4_core",
+      "enabled": false,
+      "firmware_version": "2.10.720",
+      "guid": "0x848f699097fc4c8a",
+      "interface": "InfiniBand",
+      "kavlan": false,
+      "mac": "84:8f:69:90:97:fc:4c:8a",
+      "management": false,
+      "model": "MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface",
+      "mountable": false,
+      "mounted": false,
+      "name": "ib1",
+      "rate": 10000000000,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.130.17",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:82:f9",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "mercantour2-1-bmc.sophia.grid5000.fr"
+    }
+  ],
+  "nodeset": "mercantour2",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "intel_cpufreq",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 20800000000,
+    "node_flops": 332800000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 32768,
+    "cache_l1i": 32768,
+    "cache_l2": 262144,
+    "cache_l3": 20971520,
+    "clock_speed": 2600000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Ivy Bridge",
+    "microcode": "0x42e",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz",
+    "vendor": "Intel",
+    "version": "E5-2650 v2"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x5000c5007b695715",
+      "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1",
+      "firmware_version": "GA0D",
+      "id": "disk0",
+      "interface": "SATA",
+      "model": "ST1000NM0033-9ZM",
+      "size": 1000204886016,
+      "storage": "HDD",
+      "vendor": "Seagate"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "mercantour2-1"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-2.json b/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-2.json
new file mode 100644
index 0000000000000000000000000000000000000000..f95526b4512204ffb960ea923fdcd7d68ad6450f
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-2.json
@@ -0,0 +1,265 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 16,
+    "nb_procs": 2,
+    "nb_threads": 32,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "7/8/2019",
+    "vendor": "Dell Inc.",
+    "version": "2.10.0"
+  },
+  "bmc_version": "2.59",
+  "chassis": {
+    "manufactured_at": "2015-09-01",
+    "manufacturer": "Dell Inc.",
+    "name": "PowerEdge C6220 II",
+    "serial": "D2WZG62",
+    "warranty_end": "2020-09-01"
+  },
+  "exotic": false,
+  "main_memory": {
+    "ram_size": 274877906944
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_a1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a4",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a5",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a6",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a7",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a8",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b4",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b5",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b6",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b7",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b8",
+      "size": 17179869184,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "igb",
+      "enabled": true,
+      "firmware_version": "1.57.0",
+      "interface": "Ethernet",
+      "ip": "172.16.130.18",
+      "ip6": "2001:660:4406:800:3::12",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:81:e6",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "mercantour2-2.sophia.grid5000.fr",
+      "rate": 1000000000,
+      "sriov": true,
+      "sriov_totalvfs": 7,
+      "switch": "sw-3",
+      "switch_port": "1/1/33",
+      "vendor": "Intel"
+    },
+    {
+      "device": "eth1",
+      "driver": "igb",
+      "enabled": false,
+      "firmware_version": "1.57.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:81:e7",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": false,
+      "mounted": false,
+      "name": "eno2",
+      "sriov": true,
+      "sriov_totalvfs": 7,
+      "vendor": "Intel"
+    },
+    {
+      "device": "ib0",
+      "driver": "mlx4_core",
+      "enabled": true,
+      "firmware_version": "2.10.720",
+      "guid": "0x848f699097fc4c79",
+      "interface": "InfiniBand",
+      "ip": "172.18.130.18",
+      "kavlan": false,
+      "mac": "84:8f:69:90:97:fc:4c:79",
+      "management": false,
+      "model": "MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface",
+      "mountable": true,
+      "mounted": true,
+      "name": "ib0",
+      "netmask": "255.255.240.0",
+      "network_address": "mercantour2-2-ib0.sophia.grid5000.fr",
+      "rate": 40000000000,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "ib1",
+      "driver": "mlx4_core",
+      "enabled": false,
+      "firmware_version": "2.10.720",
+      "guid": "0x848f699097fc4c7a",
+      "interface": "InfiniBand",
+      "kavlan": false,
+      "mac": "84:8f:69:90:97:fc:4c:7a",
+      "management": false,
+      "model": "MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface",
+      "mountable": false,
+      "mounted": false,
+      "name": "ib1",
+      "rate": 10000000000,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.130.18",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:81:e8",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "mercantour2-2-bmc.sophia.grid5000.fr"
+    }
+  ],
+  "nodeset": "mercantour2",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "intel_cpufreq",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 20800000000,
+    "node_flops": 332800000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 32768,
+    "cache_l1i": 32768,
+    "cache_l2": 262144,
+    "cache_l3": 20971520,
+    "clock_speed": 2600000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Ivy Bridge",
+    "microcode": "0x42e",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz",
+    "vendor": "Intel",
+    "version": "E5-2650 v2"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x5000c5007b743505",
+      "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1",
+      "firmware_version": "GA0D",
+      "id": "disk0",
+      "interface": "SATA",
+      "model": "ST1000NM0033-9ZM",
+      "size": 1000204886016,
+      "storage": "HDD",
+      "vendor": "Seagate"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "mercantour2-2"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-3.json b/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-3.json
new file mode 100644
index 0000000000000000000000000000000000000000..6f4361b6dd0b751ecf81b622cce3066923570dc4
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-3.json
@@ -0,0 +1,265 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 16,
+    "nb_procs": 2,
+    "nb_threads": 32,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "7/8/2019",
+    "vendor": "Dell Inc.",
+    "version": "2.10.0"
+  },
+  "bmc_version": "2.59",
+  "chassis": {
+    "manufactured_at": "2015-09-01",
+    "manufacturer": "Dell Inc.",
+    "name": "PowerEdge C6220 II",
+    "serial": "D2VPS62",
+    "warranty_end": "2020-09-01"
+  },
+  "exotic": false,
+  "main_memory": {
+    "ram_size": 274877906944
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_a1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a4",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a5",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a6",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a7",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a8",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b4",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b5",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b6",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b7",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b8",
+      "size": 17179869184,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "igb",
+      "enabled": true,
+      "firmware_version": "1.57.0",
+      "interface": "Ethernet",
+      "ip": "172.16.130.19",
+      "ip6": "2001:660:4406:800:3::13",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:83:7e",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "mercantour2-3.sophia.grid5000.fr",
+      "rate": 1000000000,
+      "sriov": true,
+      "sriov_totalvfs": 7,
+      "switch": "sw-3",
+      "switch_port": "1/1/13",
+      "vendor": "Intel"
+    },
+    {
+      "device": "eth1",
+      "driver": "igb",
+      "enabled": false,
+      "firmware_version": "1.57.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:83:7f",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": false,
+      "mounted": false,
+      "name": "eno2",
+      "sriov": true,
+      "sriov_totalvfs": 7,
+      "vendor": "Intel"
+    },
+    {
+      "device": "ib0",
+      "driver": "mlx4_core",
+      "enabled": true,
+      "firmware_version": "2.10.720",
+      "guid": "0x848f699097fc4c21",
+      "interface": "InfiniBand",
+      "ip": "172.18.130.19",
+      "kavlan": false,
+      "mac": "84:8f:69:90:97:fc:4c:21",
+      "management": false,
+      "model": "MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface",
+      "mountable": true,
+      "mounted": true,
+      "name": "ib0",
+      "netmask": "255.255.240.0",
+      "network_address": "mercantour2-3-ib0.sophia.grid5000.fr",
+      "rate": 40000000000,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "ib1",
+      "driver": "mlx4_core",
+      "enabled": false,
+      "firmware_version": "2.10.720",
+      "guid": "0x848f699097fc4c22",
+      "interface": "InfiniBand",
+      "kavlan": false,
+      "mac": "84:8f:69:90:97:fc:4c:22",
+      "management": false,
+      "model": "MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface",
+      "mountable": false,
+      "mounted": false,
+      "name": "ib1",
+      "rate": 10000000000,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.130.19",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:83:80",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "mercantour2-3-bmc.sophia.grid5000.fr"
+    }
+  ],
+  "nodeset": "mercantour2",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "intel_cpufreq",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 20800000000,
+    "node_flops": 332800000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 32768,
+    "cache_l1i": 32768,
+    "cache_l2": 262144,
+    "cache_l3": 20971520,
+    "clock_speed": 2600000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Ivy Bridge",
+    "microcode": "0x42e",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz",
+    "vendor": "Intel",
+    "version": "E5-2650 v2"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x5000c5007b743fc7",
+      "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1",
+      "firmware_version": "GA0D",
+      "id": "disk0",
+      "interface": "SATA",
+      "model": "ST1000NM0033-9ZM",
+      "size": 1000204886016,
+      "storage": "HDD",
+      "vendor": "Seagate"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "mercantour2-3"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-4.json b/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-4.json
new file mode 100644
index 0000000000000000000000000000000000000000..3de7706dc5a259d4260178ae3b97378c8f75196e
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-4.json
@@ -0,0 +1,265 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 16,
+    "nb_procs": 2,
+    "nb_threads": 32,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "7/8/2019",
+    "vendor": "Dell Inc.",
+    "version": "2.10.0"
+  },
+  "bmc_version": "2.59",
+  "chassis": {
+    "manufactured_at": "2015-09-01",
+    "manufacturer": "Dell Inc.",
+    "name": "PowerEdge C6220 II",
+    "serial": "D2WTG62",
+    "warranty_end": "2020-09-01"
+  },
+  "exotic": false,
+  "main_memory": {
+    "ram_size": 274877906944
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_a1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a4",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a5",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a6",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a7",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a8",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b4",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b5",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b6",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b7",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b8",
+      "size": 17179869184,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "igb",
+      "enabled": true,
+      "firmware_version": "1.57.0",
+      "interface": "Ethernet",
+      "ip": "172.16.130.20",
+      "ip6": "2001:660:4406:800:3::14",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:83:75",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "mercantour2-4.sophia.grid5000.fr",
+      "rate": 1000000000,
+      "sriov": true,
+      "sriov_totalvfs": 7,
+      "switch": "sw-3",
+      "switch_port": "1/1/14",
+      "vendor": "Intel"
+    },
+    {
+      "device": "eth1",
+      "driver": "igb",
+      "enabled": false,
+      "firmware_version": "1.57.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:83:76",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": false,
+      "mounted": false,
+      "name": "eno2",
+      "sriov": true,
+      "sriov_totalvfs": 7,
+      "vendor": "Intel"
+    },
+    {
+      "device": "ib0",
+      "driver": "mlx4_core",
+      "enabled": true,
+      "firmware_version": "2.10.720",
+      "guid": "0x848f699097fc4c25",
+      "interface": "InfiniBand",
+      "ip": "172.18.130.20",
+      "kavlan": false,
+      "mac": "84:8f:69:90:97:fc:4c:25",
+      "management": false,
+      "model": "MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface",
+      "mountable": true,
+      "mounted": true,
+      "name": "ib0",
+      "netmask": "255.255.240.0",
+      "network_address": "mercantour2-4-ib0.sophia.grid5000.fr",
+      "rate": 40000000000,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "ib1",
+      "driver": "mlx4_core",
+      "enabled": false,
+      "firmware_version": "2.10.720",
+      "guid": "0x848f699097fc4c26",
+      "interface": "InfiniBand",
+      "kavlan": false,
+      "mac": "84:8f:69:90:97:fc:4c:26",
+      "management": false,
+      "model": "MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface",
+      "mountable": false,
+      "mounted": false,
+      "name": "ib1",
+      "rate": 10000000000,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.130.20",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:83:77",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "mercantour2-4-bmc.sophia.grid5000.fr"
+    }
+  ],
+  "nodeset": "mercantour2",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "intel_cpufreq",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 20800000000,
+    "node_flops": 332800000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 32768,
+    "cache_l1i": 32768,
+    "cache_l2": 262144,
+    "cache_l3": 20971520,
+    "clock_speed": 2600000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Ivy Bridge",
+    "microcode": "0x42e",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz",
+    "vendor": "Intel",
+    "version": "E5-2650 v2"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x5000c500916f4a6d",
+      "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1",
+      "firmware_version": "GA0F",
+      "id": "disk0",
+      "interface": "SATA",
+      "model": "ST1000NM0033-9ZM",
+      "size": 1000204886016,
+      "storage": "HDD",
+      "vendor": "Seagate"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "mercantour2-4"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-5.json b/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-5.json
new file mode 100644
index 0000000000000000000000000000000000000000..feaad548f20fcb439a368122a95888b80eb4a1af
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-5.json
@@ -0,0 +1,265 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 16,
+    "nb_procs": 2,
+    "nb_threads": 32,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "7/8/2019",
+    "vendor": "Dell Inc.",
+    "version": "2.10.0"
+  },
+  "bmc_version": "2.59",
+  "chassis": {
+    "manufactured_at": "2015-09-02",
+    "manufacturer": "Dell Inc.",
+    "name": "PowerEdge C6220 II",
+    "serial": "D2YCC72",
+    "warranty_end": "2020-09-02"
+  },
+  "exotic": false,
+  "main_memory": {
+    "ram_size": 274877906944
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_a1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a4",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a5",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a6",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a7",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a8",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b4",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b5",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b6",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b7",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b8",
+      "size": 17179869184,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "igb",
+      "enabled": true,
+      "firmware_version": "1.57.0",
+      "interface": "Ethernet",
+      "ip": "172.16.130.21",
+      "ip6": "2001:660:4406:800:3::15",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:83:72",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "mercantour2-5.sophia.grid5000.fr",
+      "rate": 1000000000,
+      "sriov": true,
+      "sriov_totalvfs": 7,
+      "switch": "sw-3",
+      "switch_port": "1/1/36",
+      "vendor": "Intel"
+    },
+    {
+      "device": "eth1",
+      "driver": "igb",
+      "enabled": false,
+      "firmware_version": "1.57.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:83:73",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": false,
+      "mounted": false,
+      "name": "eno2",
+      "sriov": true,
+      "sriov_totalvfs": 7,
+      "vendor": "Intel"
+    },
+    {
+      "device": "ib0",
+      "driver": "mlx4_core",
+      "enabled": true,
+      "firmware_version": "2.10.720",
+      "guid": "0x848f699097fc4c2d",
+      "interface": "InfiniBand",
+      "ip": "172.18.130.21",
+      "kavlan": false,
+      "mac": "84:8f:69:90:97:fc:4c:2d",
+      "management": false,
+      "model": "MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface",
+      "mountable": true,
+      "mounted": true,
+      "name": "ib0",
+      "netmask": "255.255.240.0",
+      "network_address": "mercantour2-5-ib0.sophia.grid5000.fr",
+      "rate": 40000000000,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "ib1",
+      "driver": "mlx4_core",
+      "enabled": false,
+      "firmware_version": "2.10.720",
+      "guid": "0x848f699097fc4c2e",
+      "interface": "InfiniBand",
+      "kavlan": false,
+      "mac": "84:8f:69:90:97:fc:4c:2e",
+      "management": false,
+      "model": "MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface",
+      "mountable": false,
+      "mounted": false,
+      "name": "ib1",
+      "rate": 10000000000,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.130.21",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:83:74",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "mercantour2-5-bmc.sophia.grid5000.fr"
+    }
+  ],
+  "nodeset": "mercantour2",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "intel_cpufreq",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 20800000000,
+    "node_flops": 332800000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 32768,
+    "cache_l1i": 32768,
+    "cache_l2": 262144,
+    "cache_l3": 20971520,
+    "clock_speed": 2600000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Ivy Bridge",
+    "microcode": "0x42e",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz",
+    "vendor": "Intel",
+    "version": "E5-2650 v2"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x5000c5007b74407e",
+      "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1",
+      "firmware_version": "GA0D",
+      "id": "disk0",
+      "interface": "SATA",
+      "model": "ST1000NM0033-9ZM",
+      "size": 1000204886016,
+      "storage": "HDD",
+      "vendor": "Seagate"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "mercantour2-5"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-6.json b/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-6.json
new file mode 100644
index 0000000000000000000000000000000000000000..38913a8da6b3ce0ce131ed76d19342cc8b91f8e7
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-6.json
@@ -0,0 +1,265 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 16,
+    "nb_procs": 2,
+    "nb_threads": 32,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "7/8/2019",
+    "vendor": "Dell Inc.",
+    "version": "2.10.0"
+  },
+  "bmc_version": "2.59",
+  "chassis": {
+    "manufactured_at": "2015-09-02",
+    "manufacturer": "Dell Inc.",
+    "name": "PowerEdge C6220 II",
+    "serial": "D2XZG62",
+    "warranty_end": "2020-09-02"
+  },
+  "exotic": false,
+  "main_memory": {
+    "ram_size": 274877906944
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_a1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a4",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a5",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a6",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a7",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a8",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b4",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b5",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b6",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b7",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b8",
+      "size": 17179869184,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "igb",
+      "enabled": true,
+      "firmware_version": "1.57.0",
+      "interface": "Ethernet",
+      "ip": "172.16.130.22",
+      "ip6": "2001:660:4406:800:3::16",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:83:84",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "mercantour2-6.sophia.grid5000.fr",
+      "rate": 1000000000,
+      "sriov": true,
+      "sriov_totalvfs": 7,
+      "switch": "sw-3",
+      "switch_port": "1/1/35",
+      "vendor": "Intel"
+    },
+    {
+      "device": "eth1",
+      "driver": "igb",
+      "enabled": false,
+      "firmware_version": "1.57.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:83:85",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": false,
+      "mounted": false,
+      "name": "eno2",
+      "sriov": true,
+      "sriov_totalvfs": 7,
+      "vendor": "Intel"
+    },
+    {
+      "device": "ib0",
+      "driver": "mlx4_core",
+      "enabled": true,
+      "firmware_version": "2.10.720",
+      "guid": "0x848f699097fc4b49",
+      "interface": "InfiniBand",
+      "ip": "172.18.130.22",
+      "kavlan": false,
+      "mac": "84:8f:69:90:97:fc:4b:49",
+      "management": false,
+      "model": "MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface",
+      "mountable": true,
+      "mounted": true,
+      "name": "ib0",
+      "netmask": "255.255.240.0",
+      "network_address": "mercantour2-6-ib0.sophia.grid5000.fr",
+      "rate": 40000000000,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "ib1",
+      "driver": "mlx4_core",
+      "enabled": false,
+      "firmware_version": "2.10.720",
+      "guid": "0x848f699097fc4b4a",
+      "interface": "InfiniBand",
+      "kavlan": false,
+      "mac": "84:8f:69:90:97:fc:4b:4a",
+      "management": false,
+      "model": "MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface",
+      "mountable": false,
+      "mounted": false,
+      "name": "ib1",
+      "rate": 10000000000,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.130.22",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:83:86",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "mercantour2-6-bmc.sophia.grid5000.fr"
+    }
+  ],
+  "nodeset": "mercantour2",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "intel_cpufreq",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 20800000000,
+    "node_flops": 332800000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 32768,
+    "cache_l1i": 32768,
+    "cache_l2": 262144,
+    "cache_l3": 20971520,
+    "clock_speed": 2600000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Ivy Bridge",
+    "microcode": "0x42e",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz",
+    "vendor": "Intel",
+    "version": "E5-2650 v2"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x5000c5007b743492",
+      "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1",
+      "firmware_version": "GA0D",
+      "id": "disk0",
+      "interface": "SATA",
+      "model": "ST1000NM0033-9ZM",
+      "size": 1000204886016,
+      "storage": "HDD",
+      "vendor": "Seagate"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "mercantour2-6"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-7.json b/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-7.json
new file mode 100644
index 0000000000000000000000000000000000000000..3d01c5f739b49bb4989b89c3c77f920b9ac98add
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-7.json
@@ -0,0 +1,265 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 16,
+    "nb_procs": 2,
+    "nb_threads": 32,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "7/8/2019",
+    "vendor": "Dell Inc.",
+    "version": "2.10.0"
+  },
+  "bmc_version": "2.59",
+  "chassis": {
+    "manufactured_at": "2015-09-02",
+    "manufacturer": "Dell Inc.",
+    "name": "PowerEdge C6220 II",
+    "serial": "D2YGF62",
+    "warranty_end": "2020-09-02"
+  },
+  "exotic": false,
+  "main_memory": {
+    "ram_size": 274877906944
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_a1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a4",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a5",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a6",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a7",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a8",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b4",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b5",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b6",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b7",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b8",
+      "size": 17179869184,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "igb",
+      "enabled": true,
+      "firmware_version": "1.57.0",
+      "interface": "Ethernet",
+      "ip": "172.16.130.23",
+      "ip6": "2001:660:4406:800:3::17",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:83:00",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "mercantour2-7.sophia.grid5000.fr",
+      "rate": 1000000000,
+      "sriov": true,
+      "sriov_totalvfs": 7,
+      "switch": "sw-3",
+      "switch_port": "1/1/11",
+      "vendor": "Intel"
+    },
+    {
+      "device": "eth1",
+      "driver": "igb",
+      "enabled": false,
+      "firmware_version": "1.57.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:83:01",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": false,
+      "mounted": false,
+      "name": "eno2",
+      "sriov": true,
+      "sriov_totalvfs": 7,
+      "vendor": "Intel"
+    },
+    {
+      "device": "ib0",
+      "driver": "mlx4_core",
+      "enabled": true,
+      "firmware_version": "2.10.720",
+      "guid": "0x848f699097fc4c15",
+      "interface": "InfiniBand",
+      "ip": "172.18.130.23",
+      "kavlan": false,
+      "mac": "84:8f:69:90:97:fc:4c:15",
+      "management": false,
+      "model": "MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface",
+      "mountable": true,
+      "mounted": true,
+      "name": "ib0",
+      "netmask": "255.255.240.0",
+      "network_address": "mercantour2-7-ib0.sophia.grid5000.fr",
+      "rate": 40000000000,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "ib1",
+      "driver": "mlx4_core",
+      "enabled": false,
+      "firmware_version": "2.10.720",
+      "guid": "0x848f699097fc4c16",
+      "interface": "InfiniBand",
+      "kavlan": false,
+      "mac": "84:8f:69:90:97:fc:4c:16",
+      "management": false,
+      "model": "MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface",
+      "mountable": false,
+      "mounted": false,
+      "name": "ib1",
+      "rate": 10000000000,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.130.23",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:83:02",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "mercantour2-7-bmc.sophia.grid5000.fr"
+    }
+  ],
+  "nodeset": "mercantour2",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "intel_cpufreq",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 20800000000,
+    "node_flops": 332800000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 32768,
+    "cache_l1i": 32768,
+    "cache_l2": 262144,
+    "cache_l3": 20971520,
+    "clock_speed": 2600000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Ivy Bridge",
+    "microcode": "0x42e",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz",
+    "vendor": "Intel",
+    "version": "E5-2650 v2"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x500003978ba81cf6",
+      "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1",
+      "firmware_version": "FL2H",
+      "id": "disk0",
+      "interface": "SATA",
+      "model": "TOSHIBA MG03ACA1",
+      "size": 1000204886016,
+      "storage": "HDD",
+      "vendor": "Toshiba"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "mercantour2-7"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-8.json b/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-8.json
new file mode 100644
index 0000000000000000000000000000000000000000..236af42fdc3fbca12d11c45d6d2a498601f56a33
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-8.json
@@ -0,0 +1,265 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 16,
+    "nb_procs": 2,
+    "nb_threads": 32,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "7/8/2019",
+    "vendor": "Dell Inc.",
+    "version": "2.10.0"
+  },
+  "bmc_version": "2.59",
+  "chassis": {
+    "manufactured_at": "2015-09-02",
+    "manufacturer": "Dell Inc.",
+    "name": "PowerEdge C6220 II",
+    "serial": "D2YSS62",
+    "warranty_end": "2020-09-02"
+  },
+  "exotic": false,
+  "main_memory": {
+    "ram_size": 274877906944
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_a1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a4",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a5",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a6",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a7",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_a8",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b1",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b2",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b3",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b4",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b5",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b6",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b7",
+      "size": 17179869184,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_b8",
+      "size": 17179869184,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "igb",
+      "enabled": true,
+      "firmware_version": "1.57.0",
+      "interface": "Ethernet",
+      "ip": "172.16.130.24",
+      "ip6": "2001:660:4406:800:3::18",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:82:bb",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "mercantour2-8.sophia.grid5000.fr",
+      "rate": 1000000000,
+      "sriov": true,
+      "sriov_totalvfs": 7,
+      "switch": "sw-3",
+      "switch_port": "1/1/12",
+      "vendor": "Intel"
+    },
+    {
+      "device": "eth1",
+      "driver": "igb",
+      "enabled": false,
+      "firmware_version": "1.57.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:82:bc",
+      "management": false,
+      "model": "I350 Gigabit Network Connection",
+      "mountable": false,
+      "mounted": false,
+      "name": "eno2",
+      "sriov": true,
+      "sriov_totalvfs": 7,
+      "vendor": "Intel"
+    },
+    {
+      "device": "ib0",
+      "driver": "mlx4_core",
+      "enabled": true,
+      "firmware_version": "2.10.720",
+      "guid": "0x848f699097fc4c7d",
+      "interface": "InfiniBand",
+      "ip": "172.18.130.24",
+      "kavlan": false,
+      "mac": "84:8f:69:90:97:fc:4c:7d",
+      "management": false,
+      "model": "MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface",
+      "mountable": true,
+      "mounted": true,
+      "name": "ib0",
+      "netmask": "255.255.240.0",
+      "network_address": "mercantour2-8-ib0.sophia.grid5000.fr",
+      "rate": 40000000000,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "ib1",
+      "driver": "mlx4_core",
+      "enabled": false,
+      "firmware_version": "2.10.720",
+      "guid": "0x848f699097fc4c7e",
+      "interface": "InfiniBand",
+      "kavlan": false,
+      "mac": "84:8f:69:90:97:fc:4c:7e",
+      "management": false,
+      "model": "MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface",
+      "mountable": false,
+      "mounted": false,
+      "name": "ib1",
+      "rate": 10000000000,
+      "vendor": "Mellanox Technologies"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.130.24",
+      "kavlan": false,
+      "mac": "34:17:eb:e8:82:bd",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "mercantour2-8-bmc.sophia.grid5000.fr"
+    }
+  ],
+  "nodeset": "mercantour2",
+  "operating_system": {
+    "cstate_driver": "intel_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "intel_cpufreq",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 20800000000,
+    "node_flops": 332800000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 32768,
+    "cache_l1i": 32768,
+    "cache_l2": 262144,
+    "cache_l3": 20971520,
+    "clock_speed": 2600000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Ivy Bridge",
+    "microcode": "0x42e",
+    "model": "Intel Xeon",
+    "other_description": "Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz",
+    "vendor": "Intel",
+    "version": "E5-2650 v2"
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/wwn-0x5000c5007b6939a8",
+      "by_path": "/dev/disk/by-path/pci-0000:00:1f.2-ata-1",
+      "firmware_version": "GA0D",
+      "id": "disk0",
+      "interface": "SATA",
+      "model": "ST1000NM0033-9ZM",
+      "size": 1000204886016,
+      "storage": "HDD",
+      "vendor": "Seagate"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 0,
+    "queues": [
+      "admin",
+      "testing"
+    ],
+    "virtual": "ivt"
+  },
+  "type": "node",
+  "uid": "mercantour2-8"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/musa/musa.json b/data/grid5000/sites/sophia/clusters/musa/musa.json
new file mode 100644
index 0000000000000000000000000000000000000000..c6165e565f48c2d0a01c0372cc5c7f235c618521
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/musa/musa.json
@@ -0,0 +1,1125 @@
+{
+  "boot_type": "uefi",
+  "created_at": "Thu, 16 Jan 2025 00:00:00 GMT",
+  "exotic": false,
+  "kavlan": true,
+  "manufactured_at": "2024-12-09",
+  "metrics": [
+    {
+      "description": "Temperature reported by BMC, in celsius",
+      "name": "bmc_ambient_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 2,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of Cpu 1 Pkg reported by BMC, in celsius",
+      "labels": {
+        "cpu": "1pkg"
+      },
+      "name": "bmc_cpu_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 3,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of Cpu 2 Pkg reported by BMC, in celsius",
+      "labels": {
+        "cpu": "2pkg"
+      },
+      "name": "bmc_cpu_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 4,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of Dimm 1-6 reported by BMC, in celsius",
+      "labels": {
+        "dimm": "1-6"
+      },
+      "name": "bmc_dimm_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 5,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of Dimm 7-12 reported by BMC, in celsius",
+      "labels": {
+        "dimm": "7-12"
+      },
+      "name": "bmc_dimm_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 6,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of Dimm 1-6 reported by BMC, in celsius",
+      "labels": {
+        "dimm": "1-6"
+      },
+      "name": "bmc_dimm_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 7,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of Dimm 7-12 reported by BMC, in celsius",
+      "labels": {
+        "dimm": "7-12"
+      },
+      "name": "bmc_dimm_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 8,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 12-VR P1 reported by BMC, in celsius",
+      "labels": {
+        "id": "12-vrp1"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 9,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 13-VR P2 reported by BMC, in celsius",
+      "labels": {
+        "id": "13-vrp2"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 10,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 14-HD Max reported by BMC, in celsius",
+      "labels": {
+        "id": "14-hdmax"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 11,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 15-AHCI HD Max reported by BMC, in celsius",
+      "labels": {
+        "id": "15-ahcihdmax"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 12,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 16-Exp Bay Drive reported by BMC, in celsius",
+      "labels": {
+        "id": "16-expbaydrive"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 13,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 17-ExpBayBoot reported by BMC, in celsius",
+      "labels": {
+        "id": "17-expbayboot"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 14,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 18-Stor Batt reported by BMC, in celsius",
+      "labels": {
+        "id": "18-storbatt"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 15,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 22-BMC reported by BMC, in celsius",
+      "labels": {
+        "id": "22-bmc"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 16,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 23-P/S 1 Inlet reported by BMC, in celsius",
+      "labels": {
+        "id": "23-p/s1inlet"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 17,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 24-P/S 1 reported by BMC, in celsius",
+      "labels": {
+        "id": "24-p/s1"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 18,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 25-P/S 2 Inlet reported by BMC, in celsius",
+      "labels": {
+        "id": "25-p/s2inlet"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 19,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 26-P/S 2 reported by BMC, in celsius",
+      "labels": {
+        "id": "26-p/s2"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 20,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 27-E-Fuse reported by BMC, in celsius",
+      "labels": {
+        "id": "27-e-fuse"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 21,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 28-OCP 1 reported by BMC, in celsius",
+      "labels": {
+        "id": "28-ocp1"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 22,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 29-Battery Zone reported by BMC, in celsius",
+      "labels": {
+        "id": "29-batteryzone"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 23,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 30-OCP 2 reported by BMC, in celsius",
+      "labels": {
+        "id": "30-ocp2"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 24,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 32-PCI 1 reported by BMC, in celsius",
+      "labels": {
+        "id": "32-pci1"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 25,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 34-PCI 2 reported by BMC, in celsius",
+      "labels": {
+        "id": "34-pci2"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 26,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 36-PCI 3 reported by BMC, in celsius",
+      "labels": {
+        "id": "36-pci3"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 27,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 38-PCI 4 reported by BMC, in celsius",
+      "labels": {
+        "id": "38-pci4"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 28,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 40-PCI 5 reported by BMC, in celsius",
+      "labels": {
+        "id": "40-pci5"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 29,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 42-PCI 6 reported by BMC, in celsius",
+      "labels": {
+        "id": "42-pci6"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 30,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 44-PCI 7 reported by BMC, in celsius",
+      "labels": {
+        "id": "44-pci7"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 31,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 46-PCI 8 reported by BMC, in celsius",
+      "labels": {
+        "id": "46-pci8"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 32,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 48-Board Inlet reported by BMC, in celsius",
+      "labels": {
+        "id": "48-boardinlet"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 33,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 51-Sys Exhaust 1 reported by BMC, in celsius",
+      "labels": {
+        "id": "51-sysexhaust1"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 34,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 52-P/S 2 Zone reported by BMC, in celsius",
+      "labels": {
+        "id": "52-p/s2zone"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 35,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 56-XLR8R 9 reported by BMC, in celsius",
+      "labels": {
+        "id": "56-xlr8r9"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 36,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 58-PCI 10 reported by BMC, in celsius",
+      "labels": {
+        "id": "58-pci10"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 37,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 60-XLR8R 11 reported by BMC, in celsius",
+      "labels": {
+        "id": "60-xlr8r11"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 38,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 62-PCI 12 reported by BMC, in celsius",
+      "labels": {
+        "id": "62-pci12"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 39,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 64-PCI 13 reported by BMC, in celsius",
+      "labels": {
+        "id": "64-pci13"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 40,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 66-PCI 14 reported by BMC, in celsius",
+      "labels": {
+        "id": "66-pci14"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 41,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 68-PCI 15 reported by BMC, in celsius",
+      "labels": {
+        "id": "68-pci15"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 42,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 70-PCI 16 reported by BMC, in celsius",
+      "labels": {
+        "id": "70-pci16"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 43,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 72-Sys Exhaust 2 reported by BMC, in celsius",
+      "labels": {
+        "id": "72-sysexhaust2"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 44,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 74-P/S 3 Inlet reported by BMC, in celsius",
+      "labels": {
+        "id": "74-p/s3inlet"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 45,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 75-P/S 3 reported by BMC, in celsius",
+      "labels": {
+        "id": "75-p/s3"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 46,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 76-P/S 4 Inlet reported by BMC, in celsius",
+      "labels": {
+        "id": "76-p/s4inlet"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 47,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 77-P/S 4 reported by BMC, in celsius",
+      "labels": {
+        "id": "77-p/s4"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 48,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 131-NV Switch 1 reported by BMC, in celsius",
+      "labels": {
+        "id": "131-nvswitch1"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 49,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of 132-NV Switch 2 reported by BMC, in celsius",
+      "labels": {
+        "id": "132-nvswitch2"
+      },
+      "name": "bmc_other_temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 50,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Usage of Fan 1 reported by BMC, in percent",
+      "labels": {
+        "fan": "1"
+      },
+      "name": "bmc_fan_usage_percent",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 52,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Usage of Fan 2 reported by BMC, in percent",
+      "labels": {
+        "fan": "2"
+      },
+      "name": "bmc_fan_usage_percent",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 55,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Usage of Fan 3 reported by BMC, in percent",
+      "labels": {
+        "fan": "3"
+      },
+      "name": "bmc_fan_usage_percent",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 58,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Usage of Fan 4 reported by BMC, in percent",
+      "labels": {
+        "fan": "4"
+      },
+      "name": "bmc_fan_usage_percent",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 61,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Usage of Fan 5 reported by BMC, in percent",
+      "labels": {
+        "fan": "5"
+      },
+      "name": "bmc_fan_usage_percent",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 64,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Usage of Fan 6 reported by BMC, in percent",
+      "labels": {
+        "fan": "6"
+      },
+      "name": "bmc_fan_usage_percent",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 67,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Power consumption of Psu 1 reported by BMC, in watt",
+      "labels": {
+        "psu": "1"
+      },
+      "name": "bmc_psu_power_watt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 70,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Power consumption of Psu 2 reported by BMC, in watt",
+      "labels": {
+        "psu": "2"
+      },
+      "name": "bmc_psu_power_watt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 72,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Power consumption of Psu 3 reported by BMC, in watt",
+      "labels": {
+        "psu": "3"
+      },
+      "name": "bmc_psu_power_watt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 74,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Power consumption of Psu 4 reported by BMC, in watt",
+      "labels": {
+        "psu": "4"
+      },
+      "name": "bmc_psu_power_watt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 76,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Power consumption reported by BMC, in watt",
+      "name": "bmc_node_power_watt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 77,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Power consumption of PS 1 Output reported by BMC, in watt",
+      "labels": {
+        "id": "ps1output"
+      },
+      "name": "bmc_other_power_watt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 87,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of PS_Volt_Out_01 reported by BMC, in volt",
+      "labels": {
+        "id": "ps_volt_out_01"
+      },
+      "name": "bmc_other_voltage_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 88,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of PS_Volt_In_01 reported by BMC, in volt",
+      "labels": {
+        "id": "ps_volt_in_01"
+      },
+      "name": "bmc_other_voltage_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 89,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Current of PS_Curr_Out_01 reported by BMC, in amp",
+      "labels": {
+        "id": "ps_curr_out_01"
+      },
+      "name": "bmc_other_current_amp",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 90,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Current of PS_Curr_In_01 reported by BMC, in amp",
+      "labels": {
+        "id": "ps_curr_in_01"
+      },
+      "name": "bmc_other_current_amp",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 91,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Power consumption of PS 2 Output reported by BMC, in watt",
+      "labels": {
+        "id": "ps2output"
+      },
+      "name": "bmc_other_power_watt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 92,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of PS_Volt_Out_02 reported by BMC, in volt",
+      "labels": {
+        "id": "ps_volt_out_02"
+      },
+      "name": "bmc_other_voltage_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 93,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of PS_Volt_In_02 reported by BMC, in volt",
+      "labels": {
+        "id": "ps_volt_in_02"
+      },
+      "name": "bmc_other_voltage_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 94,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Current of PS_Curr_Out_02 reported by BMC, in amp",
+      "labels": {
+        "id": "ps_curr_out_02"
+      },
+      "name": "bmc_other_current_amp",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 95,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Current of PS_Curr_In_02 reported by BMC, in amp",
+      "labels": {
+        "id": "ps_curr_in_02"
+      },
+      "name": "bmc_other_current_amp",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 96,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Power consumption of PS 3 Output reported by BMC, in watt",
+      "labels": {
+        "id": "ps3output"
+      },
+      "name": "bmc_other_power_watt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 97,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of PS_Volt_Out_03 reported by BMC, in volt",
+      "labels": {
+        "id": "ps_volt_out_03"
+      },
+      "name": "bmc_other_voltage_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 98,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of PS_Volt_In_03 reported by BMC, in volt",
+      "labels": {
+        "id": "ps_volt_in_03"
+      },
+      "name": "bmc_other_voltage_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 99,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Current of PS_Curr_Out_03 reported by BMC, in amp",
+      "labels": {
+        "id": "ps_curr_out_03"
+      },
+      "name": "bmc_other_current_amp",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 100,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Current of PS_Curr_In_03 reported by BMC, in amp",
+      "labels": {
+        "id": "ps_curr_in_03"
+      },
+      "name": "bmc_other_current_amp",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 101,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Power consumption of PS 4 Output reported by BMC, in watt",
+      "labels": {
+        "id": "ps4output"
+      },
+      "name": "bmc_other_power_watt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 102,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of PS_Volt_Out_04 reported by BMC, in volt",
+      "labels": {
+        "id": "ps_volt_out_04"
+      },
+      "name": "bmc_other_voltage_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 103,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of PS_Volt_In_04 reported by BMC, in volt",
+      "labels": {
+        "id": "ps_volt_in_04"
+      },
+      "name": "bmc_other_voltage_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 104,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Current of PS_Curr_Out_04 reported by BMC, in amp",
+      "labels": {
+        "id": "ps_curr_out_04"
+      },
+      "name": "bmc_other_current_amp",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 105,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Current of PS_Curr_In_04 reported by BMC, in amp",
+      "labels": {
+        "id": "ps_curr_in_04"
+      },
+      "name": "bmc_other_current_amp",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 106,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Default subset of metrics from Prometheus Node Exporter",
+      "name": "prom_default_metrics",
+      "optional_period": 15000,
+      "period": 0,
+      "source": {
+        "id": [
+          "node_boot_time_seconds",
+          "node_cpu_scaling_frequency_hertz",
+          "node_cpu_seconds_total",
+          "node_filesystem_free_bytes",
+          "node_filesystem_size_bytes",
+          "node_load1",
+          "node_load15",
+          "node_load5",
+          "node_memory_Buffers_bytes",
+          "node_memory_Cached_bytes",
+          "node_memory_MemAvailable_bytes",
+          "node_memory_MemFree_bytes",
+          "node_memory_MemTotal_bytes",
+          "node_memory_Shmem_bytes",
+          "node_memory_SwapFree_bytes",
+          "node_memory_SwapTotal_bytes",
+          "node_network_receive_bytes_total",
+          "node_network_receive_packets_total",
+          "node_network_transmit_bytes_total",
+          "node_network_transmit_packets_total",
+          "node_procs_blocked",
+          "node_procs_running",
+          "kwollect_custom"
+        ],
+        "port": 9100,
+        "protocol": "prometheus"
+      }
+    },
+    {
+      "description": "All metrics from Prometheus Node Exporter",
+      "name": "prom_all_metrics",
+      "optional_period": 15000,
+      "period": 0,
+      "source": {
+        "port": 9100,
+        "protocol": "prometheus"
+      }
+    },
+    {
+      "description": "Default subset of metrics from Prometheus Nvidia DCGM Exporter",
+      "name": "prom_nvgpu_default_metrics",
+      "optional_period": 15000,
+      "period": 0,
+      "source": {
+        "id": [
+          "DCGM_FI_DEV_SM_CLOCK",
+          "DCGM_FI_DEV_MEM_CLOCK",
+          "DCGM_FI_DEV_GPU_TEMP",
+          "DCGM_FI_DEV_POWER_USAGE",
+          "DCGM_FI_DEV_MEM_COPY_UTIL"
+        ],
+        "port": 9400,
+        "protocol": "prometheus"
+      }
+    },
+    {
+      "description": "All metrics from Prometheus Nvidia DCGM Exporter",
+      "name": "prom_nvgpu_all_metrics",
+      "optional_period": 15000,
+      "period": 0,
+      "source": {
+        "port": 9400,
+        "protocol": "prometheus"
+      }
+    }
+  ],
+  "model": "ProLiant DL385 Gen11",
+  "priority": 202512,
+  "queues": [
+    "admin",
+    "production"
+  ],
+  "redfish": true,
+  "type": "cluster",
+  "uid": "musa",
+  "warranty_end": "2031-12-09"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/musa/nodes/musa-1.json b/data/grid5000/sites/sophia/clusters/musa/nodes/musa-1.json
new file mode 100644
index 0000000000000000000000000000000000000000..098832fe30a3a6284366dc0274d6398a3792b1ef
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/musa/nodes/musa-1.json
@@ -0,0 +1,308 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 48,
+    "nb_procs": 2,
+    "nb_threads": 96,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "10/11/2024",
+    "vendor": "HPE",
+    "version": 2.14
+  },
+  "bmc_version": "1.66",
+  "chassis": {
+    "manufactured_at": "2024-12-09",
+    "manufacturer": "HPE",
+    "name": "ProLiant DL385 Gen11",
+    "serial": "CZ2D1X0C24",
+    "warranty_end": "2031-12-09"
+  },
+  "exotic": false,
+  "gpu_devices": {
+    "nvidia0": {
+      "compute_capability": "9.0",
+      "cores": 14592,
+      "cpu_affinity": 1,
+      "device": "/dev/nvidia0",
+      "memory": 100485038080,
+      "microarchitecture": "Hopper",
+      "model": "H100 NVL",
+      "performance": {
+        "fp-16": 1671000000000000,
+        "fp-32": 60000000000000,
+        "fp-64": 30000000000000
+      },
+      "power_default_limit": "310.00 W",
+      "vbios_version": "96.00.AF.00.02",
+      "vendor": "Nvidia"
+    },
+    "nvidia1": {
+      "compute_capability": "9.0",
+      "cores": 14592,
+      "cpu_affinity": 1,
+      "cpu_affinity_override": 0,
+      "device": "/dev/nvidia1",
+      "memory": 100485038080,
+      "microarchitecture": "Hopper",
+      "model": "H100 NVL",
+      "performance": {
+        "fp-16": 1671000000000000,
+        "fp-32": 60000000000000,
+        "fp-64": 30000000000000
+      },
+      "power_default_limit": "310.00 W",
+      "vbios_version": "96.00.AF.00.02",
+      "vendor": "Nvidia"
+    }
+  },
+  "kavlan": {
+    "eth0": {
+      "kavlan-1": "192.168.194.1",
+      "kavlan-11": "10.7.231.1",
+      "kavlan-12": "10.11.231.1",
+      "kavlan-13": "10.15.231.1",
+      "kavlan-14": "10.19.231.1",
+      "kavlan-16": "10.27.231.1",
+      "kavlan-17": "10.31.231.1",
+      "kavlan-18": "10.35.231.1",
+      "kavlan-2": "192.168.210.1",
+      "kavlan-20": "10.43.231.1",
+      "kavlan-21": "10.47.231.1",
+      "kavlan-3": "192.168.226.1",
+      "kavlan-4": "10.32.2.1",
+      "kavlan-5": "10.32.66.1",
+      "kavlan-6": "10.32.130.1",
+      "kavlan-7": "10.32.194.1",
+      "kavlan-8": "10.33.2.1",
+      "kavlan-9": "10.33.66.1"
+    }
+  },
+  "kavlan6": {
+    "eth0": {
+      "kavlan-1": "2001:660:4406:880:6::1",
+      "kavlan-11": "2001:660:4406:1a0:806::1",
+      "kavlan-12": "2001:660:4406:2a0:806::1",
+      "kavlan-13": "2001:660:4406:4a0:806::1",
+      "kavlan-14": "2001:660:4406:5a0:806::1",
+      "kavlan-16": "2001:660:4406:7a0:806::1",
+      "kavlan-17": "2001:660:4406:9a0:806::1",
+      "kavlan-18": "2001:660:4406:8a0:806::1",
+      "kavlan-2": "2001:660:4406:881:6::1",
+      "kavlan-20": "2001:660:4406:3a0:806::1",
+      "kavlan-21": "2001:660:4406:6a0:806::1",
+      "kavlan-3": "2001:660:4406:882:6::1",
+      "kavlan-4": "2001:660:4406:890:6::1",
+      "kavlan-5": "2001:660:4406:891:6::1",
+      "kavlan-6": "2001:660:4406:892:6::1",
+      "kavlan-7": "2001:660:4406:893:6::1",
+      "kavlan-8": "2001:660:4406:894:6::1",
+      "kavlan-9": "2001:660:4406:895:6::1"
+    }
+  },
+  "main_memory": {
+    "ram_size": 549755813888
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_proc 1 dimm 11",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 2",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 4",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 5",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 6",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 8",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 9",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 11",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 2",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 4",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 5",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 6",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 8",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 9",
+      "size": 34359738368,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "bnxt_en",
+      "enabled": true,
+      "firmware_version": "230.0.168.0/pkg 230.1.123.0",
+      "interface": "Ethernet",
+      "ip": "172.16.133.1",
+      "ip6": "2001:660:4406:800:6::1",
+      "kavlan": true,
+      "mac": "6c:92:cf:b8:dc:8c",
+      "management": false,
+      "model": "BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "musa-1.sophia.grid5000.fr",
+      "rate": 25000000000,
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "switch": "sw-1",
+      "switch_port": "1/1/31",
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth1",
+      "driver": "bnxt_en",
+      "enabled": false,
+      "firmware_version": "230.0.168.0/pkg 230.1.123.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "6c:92:cf:b8:dc:8d",
+      "management": false,
+      "model": "BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens22f1np1",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.133.1",
+      "kavlan": false,
+      "mac": "7c:a6:2a:94:33:0c",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "musa-1-bmc.sophia.grid5000.fr"
+    }
+  ],
+  "nodeset": "musa",
+  "operating_system": {
+    "cstate_driver": "acpi_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "acpi-cpufreq",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 139200000000,
+    "node_flops": 6681600000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 32768,
+    "cache_l1i": 32768,
+    "cache_l2": 1048576,
+    "cache_l3": 33554432,
+    "clock_speed": 2900000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Zen 4",
+    "microcode": "0xa101148",
+    "model": "AMD EPYC",
+    "other_description": "AMD EPYC 9254 24-Core Processor",
+    "vendor": "AMD",
+    "version": 9254
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/nvme-eui.37305830589010020025384e00000002",
+      "by_path": "/dev/disk/by-path/pci-0000:c5:00.0-nvme-1",
+      "id": "disk0",
+      "interface": "NVME",
+      "model": "MO006400KYDND",
+      "size": 6401252745216,
+      "storage": "SSD",
+      "vendor": "Samsung"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 604800,
+    "queues": [
+      "admin",
+      "production"
+    ],
+    "virtual": "amd-v"
+  },
+  "type": "node",
+  "uid": "musa-1"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/musa/nodes/musa-2.json b/data/grid5000/sites/sophia/clusters/musa/nodes/musa-2.json
new file mode 100644
index 0000000000000000000000000000000000000000..1d87d767b80f54788ff77cb04c61dc2189cfe11a
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/musa/nodes/musa-2.json
@@ -0,0 +1,308 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 48,
+    "nb_procs": 2,
+    "nb_threads": 96,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "10/11/2024",
+    "vendor": "HPE",
+    "version": 2.14
+  },
+  "bmc_version": "1.66",
+  "chassis": {
+    "manufactured_at": "2024-12-09",
+    "manufacturer": "HPE",
+    "name": "ProLiant DL385 Gen11",
+    "serial": "CZ2D1X0C22",
+    "warranty_end": "2031-12-09"
+  },
+  "exotic": false,
+  "gpu_devices": {
+    "nvidia0": {
+      "compute_capability": "9.0",
+      "cores": 14592,
+      "cpu_affinity": 1,
+      "device": "/dev/nvidia0",
+      "memory": 100485038080,
+      "microarchitecture": "Hopper",
+      "model": "H100 NVL",
+      "performance": {
+        "fp-16": 1671000000000000,
+        "fp-32": 60000000000000,
+        "fp-64": 30000000000000
+      },
+      "power_default_limit": "310.00 W",
+      "vbios_version": "96.00.AF.00.02",
+      "vendor": "Nvidia"
+    },
+    "nvidia1": {
+      "compute_capability": "9.0",
+      "cores": 14592,
+      "cpu_affinity": 1,
+      "cpu_affinity_override": 0,
+      "device": "/dev/nvidia1",
+      "memory": 100485038080,
+      "microarchitecture": "Hopper",
+      "model": "H100 NVL",
+      "performance": {
+        "fp-16": 1671000000000000,
+        "fp-32": 60000000000000,
+        "fp-64": 30000000000000
+      },
+      "power_default_limit": "310.00 W",
+      "vbios_version": "96.00.AF.00.02",
+      "vendor": "Nvidia"
+    }
+  },
+  "kavlan": {
+    "eth0": {
+      "kavlan-1": "192.168.194.2",
+      "kavlan-11": "10.7.231.2",
+      "kavlan-12": "10.11.231.2",
+      "kavlan-13": "10.15.231.2",
+      "kavlan-14": "10.19.231.2",
+      "kavlan-16": "10.27.231.2",
+      "kavlan-17": "10.31.231.2",
+      "kavlan-18": "10.35.231.2",
+      "kavlan-2": "192.168.210.2",
+      "kavlan-20": "10.43.231.2",
+      "kavlan-21": "10.47.231.2",
+      "kavlan-3": "192.168.226.2",
+      "kavlan-4": "10.32.2.2",
+      "kavlan-5": "10.32.66.2",
+      "kavlan-6": "10.32.130.2",
+      "kavlan-7": "10.32.194.2",
+      "kavlan-8": "10.33.2.2",
+      "kavlan-9": "10.33.66.2"
+    }
+  },
+  "kavlan6": {
+    "eth0": {
+      "kavlan-1": "2001:660:4406:880:6::2",
+      "kavlan-11": "2001:660:4406:1a0:806::2",
+      "kavlan-12": "2001:660:4406:2a0:806::2",
+      "kavlan-13": "2001:660:4406:4a0:806::2",
+      "kavlan-14": "2001:660:4406:5a0:806::2",
+      "kavlan-16": "2001:660:4406:7a0:806::2",
+      "kavlan-17": "2001:660:4406:9a0:806::2",
+      "kavlan-18": "2001:660:4406:8a0:806::2",
+      "kavlan-2": "2001:660:4406:881:6::2",
+      "kavlan-20": "2001:660:4406:3a0:806::2",
+      "kavlan-21": "2001:660:4406:6a0:806::2",
+      "kavlan-3": "2001:660:4406:882:6::2",
+      "kavlan-4": "2001:660:4406:890:6::2",
+      "kavlan-5": "2001:660:4406:891:6::2",
+      "kavlan-6": "2001:660:4406:892:6::2",
+      "kavlan-7": "2001:660:4406:893:6::2",
+      "kavlan-8": "2001:660:4406:894:6::2",
+      "kavlan-9": "2001:660:4406:895:6::2"
+    }
+  },
+  "main_memory": {
+    "ram_size": 549755813888
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_proc 1 dimm 11",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 2",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 4",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 5",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 6",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 8",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 9",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 11",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 2",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 4",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 5",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 6",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 8",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 9",
+      "size": 34359738368,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "bnxt_en",
+      "enabled": true,
+      "firmware_version": "230.0.168.0/pkg 230.1.123.0",
+      "interface": "Ethernet",
+      "ip": "172.16.133.2",
+      "ip6": "2001:660:4406:800:6::2",
+      "kavlan": true,
+      "mac": "6c:92:cf:b8:9d:56",
+      "management": false,
+      "model": "BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "musa-2.sophia.grid5000.fr",
+      "rate": 25000000000,
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "switch": "sw-1",
+      "switch_port": "1/1/32",
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth1",
+      "driver": "bnxt_en",
+      "enabled": false,
+      "firmware_version": "230.0.168.0/pkg 230.1.123.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "6c:92:cf:b8:9d:57",
+      "management": false,
+      "model": "BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens22f1np1",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.133.2",
+      "kavlan": false,
+      "mac": "7c:a6:2a:94:2f:2a",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "musa-2-bmc.sophia.grid5000.fr"
+    }
+  ],
+  "nodeset": "musa",
+  "operating_system": {
+    "cstate_driver": "acpi_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "acpi-cpufreq",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 139200000000,
+    "node_flops": 6681600000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 32768,
+    "cache_l1i": 32768,
+    "cache_l2": 1048576,
+    "cache_l3": 33554432,
+    "clock_speed": 2900000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Zen 4",
+    "microcode": "0xa101148",
+    "model": "AMD EPYC",
+    "other_description": "AMD EPYC 9254 24-Core Processor",
+    "vendor": "AMD",
+    "version": 9254
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/nvme-eui.37305830589011600025384e00000002",
+      "by_path": "/dev/disk/by-path/pci-0000:c5:00.0-nvme-1",
+      "id": "disk0",
+      "interface": "NVME",
+      "model": "MO006400KYDND",
+      "size": 6401252745216,
+      "storage": "SSD",
+      "vendor": "Samsung"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 604800,
+    "queues": [
+      "admin",
+      "production"
+    ],
+    "virtual": "amd-v"
+  },
+  "type": "node",
+  "uid": "musa-2"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/musa/nodes/musa-3.json b/data/grid5000/sites/sophia/clusters/musa/nodes/musa-3.json
new file mode 100644
index 0000000000000000000000000000000000000000..0ab0bc852c514e9838569eefbf8bba2f7c39386a
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/musa/nodes/musa-3.json
@@ -0,0 +1,308 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 48,
+    "nb_procs": 2,
+    "nb_threads": 96,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "10/11/2024",
+    "vendor": "HPE",
+    "version": 2.14
+  },
+  "bmc_version": "1.66",
+  "chassis": {
+    "manufactured_at": "2024-12-09",
+    "manufacturer": "HPE",
+    "name": "ProLiant DL385 Gen11",
+    "serial": "CZ2D1X0C1Z",
+    "warranty_end": "2031-12-09"
+  },
+  "exotic": false,
+  "gpu_devices": {
+    "nvidia0": {
+      "compute_capability": "9.0",
+      "cores": 14592,
+      "cpu_affinity": 1,
+      "device": "/dev/nvidia0",
+      "memory": 100485038080,
+      "microarchitecture": "Hopper",
+      "model": "H100 NVL",
+      "performance": {
+        "fp-16": 1671000000000000,
+        "fp-32": 60000000000000,
+        "fp-64": 30000000000000
+      },
+      "power_default_limit": "310.00 W",
+      "vbios_version": "96.00.AF.00.02",
+      "vendor": "Nvidia"
+    },
+    "nvidia1": {
+      "compute_capability": "9.0",
+      "cores": 14592,
+      "cpu_affinity": 1,
+      "cpu_affinity_override": 0,
+      "device": "/dev/nvidia1",
+      "memory": 100485038080,
+      "microarchitecture": "Hopper",
+      "model": "H100 NVL",
+      "performance": {
+        "fp-16": 1671000000000000,
+        "fp-32": 60000000000000,
+        "fp-64": 30000000000000
+      },
+      "power_default_limit": "310.00 W",
+      "vbios_version": "96.00.AF.00.02",
+      "vendor": "Nvidia"
+    }
+  },
+  "kavlan": {
+    "eth0": {
+      "kavlan-1": "192.168.194.3",
+      "kavlan-11": "10.7.231.3",
+      "kavlan-12": "10.11.231.3",
+      "kavlan-13": "10.15.231.3",
+      "kavlan-14": "10.19.231.3",
+      "kavlan-16": "10.27.231.3",
+      "kavlan-17": "10.31.231.3",
+      "kavlan-18": "10.35.231.3",
+      "kavlan-2": "192.168.210.3",
+      "kavlan-20": "10.43.231.3",
+      "kavlan-21": "10.47.231.3",
+      "kavlan-3": "192.168.226.3",
+      "kavlan-4": "10.32.2.3",
+      "kavlan-5": "10.32.66.3",
+      "kavlan-6": "10.32.130.3",
+      "kavlan-7": "10.32.194.3",
+      "kavlan-8": "10.33.2.3",
+      "kavlan-9": "10.33.66.3"
+    }
+  },
+  "kavlan6": {
+    "eth0": {
+      "kavlan-1": "2001:660:4406:880:6::3",
+      "kavlan-11": "2001:660:4406:1a0:806::3",
+      "kavlan-12": "2001:660:4406:2a0:806::3",
+      "kavlan-13": "2001:660:4406:4a0:806::3",
+      "kavlan-14": "2001:660:4406:5a0:806::3",
+      "kavlan-16": "2001:660:4406:7a0:806::3",
+      "kavlan-17": "2001:660:4406:9a0:806::3",
+      "kavlan-18": "2001:660:4406:8a0:806::3",
+      "kavlan-2": "2001:660:4406:881:6::3",
+      "kavlan-20": "2001:660:4406:3a0:806::3",
+      "kavlan-21": "2001:660:4406:6a0:806::3",
+      "kavlan-3": "2001:660:4406:882:6::3",
+      "kavlan-4": "2001:660:4406:890:6::3",
+      "kavlan-5": "2001:660:4406:891:6::3",
+      "kavlan-6": "2001:660:4406:892:6::3",
+      "kavlan-7": "2001:660:4406:893:6::3",
+      "kavlan-8": "2001:660:4406:894:6::3",
+      "kavlan-9": "2001:660:4406:895:6::3"
+    }
+  },
+  "main_memory": {
+    "ram_size": 549755813888
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_proc 1 dimm 11",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 2",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 4",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 5",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 6",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 8",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 9",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 11",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 2",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 4",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 5",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 6",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 8",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 9",
+      "size": 34359738368,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "bnxt_en",
+      "enabled": true,
+      "firmware_version": "230.0.168.0/pkg 230.1.123.0",
+      "interface": "Ethernet",
+      "ip": "172.16.133.3",
+      "ip6": "2001:660:4406:800:6::3",
+      "kavlan": true,
+      "mac": "6c:92:cf:b9:5e:e8",
+      "management": false,
+      "model": "BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "musa-3.sophia.grid5000.fr",
+      "rate": 25000000000,
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "switch": "sw-1",
+      "switch_port": "1/1/33",
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth1",
+      "driver": "bnxt_en",
+      "enabled": false,
+      "firmware_version": "230.0.168.0/pkg 230.1.123.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "6c:92:cf:b9:5e:e9",
+      "management": false,
+      "model": "BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens22f1np1",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.133.3",
+      "kavlan": false,
+      "mac": "7c:a6:2a:94:30:a0",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "musa-3-bmc.sophia.grid5000.fr"
+    }
+  ],
+  "nodeset": "musa",
+  "operating_system": {
+    "cstate_driver": "acpi_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "acpi-cpufreq",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 139200000000,
+    "node_flops": 6681600000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 32768,
+    "cache_l1i": 32768,
+    "cache_l2": 1048576,
+    "cache_l3": 33554432,
+    "clock_speed": 2900000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Zen 4",
+    "microcode": "0xa101148",
+    "model": "AMD EPYC",
+    "other_description": "AMD EPYC 9254 24-Core Processor",
+    "vendor": "AMD",
+    "version": 9254
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/nvme-eui.37305830589011590025384e00000002",
+      "by_path": "/dev/disk/by-path/pci-0000:c5:00.0-nvme-1",
+      "id": "disk0",
+      "interface": "NVME",
+      "model": "MO006400KYDND",
+      "size": 6401252745216,
+      "storage": "SSD",
+      "vendor": "Samsung"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 604800,
+    "queues": [
+      "admin",
+      "production"
+    ],
+    "virtual": "amd-v"
+  },
+  "type": "node",
+  "uid": "musa-3"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/musa/nodes/musa-4.json b/data/grid5000/sites/sophia/clusters/musa/nodes/musa-4.json
new file mode 100644
index 0000000000000000000000000000000000000000..15918dfa5be938c418a138d6236467038ffd117f
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/musa/nodes/musa-4.json
@@ -0,0 +1,308 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 48,
+    "nb_procs": 2,
+    "nb_threads": 96,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "10/11/2024",
+    "vendor": "HPE",
+    "version": 2.14
+  },
+  "bmc_version": "1.66",
+  "chassis": {
+    "manufactured_at": "2024-12-09",
+    "manufacturer": "HPE",
+    "name": "ProLiant DL385 Gen11",
+    "serial": "CZ2D1X0C21",
+    "warranty_end": "2031-12-09"
+  },
+  "exotic": false,
+  "gpu_devices": {
+    "nvidia0": {
+      "compute_capability": "9.0",
+      "cores": 14592,
+      "cpu_affinity": 1,
+      "device": "/dev/nvidia0",
+      "memory": 100485038080,
+      "microarchitecture": "Hopper",
+      "model": "H100 NVL",
+      "performance": {
+        "fp-16": 1671000000000000,
+        "fp-32": 60000000000000,
+        "fp-64": 30000000000000
+      },
+      "power_default_limit": "310.00 W",
+      "vbios_version": "96.00.AF.00.02",
+      "vendor": "Nvidia"
+    },
+    "nvidia1": {
+      "compute_capability": "9.0",
+      "cores": 14592,
+      "cpu_affinity": 1,
+      "cpu_affinity_override": 0,
+      "device": "/dev/nvidia1",
+      "memory": 100485038080,
+      "microarchitecture": "Hopper",
+      "model": "H100 NVL",
+      "performance": {
+        "fp-16": 1671000000000000,
+        "fp-32": 60000000000000,
+        "fp-64": 30000000000000
+      },
+      "power_default_limit": "310.00 W",
+      "vbios_version": "96.00.AF.00.02",
+      "vendor": "Nvidia"
+    }
+  },
+  "kavlan": {
+    "eth0": {
+      "kavlan-1": "192.168.194.4",
+      "kavlan-11": "10.7.231.4",
+      "kavlan-12": "10.11.231.4",
+      "kavlan-13": "10.15.231.4",
+      "kavlan-14": "10.19.231.4",
+      "kavlan-16": "10.27.231.4",
+      "kavlan-17": "10.31.231.4",
+      "kavlan-18": "10.35.231.4",
+      "kavlan-2": "192.168.210.4",
+      "kavlan-20": "10.43.231.4",
+      "kavlan-21": "10.47.231.4",
+      "kavlan-3": "192.168.226.4",
+      "kavlan-4": "10.32.2.4",
+      "kavlan-5": "10.32.66.4",
+      "kavlan-6": "10.32.130.4",
+      "kavlan-7": "10.32.194.4",
+      "kavlan-8": "10.33.2.4",
+      "kavlan-9": "10.33.66.4"
+    }
+  },
+  "kavlan6": {
+    "eth0": {
+      "kavlan-1": "2001:660:4406:880:6::4",
+      "kavlan-11": "2001:660:4406:1a0:806::4",
+      "kavlan-12": "2001:660:4406:2a0:806::4",
+      "kavlan-13": "2001:660:4406:4a0:806::4",
+      "kavlan-14": "2001:660:4406:5a0:806::4",
+      "kavlan-16": "2001:660:4406:7a0:806::4",
+      "kavlan-17": "2001:660:4406:9a0:806::4",
+      "kavlan-18": "2001:660:4406:8a0:806::4",
+      "kavlan-2": "2001:660:4406:881:6::4",
+      "kavlan-20": "2001:660:4406:3a0:806::4",
+      "kavlan-21": "2001:660:4406:6a0:806::4",
+      "kavlan-3": "2001:660:4406:882:6::4",
+      "kavlan-4": "2001:660:4406:890:6::4",
+      "kavlan-5": "2001:660:4406:891:6::4",
+      "kavlan-6": "2001:660:4406:892:6::4",
+      "kavlan-7": "2001:660:4406:893:6::4",
+      "kavlan-8": "2001:660:4406:894:6::4",
+      "kavlan-9": "2001:660:4406:895:6::4"
+    }
+  },
+  "main_memory": {
+    "ram_size": 549755813888
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_proc 1 dimm 11",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 2",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 4",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 5",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 6",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 8",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 9",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 11",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 2",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 4",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 5",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 6",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 8",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 9",
+      "size": 34359738368,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "bnxt_en",
+      "enabled": true,
+      "firmware_version": "230.0.168.0/pkg 230.1.123.0",
+      "interface": "Ethernet",
+      "ip": "172.16.133.4",
+      "ip6": "2001:660:4406:800:6::4",
+      "kavlan": true,
+      "mac": "6c:92:cf:b9:13:2e",
+      "management": false,
+      "model": "BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "musa-4.sophia.grid5000.fr",
+      "rate": 25000000000,
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "switch": "sw-1",
+      "switch_port": "1/1/34",
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth1",
+      "driver": "bnxt_en",
+      "enabled": false,
+      "firmware_version": "230.0.168.0/pkg 230.1.123.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "6c:92:cf:b9:13:2f",
+      "management": false,
+      "model": "BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens22f1np1",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.133.4",
+      "kavlan": false,
+      "mac": "7c:a6:2a:94:2c:3e",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "musa-4-bmc.sophia.grid5000.fr"
+    }
+  ],
+  "nodeset": "musa",
+  "operating_system": {
+    "cstate_driver": "acpi_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "acpi-cpufreq",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 139200000000,
+    "node_flops": 6681600000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 32768,
+    "cache_l1i": 32768,
+    "cache_l2": 1048576,
+    "cache_l3": 33554432,
+    "clock_speed": 2900000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Zen 4",
+    "microcode": "0xa101148",
+    "model": "AMD EPYC",
+    "other_description": "AMD EPYC 9254 24-Core Processor",
+    "vendor": "AMD",
+    "version": 9254
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/nvme-eui.37305830589010000025384e00000002",
+      "by_path": "/dev/disk/by-path/pci-0000:c5:00.0-nvme-1",
+      "id": "disk0",
+      "interface": "NVME",
+      "model": "MO006400KYDND",
+      "size": 6401252745216,
+      "storage": "SSD",
+      "vendor": "Samsung"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 604800,
+    "queues": [
+      "admin",
+      "production"
+    ],
+    "virtual": "amd-v"
+  },
+  "type": "node",
+  "uid": "musa-4"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/musa/nodes/musa-5.json b/data/grid5000/sites/sophia/clusters/musa/nodes/musa-5.json
new file mode 100644
index 0000000000000000000000000000000000000000..8453805193a7b0292baa11e4af8a2c7117260f89
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/musa/nodes/musa-5.json
@@ -0,0 +1,308 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 48,
+    "nb_procs": 2,
+    "nb_threads": 96,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "10/11/2024",
+    "vendor": "HPE",
+    "version": 2.14
+  },
+  "bmc_version": "1.66",
+  "chassis": {
+    "manufactured_at": "2024-12-09",
+    "manufacturer": "HPE",
+    "name": "ProLiant DL385 Gen11",
+    "serial": "CZ2D1X0C20",
+    "warranty_end": "2031-12-09"
+  },
+  "exotic": false,
+  "gpu_devices": {
+    "nvidia0": {
+      "compute_capability": "9.0",
+      "cores": 14592,
+      "cpu_affinity": 1,
+      "device": "/dev/nvidia0",
+      "memory": 100485038080,
+      "microarchitecture": "Hopper",
+      "model": "H100 NVL",
+      "performance": {
+        "fp-16": 1671000000000000,
+        "fp-32": 60000000000000,
+        "fp-64": 30000000000000
+      },
+      "power_default_limit": "310.00 W",
+      "vbios_version": "96.00.AF.00.02",
+      "vendor": "Nvidia"
+    },
+    "nvidia1": {
+      "compute_capability": "9.0",
+      "cores": 14592,
+      "cpu_affinity": 1,
+      "cpu_affinity_override": 0,
+      "device": "/dev/nvidia1",
+      "memory": 100485038080,
+      "microarchitecture": "Hopper",
+      "model": "H100 NVL",
+      "performance": {
+        "fp-16": 1671000000000000,
+        "fp-32": 60000000000000,
+        "fp-64": 30000000000000
+      },
+      "power_default_limit": "310.00 W",
+      "vbios_version": "96.00.AF.00.02",
+      "vendor": "Nvidia"
+    }
+  },
+  "kavlan": {
+    "eth0": {
+      "kavlan-1": "192.168.194.5",
+      "kavlan-11": "10.7.231.5",
+      "kavlan-12": "10.11.231.5",
+      "kavlan-13": "10.15.231.5",
+      "kavlan-14": "10.19.231.5",
+      "kavlan-16": "10.27.231.5",
+      "kavlan-17": "10.31.231.5",
+      "kavlan-18": "10.35.231.5",
+      "kavlan-2": "192.168.210.5",
+      "kavlan-20": "10.43.231.5",
+      "kavlan-21": "10.47.231.5",
+      "kavlan-3": "192.168.226.5",
+      "kavlan-4": "10.32.2.5",
+      "kavlan-5": "10.32.66.5",
+      "kavlan-6": "10.32.130.5",
+      "kavlan-7": "10.32.194.5",
+      "kavlan-8": "10.33.2.5",
+      "kavlan-9": "10.33.66.5"
+    }
+  },
+  "kavlan6": {
+    "eth0": {
+      "kavlan-1": "2001:660:4406:880:6::5",
+      "kavlan-11": "2001:660:4406:1a0:806::5",
+      "kavlan-12": "2001:660:4406:2a0:806::5",
+      "kavlan-13": "2001:660:4406:4a0:806::5",
+      "kavlan-14": "2001:660:4406:5a0:806::5",
+      "kavlan-16": "2001:660:4406:7a0:806::5",
+      "kavlan-17": "2001:660:4406:9a0:806::5",
+      "kavlan-18": "2001:660:4406:8a0:806::5",
+      "kavlan-2": "2001:660:4406:881:6::5",
+      "kavlan-20": "2001:660:4406:3a0:806::5",
+      "kavlan-21": "2001:660:4406:6a0:806::5",
+      "kavlan-3": "2001:660:4406:882:6::5",
+      "kavlan-4": "2001:660:4406:890:6::5",
+      "kavlan-5": "2001:660:4406:891:6::5",
+      "kavlan-6": "2001:660:4406:892:6::5",
+      "kavlan-7": "2001:660:4406:893:6::5",
+      "kavlan-8": "2001:660:4406:894:6::5",
+      "kavlan-9": "2001:660:4406:895:6::5"
+    }
+  },
+  "main_memory": {
+    "ram_size": 549755813888
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_proc 1 dimm 11",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 2",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 4",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 5",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 6",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 8",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 9",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 11",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 2",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 4",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 5",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 6",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 8",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 9",
+      "size": 34359738368,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "bnxt_en",
+      "enabled": true,
+      "firmware_version": "230.0.168.0/pkg 230.1.123.0",
+      "interface": "Ethernet",
+      "ip": "172.16.133.5",
+      "ip6": "2001:660:4406:800:6::5",
+      "kavlan": true,
+      "mac": "6c:92:cf:b8:ab:8a",
+      "management": false,
+      "model": "BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "musa-5.sophia.grid5000.fr",
+      "rate": 25000000000,
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "switch": "sw-1",
+      "switch_port": "1/1/35",
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth1",
+      "driver": "bnxt_en",
+      "enabled": false,
+      "firmware_version": "230.0.168.0/pkg 230.1.123.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "6c:92:cf:b8:ab:8b",
+      "management": false,
+      "model": "BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens22f1np1",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.133.5",
+      "kavlan": false,
+      "mac": "7c:a6:2a:94:31:3a",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "musa-5-bmc.sophia.grid5000.fr"
+    }
+  ],
+  "nodeset": "musa",
+  "operating_system": {
+    "cstate_driver": "acpi_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "acpi-cpufreq",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 139200000000,
+    "node_flops": 6681600000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 32768,
+    "cache_l1i": 32768,
+    "cache_l2": 1048576,
+    "cache_l3": 33554432,
+    "clock_speed": 2900000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Zen 4",
+    "microcode": "0xa101148",
+    "model": "AMD EPYC",
+    "other_description": "AMD EPYC 9254 24-Core Processor",
+    "vendor": "AMD",
+    "version": 9254
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/nvme-eui.37305830589009870025384e00000002",
+      "by_path": "/dev/disk/by-path/pci-0000:c5:00.0-nvme-1",
+      "id": "disk0",
+      "interface": "NVME",
+      "model": "MO006400KYDND",
+      "size": 6401252745216,
+      "storage": "SSD",
+      "vendor": "Samsung"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 604800,
+    "queues": [
+      "admin",
+      "production"
+    ],
+    "virtual": "amd-v"
+  },
+  "type": "node",
+  "uid": "musa-5"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/musa/nodes/musa-6.json b/data/grid5000/sites/sophia/clusters/musa/nodes/musa-6.json
new file mode 100644
index 0000000000000000000000000000000000000000..3649d5c4cc1c781847b4189c5f15e518b9ae7a28
--- /dev/null
+++ b/data/grid5000/sites/sophia/clusters/musa/nodes/musa-6.json
@@ -0,0 +1,308 @@
+{
+  "architecture": {
+    "cpu_core_numbering": "contiguous",
+    "nb_cores": 48,
+    "nb_procs": 2,
+    "nb_threads": 96,
+    "platform_type": "x86_64"
+  },
+  "bios": {
+    "release_date": "10/11/2024",
+    "vendor": "HPE",
+    "version": 2.14
+  },
+  "bmc_version": "1.66",
+  "chassis": {
+    "manufactured_at": "2024-12-09",
+    "manufacturer": "HPE",
+    "name": "ProLiant DL385 Gen11",
+    "serial": "CZ2D1X0C23",
+    "warranty_end": "2031-12-09"
+  },
+  "exotic": false,
+  "gpu_devices": {
+    "nvidia0": {
+      "compute_capability": "9.0",
+      "cores": 14592,
+      "cpu_affinity": 1,
+      "device": "/dev/nvidia0",
+      "memory": 100485038080,
+      "microarchitecture": "Hopper",
+      "model": "H100 NVL",
+      "performance": {
+        "fp-16": 1671000000000000,
+        "fp-32": 60000000000000,
+        "fp-64": 30000000000000
+      },
+      "power_default_limit": "310.00 W",
+      "vbios_version": "96.00.AF.00.02",
+      "vendor": "Nvidia"
+    },
+    "nvidia1": {
+      "compute_capability": "9.0",
+      "cores": 14592,
+      "cpu_affinity": 1,
+      "cpu_affinity_override": 0,
+      "device": "/dev/nvidia1",
+      "memory": 100485038080,
+      "microarchitecture": "Hopper",
+      "model": "H100 NVL",
+      "performance": {
+        "fp-16": 1671000000000000,
+        "fp-32": 60000000000000,
+        "fp-64": 30000000000000
+      },
+      "power_default_limit": "310.00 W",
+      "vbios_version": "96.00.AF.00.02",
+      "vendor": "Nvidia"
+    }
+  },
+  "kavlan": {
+    "eth0": {
+      "kavlan-1": "192.168.194.6",
+      "kavlan-11": "10.7.231.6",
+      "kavlan-12": "10.11.231.6",
+      "kavlan-13": "10.15.231.6",
+      "kavlan-14": "10.19.231.6",
+      "kavlan-16": "10.27.231.6",
+      "kavlan-17": "10.31.231.6",
+      "kavlan-18": "10.35.231.6",
+      "kavlan-2": "192.168.210.6",
+      "kavlan-20": "10.43.231.6",
+      "kavlan-21": "10.47.231.6",
+      "kavlan-3": "192.168.226.6",
+      "kavlan-4": "10.32.2.6",
+      "kavlan-5": "10.32.66.6",
+      "kavlan-6": "10.32.130.6",
+      "kavlan-7": "10.32.194.6",
+      "kavlan-8": "10.33.2.6",
+      "kavlan-9": "10.33.66.6"
+    }
+  },
+  "kavlan6": {
+    "eth0": {
+      "kavlan-1": "2001:660:4406:880:6::6",
+      "kavlan-11": "2001:660:4406:1a0:806::6",
+      "kavlan-12": "2001:660:4406:2a0:806::6",
+      "kavlan-13": "2001:660:4406:4a0:806::6",
+      "kavlan-14": "2001:660:4406:5a0:806::6",
+      "kavlan-16": "2001:660:4406:7a0:806::6",
+      "kavlan-17": "2001:660:4406:9a0:806::6",
+      "kavlan-18": "2001:660:4406:8a0:806::6",
+      "kavlan-2": "2001:660:4406:881:6::6",
+      "kavlan-20": "2001:660:4406:3a0:806::6",
+      "kavlan-21": "2001:660:4406:6a0:806::6",
+      "kavlan-3": "2001:660:4406:882:6::6",
+      "kavlan-4": "2001:660:4406:890:6::6",
+      "kavlan-5": "2001:660:4406:891:6::6",
+      "kavlan-6": "2001:660:4406:892:6::6",
+      "kavlan-7": "2001:660:4406:893:6::6",
+      "kavlan-8": "2001:660:4406:894:6::6",
+      "kavlan-9": "2001:660:4406:895:6::6"
+    }
+  },
+  "main_memory": {
+    "ram_size": 549755813888
+  },
+  "management_tools": {
+    "bmc_vendor_tool": "ipmitool",
+    "ipmitool": {
+      "retries": 5
+    }
+  },
+  "memory_devices": [
+    {
+      "device": "dimm_proc 1 dimm 11",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 2",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 4",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 5",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 6",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 8",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 1 dimm 9",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 11",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 2",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 4",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 5",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 6",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 7",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 8",
+      "size": 34359738368,
+      "technology": "dram"
+    },
+    {
+      "device": "dimm_proc 2 dimm 9",
+      "size": 34359738368,
+      "technology": "dram"
+    }
+  ],
+  "network_adapters": [
+    {
+      "device": "eth0",
+      "driver": "bnxt_en",
+      "enabled": true,
+      "firmware_version": "230.0.168.0/pkg 230.1.123.0",
+      "interface": "Ethernet",
+      "ip": "172.16.133.6",
+      "ip6": "2001:660:4406:800:6::6",
+      "kavlan": true,
+      "mac": "6c:92:cf:b8:a4:3a",
+      "management": false,
+      "model": "BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller",
+      "mountable": true,
+      "mounted": true,
+      "name": "enp1s0f0np0",
+      "network_address": "musa-6.sophia.grid5000.fr",
+      "rate": 25000000000,
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "switch": "sw-1",
+      "switch_port": "1/1/36",
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "eth1",
+      "driver": "bnxt_en",
+      "enabled": false,
+      "firmware_version": "230.0.168.0/pkg 230.1.123.0",
+      "interface": "Ethernet",
+      "kavlan": false,
+      "mac": "6c:92:cf:b8:a4:3b",
+      "management": false,
+      "model": "BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller",
+      "mountable": false,
+      "mounted": false,
+      "name": "ens22f1np1",
+      "sriov": false,
+      "sriov_totalvfs": 0,
+      "vendor": "Broadcom Inc. and subsidiaries"
+    },
+    {
+      "device": "bmc",
+      "enabled": true,
+      "interface": "Ethernet",
+      "ip": "172.17.133.6",
+      "kavlan": false,
+      "mac": "7c:a6:2a:94:2f:74",
+      "management": true,
+      "mountable": false,
+      "mounted": false,
+      "network_address": "musa-6-bmc.sophia.grid5000.fr"
+    }
+  ],
+  "nodeset": "musa",
+  "operating_system": {
+    "cstate_driver": "acpi_idle",
+    "cstate_governor": "menu",
+    "ht_enabled": true,
+    "pstate_driver": "acpi-cpufreq",
+    "pstate_governor": "performance",
+    "turboboost_enabled": true
+  },
+  "performance": {
+    "core_flops": 139200000000,
+    "node_flops": 6681600000000
+  },
+  "processor": {
+    "cache_l1": null,
+    "cache_l1d": 32768,
+    "cache_l1i": 32768,
+    "cache_l2": 1048576,
+    "cache_l3": 33554432,
+    "clock_speed": 2900000000,
+    "ht_capable": true,
+    "instruction_set": "x86-64",
+    "microarchitecture": "Zen 4",
+    "microcode": "0xa101148",
+    "model": "AMD EPYC",
+    "other_description": "AMD EPYC 9254 24-Core Processor",
+    "vendor": "AMD",
+    "version": 9254
+  },
+  "redfish": true,
+  "software": {
+    "forced-deployment-timestamp": 202007300948,
+    "postinstall-version": "1.2025011610",
+    "standard-environment": "debian11-x64-std"
+  },
+  "storage_devices": [
+    {
+      "by_id": "/dev/disk/by-id/nvme-eui.37305830589011620025384e00000002",
+      "by_path": "/dev/disk/by-path/pci-0000:c5:00.0-nvme-1",
+      "id": "disk0",
+      "interface": "NVME",
+      "model": "MO006400KYDND",
+      "size": 6401252745216,
+      "storage": "SSD",
+      "vendor": "Samsung"
+    }
+  ],
+  "supported_job_types": {
+    "besteffort": true,
+    "deploy": true,
+    "max_walltime": 604800,
+    "queues": [
+      "admin",
+      "production"
+    ],
+    "virtual": "amd-v"
+  },
+  "type": "node",
+  "uid": "musa-6"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-10.json b/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-10.json
index 9ca74e3076ce5bd8e2afa47dc79c4c9305a0ae5e..888de235851dfb039fa76796fbb167f0129fbabb 100644
--- a/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-10.json
+++ b/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-10.json
@@ -156,8 +156,8 @@
       "rate": 1000000000,
       "sriov": true,
       "sriov_totalvfs": 7,
-      "switch": "gw",
-      "switch_port": "GigabitEthernet9/3",
+      "switch": "sw-3",
+      "switch_port": "1/1/45",
       "vendor": "Intel"
     },
     {
diff --git a/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-11.json b/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-11.json
index 98edc9f14bf80e29d53b7dad6d0343045d4f8082..e8589026ea82c73ee19aee4168e520ed518fc9ce 100644
--- a/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-11.json
+++ b/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-11.json
@@ -156,8 +156,8 @@
       "rate": 1000000000,
       "sriov": true,
       "sriov_totalvfs": 7,
-      "switch": "gw",
-      "switch_port": "GigabitEthernet4/9",
+      "switch": "sw-3",
+      "switch_port": "1/1/1",
       "vendor": "Intel"
     },
     {
diff --git a/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-12.json b/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-12.json
index ec66757c1e282380b2cd3f285f40d32b4d283450..807227ee028cc72668012b534f350631c43bddbe 100644
--- a/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-12.json
+++ b/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-12.json
@@ -156,8 +156,8 @@
       "rate": 1000000000,
       "sriov": true,
       "sriov_totalvfs": 7,
-      "switch": "gw",
-      "switch_port": "GigabitEthernet4/1",
+      "switch": "sw-3",
+      "switch_port": "1/1/2",
       "vendor": "Intel"
     },
     {
diff --git a/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-9.json b/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-9.json
index 84e6bc775b62fb13149e196ba0b75afca1a665ec..7a9e4303258acdc8e47c1472b96c7b63cb6328ca 100644
--- a/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-9.json
+++ b/data/grid5000/sites/sophia/clusters/uvb/nodes/uvb-9.json
@@ -156,8 +156,8 @@
       "rate": 1000000000,
       "sriov": true,
       "sriov_totalvfs": 7,
-      "switch": "gw",
-      "switch_port": "GigabitEthernet9/1",
+      "switch": "sw-3",
+      "switch_port": "1/1/46",
       "vendor": "Intel"
     },
     {
diff --git a/data/grid5000/sites/sophia/clusters/uvb/uvb.json b/data/grid5000/sites/sophia/clusters/uvb/uvb.json
index c4ed25d3c6b30466bbad1122629836b61406a9d4..171094abfdc5b1dc6eda7ca91a6e924e3136a343 100644
--- a/data/grid5000/sites/sophia/clusters/uvb/uvb.json
+++ b/data/grid5000/sites/sophia/clusters/uvb/uvb.json
@@ -48,94 +48,6 @@
         "port": 9100,
         "protocol": "prometheus"
       }
-    },
-    {
-      "description": "Input byte counter for the network device port",
-      "labels": {
-        "interface": "eth0"
-      },
-      "name": "network_ifacein_bytes_total",
-      "period": 1000,
-      "source": {
-        "protocol": "network_equipment"
-      }
-    },
-    {
-      "description": "Output byte counter for the network device port",
-      "labels": {
-        "interface": "eth0"
-      },
-      "name": "network_ifaceout_bytes_total",
-      "period": 1000,
-      "source": {
-        "protocol": "network_equipment"
-      }
-    },
-    {
-      "description": "Input packet counter for the network device port",
-      "labels": {
-        "interface": "eth0"
-      },
-      "name": "network_ifacein_packets_total",
-      "period": 1000,
-      "source": {
-        "protocol": "network_equipment"
-      }
-    },
-    {
-      "description": "Output packet counter for the network device port",
-      "labels": {
-        "interface": "eth0"
-      },
-      "name": "network_ifaceout_packets_total",
-      "period": 1000,
-      "source": {
-        "protocol": "network_equipment"
-      }
-    },
-    {
-      "description": "Input counter of discarded packets for the network device port",
-      "labels": {
-        "interface": "eth0"
-      },
-      "name": "network_ifacein_packets_discard_total",
-      "period": 1000,
-      "source": {
-        "protocol": "network_equipment"
-      }
-    },
-    {
-      "description": "Output counter of discarded packets for the network device port",
-      "labels": {
-        "interface": "eth0"
-      },
-      "name": "network_ifaceout_packets_discard_total",
-      "period": 1000,
-      "source": {
-        "protocol": "network_equipment"
-      }
-    },
-    {
-      "description": "Input counter of packet errors for the network device port",
-      "labels": {
-        "interface": "eth0"
-      },
-      "name": "network_ifacein_packets_error_total",
-      "period": 1000,
-      "source": {
-        "protocol": "network_equipment"
-      }
-    },
-    {
-      "description": "Output counter of packet errors for the network device port",
-      "labels": {
-        "interface": "eth0"
-      },
-      "name": "network_ifaceout_packets_error_total",
-      "period": 1000,
-      "source": {
-        "protocol": "network_equipment"
-      }
     }
   ],
   "model": "Dell PowerEdge C6100",
diff --git a/data/grid5000/sites/sophia/network_equipments/gw-ng.json b/data/grid5000/sites/sophia/network_equipments/gw-ng.json
new file mode 100644
index 0000000000000000000000000000000000000000..2002688fee1792678edbe80835bca9272748e585
--- /dev/null
+++ b/data/grid5000/sites/sophia/network_equipments/gw-ng.json
@@ -0,0 +1,153 @@
+{
+  "channels": {
+    "lag1": {
+      "kind": "server",
+      "port": "lag1",
+      "rate": 500000000000,
+      "uid": "srv-data1"
+    },
+    "lag2": {
+      "kind": "server",
+      "port": "lag2",
+      "rate": 500000000000,
+      "uid": "srv-data2"
+    },
+    "lag3": {
+      "kind": "server",
+      "port": "lag3",
+      "rate": 500000000000,
+      "uid": "srv-data3"
+    },
+    "lag4": {
+      "kind": "server",
+      "port": "lag4",
+      "rate": 200000000000,
+      "uid": "srv-data4"
+    }
+  },
+  "ip": "172.17.143.253",
+  "kind": "switch",
+  "linecards": [
+    {
+    },
+    {
+      "kavlan_pattern": "%LINECARD%/1/%PORT%",
+      "kind": "node",
+      "ports": [
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+          "kind": "switch",
+          "snmp_name": "1/1/47",
+          "uid": "sw-3"
+        },
+        {
+          "kind": "router",
+          "snmp_name": "1/1/48",
+          "uid": "gw"
+        }
+      ],
+      "rate": 1000000000,
+      "snmp_pattern": "%LINECARD%/1/%PORT%"
+    }
+  ],
+  "managed_by_us": true,
+  "model": "Aruba 6300M",
+  "site": "sophia",
+  "snmp_community": "public",
+  "type": "network_equipment",
+  "uid": "gw-ng",
+  "warranty": "2048-05"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/network_equipments/gw.json b/data/grid5000/sites/sophia/network_equipments/gw.json
index 15f5c66e33a43d04362d10f27fb93c96c7bb3f36..d2f1ca59810475552a589349b88b530deea54f69 100644
--- a/data/grid5000/sites/sophia/network_equipments/gw.json
+++ b/data/grid5000/sites/sophia/network_equipments/gw.json
@@ -19,12 +19,6 @@
           "kind": "backbone",
           "snmp_name": "10GigabitEthernet1/1",
           "uid": "renater-sophia"
-        },
-        {
-          "kind": "switch",
-          "port": "0/5",
-          "snmp_name": "10GigabitEthernet1/2",
-          "uid": "swx1nef"
         }
       ],
       "rate": 10000000000,
@@ -99,10 +93,6 @@
         {
         },
         {
-          "kind": "node",
-          "port": "eth0",
-          "snmp_name": "GigabitEthernet4/1",
-          "uid": "uvb-12"
         },
         {
         },
@@ -119,10 +109,6 @@
         {
         },
         {
-          "kind": "node",
-          "port": "eth0",
-          "snmp_name": "GigabitEthernet4/9",
-          "uid": "uvb-11"
         },
         {
         },
@@ -218,10 +204,6 @@
         {
         },
         {
-          "kind": "node",
-          "port": "eth0",
-          "snmp_name": "GigabitEthernet9/1",
-          "uid": "uvb-9"
         },
         {
           "kind": "server",
@@ -229,10 +211,24 @@
           "uid": "srv-data"
         },
         {
-          "kind": "node",
-          "port": "eth0",
-          "snmp_name": "GigabitEthernet9/3",
-          "uid": "uvb-10"
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+          "kind": "switch",
+          "snmp_name": "GigabitEthernet9/7",
+          "uid": "gw-ng"
+        },
+        {
+        },
+        {
+          "kind": "switch",
+          "snmp_name": "GigabitEthernet9/9",
+          "uid": "sw-1"
         }
       ],
       "rate": 1000000000,
diff --git a/data/grid5000/sites/sophia/network_equipments/sw-1.json b/data/grid5000/sites/sophia/network_equipments/sw-1.json
new file mode 100644
index 0000000000000000000000000000000000000000..9f068318a8af27b0f121624eda89651c2e306f19
--- /dev/null
+++ b/data/grid5000/sites/sophia/network_equipments/sw-1.json
@@ -0,0 +1,199 @@
+{
+  "backplane_bps": 1440000000000,
+  "channels": {
+    "lag1": {
+      "kind": "server",
+      "port": "lag1",
+      "rate": 500000000000,
+      "uid": "srv-data1"
+    },
+    "lag2": {
+      "kind": "server",
+      "port": "lag2",
+      "rate": 500000000000,
+      "uid": "srv-data2"
+    },
+    "lag3": {
+      "kind": "server",
+      "port": "lag3",
+      "rate": 500000000000,
+      "uid": "srv-data3"
+    },
+    "lag4": {
+      "kind": "server",
+      "port": "lag4",
+      "rate": 200000000000,
+      "uid": "srv-data4"
+    }
+  },
+  "ip": "172.17.143.251",
+  "kind": "switch",
+  "linecards": [
+    {
+    },
+    {
+      "kavlan_pattern": "%LINECARD%/1/%PORT%",
+      "kind": "node",
+      "ports": [
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+          "kind": "channel",
+          "snmp_name": "1/1/3",
+          "uid": "lag1"
+        },
+        {
+          "kind": "channel",
+          "snmp_name": "1/1/4",
+          "uid": "lag1"
+        },
+        {
+          "kind": "channel",
+          "rate": 25000000000,
+          "snmp_name": "1/1/5",
+          "uid": "lag2"
+        },
+        {
+          "kind": "channel",
+          "snmp_name": "1/1/6",
+          "uid": "lag2"
+        },
+        {
+          "kind": "channel",
+          "snmp_name": "1/1/7",
+          "uid": "lag3"
+        },
+        {
+          "kind": "channel",
+          "snmp_name": "1/1/8",
+          "uid": "lag3"
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/31",
+          "uid": "musa-1"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/32",
+          "uid": "musa-2"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/33",
+          "uid": "musa-3"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/34",
+          "uid": "musa-4"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/35",
+          "uid": "musa-5"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/36",
+          "uid": "musa-6"
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+          "kind": "channel",
+          "rate": 100000000000,
+          "snmp_name": "1/1/40",
+          "uid": "lag4"
+        },
+        {
+          "kind": "channel",
+          "rate": 100000000000,
+          "snmp_name": "1/1/41",
+          "uid": "lag4"
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+          "kind": "router",
+          "rate": 10000000000,
+          "snmp_name": "1/1/46",
+          "uid": "gw"
+        }
+      ],
+      "rate": 25000000000,
+      "snmp_pattern": "%LINECARD%/1/%PORT%"
+    }
+  ],
+  "managed_by_us": true,
+  "model": "Aruba 8325-48Y8C",
+  "site": "sophia",
+  "snmp_community": "public",
+  "type": "network_equipment",
+  "uid": "sw-1",
+  "warranty": "2048-05"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/network_equipments/sw-3.json b/data/grid5000/sites/sophia/network_equipments/sw-3.json
new file mode 100644
index 0000000000000000000000000000000000000000..75db0f68c78bad097cce239f5977e9bbb518e47a
--- /dev/null
+++ b/data/grid5000/sites/sophia/network_equipments/sw-3.json
@@ -0,0 +1,262 @@
+{
+  "channels": {
+    "lag1": {
+      "kind": "server",
+      "port": "lag1",
+      "rate": 500000000000,
+      "uid": "srv-data1"
+    },
+    "lag2": {
+      "kind": "server",
+      "port": "lag2",
+      "rate": 500000000000,
+      "uid": "srv-data2"
+    },
+    "lag3": {
+      "kind": "server",
+      "port": "lag3",
+      "rate": 500000000000,
+      "uid": "srv-data3"
+    },
+    "lag4": {
+      "kind": "server",
+      "port": "lag4",
+      "rate": 200000000000,
+      "uid": "srv-data4"
+    }
+  },
+  "ip": "172.17.143.247",
+  "kind": "switch",
+  "linecards": [
+    {
+    },
+    {
+      "kavlan_pattern": "%LINECARD%/1/%PORT%",
+      "kind": "node",
+      "ports": [
+        {
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/1",
+          "uid": "uvb-11"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/2",
+          "uid": "uvb-12"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/3",
+          "uid": "mercantour1-15"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/4",
+          "uid": "mercantour1-16"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/5",
+          "uid": "mercantour1-11"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/6",
+          "uid": "mercantour1-12"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/7",
+          "uid": "mercantour1-7"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/8",
+          "uid": "mercantour1-8"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/9",
+          "uid": "mercantour1-3"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/10",
+          "uid": "mercantour1-4"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/11",
+          "uid": "mercantour2-7"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/12",
+          "uid": "mercantour2-8"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/13",
+          "uid": "mercantour2-3"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/14",
+          "uid": "mercantour2-4"
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/33",
+          "uid": "mercantour2-2"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/34",
+          "uid": "mercantour2-1"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/35",
+          "uid": "mercantour2-6"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/36",
+          "uid": "mercantour2-5"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/37",
+          "uid": "mercantour1-2"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/38",
+          "uid": "mercantour1-1"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/39",
+          "uid": "mercantour1-6"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/40",
+          "uid": "mercantour1-5"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/41",
+          "uid": "mercantour1-10"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/42",
+          "uid": "mercantour1-9"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/43",
+          "uid": "mercantour1-14"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/44",
+          "uid": "mercantour1-13"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/45",
+          "uid": "uvb-10"
+        },
+        {
+          "kind": "node",
+          "port": "eth0",
+          "snmp_name": "1/1/46",
+          "uid": "uvb-9"
+        },
+        {
+        },
+        {
+          "kind": "switch",
+          "snmp_name": "1/1/48",
+          "uid": "gw-ng"
+        }
+      ],
+      "rate": 1000000000,
+      "snmp_pattern": "%LINECARD%/1/%PORT%"
+    }
+  ],
+  "managed_by_us": true,
+  "model": "Aruba 6300M",
+  "site": "sophia",
+  "snmp_community": "public",
+  "type": "network_equipment",
+  "uid": "sw-3",
+  "warranty": "2048-05"
+}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/network_equipments/swx1nef.json b/data/grid5000/sites/sophia/network_equipments/swx1nef.json
deleted file mode 100644
index 09b92b311de653245e9268ff5534bf1340bfbd3d..0000000000000000000000000000000000000000
--- a/data/grid5000/sites/sophia/network_equipments/swx1nef.json
+++ /dev/null
@@ -1,72 +0,0 @@
-{
-  "backplane_bps": 240000000000,
-  "kind": "switch",
-  "linecards": [
-    {
-      "kind": "virtual",
-      "ports": [
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-          "kind": "router",
-          "port": "1/2",
-          "snmp_name": "Port: 5 Gigabit",
-          "uid": "gw"
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-          "kind": "switch",
-          "port": "0/103",
-          "snmp_name": "Port: 18 Gigabit",
-          "uid": "swy1nef"
-        },
-        {
-          "kind": "other",
-          "port": "eth3",
-          "snmp_name": "Port: 19 Gigabit",
-          "uid": "srv3"
-        }
-      ],
-      "rate": 10000000000,
-      "snmp_pattern": "Port: %PORT% Gigabit"
-    }
-  ],
-  "managed_by_us": true,
-  "model": "Juniper EX2500-24F-FB",
-  "site": "sophia",
-  "snmp_community": "g5kadmin",
-  "type": "network_equipment",
-  "uid": "swx1nef",
-  "warranty": "expired"
-}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/network_equipments/swy1nef.json b/data/grid5000/sites/sophia/network_equipments/swy1nef.json
deleted file mode 100644
index 3190fc54f2f0cafa25e6e01e9836042a58d3f09e..0000000000000000000000000000000000000000
--- a/data/grid5000/sites/sophia/network_equipments/swy1nef.json
+++ /dev/null
@@ -1,234 +0,0 @@
-{
-  "backplane_bps": 184000000000,
-  "ip": "172.16.143.249",
-  "kind": "switch",
-  "linecards": [
-    {
-      "kavlan_pattern": "%PORT%",
-      "kind": "node",
-      "ports": [
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-        },
-        {
-          "kind": "switch",
-          "port": "0/18",
-          "snmp_name": "Port: 103 Gigabit",
-          "uid": "swx1nef"
-        }
-      ],
-      "rate": 1000000000,
-      "snmp_pattern": "Port: %PORT% Gigabit"
-    }
-  ],
-  "managed_by_us": true,
-  "model": "Dell PowerConnect 6248",
-  "site": "sophia",
-  "snmp_community": "g5kadmin",
-  "type": "network_equipment",
-  "uid": "swy1nef",
-  "warranty": "expired"
-}
\ No newline at end of file
diff --git a/data/grid5000/sites/sophia/servers/api-proxy.json b/data/grid5000/sites/sophia/servers/api-proxy.json
index 6089b7891ca48ec07073f531e4145c4b97fe7f48..3565828a85cb4cb71d8383a079a6d27b82f93a32 100644
--- a/data/grid5000/sites/sophia/servers/api-proxy.json
+++ b/data/grid5000/sites/sophia/servers/api-proxy.json
@@ -1,9 +1,6 @@
 {
   "kind": "virtual",
   "network_adapters": {
-    "admin": {
-      "ip": "172.17.143.111"
-    },
     "default": {
       "ip": "172.16.143.111"
     }
diff --git a/data/grid5000/sites/sophia/servers/api-server-devel.json b/data/grid5000/sites/sophia/servers/api-server-devel.json
index e74797d398b6b9c3a223069ff2bd068e7ad3907a..fa729b8eaf4f0e715ff8b05d39ac0df42503dede 100644
--- a/data/grid5000/sites/sophia/servers/api-server-devel.json
+++ b/data/grid5000/sites/sophia/servers/api-server-devel.json
@@ -1,9 +1,6 @@
 {
   "kind": "virtual",
   "network_adapters": {
-    "admin": {
-      "ip": "172.17.143.117"
-    },
     "default": {
       "ip": "172.16.143.117"
     }
diff --git a/data/grid5000/sites/sophia/servers/conman.json b/data/grid5000/sites/sophia/servers/conman.json
index 8cb6c7a049fd4242309f5082789476ce3bdaa54f..67dfec09155ad4e5f53866718a7391c7b63cc1a0 100644
--- a/data/grid5000/sites/sophia/servers/conman.json
+++ b/data/grid5000/sites/sophia/servers/conman.json
@@ -1,7 +1,7 @@
 {
   "kind": "virtual",
   "network_adapters": {
-    "admin": {
+    "adm": {
       "ip": "172.17.143.116"
     },
     "default": {
diff --git a/data/grid5000/sites/sophia/servers/dhcp.json b/data/grid5000/sites/sophia/servers/dhcp.json
index 8a6bdd5c4475588d9dc19ed885b68b198ec2a7b2..b84e55421968337d6f6fae58ccef7ded095d1311 100644
--- a/data/grid5000/sites/sophia/servers/dhcp.json
+++ b/data/grid5000/sites/sophia/servers/dhcp.json
@@ -1,7 +1,7 @@
 {
   "kind": "virtual",
   "network_adapters": {
-    "admin": {
+    "adm": {
       "ip": "172.17.143.124"
     },
     "default": {
diff --git a/data/grid5000/sites/sophia/servers/dns.json b/data/grid5000/sites/sophia/servers/dns.json
index 6f3c3857e04fa55a568a58dd1f0228e77f0f0fea..9f4c9a1df1d1c648df7ae2a83c65d2860da9dac8 100644
--- a/data/grid5000/sites/sophia/servers/dns.json
+++ b/data/grid5000/sites/sophia/servers/dns.json
@@ -1,9 +1,9 @@
 {
+  "alias": [
+    "ns"
+  ],
   "kind": "virtual",
   "network_adapters": {
-    "admin": {
-      "ip": "172.17.143.106"
-    },
     "default": {
       "ip": "172.16.143.101"
     }
diff --git a/data/grid5000/sites/sophia/servers/fsophia.json b/data/grid5000/sites/sophia/servers/fsophia.json
index 985746de2e28d548895fd993cffeee2976a55c44..4dce763d49ca1163bee3d3fe4eb26580e14066cb 100644
--- a/data/grid5000/sites/sophia/servers/fsophia.json
+++ b/data/grid5000/sites/sophia/servers/fsophia.json
@@ -1,4 +1,7 @@
 {
+  "alias": [
+    "frontend"
+  ],
   "kind": "virtual",
   "network_adapters": {
     "default": {
diff --git a/data/grid5000/sites/sophia/servers/kadeploy-devel.json b/data/grid5000/sites/sophia/servers/kadeploy-devel.json
index b85f73b2f2f8179d7572a2b6b2d5b31a30129af5..f75d143d8a699ad1083bbdd01272a503c9311ea5 100644
--- a/data/grid5000/sites/sophia/servers/kadeploy-devel.json
+++ b/data/grid5000/sites/sophia/servers/kadeploy-devel.json
@@ -1,8 +1,8 @@
 {
   "kind": "virtual",
   "network_adapters": {
-    "admin": {
-      "ip": "172.17.143.105"
+    "adm": {
+      "ip": "172.17.143.127"
     },
     "default": {
       "ip": "172.16.143.127"
diff --git a/data/grid5000/sites/sophia/servers/kadeploy.json b/data/grid5000/sites/sophia/servers/kadeploy.json
index 534aec4209cf901be9384989a906aea268c26285..41b9379bd1d8884762968e4e7ad8f251e98c3a78 100644
--- a/data/grid5000/sites/sophia/servers/kadeploy.json
+++ b/data/grid5000/sites/sophia/servers/kadeploy.json
@@ -1,6 +1,12 @@
 {
+  "alias": [
+    "kadeploy-server"
+  ],
   "kind": "virtual",
   "network_adapters": {
+    "adm": {
+      "ip": "172.17.143.105"
+    },
     "default": {
       "ip": "172.16.143.105"
     }
diff --git a/data/grid5000/sites/sophia/servers/kavlan-1-devel.json b/data/grid5000/sites/sophia/servers/kavlan-1-devel.json
index 941bb47655f13cbc80214c73c44fa842e8b3ec65..fc7d0e1141b8c91e9bb53e5c5f922986d395eabc 100644
--- a/data/grid5000/sites/sophia/servers/kavlan-1-devel.json
+++ b/data/grid5000/sites/sophia/servers/kavlan-1-devel.json
@@ -1,9 +1,6 @@
 {
   "kind": "virtual",
   "network_adapters": {
-    "admin": {
-      "ip": "172.17.143.141"
-    },
     "default": {
       "ip": "172.16.143.141"
     }
diff --git a/data/grid5000/sites/sophia/servers/kavlan-1.json b/data/grid5000/sites/sophia/servers/kavlan-1.json
index b5e66fa9b8410932998b17126852e3e151e28520..e3d6291b937207abcc71846521aa4428ea164083 100644
--- a/data/grid5000/sites/sophia/servers/kavlan-1.json
+++ b/data/grid5000/sites/sophia/servers/kavlan-1.json
@@ -1,9 +1,6 @@
 {
   "kind": "virtual",
   "network_adapters": {
-    "admin": {
-      "ip": "172.17.143.121"
-    },
     "default": {
       "ip": "172.16.143.121"
     }
diff --git a/data/grid5000/sites/sophia/servers/kavlan-2.json b/data/grid5000/sites/sophia/servers/kavlan-2.json
index 3a632b63a0808795bd65ef0da9d98e666842d29e..5bf218574e3e7017584158f079638d832ecea95c 100644
--- a/data/grid5000/sites/sophia/servers/kavlan-2.json
+++ b/data/grid5000/sites/sophia/servers/kavlan-2.json
@@ -1,9 +1,6 @@
 {
   "kind": "virtual",
   "network_adapters": {
-    "admin": {
-      "ip": "172.17.143.122"
-    },
     "default": {
       "ip": "172.16.143.122"
     }
diff --git a/data/grid5000/sites/sophia/servers/kavlan-3.json b/data/grid5000/sites/sophia/servers/kavlan-3.json
index 76ec08b29389b5d1beedcbe15da91b73c7d8912b..5c28254ef526ffd9747248c59cf3d5f9583eb0bf 100644
--- a/data/grid5000/sites/sophia/servers/kavlan-3.json
+++ b/data/grid5000/sites/sophia/servers/kavlan-3.json
@@ -1,9 +1,6 @@
 {
   "kind": "virtual",
   "network_adapters": {
-    "admin": {
-      "ip": "172.17.143.120"
-    },
     "default": {
       "ip": "172.16.143.123"
     }
diff --git a/data/grid5000/sites/sophia/servers/kavlan.json b/data/grid5000/sites/sophia/servers/kavlan.json
index 9d1912a185827cc381b3c24365d98db120dcdf87..74cb2d25a56f558ff6d97c25d9803d74218d9b11 100644
--- a/data/grid5000/sites/sophia/servers/kavlan.json
+++ b/data/grid5000/sites/sophia/servers/kavlan.json
@@ -1,4 +1,7 @@
 {
+  "alias": [
+    "kavlan-dhcp"
+  ],
   "kind": "virtual",
   "network_adapters": {
     "default": {
diff --git a/data/grid5000/sites/sophia/servers/ldap.json b/data/grid5000/sites/sophia/servers/ldap.json
index fbc3e8cd2523c7849bee9f8fec8d5da029832874..06088410fea71655165f7eb5479aa272a578adcd 100644
--- a/data/grid5000/sites/sophia/servers/ldap.json
+++ b/data/grid5000/sites/sophia/servers/ldap.json
@@ -1,9 +1,6 @@
 {
   "kind": "virtual",
   "network_adapters": {
-    "admin": {
-      "ip": "172.17.143.102"
-    },
     "default": {
       "ip": "172.16.143.102"
     }
diff --git a/data/grid5000/sites/sophia/servers/mail.json b/data/grid5000/sites/sophia/servers/mail.json
index 512304b7d397f39a7e68537b9b05fb6a20c397ba..5b7bec059ddf4b8cd85469d9577111baa7624c4b 100644
--- a/data/grid5000/sites/sophia/servers/mail.json
+++ b/data/grid5000/sites/sophia/servers/mail.json
@@ -1,9 +1,6 @@
 {
   "kind": "virtual",
   "network_adapters": {
-    "admin": {
-      "ip": "172.17.143.109"
-    },
     "default": {
       "ip": "172.16.143.109"
     }
diff --git a/data/grid5000/sites/sophia/servers/mysql.json b/data/grid5000/sites/sophia/servers/mysql.json
index 61493aa8259a5412bb60e71d2265d658690aa3d8..848b108f7cf998736b513c2293a8db73a68b90f6 100644
--- a/data/grid5000/sites/sophia/servers/mysql.json
+++ b/data/grid5000/sites/sophia/servers/mysql.json
@@ -1,9 +1,6 @@
 {
   "kind": "virtual",
   "network_adapters": {
-    "admin": {
-      "ip": "172.17.143.107"
-    },
     "default": {
       "ip": "172.16.143.107"
     }
diff --git a/data/grid5000/sites/sophia/servers/nat.json b/data/grid5000/sites/sophia/servers/nat.json
index 60f86c59126d7f3c802a770564ba8fc677e179a2..42717650709174cc5a1e794809ca347719649e68 100644
--- a/data/grid5000/sites/sophia/servers/nat.json
+++ b/data/grid5000/sites/sophia/servers/nat.json
@@ -4,7 +4,7 @@
   ],
   "kind": "virtual",
   "network_adapters": {
-    "admin": {
+    "adm": {
       "ip": "172.17.143.110"
     },
     "default": {
diff --git a/data/grid5000/sites/sophia/servers/oar.json b/data/grid5000/sites/sophia/servers/oar.json
index 339b15157332e94a05f8300a00a0fb37d4e66344..91575582270ebeb3f532b479184f59bfe47c69c1 100644
--- a/data/grid5000/sites/sophia/servers/oar.json
+++ b/data/grid5000/sites/sophia/servers/oar.json
@@ -1,9 +1,10 @@
 {
+  "alias": [
+    "oar-server",
+    "oardb"
+  ],
   "kind": "virtual",
   "network_adapters": {
-    "admin": {
-      "ip": "172.17.143.104"
-    },
     "default": {
       "ip": "172.16.143.104"
     }
diff --git a/data/grid5000/sites/sophia/servers/syslog.json b/data/grid5000/sites/sophia/servers/syslog.json
index e6fdaafe4c4464ce910075ce5af6c24503f55d40..a53d1c58422c36b72db3fa69eca49318ab8c49be 100644
--- a/data/grid5000/sites/sophia/servers/syslog.json
+++ b/data/grid5000/sites/sophia/servers/syslog.json
@@ -1,9 +1,6 @@
 {
   "kind": "virtual",
   "network_adapters": {
-    "admin": {
-      "ip": "172.17.143.118"
-    },
     "default": {
       "ip": "172.16.143.118"
     }
diff --git a/data/grid5000/sites/sophia/servers/www.json b/data/grid5000/sites/sophia/servers/www.json
index 31536190c3fdda68d37a9953c84d290c52ff6754..f318336ce9cf184f0fc35b22f13c5164437d9897 100644
--- a/data/grid5000/sites/sophia/servers/www.json
+++ b/data/grid5000/sites/sophia/servers/www.json
@@ -1,9 +1,6 @@
 {
   "kind": "virtual",
   "network_adapters": {
-    "admin": {
-      "ip": "172.17.143.113"
-    },
     "default": {
       "ip": "172.16.143.113"
     }
diff --git a/input/grid5000/access/rennes.yaml b/input/grid5000/access/rennes.yaml
index c3f5e8c0cc4087d09511a07194352d2e5ca4216a..6bce0f648320947ac2312cb46eac9dc15d759978 100644
--- a/input/grid5000/access/rennes.yaml
+++ b/input/grid5000/access/rennes.yaml
@@ -74,6 +74,10 @@ abacus22-B:
     p1: [cidre, pirat, '@admin']
     besteffort: ['@inria_group', '@other_groups_with_access']
 
+abacus27:
+    p1: [shadoc, malt, '@admin']
+    besteffort: ['@inria_group', '@other_groups_with_access']
+
 # Common cluster of Rennes Inria Center
 roazhon3: &inria-rennes
     p1: ['@inria_rennes_group', '@admin']
diff --git a/input/grid5000/access/sophia.yaml b/input/grid5000/access/sophia.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..3b2eebaecee969f90bd66ad307bfecf783c86d54
--- /dev/null
+++ b/input/grid5000/access/sophia.yaml
@@ -0,0 +1,8 @@
+# This is an input file of reference-repository.git/generators/puppet/accesses.rb
+---
+
+# DSI-2024-GPU
+musa:
+    p1: ['@admin']
+    p2: ['@inria_group']
+    p4: ['@other_groups_with_access']
diff --git a/input/grid5000/dell-product-data.yaml b/input/grid5000/dell-product-data.yaml
index 65c9caf9557387c488846776c8367a9bef06c9f2..882ef9ed24594008171e00f3ed5c69e5cd7ae532 100644
--- a/input/grid5000/dell-product-data.yaml
+++ b/input/grid5000/dell-product-data.yaml
@@ -584,6 +584,12 @@ sites:
             chassis:
               manufactured_at: 2020-07-09
               warranty_end: 2025-07-10
+      gratouille:
+        nodes:
+          gratouille-1:
+            chassis:
+              manufactured_at: 2017-06-07
+              warranty_end: 2022-06-07
       grele:
         nodes:
           grele-1:
@@ -2174,6 +2180,40 @@ sites:
               warranty_end: 2024-12-15
   sophia:
     clusters:
+      mercantour2:
+        nodes:
+          mercantour2-1:
+            chassis:
+              manufactured_at: 2015-09-01
+              warranty_end: 2020-09-01
+          mercantour2-2:
+            chassis:
+              manufactured_at: 2015-09-01
+              warranty_end: 2020-09-01
+          mercantour2-3:
+            chassis:
+              manufactured_at: 2015-09-01
+              warranty_end: 2020-09-01
+          mercantour2-4:
+            chassis:
+              manufactured_at: 2015-09-01
+              warranty_end: 2020-09-01
+          mercantour2-5:
+            chassis:
+              manufactured_at: 2015-09-02
+              warranty_end: 2020-09-02
+          mercantour2-6:
+            chassis:
+              manufactured_at: 2015-09-02
+              warranty_end: 2020-09-02
+          mercantour2-7:
+            chassis:
+              manufactured_at: 2015-09-02
+              warranty_end: 2020-09-02
+          mercantour2-8:
+            chassis:
+              manufactured_at: 2015-09-02
+              warranty_end: 2020-09-02
       uvb:
         nodes:
           uvb-10:
diff --git a/input/grid5000/disks.yaml b/input/grid5000/disks.yaml
index 597fea4fd6c44825b610ffb6d6be24dfae11f8c2..a50cb6170982ddc1a69e2425d9a22dbe871e082f 100644
--- a/input/grid5000/disks.yaml
+++ b/input/grid5000/disks.yaml
@@ -16,6 +16,8 @@ disk_vendor_model_mapping:
       - PERC H745P MX
       - PERC H740P Mini
       - DELLBOSS VD
+    HPE:
+      - MR416i-o Gen11
     Unknown:
       - Logical Volume
       - LOGICAL VOLUME
@@ -75,6 +77,7 @@ disk_vendor_model_mapping:
       - VO000960RZWUQ
       - EG002400JWJNN
       - EG002400JXLWC
+      - MO006400KXPTU
   SATA:
     Intel:
       - SSDSCKKB240G8R
@@ -94,6 +97,7 @@ disk_vendor_model_mapping:
       - VK000960GXNZB
       - VK003840GWSRV  
       - VK000480GZCNE
+      - VK000480GXNZA
     Micron:
       - MTFDDAK480TDN
       - MTFDDAK960TDD
@@ -122,6 +126,7 @@ disk_vendor_model_mapping:
     Toshiba:
       - TOSHIBA MG04ACA4
       - TOSHIBA MG08ADA4
+      - TOSHIBA MG03ACA1
     Western Digital:
       - WDC WD2502ABYS-1
       - WDC WD2003FYYS-1
@@ -129,8 +134,12 @@ disk_vendor_model_mapping:
     Sk Hynix:
       - HFS1T9G32FEH-BA1
       - SK hynix SC311 S
+    Lenovo:
+      - SSDSC2KG480GZL
+      - ST4000NM000A
     Unknown:
       - unknown
+    
 
   NVME:
     Dell:
diff --git a/input/grid5000/ipv4.yaml b/input/grid5000/ipv4.yaml
index 82b55c12dd890e0c654e3fc0db20bae2c4939e1e..548945688160dcffdab884e9a8e1632e565e14dd 100644
--- a/input/grid5000/ipv4.yaml
+++ b/input/grid5000/ipv4.yaml
@@ -12,6 +12,7 @@ ipv4:
       strasbourg 0 0 160 0
       luxembourg 0 0 176 0
       nantes 0 0 192 0
+      louvain 0 0 208 0
     iface_offsets: |-
       grenoble yeti eth0 0 0 3 0
       grenoble dahu eth0 0 0 4 0
@@ -47,6 +48,7 @@ ipv4:
       nancy gros eth0 0 0 2 0
       nancy gros eth1 0 0 2 128
       nancy grele eth0 0 0 10 0
+      nancy gratouille eth0 0 0 10 14
       nancy grvingt eth0 0 0 12 0
       nancy grue eth0 0 0 13 0
       nancy grappe eth0 0 0 14 0
@@ -100,11 +102,60 @@ ipv4:
       rennes roazhon11 eth0 0 0 14 36
       rennes roazhon12 eth0 0 0 14 39
       rennes roazhon13 eth0 0 0 14 44
-      sophia uvb eth0 0 0 4 0
-      sophia esterel31 eth0 0 0 3 40
       sophia mercantour1 eth0 0 0 2 0
+      sophia mercantour2 eth0 0 0 2 16
+      sophia mercantour2 ib0  0 0 2 16
+      sophia mercantour3 eth0 0 0 2 24
+      sophia mercantour4 eth0 0 0 2 40
+      sophia mercantour5 eth0 0 0 2 41
+      sophia mercantour6 eth0 0 0 2 45
+      sophia mercantour7 eth0 0 0 2 46
+      sophia esterel1 eth0 0 0 3 0
+      sophia esterel2 eth0 0 0 3 1
+      sophia esterel3 eth0 0 0 3 2
+      sophia esterel4 eth0 0 0 3 3
+      sophia esterel5 eth0 0 0 3 4
+      sophia esterel6 eth0 0 0 3 6
+      sophia esterel7 eth0 0 0 3 7
+      sophia esterel8 eth0 0 0 3 9
+      sophia esterel9 eth0 0 0 3 10
+      sophia esterel10 eth0 0 0 3 11
+      sophia esterel11 eth0 0 0 3 14
+      sophia esterel12 eth0 0 0 3 15
+      sophia esterel13 eth0 0 0 3 17
+      sophia esterel14 eth0 0 0 3 18
+      sophia esterel15 eth0 0 0 3 19
+      sophia esterel16 eth0 0 0 3 20
+      sophia esterel17 eth0 0 0 3 21
+      sophia esterel18 eth0 0 0 3 22
+      sophia esterel19 eth0 0 0 3 23
+      sophia esterel20 eth0 0 0 3 24
+      sophia esterel21 eth0 0 0 3 26
+      sophia esterel22 eth0 0 0 3 27
+      sophia esterel23 eth0 0 0 3 28
+      sophia esterel24 eth0 0 0 3 29
+      sophia esterel25 eth0 0 0 3 31
+      sophia esterel26 eth0 0 0 3 32
+      sophia esterel27 eth0 0 0 3 33
+      sophia esterel28 eth0 0 0 3 34
+      sophia esterel29 eth0 0 0 3 35
+      sophia esterel30 eth0 0 0 3 36
+      sophia esterel31 eth0 0 0 3 40
+      sophia esterel32 eth0 0 0 3 44
+      sophia esterel33 eth0 0 0 3 45
+      sophia esterel34 eth0 0 0 3 16
+      sophia esterel35 eth0 0 0 3 47
+      sophia esterel36 eth0 0 0 3 49
+      sophia esterel37 eth0 0 0 3 50
+      sophia esterel38 eth0 0 0 3 51
+      sophia esterel39 eth0 0 0 3 52
+      sophia esterel40 eth0 0 0 3 53
+      sophia esterel41 eth0 0 0 3 55
+      sophia musa eth0 0 0 5 0
+      sophia uvb eth0 0 0 4 0
       strasbourg fleckenstein eth0 0 0 0 0
       strasbourg fleckenstein eth1 0 0 0 10
       strasbourg fleckenstein eth2 0 0 0 20
       toulouse montcalm eth0 0 0 8 0
       toulouse estats eth0 0 0 9 0
+      louvain spirou eth0 0 0 0 0
diff --git a/input/grid5000/ipv6.yaml b/input/grid5000/ipv6.yaml
index 36435059c81de66368d7d9c05d32116cbab38efb..8e6657dd3515f1dfda8553a26e484502c85a1703 100644
--- a/input/grid5000/ipv6.yaml
+++ b/input/grid5000/ipv6.yaml
@@ -12,9 +12,11 @@ ipv6:
     sophia: 8
     toulouse: 9
     strasbourg: 10
+    louvain: 11
   site_global_kavlans:
     grenoble: 11
     lille: 12
+    louvain: 22
     luxembourg: 20
     lyon: 13
     nancy: 14
diff --git a/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-1.yaml b/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-1.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..d416e76fa5fce06b1d331614fa9519a5455ff305
--- /dev/null
+++ b/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-1.yaml
@@ -0,0 +1,194 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+spirou-1:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 48
+    nb_procs: 2
+    nb_threads: 96
+    platform_type: x86_64
+  bios:
+    release_date: 07/24/2024
+    vendor: Lenovo
+    version: AFE130C-3.30
+  bmc_version: '5.13'
+  chassis:
+    manufacturer: Lenovo
+    name: ThinkSystem SR630 V2
+    serial: J30AF4BB
+  main_memory:
+    ram_size: 274877906944
+  memory_devices:
+    dimm_dimm 1:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 10:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 12:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 14:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 16:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 17:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 19:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 21:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 23:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 26:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 28:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 3:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 30:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 32:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 5:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 7:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.208.1
+      mac: 38:68:dd:8c:71:2d
+      management: true
+    eth0:
+      driver: mlx5_core
+      firmware_version: 22.31.1014 (LNV0000000029)
+      interface: Ethernet
+      ip: 172.16.208.1
+      mac: e8:eb:d3:fd:ce:b4
+      management: false
+      model: MT2892 Family [ConnectX-6 Dx]
+      name: enp1s0f0np0
+      rate: 100000000000
+      sriov: true
+      sriov_totalvfs: 8
+      vendor: Mellanox Technologies
+    eth1:
+      driver: mlx5_core
+      firmware_version: 22.31.1014 (LNV0000000029)
+      interface: Ethernet
+      mac: e8:eb:d3:fd:ce:b5
+      management: false
+      model: MT2892 Family [ConnectX-6 Dx]
+      name: ens1f1np1
+      sriov: true
+      sriov_totalvfs: 8
+      vendor: Mellanox Technologies
+    eth2:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:eb:2e
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f0
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth3:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:eb:2f
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f1
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth4:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:eb:30
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f2
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth5:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:eb:31
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f3
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: none
+    pstate_governor: none
+    turboboost_enabled: false
+  processor:
+    cache_l1d: 49152
+    cache_l1i: 32768
+    cache_l2: 1310720
+    cache_l3: 37748736
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0xd0003e7'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) Gold 5318Y CPU @ 2.10GHz
+    vendor: Intel
+    version: Gold 5318Y
+  storage_devices:
+    pci-0000:00:17.0-ata-1:
+      by_id: "/dev/disk/by-id/wwn-0x55cd2e415524d816"
+      by_path: "/dev/disk/by-path/pci-0000:00:17.0-ata-1"
+      firmware_version: 7CV1LR12
+      model: SSDSC2KG480GZL
+      size: 480103981056
+      storage: SSD
+    pci-0000:00:17.0-ata-2:
+      by_id: "/dev/disk/by-id/wwn-0x5000c500ed345a8c"
+      by_path: "/dev/disk/by-path/pci-0000:00:17.0-ata-2"
+      firmware_version: LJB8
+      model: ST4000NM000A
+      size: 4000787030016
+      storage: HDD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-2.yaml b/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-2.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..51998062ed490aa2f92a1a139be18939753bf205
--- /dev/null
+++ b/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-2.yaml
@@ -0,0 +1,194 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+spirou-2:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 48
+    nb_procs: 2
+    nb_threads: 96
+    platform_type: x86_64
+  bios:
+    release_date: 07/24/2024
+    vendor: Lenovo
+    version: AFE130C-3.30
+  bmc_version: '5.13'
+  chassis:
+    manufacturer: Lenovo
+    name: ThinkSystem SR630 V2
+    serial: J30AF4BC
+  main_memory:
+    ram_size: 274877906944
+  memory_devices:
+    dimm_dimm 1:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 10:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 12:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 14:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 16:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 17:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 19:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 21:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 23:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 26:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 28:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 3:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 30:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 32:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 5:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 7:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.208.2
+      mac: 38:68:dd:87:1e:75
+      management: true
+    eth0:
+      driver: mlx5_core
+      firmware_version: 22.31.1014 (LNV0000000029)
+      interface: Ethernet
+      ip: 172.16.208.2
+      mac: e8:eb:d3:fd:cb:f4
+      management: false
+      model: MT2892 Family [ConnectX-6 Dx]
+      name: enp1s0f0np0
+      rate: 100000000000
+      sriov: true
+      sriov_totalvfs: 8
+      vendor: Mellanox Technologies
+    eth1:
+      driver: mlx5_core
+      firmware_version: 22.31.1014 (LNV0000000029)
+      interface: Ethernet
+      mac: e8:eb:d3:fd:cb:f5
+      management: false
+      model: MT2892 Family [ConnectX-6 Dx]
+      name: ens1f1np1
+      sriov: true
+      sriov_totalvfs: 8
+      vendor: Mellanox Technologies
+    eth2:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:e1:3e
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f0
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth3:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:e1:3f
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f1
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth4:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:e1:40
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f2
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth5:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:e1:41
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f3
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: none
+    pstate_governor: none
+    turboboost_enabled: false
+  processor:
+    cache_l1d: 49152
+    cache_l1i: 32768
+    cache_l2: 1310720
+    cache_l3: 37748736
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0xd0003e7'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) Gold 5318Y CPU @ 2.10GHz
+    vendor: Intel
+    version: Gold 5318Y
+  storage_devices:
+    pci-0000:00:17.0-ata-1:
+      by_id: "/dev/disk/by-id/wwn-0x55cd2e415524d789"
+      by_path: "/dev/disk/by-path/pci-0000:00:17.0-ata-1"
+      firmware_version: 7CV1LR12
+      model: SSDSC2KG480GZL
+      size: 480103981056
+      storage: SSD
+    pci-0000:00:17.0-ata-2:
+      by_id: "/dev/disk/by-id/wwn-0x5000c500ed342045"
+      by_path: "/dev/disk/by-path/pci-0000:00:17.0-ata-2"
+      firmware_version: LJB8
+      model: ST4000NM000A
+      size: 4000787030016
+      storage: HDD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-3.yaml b/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-3.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..01ae4daca0a2e2fa0e90a5e067f1f4e17fbb2e8d
--- /dev/null
+++ b/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-3.yaml
@@ -0,0 +1,194 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+spirou-3:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 48
+    nb_procs: 2
+    nb_threads: 96
+    platform_type: x86_64
+  bios:
+    release_date: 07/24/2024
+    vendor: Lenovo
+    version: AFE130C-3.30
+  bmc_version: '5.13'
+  chassis:
+    manufacturer: Lenovo
+    name: ThinkSystem SR630 V2
+    serial: J30AF4BG
+  main_memory:
+    ram_size: 274877906944
+  memory_devices:
+    dimm_dimm 1:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 10:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 12:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 14:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 16:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 17:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 19:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 21:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 23:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 26:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 28:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 3:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 30:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 32:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 5:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 7:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.208.3
+      mac: 38:68:dd:8c:70:0d
+      management: true
+    eth0:
+      driver: mlx5_core
+      firmware_version: 22.31.1014 (LNV0000000029)
+      interface: Ethernet
+      ip: 172.16.208.3
+      mac: e8:eb:d3:fd:cf:2c
+      management: false
+      model: MT2892 Family [ConnectX-6 Dx]
+      name: enp1s0f0np0
+      rate: 100000000000
+      sriov: true
+      sriov_totalvfs: 8
+      vendor: Mellanox Technologies
+    eth1:
+      driver: mlx5_core
+      firmware_version: 22.31.1014 (LNV0000000029)
+      interface: Ethernet
+      mac: e8:eb:d3:fd:cf:2d
+      management: false
+      model: MT2892 Family [ConnectX-6 Dx]
+      name: ens1f1np1
+      sriov: true
+      sriov_totalvfs: 8
+      vendor: Mellanox Technologies
+    eth2:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:da:c6
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f0
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth3:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:da:c7
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f1
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth4:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:da:c8
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f2
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth5:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:da:c9
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f3
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: none
+    pstate_governor: none
+    turboboost_enabled: false
+  processor:
+    cache_l1d: 49152
+    cache_l1i: 32768
+    cache_l2: 1310720
+    cache_l3: 37748736
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0xd0003e7'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) Gold 5318Y CPU @ 2.10GHz
+    vendor: Intel
+    version: Gold 5318Y
+  storage_devices:
+    pci-0000:00:17.0-ata-1:
+      by_id: "/dev/disk/by-id/wwn-0x55cd2e415524d6d7"
+      by_path: "/dev/disk/by-path/pci-0000:00:17.0-ata-1"
+      firmware_version: 7CV1LR12
+      model: SSDSC2KG480GZL
+      size: 480103981056
+      storage: SSD
+    pci-0000:00:17.0-ata-2:
+      by_id: "/dev/disk/by-id/wwn-0x5000c500ed345ad9"
+      by_path: "/dev/disk/by-path/pci-0000:00:17.0-ata-2"
+      firmware_version: LJB8
+      model: ST4000NM000A
+      size: 4000787030016
+      storage: HDD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-4.yaml b/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-4.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..7b5c09fc6ba892c58a62e1af6a2681aed7ecc4b2
--- /dev/null
+++ b/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-4.yaml
@@ -0,0 +1,194 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+spirou-4:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 48
+    nb_procs: 2
+    nb_threads: 96
+    platform_type: x86_64
+  bios:
+    release_date: 07/24/2024
+    vendor: Lenovo
+    version: AFE130C-3.30
+  bmc_version: '5.13'
+  chassis:
+    manufacturer: Lenovo
+    name: ThinkSystem SR630 V2
+    serial: J30AF4BH
+  main_memory:
+    ram_size: 274877906944
+  memory_devices:
+    dimm_dimm 1:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 10:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 12:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 14:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 16:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 17:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 19:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 21:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 23:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 26:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 28:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 3:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 30:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 32:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 5:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 7:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.208.4
+      mac: 38:68:dd:87:1e:69
+      management: true
+    eth0:
+      driver: mlx5_core
+      firmware_version: 22.31.1014 (LNV0000000029)
+      interface: Ethernet
+      ip: 172.16.208.4
+      mac: e8:eb:d3:fd:cf:8c
+      management: false
+      model: MT2892 Family [ConnectX-6 Dx]
+      name: enp1s0f0np0
+      rate: 100000000000
+      sriov: true
+      sriov_totalvfs: 8
+      vendor: Mellanox Technologies
+    eth1:
+      driver: mlx5_core
+      firmware_version: 22.31.1014 (LNV0000000029)
+      interface: Ethernet
+      mac: e8:eb:d3:fd:cf:8d
+      management: false
+      model: MT2892 Family [ConnectX-6 Dx]
+      name: ens1f1np1
+      sriov: true
+      sriov_totalvfs: 8
+      vendor: Mellanox Technologies
+    eth2:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:da:f6
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f0
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth3:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:da:f7
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f1
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth4:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:da:f8
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f2
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth5:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:da:f9
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f3
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: none
+    pstate_governor: none
+    turboboost_enabled: false
+  processor:
+    cache_l1d: 49152
+    cache_l1i: 32768
+    cache_l2: 1310720
+    cache_l3: 37748736
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0xd0003e7'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) Gold 5318Y CPU @ 2.10GHz
+    vendor: Intel
+    version: Gold 5318Y
+  storage_devices:
+    pci-0000:00:17.0-ata-1:
+      by_id: "/dev/disk/by-id/wwn-0x55cd2e415524e65e"
+      by_path: "/dev/disk/by-path/pci-0000:00:17.0-ata-1"
+      firmware_version: 7CV1LR12
+      model: SSDSC2KG480GZL
+      size: 480103981056
+      storage: SSD
+    pci-0000:00:17.0-ata-2:
+      by_id: "/dev/disk/by-id/wwn-0x5000c500ed345aae"
+      by_path: "/dev/disk/by-path/pci-0000:00:17.0-ata-2"
+      firmware_version: LJB8
+      model: ST4000NM000A
+      size: 4000787030016
+      storage: HDD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-5.yaml b/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-5.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..eea42338c26cb02e2c8a511d3e112e626f025c95
--- /dev/null
+++ b/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-5.yaml
@@ -0,0 +1,194 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+spirou-5:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 48
+    nb_procs: 2
+    nb_threads: 96
+    platform_type: x86_64
+  bios:
+    release_date: 07/24/2024
+    vendor: Lenovo
+    version: AFE130C-3.30
+  bmc_version: '5.13'
+  chassis:
+    manufacturer: Lenovo
+    name: ThinkSystem SR630 V2
+    serial: J30AF4BD
+  main_memory:
+    ram_size: 274877906944
+  memory_devices:
+    dimm_dimm 1:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 10:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 12:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 14:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 16:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 17:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 19:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 21:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 23:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 26:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 28:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 3:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 30:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 32:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 5:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 7:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.208.5
+      mac: 38:68:dd:8c:70:19
+      management: true
+    eth0:
+      driver: mlx5_core
+      firmware_version: 22.31.1014 (LNV0000000029)
+      interface: Ethernet
+      ip: 172.16.208.5
+      mac: e8:eb:d3:fd:cf:84
+      management: false
+      model: MT2892 Family [ConnectX-6 Dx]
+      name: enp1s0f0np0
+      rate: 100000000000
+      sriov: true
+      sriov_totalvfs: 8
+      vendor: Mellanox Technologies
+    eth1:
+      driver: mlx5_core
+      firmware_version: 22.31.1014 (LNV0000000029)
+      interface: Ethernet
+      mac: e8:eb:d3:fd:cf:85
+      management: false
+      model: MT2892 Family [ConnectX-6 Dx]
+      name: ens1f1np1
+      sriov: true
+      sriov_totalvfs: 8
+      vendor: Mellanox Technologies
+    eth2:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:d9:8e
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f0
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth3:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:d9:8f
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f1
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth4:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:d9:90
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f2
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth5:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:d9:91
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f3
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: none
+    pstate_governor: none
+    turboboost_enabled: false
+  processor:
+    cache_l1d: 49152
+    cache_l1i: 32768
+    cache_l2: 1310720
+    cache_l3: 37748736
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0xd0003e7'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) Gold 5318Y CPU @ 2.10GHz
+    vendor: Intel
+    version: Gold 5318Y
+  storage_devices:
+    pci-0000:00:17.0-ata-1:
+      by_id: "/dev/disk/by-id/wwn-0x55cd2e415524d77b"
+      by_path: "/dev/disk/by-path/pci-0000:00:17.0-ata-1"
+      firmware_version: 7CV1LR12
+      model: SSDSC2KG480GZL
+      size: 480103981056
+      storage: SSD
+    pci-0000:00:17.0-ata-2:
+      by_id: "/dev/disk/by-id/wwn-0x5000c500ed342053"
+      by_path: "/dev/disk/by-path/pci-0000:00:17.0-ata-2"
+      firmware_version: LJB8
+      model: ST4000NM000A
+      size: 4000787030016
+      storage: HDD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-6.yaml b/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-6.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..9db2fa947abd8590b6475c401e8a6459c49c0ea8
--- /dev/null
+++ b/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-6.yaml
@@ -0,0 +1,194 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+spirou-6:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 48
+    nb_procs: 2
+    nb_threads: 96
+    platform_type: x86_64
+  bios:
+    release_date: '08/26/2024'
+    vendor: Lenovo
+    version: AFE130D-3.31
+  bmc_version: '5.13'
+  chassis:
+    manufacturer: Lenovo
+    name: ThinkSystem SR630 V2
+    serial: J30AF4BA
+  main_memory:
+    ram_size: 274877906944
+  memory_devices:
+    dimm_dimm 1:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 10:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 12:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 14:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 16:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 17:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 19:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 21:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 23:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 26:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 28:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 3:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 30:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 32:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 5:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 7:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.208.6
+      mac: 38:68:dd:87:20:65
+      management: true
+    eth0:
+      driver: mlx5_core
+      firmware_version: 22.31.1014 (LNV0000000029)
+      interface: Ethernet
+      ip: 172.16.208.6
+      mac: e8:eb:d3:fd:cb:ac
+      management: false
+      model: MT2892 Family [ConnectX-6 Dx]
+      name: enp1s0f0np0
+      rate: 100000000000
+      sriov: true
+      sriov_totalvfs: 8
+      vendor: Mellanox Technologies
+    eth1:
+      driver: mlx5_core
+      firmware_version: 22.31.1014 (LNV0000000029)
+      interface: Ethernet
+      mac: e8:eb:d3:fd:cb:ad
+      management: false
+      model: MT2892 Family [ConnectX-6 Dx]
+      name: ens1f1np1
+      sriov: true
+      sriov_totalvfs: 8
+      vendor: Mellanox Technologies
+    eth2:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:ea:fe
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f0
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth3:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:ea:ff
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f1
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth4:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:eb:00
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f2
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth5:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:eb:01
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f3
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: none
+    pstate_governor: none
+    turboboost_enabled: false
+  processor:
+    cache_l1d: 49152
+    cache_l1i: 32768
+    cache_l2: 1310720
+    cache_l3: 37748736
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0xd0003e7'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) Gold 5318Y CPU @ 2.10GHz
+    vendor: Intel
+    version: Gold 5318Y
+  storage_devices:
+    pci-0000:00:17.0-ata-1:
+      by_id: "/dev/disk/by-id/wwn-0x55cd2e415524d7b2"
+      by_path: "/dev/disk/by-path/pci-0000:00:17.0-ata-1"
+      firmware_version: 7CV1LR12
+      model: SSDSC2KG480GZL
+      size: 480103981056
+      storage: SSD
+    pci-0000:00:17.0-ata-2:
+      by_id: "/dev/disk/by-id/wwn-0x5000c500ed343d8a"
+      by_path: "/dev/disk/by-path/pci-0000:00:17.0-ata-2"
+      firmware_version: LJB8
+      model: ST4000NM000A
+      size: 4000787030016
+      storage: HDD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-7.yaml b/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-7.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..2034495d103f52b6f1167f42df01a4416e14c8bb
--- /dev/null
+++ b/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-7.yaml
@@ -0,0 +1,194 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+spirou-7:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 48
+    nb_procs: 2
+    nb_threads: 96
+    platform_type: x86_64
+  bios:
+    release_date: 07/24/2024
+    vendor: Lenovo
+    version: AFE130C-3.30
+  bmc_version: '5.13'
+  chassis:
+    manufacturer: Lenovo
+    name: ThinkSystem SR630 V2
+    serial: J30AF4BE
+  main_memory:
+    ram_size: 274877906944
+  memory_devices:
+    dimm_dimm 1:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 10:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 12:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 14:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 16:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 17:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 19:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 21:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 23:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 26:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 28:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 3:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 30:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 32:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 5:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 7:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.208.7
+      mac: 38:68:dd:8c:6f:f5
+      management: true
+    eth0:
+      driver: mlx5_core
+      firmware_version: 22.31.1014 (LNV0000000029)
+      interface: Ethernet
+      ip: 172.16.208.7
+      mac: e8:eb:d3:fd:ce:ac
+      management: false
+      model: MT2892 Family [ConnectX-6 Dx]
+      name: enp1s0f0np0
+      rate: 100000000000
+      sriov: true
+      sriov_totalvfs: 8
+      vendor: Mellanox Technologies
+    eth1:
+      driver: mlx5_core
+      firmware_version: 22.31.1014 (LNV0000000029)
+      interface: Ethernet
+      mac: e8:eb:d3:fd:ce:ad
+      management: false
+      model: MT2892 Family [ConnectX-6 Dx]
+      name: ens1f1np1
+      sriov: true
+      sriov_totalvfs: 8
+      vendor: Mellanox Technologies
+    eth2:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:ee:a6
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f0
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth3:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:ee:a7
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f1
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth4:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:ee:a8
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f2
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth5:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:ee:a9
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f3
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: none
+    pstate_governor: none
+    turboboost_enabled: false
+  processor:
+    cache_l1d: 49152
+    cache_l1i: 32768
+    cache_l2: 1310720
+    cache_l3: 37748736
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0xd0003e7'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) Gold 5318Y CPU @ 2.10GHz
+    vendor: Intel
+    version: Gold 5318Y
+  storage_devices:
+    pci-0000:00:17.0-ata-1:
+      by_id: "/dev/disk/by-id/wwn-0x55cd2e415524d7b7"
+      by_path: "/dev/disk/by-path/pci-0000:00:17.0-ata-1"
+      firmware_version: 7CV1LR12
+      model: SSDSC2KG480GZL
+      size: 480103981056
+      storage: SSD
+    pci-0000:00:17.0-ata-2:
+      by_id: "/dev/disk/by-id/wwn-0x5000c500ed345d72"
+      by_path: "/dev/disk/by-path/pci-0000:00:17.0-ata-2"
+      firmware_version: LJB8
+      model: ST4000NM000A
+      size: 4000787030016
+      storage: HDD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-8.yaml b/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-8.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..1d5fa0a082a7d757018b804a41dece19c075b66c
--- /dev/null
+++ b/input/grid5000/sites/louvain/clusters/spirou/nodes/spirou-8.yaml
@@ -0,0 +1,194 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+spirou-8:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 48
+    nb_procs: 2
+    nb_threads: 96
+    platform_type: x86_64
+  bios:
+    release_date: '08/26/2024'
+    vendor: Lenovo
+    version: AFE130D-3.31
+  bmc_version: '5.13'
+  chassis:
+    manufacturer: Lenovo
+    name: ThinkSystem SR630 V2
+    serial: J30AF4BF
+  main_memory:
+    ram_size: 274877906944
+  memory_devices:
+    dimm_dimm 1:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 10:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 12:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 14:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 16:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 17:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 19:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 21:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 23:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 26:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 28:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 3:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 30:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 32:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 5:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+    dimm_dimm 7:
+      firmware: '0000'
+      size: 17179869184
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.208.8
+      mac: 38:68:dd:8c:71:01
+      management: true
+    eth0:
+      driver: mlx5_core
+      firmware_version: 22.31.1014 (LNV0000000029)
+      interface: Ethernet
+      ip: 172.16.208.8
+      mac: e8:eb:d3:fd:cf:0c
+      management: false
+      model: MT2892 Family [ConnectX-6 Dx]
+      name: enp1s0f0np0
+      rate: 100000000000
+      sriov: true
+      sriov_totalvfs: 8
+      vendor: Mellanox Technologies
+    eth1:
+      driver: mlx5_core
+      firmware_version: 22.31.1014 (LNV0000000029)
+      interface: Ethernet
+      mac: e8:eb:d3:fd:cf:0d
+      management: false
+      model: MT2892 Family [ConnectX-6 Dx]
+      name: ens1f1np1
+      sriov: true
+      sriov_totalvfs: 8
+      vendor: Mellanox Technologies
+    eth2:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:db:0e
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f0
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth3:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:db:0f
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f1
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth4:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:db:10
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f2
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth5:
+      driver: tg3
+      firmware_version: 5719-v1.47 NCSI v1.5.30.0
+      interface: Ethernet
+      mac: e4:3d:1a:62:db:11
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens4f3
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: none
+    pstate_governor: none
+    turboboost_enabled: false
+  processor:
+    cache_l1d: 49152
+    cache_l1i: 32768
+    cache_l2: 1310720
+    cache_l3: 37748736
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0xd0003e7'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) Gold 5318Y CPU @ 2.10GHz
+    vendor: Intel
+    version: Gold 5318Y
+  storage_devices:
+    pci-0000:00:17.0-ata-1:
+      by_id: "/dev/disk/by-id/wwn-0x55cd2e415524d817"
+      by_path: "/dev/disk/by-path/pci-0000:00:17.0-ata-1"
+      firmware_version: 7CV1LR12
+      model: SSDSC2KG480GZL
+      size: 480103981056
+      storage: SSD
+    pci-0000:00:17.0-ata-2:
+      by_id: "/dev/disk/by-id/wwn-0x5000c500ed3451d8"
+      by_path: "/dev/disk/by-path/pci-0000:00:17.0-ata-2"
+      firmware_version: LJB8
+      model: ST4000NM000A
+      size: 4000787030016
+      storage: HDD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/louvain/clusters/spirou/spirou.yaml b/input/grid5000/sites/louvain/clusters/spirou/spirou.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..64e6d18f9ca2c10ec831fc19427c7771d107f16a
--- /dev/null
+++ b/input/grid5000/sites/louvain/clusters/spirou/spirou.yaml
@@ -0,0 +1,65 @@
+---
+model: ThinkSystem SR630 V2
+created_at: 2024-10-02
+kavlan: false
+boot_type: uefi
+exotic: false
+queues:
+  - admin
+  - testing
+
+nodes:
+  spirou-[1-8]:
+    chassis:
+      manufactured_at: 2024-01-01
+      warranty_end: 2029-01-01
+    supported_job_types:
+      deploy: true
+      besteffort: true
+      max_walltime: 0
+    processor:
+      microarchitecture: Ice Lake
+      clock_speed: 3400000000
+    network_adapters:
+      bmc:
+        interface: Ethernet
+        enabled: true
+        mountable: false
+        mounted: false
+      eth0:
+        enabled: true
+        mountable: true
+        mounted: true
+      eth1:
+        enabled: false
+        mountable: false
+        mounted: false
+      eth2:
+        enabled: false
+        mountable: false
+        mounted: false
+      eth3:
+        enabled: false
+        mountable: false
+        mounted: false
+      eth4:
+        enabled: false
+        mountable: false
+        mounted: false
+      eth5:
+        enabled: false
+        mountable: false
+        mounted: false
+    storage_devices:
+      pci-0000:00:17.0-ata-1:
+        id: disk0
+        interface: SATA
+      pci-0000:00:17.0-ata-2:
+        id: disk1
+        interface: SATA
+
+    software:
+      standard-environment: debian11-x64-std
+    management_tools:
+      bmc_vendor_tool: ipmitool
+    nodeset: spirou
diff --git a/input/grid5000/sites/louvain/louvain.yaml b/input/grid5000/sites/louvain/louvain.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..e7144c6a7c2e54aa6dc1780cf2106ce71db19211
--- /dev/null
+++ b/input/grid5000/sites/louvain/louvain.yaml
@@ -0,0 +1,66 @@
+---
+name: Louvain
+location: Louvain, Belgium
+web: http://www.grid5000.fr/w/Louvain:Home
+description: Grid5000 Louvain site
+latitude: 50.8795900
+longitude: 4.7009300
+email_contact: support-staff@lists.grid5000.fr
+sys_admin_contact: support-staff@lists.grid5000.fr
+security_contact: support-staff@lists.grid5000.fr
+user_support_contact: support-staff@lists.grid5000.fr
+compilation_server: false
+kavlan_ip_range: 10.48.0.0/14
+virt_ip_range: 10.180.0.0/14
+renater_ip: 192.168.4.24
+production: true
+frontend_ip: 172.16.223.110
+
+g5ksubnet:
+  network: 10.180.0.0/14
+  gateway: 10.183.255.254
+
+kavlans:
+  default:
+    network: 172.16.32.0/20
+    gateway: 172.16.47.254
+
+  1:
+    network: 192.168.192.0/20
+    gateway: 192.168.207.254
+
+  2:
+    network: 192.168.208.0/20
+    gateway: 192.168.223.254
+
+  3:
+    network: 192.168.224.0/20
+    gateway: 192.168.239.254
+
+  4:
+    network: 10.48.0.0/18
+    gateway: 10.48.63.254
+
+  5:
+    network: 10.48.64.0/18
+    gateway: 10.48.127.254
+
+  6:
+    network: 10.48.128.0/18
+    gateway: 10.48.191.254
+
+  7:
+    network: 10.48.192.0/18
+    gateway: 10.48.255.254
+
+  8:
+    network: 10.49.0.0/18
+    gateway: 10.49.63.254
+
+  9:
+    network: 10.49.64.0/18
+    gateway: 10.49.127.254
+
+  22:
+    network: 10.51.192.0/18
+    gateway: 10.51.255.254
diff --git a/input/grid5000/sites/louvain/networks/gw.yaml b/input/grid5000/sites/louvain/networks/gw.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..9101b6e24a934f7bdef68e9785184bac7bd030e9
--- /dev/null
+++ b/input/grid5000/sites/louvain/networks/gw.yaml
@@ -0,0 +1,88 @@
+---
+gw:
+  model: Mlnx MSN3700C
+  serial: M1LM2460007
+  alias:
+    - gw-louvain
+  ip: 172.16.223.254
+  ip6: 2001:660:4406:b00::ffff:ffff
+  kind: router
+  managed_by_us: true
+  site: louvain
+  snmp_community: g5kadmin
+  vlans:
+    "vlan100":
+      addresses:
+        - 172.16.127.254
+    "vlan101":
+      administrative: yes
+      addresses:
+        - 172.17.127.254
+    "vlan500":
+      addresses:
+        - 192.168.4.16
+    "vlan701":
+      name: kavlan-1
+      addresses:
+        - 192.168.192.0/20
+    "vlan702":
+      name: kavlan-2
+      addresses:
+        - 192.168.208.0/20
+    "vlan703":
+      name: kavlan-3
+      addresses:
+        - 192.168.224.0/20
+    "vlan704":
+      name: kavlan-4
+      addresses:
+        - 10.48.0.0/18
+    "vlan705":
+      name: kavlan-5
+      addresses:
+        - 10.48.64.0/18
+    "vlan706":
+      name: kavlan-6
+      addresses:
+        - 10.48.128.0/18
+    "vlan707":
+      name: kavlan-7
+      addresses:
+        - 10.48.192.0/18
+    "vlan708":
+      name: kavlan-8
+      addresses:
+        - 10.49.0.0/18
+    "vlan709":
+      name: kavlan-9
+      addresses:
+        - 10.49.64.0/18
+    "vlan722":
+      name: kavlan-22
+      addresses:
+        - 10.51.192.0/18
+  linecards:
+    1:
+      rate: 10000000000
+      snmp_pattern: "swp%PORT%"
+      kavlan_pattern: "%PORT%"
+      kind: node
+      ports:
+        1: spirou-8
+        2: spirou-7
+        3: spirou-6
+        4: spirou-5
+        5: spirou-4
+        6: spirou-3
+        7: spirou-2
+        8: spirou-1
+        9: 
+          uid: srv-data
+          kind: server
+        10: 
+          uid: pve-2
+          kind: server
+        11: 
+          uid: pve-1
+          kind: server
+        # 12: spip-1
diff --git a/input/grid5000/sites/louvain/servers/physical.yaml b/input/grid5000/sites/louvain/servers/physical.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8ccae9f93c98b99812d9152e5e9c0fd5b6d5b72c
--- /dev/null
+++ b/input/grid5000/sites/louvain/servers/physical.yaml
@@ -0,0 +1,41 @@
+---
+pve-1:
+  kind: physical
+  serial: J30AF4B7
+  alias: [ntp, adminfront]
+  network_adapters:
+    bmc:
+      ip: 172.17.222.1
+      mac: 38:68:dd:8c:70:e9
+    default:
+      ip: 172.16.223.1
+      mac: e8:eb:d3:fd:ce:b9
+    adm:
+      ip: 172.17.223.1
+
+pve-2:
+  kind: physical
+  serial: J30AF4B8
+  network_adapters:
+    bmc:
+      ip: 172.17.222.2
+      mac: 38:68:dd:8c:71:31
+    default:
+      ip: 172.16.223.2
+      mac: e8:eb:d3:fd:c7:1d
+    adm:
+      ip: 172.17.223.2
+
+srv-data:
+  kind: physical
+  serial: J30ACZ04
+  alias: [nfs, home-g5k, modules, public]
+  network_adapters:
+    bmc:
+      ip: 172.17.222.3
+      mac: 38:68:dd:85:a0:b5
+    default:
+      ip: 172.16.223.3
+      mac: e8:eb:d3:30:2c:3e
+    adm:
+      ip: 172.17.223.3
diff --git a/input/grid5000/sites/louvain/servers/virtual.yaml b/input/grid5000/sites/louvain/servers/virtual.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..81117f99fe26e629233f14c0efa4a4dc614bfcc4
--- /dev/null
+++ b/input/grid5000/sites/louvain/servers/virtual.yaml
@@ -0,0 +1,141 @@
+supervision2:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.103
+syslog:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.104
+mail:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.105
+ldap:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.106
+dns:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.107
+puppet6:
+  kind: virtual
+  alias:
+    - puppet
+  network_adapters:
+    default:
+      ip: 172.16.223.108
+dhcp:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.109
+
+flouvain:
+  kind: virtual
+  alias:
+    - oar-api
+    - frontend
+  network_adapters:
+    default:
+      ip: 172.16.223.110
+
+kadeploy:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.111
+
+api-server-v3:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.112
+
+conman:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.113
+
+api-server-devel:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.114
+
+api-proxy:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.115
+
+oar:
+  kind: virtual
+  alias:
+  - oar-server
+  - oardb
+  network_adapters:
+    default:
+      ip: 172.16.223.116
+
+kavlan:
+  kind: virtual
+  alias:
+  - kavlan-dhcp
+  network_adapters:
+    default:
+      ip: 172.16.223.117
+
+kavlan-1:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.118
+
+kavlan-2:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.119
+
+kavlan-3:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.120
+
+kadeploy-devel:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.121
+
+oxidized:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.122
+
+guix:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.123
+
+kwollect:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.124
+
+kavlan-agent:
+  kind: virtual
+  network_adapters:
+    default:
+      ip: 172.16.223.125
diff --git a/input/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.yaml b/input/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.yaml
index d2f771901a98fe889f2c62fdd8ca9d765c57db05..c92d887c6f612f4b973ea3a900933b8aa9f1c02b 100644
--- a/input/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.yaml
+++ b/input/grid5000/sites/lyon/clusters/hydra/nodes/hydra-1.yaml
@@ -29,7 +29,7 @@ hydra-1:
       management: true
     eth0:
       driver: mlx5_core
-      firmware_version: 28.40.1000 (MT_0000000834)
+      firmware_version: 28.43.2026 (MT_0000000834)
       interface: Ethernet
       ip: 172.16.57.1
       mac: a0:88:c2:98:fc:82
@@ -42,7 +42,7 @@ hydra-1:
       vendor: Mellanox Technologies
     eth1:
       driver: mlx5_core
-      firmware_version: 28.40.1000 (MT_0000000834)
+      firmware_version: 28.43.2026 (MT_0000000834)
       interface: Ethernet
       mac: a0:88:c2:98:fc:83
       management: false
diff --git a/input/grid5000/sites/nancy/clusters/gratouille/gratouille.yaml b/input/grid5000/sites/nancy/clusters/gratouille/gratouille.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..49236c42b202654a47f8eac288308d7400b8d8af
--- /dev/null
+++ b/input/grid5000/sites/nancy/clusters/gratouille/gratouille.yaml
@@ -0,0 +1,54 @@
+---
+# Cluster description
+model: Dell PowerEdge R730
+created_at: 2017-06-26
+kavlan: true
+boot_type: bios
+queues:
+  - admin
+  - testing
+
+nodes:
+  # Global node properties
+  gratouille-[1-1]:
+    supported_job_types:
+      deploy: true
+      besteffort: true
+      max_walltime: 604800
+    processor:
+      microarchitecture: Broadwell
+      clock_speed: 2200000000
+    software:
+      standard-environment: debian11-x64-std
+    management_tools:
+      bmc_vendor_tool: racadm
+    network_adapters:
+      eth0:
+        enabled: true
+        mountable: true
+        mounted: true
+      eth1:
+        enabled: false
+        mountable: false
+        mounted: false
+      eth2:
+        enabled: false
+        mountable: false
+        mounted: false
+      eth3:
+        enabled: false
+        mountable: false
+        mounted: false
+      bmc:
+        enabled: true
+        mountable: false
+        mounted: false
+        interface: Ethernet
+    storage_devices:
+      pci-0000:03:00.0-scsi-0:2:0:0:
+        interface: SAS
+        id: disk0
+      pci-0000:03:00.0-scsi-0:2:1:0:
+        interface: SAS
+        id: disk1
+    nodeset: gratouille
diff --git a/input/grid5000/sites/nancy/clusters/gratouille/gratouille_metrics.yaml b/input/grid5000/sites/nancy/clusters/gratouille/gratouille_metrics.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..7e2862a00e50a6e5101fdcdaea2d64f46a30925c
--- /dev/null
+++ b/input/grid5000/sites/nancy/clusters/gratouille/gratouille_metrics.yaml
@@ -0,0 +1,215 @@
+---
+metrics:
+
+  - name: bmc_ambient_temp_celsius
+    description: Front node ambient temperature reported by BMC, in celsius
+    period: 5000
+    scale_factor: 0.1
+    source:
+      protocol: snmp
+      id: 1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.1
+
+  - name: bmc_node_power_watt
+    description: Power consumption of node reported by BMC, in watt
+    period: 5000
+    source:
+      protocol: snmp
+      id: >-
+        1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.{{
+        1.3.6.1.4.1.674.10892.5.4.600.30.1.8.1
+        == System Board Pwr Consumption }}
+
+  - name: bmc_psu_voltage_volt
+    labels: {"psu": "1"}
+    description: Voltage of PSU 1 reported by BMC, in volt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: snmp
+      id: 1.3.6.1.4.1.674.10892.5.4.600.12.1.16.1.1
+
+  - name: bmc_psu_voltage_volt
+    labels: {"psu": "2"}
+    description: Voltage of PSU 2 reported by BMC, in volt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: snmp
+      id: 1.3.6.1.4.1.674.10892.5.4.600.12.1.16.1.2
+
+  - name: bmc_psu_current_amp
+    labels: {"psu": "1"}
+    description: Current of PSU 1 reported by BMC, in amp
+    period: 0
+    optional_period: 5000
+    scale_factor: 0.1
+    source:
+      protocol: snmp
+      id: >-
+        1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.{{
+        1.3.6.1.4.1.674.10892.5.4.600.30.1.8.1 == PS1 Current 1 }}
+
+  - name: bmc_psu_current_amp
+    labels: {"psu": "2"}
+    description: Current of PSU 2 reported by BMC, in amp
+    period: 0
+    optional_period: 5000
+    scale_factor: 0.1
+    source:
+      protocol: snmp
+      id: >-
+        1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.{{
+        1.3.6.1.4.1.674.10892.5.4.600.30.1.8.1 == PS2 Current 2 }}
+
+  - name: bmc_node_power_watthour_total
+    description: Cumulated power consumption of node reported by BMC, in watt-hour
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: snmp
+      id: 1.3.6.1.4.1.674.10892.5.4.600.60.1.7.1.1
+
+  - name: bmc_fan_speed_rpm
+    labels: {"fan": "1"}
+    description: Speed of Fan 1 reported by BMC, in rpm
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: snmp
+      id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.1
+
+  - name: bmc_fan_speed_rpm
+    labels: {"fan": "2"}
+    description: Speed of Fan 2 reported by BMC, in rpm
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: snmp
+      id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.2
+
+  - name: bmc_fan_speed_rpm
+    labels: {"fan": "3"}
+    description: Speed of Fan 3 reported by BMC, in rpm
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: snmp
+      id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.3
+
+  - name: bmc_fan_speed_rpm
+    labels: {"fan": "4"}
+    description: Speed of Fan 4 reported by BMC, in rpm
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: snmp
+      id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.4
+
+  - name: bmc_fan_speed_rpm
+    labels: {"fan": "5"}
+    description: Speed of Fan 5 reported by BMC, in rpm
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: snmp
+      id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.5
+
+  - name: bmc_fan_speed_rpm
+    labels: {"fan": "6"}
+    description: Speed of Fan 6 reported by BMC, in rpm
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: snmp
+      id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.6
+
+  - name: bmc_exhaust_temp_celsius
+    description: Temperature of exhausted air reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    scale_factor: 0.1
+    source:
+      protocol: snmp
+      id: 1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.2
+
+  - name: bmc_cpu_temp_celsius
+    labels: {"cpu": "1"}
+    description: Temperature of CPU 1 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    scale_factor: 0.1
+    source:
+      protocol: snmp
+      id: 1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.3
+
+  - name: bmc_cpu_temp_celsius
+    labels: {"cpu": "2"}
+    description: Temperature of CPU 2 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    scale_factor: 0.1
+    source:
+      protocol: snmp
+      id: 1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.4
+
+  - name: prom_default_metrics
+    description: Default subset of metrics from Prometheus Node Exporter
+    period: 0
+    optional_period: 15000
+    source:
+      protocol: prometheus
+      port: 9100
+      id:
+        - node_boot_time_seconds
+        - node_cpu_scaling_frequency_hertz
+        - node_cpu_seconds_total
+        - node_filesystem_free_bytes
+        - node_filesystem_size_bytes
+        - node_load1
+        - node_load15
+        - node_load5
+        - node_memory_Buffers_bytes
+        - node_memory_Cached_bytes
+        - node_memory_MemAvailable_bytes
+        - node_memory_MemFree_bytes
+        - node_memory_MemTotal_bytes
+        - node_memory_Shmem_bytes
+        - node_memory_SwapFree_bytes
+        - node_memory_SwapTotal_bytes
+        - node_network_receive_bytes_total
+        - node_network_receive_packets_total
+        - node_network_transmit_bytes_total
+        - node_network_transmit_packets_total
+        - node_procs_blocked
+        - node_procs_running
+        - kwollect_custom
+
+  - name: prom_all_metrics
+    description: All metrics from Prometheus Node Exporter
+    period: 0
+    optional_period: 15000
+    source:
+      protocol: prometheus
+      port: 9100
+
+  - name: prom_nvgpu_default_metrics
+    description: Default subset of metrics from Prometheus Nvidia DCGM Exporter
+    period: 0
+    optional_period: 15000
+    source:
+      protocol: prometheus
+      port: 9400
+      id:
+        - DCGM_FI_DEV_SM_CLOCK
+        - DCGM_FI_DEV_MEM_CLOCK
+        - DCGM_FI_DEV_GPU_TEMP
+        - DCGM_FI_DEV_POWER_USAGE
+        - DCGM_FI_DEV_MEM_COPY_UTIL
+
+  - name: prom_nvgpu_all_metrics
+    description: All metrics from Prometheus Nvidia DCGM Exporter
+    period: 0
+    optional_period: 15000
+    source:
+      protocol: prometheus
+      port: 9400
diff --git a/input/grid5000/sites/nancy/clusters/gratouille/nodes/gratouille-1.yaml b/input/grid5000/sites/nancy/clusters/gratouille/nodes/gratouille-1.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..86a7eda7c7f3abf3c3527c52d0883a427a94273a
--- /dev/null
+++ b/input/grid5000/sites/nancy/clusters/gratouille/nodes/gratouille-1.yaml
@@ -0,0 +1,141 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+gratouille-1:
+  architecture:
+    cpu_core_numbering: round-robin
+    nb_cores: 24
+    nb_procs: 2
+    nb_threads: 48
+    platform_type: x86_64
+  bios:
+    release_date: 05/14/2021
+    vendor: Dell Inc.
+    version: 2.13.0
+  bmc_version: 2.81.81.81
+  chassis:
+    manufacturer: Dell Inc.
+    name: PowerEdge R730
+    serial: 7975DK2
+  gpu_devices:
+    nvidia0:
+      cpu_affinity: 1
+      device: "/dev/nvidia0"
+      memory: 17179869184
+      model: Tesla V100-PCIE-16GB
+      power_default_limit: 250.00 W
+      vbios_version: 88.00.1A.00.03
+      vendor: Nvidia
+  main_memory:
+    ram_size: 137438953472
+  memory_devices:
+    dimm_a1:
+      size: 17179869184
+      technology: dram
+    dimm_a2:
+      size: 17179869184
+      technology: dram
+    dimm_a3:
+      size: 17179869184
+      technology: dram
+    dimm_a4:
+      size: 17179869184
+      technology: dram
+    dimm_b1:
+      size: 17179869184
+      technology: dram
+    dimm_b2:
+      size: 17179869184
+      technology: dram
+    dimm_b3:
+      size: 17179869184
+      technology: dram
+    dimm_b4:
+      size: 17179869184
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.74.15
+      mac: 50:9a:4c:5b:c2:fe
+      management: true
+    eth0:
+      driver: ixgbe
+      firmware_version: 0x8000095c, 19.5.12
+      interface: Ethernet
+      ip: 172.16.74.15
+      mac: 24:6e:96:63:dd:f0
+      management: false
+      model: 82599ES 10-Gigabit SFI/SFP+ Network Connection
+      name: eno1
+      rate: 10000000000
+      sriov: true
+      sriov_totalvfs: 63
+      vendor: Intel
+    eth1:
+      driver: ixgbe
+      firmware_version: 0x8000095c, 19.5.12
+      interface: Ethernet
+      mac: 24:6e:96:63:dd:f2
+      management: false
+      model: 82599ES 10-Gigabit SFI/SFP+ Network Connection
+      name: eno2
+      sriov: true
+      sriov_totalvfs: 63
+      vendor: Intel
+    eth2:
+      driver: igb
+      firmware_version: 1.67, 0x80000fab, 19.5.12
+      interface: Ethernet
+      mac: 24:6e:96:63:dd:f4
+      management: false
+      model: I350 Gigabit Network Connection
+      name: eno3
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Intel
+    eth3:
+      driver: igb
+      firmware_version: 1.67, 0x80000fab, 19.5.12
+      interface: Ethernet
+      mac: 24:6e:96:63:dd:f5
+      management: false
+      model: I350 Gigabit Network Connection
+      name: eno4
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Intel
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: intel_cpufreq
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 32768
+    cache_l1i: 32768
+    cache_l2: 262144
+    cache_l3: 31457280
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0xb000040'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz
+    vendor: Intel
+    version: E5-2650 v4
+  storage_devices:
+    pci-0000:03:00.0-scsi-0:2:0:0:
+      by_id: "/dev/disk/by-id/wwn-0x61866da0b5ed690020f1032d04b81a70"
+      by_path: "/dev/disk/by-path/pci-0000:03:00.0-scsi-0:2:0:0"
+      firmware_version: 4.3
+      model: PERC H730 Mini
+      size: 299439751168
+      storage: HDD
+    pci-0000:03:00.0-scsi-0:2:1:0:
+      by_id: "/dev/disk/by-id/wwn-0x61866da0b5ed690020f1032d04c25600"
+      by_path: "/dev/disk/by-path/pci-0000:03:00.0-scsi-0:2:1:0"
+      firmware_version: 4.3
+      model: PERC H730 Mini
+      size: 299439751168
+      storage: HDD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/nancy/networks/gw-nancy.yaml b/input/grid5000/sites/nancy/networks/gw-nancy.yaml
index 9ac1e01c94a2d557060da26ecdf40193c5818ac5..108233390a7f690d96db27b86d34a5c6d1c9525c 100644
--- a/input/grid5000/sites/nancy/networks/gw-nancy.yaml
+++ b/input/grid5000/sites/nancy/networks/gw-nancy.yaml
@@ -189,6 +189,8 @@ gw:
           uid: grele-12
         13:
           uid: grele-13
+        14:
+          uid: gratouille-1
         15:
           uid: talc-data
           kind: server
diff --git a/input/grid5000/sites/rennes/clusters/abacus26/abacus26.yaml b/input/grid5000/sites/rennes/clusters/abacus26/abacus26.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..fea7fc38f8d7e60700774de2e6e03879a19e924d
--- /dev/null
+++ b/input/grid5000/sites/rennes/clusters/abacus26/abacus26.yaml
@@ -0,0 +1,44 @@
+---
+model: HPE ProLiant DL380 Gen11
+created_at: 2025-01-17
+kavlan: false
+boot_type: uefi
+exotic: false
+queues:
+  - admin
+  - testing
+nodes:
+  abacus26-[1-1]:
+    chassis:
+      manufactured_at: 2024-10-08 
+      warranty_end: 2031-10-14 
+    supported_job_types:
+      deploy: true
+      besteffort: true
+      max_walltime: 0
+    processor:
+      microarchitecture: Sapphire Rapids
+      clock_speed: 2600000000 
+    network_adapters:
+      bmc:
+        enabled: true
+        mountable: false
+        mounted: false
+        interface: Ethernet
+      eth0:
+        enabled: true
+        mountable: true
+        mounted: true
+      eth1:
+        enabled: false
+        mountable: false
+        mounted: false
+    storage_devices:
+      pci-0000:e1:00.0-nvme-1:
+        id: disk0 
+        interface: NVME
+    software:
+      standard-environment: debian11-x64-std 
+    management_tools:
+      bmc_vendor_tool: ipmitool 
+    nodeset: abacus-26
diff --git a/input/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.yaml b/input/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..c314037415630daf617d7ca18f705ca17a2b95e0
--- /dev/null
+++ b/input/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.yaml
@@ -0,0 +1,119 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+abacus26-1:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 48
+    nb_procs: 2
+    nb_threads: 96
+    platform_type: x86_64
+  bios:
+    release_date: 10/04/2024
+    vendor: HPE
+    version: 2.34
+  bmc_version: '1.65'
+  chassis:
+    manufacturer: HPE
+    name: ProLiant DL380 Gen11
+    serial: CZ2D1P0F51
+  gpu_devices:
+    nvidia0:
+      cpu_affinity: 0
+      device: "/dev/nvidia0"
+      memory: 48305799168
+      model: L40S
+      power_default_limit: 350.00 W
+      vbios_version: 95.02.66.00.11
+      vendor: Nvidia
+    nvidia1:
+      cpu_affinity: 1
+      device: "/dev/nvidia1"
+      memory: 48305799168
+      model: L40S
+      power_default_limit: 350.00 W
+      vbios_version: 95.02.66.00.11
+      vendor: Nvidia
+  main_memory:
+    ram_size: 274877906944
+  memory_devices:
+    dimm_proc 1 dimm 10:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 14:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 3:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 7:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 10:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 14:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 3:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 7:
+      size: 34359738368
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.109.29
+      mac: 5c:ed:8c:f6:a4:0c
+      management: true
+    eth0:
+      driver: bnxt_en
+      firmware_version: 230.0.168.0/pkg 230.1.123.0
+      interface: Ethernet
+      ip: 172.16.109.29
+      mac: d4:04:e6:b7:7c:d6
+      management: false
+      model: BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller
+      name: enp1s0f0np0
+      rate: 10000000000
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth1:
+      driver: bnxt_en
+      firmware_version: 230.0.168.0/pkg 230.1.123.0
+      interface: Ethernet
+      mac: d4:04:e6:b7:7c:d7
+      management: false
+      model: BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller
+      name: ens15f1np1
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: intel_pstate
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 49152
+    cache_l1i: 32768
+    cache_l2: 2097152
+    cache_l3: 62914560
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0x2b000603'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) Gold 6442Y
+    vendor: Intel
+    version: Gold 6442Y
+  storage_devices:
+    pci-0000:e1:00.0-nvme-1:
+      by_id: "/dev/disk/by-id/nvme-eui.37305430584073080025384e00000002"
+      by_path: "/dev/disk/by-path/pci-0000:e1:00.0-nvme-1"
+      model: MO001600KYDMU
+      size: 1600321314816
+      storage: SSD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/rennes/clusters/abacus27/abacus27.yaml b/input/grid5000/sites/rennes/clusters/abacus27/abacus27.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..3a5d533ffeae6d1688a579075f901b410f91bc44
--- /dev/null
+++ b/input/grid5000/sites/rennes/clusters/abacus27/abacus27.yaml
@@ -0,0 +1,44 @@
+---
+model: ProLiant DL385 Gen11
+created_at: 2025-01-15
+kavlan: true
+boot_type: uefi
+exotic: false
+queues:
+  - admin
+  - production
+nodes:
+  abacus27-1:
+    chassis:
+      manufactured_at: 2024-11-26
+      warranty_end: 2031-12-02
+    supported_job_types:
+      deploy: true
+      besteffort: true
+      max_walltime: 604800
+    processor:
+      microarchitecture: Zen 4
+      clock_speed: 2900000000
+    network_adapters:
+      bmc:
+        interface: Ethernet
+        enabled: true
+        mountable: false
+        mounted: false
+      eth0:
+        enabled: true
+        mountable: true
+        mounted: true
+      eth1:
+        enabled: false
+        mountable: false
+        mounted: false
+    storage_devices:
+      pci-0000:c5:00.0-nvme-1:
+        id: disk0
+        interface: SAS
+    software:
+      standard-environment: debian11-x64-std
+    management_tools:
+      bmc_vendor_tool: ipmitool
+    nodeset: abacus27
diff --git a/input/grid5000/sites/rennes/clusters/abacus27/abacus27_metrics.yaml b/input/grid5000/sites/rennes/clusters/abacus27/abacus27_metrics.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..1b7527d9fcc26e8892353ae61510b49c2fe579ba
--- /dev/null
+++ b/input/grid5000/sites/rennes/clusters/abacus27/abacus27_metrics.yaml
@@ -0,0 +1,41 @@
+---
+metrics:
+  - name: prom_default_metrics
+    description: Default subset of metrics from Prometheus Node Exporter
+    period: 0
+    optional_period: 15000
+    source:
+      protocol: prometheus
+      port: 9100
+      id:
+        - node_boot_time_seconds
+        - node_cpu_scaling_frequency_hertz
+        - node_cpu_seconds_total
+        - node_filesystem_free_bytes
+        - node_filesystem_size_bytes
+        - node_load1
+        - node_load15
+        - node_load5
+        - node_memory_Buffers_bytes
+        - node_memory_Cached_bytes
+        - node_memory_MemAvailable_bytes
+        - node_memory_MemFree_bytes
+        - node_memory_MemTotal_bytes
+        - node_memory_Shmem_bytes
+        - node_memory_SwapFree_bytes
+        - node_memory_SwapTotal_bytes
+        - node_network_receive_bytes_total
+        - node_network_receive_packets_total
+        - node_network_transmit_bytes_total
+        - node_network_transmit_packets_total
+        - node_procs_blocked
+        - node_procs_running
+        - kwollect_custom
+
+  - name: prom_all_metrics
+    description: All metrics from Prometheus Node Exporter
+    period: 0
+    optional_period: 15000
+    source:
+      protocol: prometheus
+      port: 9100
diff --git a/input/grid5000/sites/rennes/clusters/abacus27/nodes/abacus27-1.yaml b/input/grid5000/sites/rennes/clusters/abacus27/nodes/abacus27-1.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..0acb4b0633b41dec513494c7ca9bd1206e9c596e
--- /dev/null
+++ b/input/grid5000/sites/rennes/clusters/abacus27/nodes/abacus27-1.yaml
@@ -0,0 +1,151 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+abacus27-1:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 48
+    nb_procs: 2
+    nb_threads: 96
+    platform_type: x86_64
+  bios:
+    release_date: 10/11/2024
+    vendor: HPE
+    version: 2.14
+  bmc_version: '1.65'
+  chassis:
+    manufacturer: HPE
+    name: ProLiant DL385 Gen11
+    serial: CZ2D1X0DVW
+  gpu_devices:
+    nvidia0:
+      cpu_affinity: 0
+      device: "/dev/nvidia0"
+      memory: 100485038080
+      model: H100 NVL
+      power_default_limit: 310.00 W
+      vbios_version: 96.00.74.00.11
+      vendor: Nvidia
+    nvidia1:
+      cpu_affinity: 1
+      device: "/dev/nvidia1"
+      memory: 100485038080
+      model: H100 NVL
+      power_default_limit: 310.00 W
+      vbios_version: 96.00.74.00.11
+      vendor: Nvidia
+    nvidia2:
+      cpu_affinity: 1
+      device: "/dev/nvidia2"
+      memory: 100485038080
+      model: H100 NVL
+      power_default_limit: 310.00 W
+      vbios_version: 96.00.AF.00.02
+      vendor: Nvidia
+  main_memory:
+    ram_size: 549755813888
+  memory_devices:
+    dimm_proc 1 dimm 11:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 2:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 4:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 5:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 6:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 7:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 8:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 9:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 11:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 2:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 4:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 5:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 6:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 7:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 8:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 9:
+      size: 34359738368
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.109.30
+      mac: 7c:a6:2a:94:2c:3a
+      management: true
+    eth0:
+      driver: bnxt_en
+      firmware_version: 230.0.168.0/pkg 230.1.123.0
+      interface: Ethernet
+      ip: 172.16.109.30
+      mac: d4:04:e6:b4:b1:e0
+      management: false
+      model: BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller
+      name: enp1s0f0np0
+      rate: 10000000000
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth1:
+      driver: bnxt_en
+      firmware_version: 230.0.168.0/pkg 230.1.123.0
+      interface: Ethernet
+      mac: d4:04:e6:b4:b1:e1
+      management: false
+      model: BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller
+      name: ens22f1np1
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+  operating_system:
+    cstate_driver: acpi_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: acpi-cpufreq
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 32768
+    cache_l1i: 32768
+    cache_l2: 1048576
+    cache_l3: 33554432
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0xa101148'
+    model: AMD EPYC
+    other_description: AMD EPYC 9254 24-Core Processor
+    vendor: AMD
+    version: 9254
+  storage_devices:
+    pci-0000:c5:00.0-nvme-1:
+      by_id: "/dev/disk/by-id/nvme-eui.ace42e0035ebe819"
+      by_path: "/dev/disk/by-path/pci-0000:c5:00.0-nvme-1"
+      model: MO006400KXPTU
+      size: 6401252745216
+      storage: SSD
+  supported_job_types:
+    virtual: amd-v
diff --git a/input/grid5000/sites/rennes/networks/sw-1-c003.yaml b/input/grid5000/sites/rennes/networks/sw-1-c003.yaml
index 693902854ef72b255916ee84effc72545b8ec4a3..629594f79edf99ea1113247a8b1e761327cb58ef 100644
--- a/input/grid5000/sites/rennes/networks/sw-1-c003.yaml
+++ b/input/grid5000/sites/rennes/networks/sw-1-c003.yaml
@@ -64,3 +64,5 @@ sw-1-c003:
           uid: gw
           kind: router
           port: 1/1/43
+        28:
+          uid: abacus27-1
diff --git a/input/grid5000/sites/rennes/networks/swdc-c003-01-02-rba.yaml b/input/grid5000/sites/rennes/networks/swdc-c003-01-02-rba.yaml
index f53e99a152fc3bf88c96face7d6bc28d2bb04607..6e2b92098f6a08b0cbbb700d41a2016920d8fa03 100644
--- a/input/grid5000/sites/rennes/networks/swdc-c003-01-02-rba.yaml
+++ b/input/grid5000/sites/rennes/networks/swdc-c003-01-02-rba.yaml
@@ -19,6 +19,8 @@ swdc-c003-01-02-rba:
         3:
           uid: port-channel51
           kind: channel
+        17:
+          uid: abacus26-1
         25_01: # physically on interface 1/25 of swdc-c003-01-rba only
           uid: roazhon10-2
         25_02: # physically on interface 1/25 of swdc-c003-02-rba only
@@ -78,7 +80,6 @@ swdc-c003-01-02-rba:
           uid: abacus11-1
         23:
           uid: abacus10-1
-
   channels:
     port-channel51:
       uid: swcore-01-rba
diff --git a/input/grid5000/sites/sophia/clusters/esterel41/esterel41.yaml b/input/grid5000/sites/sophia/clusters/esterel41/esterel41.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..dc470bf98babdff16e342f5ba6368bd26341e5d9
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/esterel41/esterel41.yaml
@@ -0,0 +1,55 @@
+---
+model: DL380 Gen11
+created_at: 2025-01-25
+kavlan: false
+boot_type: uefi 
+exotic: false 
+queues:
+  - admin
+  - testing
+nodes:
+  esterel41-1:
+    chassis:
+      manufactured_at: 2024-03-01 
+      warranty_end: 2031-07-20 
+    supported_job_types:
+      deploy: true
+      besteffort: true
+      max_walltime: 0
+    processor:
+      microarchitecture: Sapphire Rapids
+      clock_speed: 2500000000
+    network_adapters:
+      bmc:
+        interface: Ethernet
+        enabled: true
+        mountable: false
+        mounted: false
+      eth0:
+        enabled: true
+        mountable: true
+        mounted: true
+      eth1:
+        enabled: false
+        mountable: false
+        mounted: false
+      eth2:
+        enabled: false
+        mountable: false
+        mounted: false
+      eth3:
+        enabled: false
+        mountable: false
+        mounted: false
+    storage_devices:
+      pci-0000:3b:00.0-scsi-0:3:110:0:
+        id: disk0
+        interface: SATA
+      pci-0000:3b:00.0-scsi-0:3:111:0:
+        id: disk1
+        interface: SATA
+    software:
+      standard-environment: debian11-x64-std 
+    management_tools:
+      bmc_vendor_tool: ipmitool 
+    nodeset: esterel41
diff --git a/input/grid5000/sites/sophia/clusters/esterel41/esterel41_ib.yaml b/input/grid5000/sites/sophia/clusters/esterel41/esterel41_ib.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..62bfd70e4f354c989c14f6fabf705889f367a354
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/esterel41/esterel41_ib.yaml
@@ -0,0 +1,9 @@
+---
+nodes:
+  esterel41-1:
+    network_adapters:
+      ibs3:
+        enabled: true
+        mountable: true
+        mounted: true
+        netmask: 255.255.240.0
diff --git a/input/grid5000/sites/sophia/clusters/esterel41/nodes/esterel41-1.yaml b/input/grid5000/sites/sophia/clusters/esterel41/nodes/esterel41-1.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..d2111d9118559d55d5be8e545eb0ab23c115ad2d
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/esterel41/nodes/esterel41-1.yaml
@@ -0,0 +1,185 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+esterel41-1:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 32
+    nb_procs: 2
+    nb_threads: 64
+    platform_type: x86_64
+  bios:
+    release_date: 10/04/2024
+    vendor: HPE
+    version: 2.34
+  bmc_version: '1.65'
+  chassis:
+    manufacturer: HPE
+    name: ProLiant DL380 Gen11
+    serial: CZ242408XH
+  gpu_devices:
+    nvidia0:
+      cpu_affinity: 0
+      device: "/dev/nvidia0"
+      memory: 48305799168
+      model: L40
+      power_default_limit: 300.00 W
+      vbios_version: 95.02.5D.00.01
+      vendor: Nvidia
+    nvidia1:
+      cpu_affinity: 1
+      device: "/dev/nvidia1"
+      memory: 48305799168
+      model: L40
+      power_default_limit: 300.00 W
+      vbios_version: 95.02.5D.00.01
+      vendor: Nvidia
+  main_memory:
+    ram_size: 549755813888
+  memory_devices:
+    dimm_proc 1 dimm 1:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 10:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 12:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 14:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 16:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 3:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 5:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 7:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 1:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 10:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 12:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 14:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 16:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 3:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 5:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 7:
+      size: 34359738368
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.131.56
+      mac: 5c:ed:8c:f4:43:88
+      management: true
+    eth0:
+      driver: tg3
+      firmware_version: 5719-v1.55 NCSI v1.5.55.0
+      interface: Ethernet
+      ip: 172.16.131.56
+      mac: 6c:92:cf:05:28:24
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: enp1s0f0np0
+      rate: 1000000000
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth1:
+      driver: tg3
+      firmware_version: 5719-v1.55 NCSI v1.5.55.0
+      interface: Ethernet
+      mac: 6c:92:cf:05:28:25
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens15f1
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth2:
+      driver: tg3
+      firmware_version: 5719-v1.55 NCSI v1.5.55.0
+      interface: Ethernet
+      mac: 6c:92:cf:05:28:26
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens15f2
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth3:
+      driver: tg3
+      firmware_version: 5719-v1.55 NCSI v1.5.55.0
+      interface: Ethernet
+      mac: 6c:92:cf:05:28:27
+      management: false
+      model: NetXtreme BCM5719 Gigabit Ethernet PCIe
+      name: ens15f3
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    ibs3:
+      driver: mlx5_core
+      firmware_version: 20.42.1000
+      guid: '0x88e9a4ffffb8e5c4'
+      interface: InfiniBand
+      ip: 172.18.131.56
+      mac: 88:e9:a4:ff:ff:b8:e5:c4
+      management: false
+      model: MT28908 Family [ConnectX-6]
+      name: ibs3
+      rate: 56000000000
+      vendor: Mellanox Technologies
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: intel_pstate
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 49152
+    cache_l1i: 32768
+    cache_l2: 2097152
+    cache_l3: 39321600
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0x2b000603'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) Gold 6426Y
+    vendor: Intel
+    version: Gold 6426Y
+  storage_devices:
+    pci-0000:3b:00.0-scsi-0:3:110:0:
+      by_id: "/dev/disk/by-id/wwn-0x600062b21bb919402f250721582e9655"
+      by_path: "/dev/disk/by-path/pci-0000:3b:00.0-scsi-0:3:110:0"
+      firmware_version: 5.28
+      model: MR416i-o Gen11
+      size: 479559942144
+      storage: SSD
+    pci-0000:3b:00.0-scsi-0:3:111:0:
+      by_id: "/dev/disk/by-id/wwn-0x600062b21bb919402f2507042cef8b98"
+      by_path: "/dev/disk/by-path/pci-0000:3b:00.0-scsi-0:3:111:0"
+      firmware_version: 5.28
+      model: MR416i-o Gen11
+      size: 2878970265600
+      storage: SSD
+  supported_job_types:
+    virtual: false
diff --git a/input/grid5000/sites/sophia/clusters/mercantour2/mercantour2.yaml b/input/grid5000/sites/sophia/clusters/mercantour2/mercantour2.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..d049f2463457d2b37df51dec39442a009352ab67
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/mercantour2/mercantour2.yaml
@@ -0,0 +1,50 @@
+---
+model: Dell PowerEdge C6220 II
+created_at: 2025-01-16
+kavlan: false
+boot_type: bios
+exotic: false
+queues:
+  - admin
+  - testing
+nodes:
+  mercantour2-[1-8]:
+    supported_job_types:
+      deploy: true
+      besteffort: true
+      max_walltime: 0
+    processor:
+      microarchitecture: Ivy Bridge
+      clock_speed: 2600000000
+    network_adapters:
+      bmc:
+        interface: Ethernet
+        enabled: true
+        mountable: false
+        mounted: false
+      eth0:
+        enabled: true
+        mountable: true
+        mounted: true
+      eth1:
+        enabled: false
+        mountable: false
+        mounted: false
+      ib0:
+        mounted: true
+        enabled: true
+        mountable: true
+        netmask: 255.255.240.0
+      ib1:
+        enabled: false
+        mountable: false
+        mounted: false
+    storage_devices:
+      pci-0000:00:1f.2-ata-1:
+        id: disk0
+        interface: SATA
+    software:
+      standard-environment: debian11-x64-std
+    management_tools:
+      bmc_vendor_tool: ipmitool
+    nodeset: mercantour2
diff --git a/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-1.yaml b/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-1.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..360dc201f76e96f2740bedf17574ebf558ce5b69
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-1.yaml
@@ -0,0 +1,152 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+mercantour2-1:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 16
+    nb_procs: 2
+    nb_threads: 32
+    platform_type: x86_64
+  bios:
+    release_date: 7/8/2019
+    vendor: Dell Inc.
+    version: 2.10.0
+  bmc_version: '2.59'
+  chassis:
+    manufacturer: Dell Inc.
+    name: PowerEdge C6220 II
+    serial: D2WWG62
+  main_memory:
+    ram_size: 274877906944
+  memory_devices:
+    dimm_a1:
+      size: 17179869184
+      technology: dram
+    dimm_a2:
+      size: 17179869184
+      technology: dram
+    dimm_a3:
+      size: 17179869184
+      technology: dram
+    dimm_a4:
+      size: 17179869184
+      technology: dram
+    dimm_a5:
+      size: 17179869184
+      technology: dram
+    dimm_a6:
+      size: 17179869184
+      technology: dram
+    dimm_a7:
+      size: 17179869184
+      technology: dram
+    dimm_a8:
+      size: 17179869184
+      technology: dram
+    dimm_b1:
+      size: 17179869184
+      technology: dram
+    dimm_b2:
+      size: 17179869184
+      technology: dram
+    dimm_b3:
+      size: 17179869184
+      technology: dram
+    dimm_b4:
+      size: 17179869184
+      technology: dram
+    dimm_b5:
+      size: 17179869184
+      technology: dram
+    dimm_b6:
+      size: 17179869184
+      technology: dram
+    dimm_b7:
+      size: 17179869184
+      technology: dram
+    dimm_b8:
+      size: 17179869184
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.130.17
+      mac: 34:17:eb:e8:82:f9
+      management: true
+    eth0:
+      driver: igb
+      firmware_version: 1.57.0
+      interface: Ethernet
+      ip: 172.16.130.17
+      mac: 34:17:eb:e8:82:f7
+      management: false
+      model: I350 Gigabit Network Connection
+      name: enp1s0f0np0
+      rate: 1000000000
+      sriov: true
+      sriov_totalvfs: 7
+      vendor: Intel
+    eth1:
+      driver: igb
+      firmware_version: 1.57.0
+      interface: Ethernet
+      mac: 34:17:eb:e8:82:f8
+      management: false
+      model: I350 Gigabit Network Connection
+      name: eno2
+      sriov: true
+      sriov_totalvfs: 7
+      vendor: Intel
+    ib0:
+      driver: mlx4_core
+      firmware_version: 2.10.720
+      guid: '0x848f699097fc4c89'
+      interface: InfiniBand
+      ip: 172.18.130.17
+      mac: 84:8f:69:90:97:fc:4c:89
+      management: false
+      model: MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter
+        IC with PCIe 2.0 x8 5.0GT/s Interface
+      name: ib0
+      rate: 40000000000
+      vendor: Mellanox Technologies
+    ib1:
+      driver: mlx4_core
+      firmware_version: 2.10.720
+      guid: '0x848f699097fc4c8a'
+      interface: InfiniBand
+      mac: 84:8f:69:90:97:fc:4c:8a
+      management: false
+      model: MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter
+        IC with PCIe 2.0 x8 5.0GT/s Interface
+      name: ib1
+      rate: 10000000000
+      vendor: Mellanox Technologies
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: intel_cpufreq
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 32768
+    cache_l1i: 32768
+    cache_l2: 262144
+    cache_l3: 20971520
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0x42e'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
+    vendor: Intel
+    version: E5-2650 v2
+  storage_devices:
+    pci-0000:00:1f.2-ata-1:
+      by_id: "/dev/disk/by-id/wwn-0x5000c5007b695715"
+      by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1"
+      firmware_version: GA0D
+      model: ST1000NM0033-9ZM
+      size: 1000204886016
+      storage: HDD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-2.yaml b/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-2.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..ed004acbb9a80fdb73a6281494b3cf73092769da
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-2.yaml
@@ -0,0 +1,152 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+mercantour2-2:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 16
+    nb_procs: 2
+    nb_threads: 32
+    platform_type: x86_64
+  bios:
+    release_date: 7/8/2019
+    vendor: Dell Inc.
+    version: 2.10.0
+  bmc_version: '2.59'
+  chassis:
+    manufacturer: Dell Inc.
+    name: PowerEdge C6220 II
+    serial: D2WZG62
+  main_memory:
+    ram_size: 274877906944
+  memory_devices:
+    dimm_a1:
+      size: 17179869184
+      technology: dram
+    dimm_a2:
+      size: 17179869184
+      technology: dram
+    dimm_a3:
+      size: 17179869184
+      technology: dram
+    dimm_a4:
+      size: 17179869184
+      technology: dram
+    dimm_a5:
+      size: 17179869184
+      technology: dram
+    dimm_a6:
+      size: 17179869184
+      technology: dram
+    dimm_a7:
+      size: 17179869184
+      technology: dram
+    dimm_a8:
+      size: 17179869184
+      technology: dram
+    dimm_b1:
+      size: 17179869184
+      technology: dram
+    dimm_b2:
+      size: 17179869184
+      technology: dram
+    dimm_b3:
+      size: 17179869184
+      technology: dram
+    dimm_b4:
+      size: 17179869184
+      technology: dram
+    dimm_b5:
+      size: 17179869184
+      technology: dram
+    dimm_b6:
+      size: 17179869184
+      technology: dram
+    dimm_b7:
+      size: 17179869184
+      technology: dram
+    dimm_b8:
+      size: 17179869184
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.130.18
+      mac: 34:17:eb:e8:81:e8
+      management: true
+    eth0:
+      driver: igb
+      firmware_version: 1.57.0
+      interface: Ethernet
+      ip: 172.16.130.18
+      mac: 34:17:eb:e8:81:e6
+      management: false
+      model: I350 Gigabit Network Connection
+      name: enp1s0f0np0
+      rate: 1000000000
+      sriov: true
+      sriov_totalvfs: 7
+      vendor: Intel
+    eth1:
+      driver: igb
+      firmware_version: 1.57.0
+      interface: Ethernet
+      mac: 34:17:eb:e8:81:e7
+      management: false
+      model: I350 Gigabit Network Connection
+      name: eno2
+      sriov: true
+      sriov_totalvfs: 7
+      vendor: Intel
+    ib0:
+      driver: mlx4_core
+      firmware_version: 2.10.720
+      guid: '0x848f699097fc4c79'
+      interface: InfiniBand
+      ip: 172.18.130.18
+      mac: 84:8f:69:90:97:fc:4c:79
+      management: false
+      model: MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter
+        IC with PCIe 2.0 x8 5.0GT/s Interface
+      name: ib0
+      rate: 40000000000
+      vendor: Mellanox Technologies
+    ib1:
+      driver: mlx4_core
+      firmware_version: 2.10.720
+      guid: '0x848f699097fc4c7a'
+      interface: InfiniBand
+      mac: 84:8f:69:90:97:fc:4c:7a
+      management: false
+      model: MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter
+        IC with PCIe 2.0 x8 5.0GT/s Interface
+      name: ib1
+      rate: 10000000000
+      vendor: Mellanox Technologies
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: intel_cpufreq
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 32768
+    cache_l1i: 32768
+    cache_l2: 262144
+    cache_l3: 20971520
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0x42e'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
+    vendor: Intel
+    version: E5-2650 v2
+  storage_devices:
+    pci-0000:00:1f.2-ata-1:
+      by_id: "/dev/disk/by-id/wwn-0x5000c5007b743505"
+      by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1"
+      firmware_version: GA0D
+      model: ST1000NM0033-9ZM
+      size: 1000204886016
+      storage: HDD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-3.yaml b/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-3.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4f0ae0bea5e07fd4432610d6ad89bf77b299b04b
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-3.yaml
@@ -0,0 +1,152 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+mercantour2-3:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 16
+    nb_procs: 2
+    nb_threads: 32
+    platform_type: x86_64
+  bios:
+    release_date: 7/8/2019
+    vendor: Dell Inc.
+    version: 2.10.0
+  bmc_version: '2.59'
+  chassis:
+    manufacturer: Dell Inc.
+    name: PowerEdge C6220 II
+    serial: D2VPS62
+  main_memory:
+    ram_size: 274877906944
+  memory_devices:
+    dimm_a1:
+      size: 17179869184
+      technology: dram
+    dimm_a2:
+      size: 17179869184
+      technology: dram
+    dimm_a3:
+      size: 17179869184
+      technology: dram
+    dimm_a4:
+      size: 17179869184
+      technology: dram
+    dimm_a5:
+      size: 17179869184
+      technology: dram
+    dimm_a6:
+      size: 17179869184
+      technology: dram
+    dimm_a7:
+      size: 17179869184
+      technology: dram
+    dimm_a8:
+      size: 17179869184
+      technology: dram
+    dimm_b1:
+      size: 17179869184
+      technology: dram
+    dimm_b2:
+      size: 17179869184
+      technology: dram
+    dimm_b3:
+      size: 17179869184
+      technology: dram
+    dimm_b4:
+      size: 17179869184
+      technology: dram
+    dimm_b5:
+      size: 17179869184
+      technology: dram
+    dimm_b6:
+      size: 17179869184
+      technology: dram
+    dimm_b7:
+      size: 17179869184
+      technology: dram
+    dimm_b8:
+      size: 17179869184
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.130.19
+      mac: 34:17:eb:e8:83:80
+      management: true
+    eth0:
+      driver: igb
+      firmware_version: 1.57.0
+      interface: Ethernet
+      ip: 172.16.130.19
+      mac: 34:17:eb:e8:83:7e
+      management: false
+      model: I350 Gigabit Network Connection
+      name: enp1s0f0np0
+      rate: 1000000000
+      sriov: true
+      sriov_totalvfs: 7
+      vendor: Intel
+    eth1:
+      driver: igb
+      firmware_version: 1.57.0
+      interface: Ethernet
+      mac: 34:17:eb:e8:83:7f
+      management: false
+      model: I350 Gigabit Network Connection
+      name: eno2
+      sriov: true
+      sriov_totalvfs: 7
+      vendor: Intel
+    ib0:
+      driver: mlx4_core
+      firmware_version: 2.10.720
+      guid: '0x848f699097fc4c21'
+      interface: InfiniBand
+      ip: 172.18.130.19
+      mac: 84:8f:69:90:97:fc:4c:21
+      management: false
+      model: MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter
+        IC with PCIe 2.0 x8 5.0GT/s Interface
+      name: ib0
+      rate: 40000000000
+      vendor: Mellanox Technologies
+    ib1:
+      driver: mlx4_core
+      firmware_version: 2.10.720
+      guid: '0x848f699097fc4c22'
+      interface: InfiniBand
+      mac: 84:8f:69:90:97:fc:4c:22
+      management: false
+      model: MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter
+        IC with PCIe 2.0 x8 5.0GT/s Interface
+      name: ib1
+      rate: 10000000000
+      vendor: Mellanox Technologies
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: intel_cpufreq
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 32768
+    cache_l1i: 32768
+    cache_l2: 262144
+    cache_l3: 20971520
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0x42e'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
+    vendor: Intel
+    version: E5-2650 v2
+  storage_devices:
+    pci-0000:00:1f.2-ata-1:
+      by_id: "/dev/disk/by-id/wwn-0x5000c5007b743fc7"
+      by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1"
+      firmware_version: GA0D
+      model: ST1000NM0033-9ZM
+      size: 1000204886016
+      storage: HDD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-4.yaml b/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-4.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..1d3675a7d1b56cb9fe0df739670a31510ebf52c9
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-4.yaml
@@ -0,0 +1,152 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+mercantour2-4:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 16
+    nb_procs: 2
+    nb_threads: 32
+    platform_type: x86_64
+  bios:
+    release_date: 7/8/2019
+    vendor: Dell Inc.
+    version: 2.10.0
+  bmc_version: '2.59'
+  chassis:
+    manufacturer: Dell Inc.
+    name: PowerEdge C6220 II
+    serial: D2WTG62
+  main_memory:
+    ram_size: 274877906944
+  memory_devices:
+    dimm_a1:
+      size: 17179869184
+      technology: dram
+    dimm_a2:
+      size: 17179869184
+      technology: dram
+    dimm_a3:
+      size: 17179869184
+      technology: dram
+    dimm_a4:
+      size: 17179869184
+      technology: dram
+    dimm_a5:
+      size: 17179869184
+      technology: dram
+    dimm_a6:
+      size: 17179869184
+      technology: dram
+    dimm_a7:
+      size: 17179869184
+      technology: dram
+    dimm_a8:
+      size: 17179869184
+      technology: dram
+    dimm_b1:
+      size: 17179869184
+      technology: dram
+    dimm_b2:
+      size: 17179869184
+      technology: dram
+    dimm_b3:
+      size: 17179869184
+      technology: dram
+    dimm_b4:
+      size: 17179869184
+      technology: dram
+    dimm_b5:
+      size: 17179869184
+      technology: dram
+    dimm_b6:
+      size: 17179869184
+      technology: dram
+    dimm_b7:
+      size: 17179869184
+      technology: dram
+    dimm_b8:
+      size: 17179869184
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.130.20
+      mac: 34:17:eb:e8:83:77
+      management: true
+    eth0:
+      driver: igb
+      firmware_version: 1.57.0
+      interface: Ethernet
+      ip: 172.16.130.20
+      mac: 34:17:eb:e8:83:75
+      management: false
+      model: I350 Gigabit Network Connection
+      name: enp1s0f0np0
+      rate: 1000000000
+      sriov: true
+      sriov_totalvfs: 7
+      vendor: Intel
+    eth1:
+      driver: igb
+      firmware_version: 1.57.0
+      interface: Ethernet
+      mac: 34:17:eb:e8:83:76
+      management: false
+      model: I350 Gigabit Network Connection
+      name: eno2
+      sriov: true
+      sriov_totalvfs: 7
+      vendor: Intel
+    ib0:
+      driver: mlx4_core
+      firmware_version: 2.10.720
+      guid: '0x848f699097fc4c25'
+      interface: InfiniBand
+      ip: 172.18.130.20
+      mac: 84:8f:69:90:97:fc:4c:25
+      management: false
+      model: MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter
+        IC with PCIe 2.0 x8 5.0GT/s Interface
+      name: ib0
+      rate: 40000000000
+      vendor: Mellanox Technologies
+    ib1:
+      driver: mlx4_core
+      firmware_version: 2.10.720
+      guid: '0x848f699097fc4c26'
+      interface: InfiniBand
+      mac: 84:8f:69:90:97:fc:4c:26
+      management: false
+      model: MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter
+        IC with PCIe 2.0 x8 5.0GT/s Interface
+      name: ib1
+      rate: 10000000000
+      vendor: Mellanox Technologies
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: intel_cpufreq
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 32768
+    cache_l1i: 32768
+    cache_l2: 262144
+    cache_l3: 20971520
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0x42e'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
+    vendor: Intel
+    version: E5-2650 v2
+  storage_devices:
+    pci-0000:00:1f.2-ata-1:
+      by_id: "/dev/disk/by-id/wwn-0x5000c500916f4a6d"
+      by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1"
+      firmware_version: GA0F
+      model: ST1000NM0033-9ZM
+      size: 1000204886016
+      storage: HDD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-5.yaml b/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-5.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..6830d8b204bf5a335ae37b714e14357d97d9de77
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-5.yaml
@@ -0,0 +1,152 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+mercantour2-5:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 16
+    nb_procs: 2
+    nb_threads: 32
+    platform_type: x86_64
+  bios:
+    release_date: 7/8/2019
+    vendor: Dell Inc.
+    version: 2.10.0
+  bmc_version: '2.59'
+  chassis:
+    manufacturer: Dell Inc.
+    name: PowerEdge C6220 II
+    serial: D2YCC72
+  main_memory:
+    ram_size: 274877906944
+  memory_devices:
+    dimm_a1:
+      size: 17179869184
+      technology: dram
+    dimm_a2:
+      size: 17179869184
+      technology: dram
+    dimm_a3:
+      size: 17179869184
+      technology: dram
+    dimm_a4:
+      size: 17179869184
+      technology: dram
+    dimm_a5:
+      size: 17179869184
+      technology: dram
+    dimm_a6:
+      size: 17179869184
+      technology: dram
+    dimm_a7:
+      size: 17179869184
+      technology: dram
+    dimm_a8:
+      size: 17179869184
+      technology: dram
+    dimm_b1:
+      size: 17179869184
+      technology: dram
+    dimm_b2:
+      size: 17179869184
+      technology: dram
+    dimm_b3:
+      size: 17179869184
+      technology: dram
+    dimm_b4:
+      size: 17179869184
+      technology: dram
+    dimm_b5:
+      size: 17179869184
+      technology: dram
+    dimm_b6:
+      size: 17179869184
+      technology: dram
+    dimm_b7:
+      size: 17179869184
+      technology: dram
+    dimm_b8:
+      size: 17179869184
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.130.21
+      mac: 34:17:eb:e8:83:74
+      management: true
+    eth0:
+      driver: igb
+      firmware_version: 1.57.0
+      interface: Ethernet
+      ip: 172.16.130.21
+      mac: 34:17:eb:e8:83:72
+      management: false
+      model: I350 Gigabit Network Connection
+      name: enp1s0f0np0
+      rate: 1000000000
+      sriov: true
+      sriov_totalvfs: 7
+      vendor: Intel
+    eth1:
+      driver: igb
+      firmware_version: 1.57.0
+      interface: Ethernet
+      mac: 34:17:eb:e8:83:73
+      management: false
+      model: I350 Gigabit Network Connection
+      name: eno2
+      sriov: true
+      sriov_totalvfs: 7
+      vendor: Intel
+    ib0:
+      driver: mlx4_core
+      firmware_version: 2.10.720
+      guid: '0x848f699097fc4c2d'
+      interface: InfiniBand
+      ip: 172.18.130.21
+      mac: 84:8f:69:90:97:fc:4c:2d
+      management: false
+      model: MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter
+        IC with PCIe 2.0 x8 5.0GT/s Interface
+      name: ib0
+      rate: 40000000000
+      vendor: Mellanox Technologies
+    ib1:
+      driver: mlx4_core
+      firmware_version: 2.10.720
+      guid: '0x848f699097fc4c2e'
+      interface: InfiniBand
+      mac: 84:8f:69:90:97:fc:4c:2e
+      management: false
+      model: MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter
+        IC with PCIe 2.0 x8 5.0GT/s Interface
+      name: ib1
+      rate: 10000000000
+      vendor: Mellanox Technologies
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: intel_cpufreq
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 32768
+    cache_l1i: 32768
+    cache_l2: 262144
+    cache_l3: 20971520
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0x42e'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
+    vendor: Intel
+    version: E5-2650 v2
+  storage_devices:
+    pci-0000:00:1f.2-ata-1:
+      by_id: "/dev/disk/by-id/wwn-0x5000c5007b74407e"
+      by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1"
+      firmware_version: GA0D
+      model: ST1000NM0033-9ZM
+      size: 1000204886016
+      storage: HDD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-6.yaml b/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-6.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8f7dc28bb1899248e60660e9308bce02755d9d89
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-6.yaml
@@ -0,0 +1,152 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+mercantour2-6:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 16
+    nb_procs: 2
+    nb_threads: 32
+    platform_type: x86_64
+  bios:
+    release_date: 7/8/2019
+    vendor: Dell Inc.
+    version: 2.10.0
+  bmc_version: '2.59'
+  chassis:
+    manufacturer: Dell Inc.
+    name: PowerEdge C6220 II
+    serial: D2XZG62
+  main_memory:
+    ram_size: 274877906944
+  memory_devices:
+    dimm_a1:
+      size: 17179869184
+      technology: dram
+    dimm_a2:
+      size: 17179869184
+      technology: dram
+    dimm_a3:
+      size: 17179869184
+      technology: dram
+    dimm_a4:
+      size: 17179869184
+      technology: dram
+    dimm_a5:
+      size: 17179869184
+      technology: dram
+    dimm_a6:
+      size: 17179869184
+      technology: dram
+    dimm_a7:
+      size: 17179869184
+      technology: dram
+    dimm_a8:
+      size: 17179869184
+      technology: dram
+    dimm_b1:
+      size: 17179869184
+      technology: dram
+    dimm_b2:
+      size: 17179869184
+      technology: dram
+    dimm_b3:
+      size: 17179869184
+      technology: dram
+    dimm_b4:
+      size: 17179869184
+      technology: dram
+    dimm_b5:
+      size: 17179869184
+      technology: dram
+    dimm_b6:
+      size: 17179869184
+      technology: dram
+    dimm_b7:
+      size: 17179869184
+      technology: dram
+    dimm_b8:
+      size: 17179869184
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.130.22
+      mac: 34:17:eb:e8:83:86
+      management: true
+    eth0:
+      driver: igb
+      firmware_version: 1.57.0
+      interface: Ethernet
+      ip: 172.16.130.22
+      mac: 34:17:eb:e8:83:84
+      management: false
+      model: I350 Gigabit Network Connection
+      name: enp1s0f0np0
+      rate: 1000000000
+      sriov: true
+      sriov_totalvfs: 7
+      vendor: Intel
+    eth1:
+      driver: igb
+      firmware_version: 1.57.0
+      interface: Ethernet
+      mac: 34:17:eb:e8:83:85
+      management: false
+      model: I350 Gigabit Network Connection
+      name: eno2
+      sriov: true
+      sriov_totalvfs: 7
+      vendor: Intel
+    ib0:
+      driver: mlx4_core
+      firmware_version: 2.10.720
+      guid: '0x848f699097fc4b49'
+      interface: InfiniBand
+      ip: 172.18.130.22
+      mac: 84:8f:69:90:97:fc:4b:49
+      management: false
+      model: MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter
+        IC with PCIe 2.0 x8 5.0GT/s Interface
+      name: ib0
+      rate: 40000000000
+      vendor: Mellanox Technologies
+    ib1:
+      driver: mlx4_core
+      firmware_version: 2.10.720
+      guid: '0x848f699097fc4b4a'
+      interface: InfiniBand
+      mac: 84:8f:69:90:97:fc:4b:4a
+      management: false
+      model: MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter
+        IC with PCIe 2.0 x8 5.0GT/s Interface
+      name: ib1
+      rate: 10000000000
+      vendor: Mellanox Technologies
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: intel_cpufreq
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 32768
+    cache_l1i: 32768
+    cache_l2: 262144
+    cache_l3: 20971520
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0x42e'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
+    vendor: Intel
+    version: E5-2650 v2
+  storage_devices:
+    pci-0000:00:1f.2-ata-1:
+      by_id: "/dev/disk/by-id/wwn-0x5000c5007b743492"
+      by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1"
+      firmware_version: GA0D
+      model: ST1000NM0033-9ZM
+      size: 1000204886016
+      storage: HDD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-7.yaml b/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-7.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..ce8c74e33c03906ee29511cb6694917f480fdbcf
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-7.yaml
@@ -0,0 +1,152 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+mercantour2-7:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 16
+    nb_procs: 2
+    nb_threads: 32
+    platform_type: x86_64
+  bios:
+    release_date: 7/8/2019
+    vendor: Dell Inc.
+    version: 2.10.0
+  bmc_version: '2.59'
+  chassis:
+    manufacturer: Dell Inc.
+    name: PowerEdge C6220 II
+    serial: D2YGF62
+  main_memory:
+    ram_size: 274877906944
+  memory_devices:
+    dimm_a1:
+      size: 17179869184
+      technology: dram
+    dimm_a2:
+      size: 17179869184
+      technology: dram
+    dimm_a3:
+      size: 17179869184
+      technology: dram
+    dimm_a4:
+      size: 17179869184
+      technology: dram
+    dimm_a5:
+      size: 17179869184
+      technology: dram
+    dimm_a6:
+      size: 17179869184
+      technology: dram
+    dimm_a7:
+      size: 17179869184
+      technology: dram
+    dimm_a8:
+      size: 17179869184
+      technology: dram
+    dimm_b1:
+      size: 17179869184
+      technology: dram
+    dimm_b2:
+      size: 17179869184
+      technology: dram
+    dimm_b3:
+      size: 17179869184
+      technology: dram
+    dimm_b4:
+      size: 17179869184
+      technology: dram
+    dimm_b5:
+      size: 17179869184
+      technology: dram
+    dimm_b6:
+      size: 17179869184
+      technology: dram
+    dimm_b7:
+      size: 17179869184
+      technology: dram
+    dimm_b8:
+      size: 17179869184
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.130.23
+      mac: 34:17:eb:e8:83:02
+      management: true
+    eth0:
+      driver: igb
+      firmware_version: 1.57.0
+      interface: Ethernet
+      ip: 172.16.130.23
+      mac: 34:17:eb:e8:83:00
+      management: false
+      model: I350 Gigabit Network Connection
+      name: enp1s0f0np0
+      rate: 1000000000
+      sriov: true
+      sriov_totalvfs: 7
+      vendor: Intel
+    eth1:
+      driver: igb
+      firmware_version: 1.57.0
+      interface: Ethernet
+      mac: 34:17:eb:e8:83:01
+      management: false
+      model: I350 Gigabit Network Connection
+      name: eno2
+      sriov: true
+      sriov_totalvfs: 7
+      vendor: Intel
+    ib0:
+      driver: mlx4_core
+      firmware_version: 2.10.720
+      guid: '0x848f699097fc4c15'
+      interface: InfiniBand
+      ip: 172.18.130.23
+      mac: 84:8f:69:90:97:fc:4c:15
+      management: false
+      model: MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter
+        IC with PCIe 2.0 x8 5.0GT/s Interface
+      name: ib0
+      rate: 40000000000
+      vendor: Mellanox Technologies
+    ib1:
+      driver: mlx4_core
+      firmware_version: 2.10.720
+      guid: '0x848f699097fc4c16'
+      interface: InfiniBand
+      mac: 84:8f:69:90:97:fc:4c:16
+      management: false
+      model: MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter
+        IC with PCIe 2.0 x8 5.0GT/s Interface
+      name: ib1
+      rate: 10000000000
+      vendor: Mellanox Technologies
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: intel_cpufreq
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 32768
+    cache_l1i: 32768
+    cache_l2: 262144
+    cache_l3: 20971520
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0x42e'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
+    vendor: Intel
+    version: E5-2650 v2
+  storage_devices:
+    pci-0000:00:1f.2-ata-1:
+      by_id: "/dev/disk/by-id/wwn-0x500003978ba81cf6"
+      by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1"
+      firmware_version: FL2H
+      model: TOSHIBA MG03ACA1
+      size: 1000204886016
+      storage: HDD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-8.yaml b/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-8.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..e1a97a727d8e058bf7c97882a3cd77ec4a190866
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/mercantour2/nodes/mercantour2-8.yaml
@@ -0,0 +1,152 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+mercantour2-8:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 16
+    nb_procs: 2
+    nb_threads: 32
+    platform_type: x86_64
+  bios:
+    release_date: 7/8/2019
+    vendor: Dell Inc.
+    version: 2.10.0
+  bmc_version: '2.59'
+  chassis:
+    manufacturer: Dell Inc.
+    name: PowerEdge C6220 II
+    serial: D2YSS62
+  main_memory:
+    ram_size: 274877906944
+  memory_devices:
+    dimm_a1:
+      size: 17179869184
+      technology: dram
+    dimm_a2:
+      size: 17179869184
+      technology: dram
+    dimm_a3:
+      size: 17179869184
+      technology: dram
+    dimm_a4:
+      size: 17179869184
+      technology: dram
+    dimm_a5:
+      size: 17179869184
+      technology: dram
+    dimm_a6:
+      size: 17179869184
+      technology: dram
+    dimm_a7:
+      size: 17179869184
+      technology: dram
+    dimm_a8:
+      size: 17179869184
+      technology: dram
+    dimm_b1:
+      size: 17179869184
+      technology: dram
+    dimm_b2:
+      size: 17179869184
+      technology: dram
+    dimm_b3:
+      size: 17179869184
+      technology: dram
+    dimm_b4:
+      size: 17179869184
+      technology: dram
+    dimm_b5:
+      size: 17179869184
+      technology: dram
+    dimm_b6:
+      size: 17179869184
+      technology: dram
+    dimm_b7:
+      size: 17179869184
+      technology: dram
+    dimm_b8:
+      size: 17179869184
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.130.24
+      mac: 34:17:eb:e8:82:bd
+      management: true
+    eth0:
+      driver: igb
+      firmware_version: 1.57.0
+      interface: Ethernet
+      ip: 172.16.130.24
+      mac: 34:17:eb:e8:82:bb
+      management: false
+      model: I350 Gigabit Network Connection
+      name: enp1s0f0np0
+      rate: 1000000000
+      sriov: true
+      sriov_totalvfs: 7
+      vendor: Intel
+    eth1:
+      driver: igb
+      firmware_version: 1.57.0
+      interface: Ethernet
+      mac: 34:17:eb:e8:82:bc
+      management: false
+      model: I350 Gigabit Network Connection
+      name: eno2
+      sriov: true
+      sriov_totalvfs: 7
+      vendor: Intel
+    ib0:
+      driver: mlx4_core
+      firmware_version: 2.10.720
+      guid: '0x848f699097fc4c7d'
+      interface: InfiniBand
+      ip: 172.18.130.24
+      mac: 84:8f:69:90:97:fc:4c:7d
+      management: false
+      model: MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter
+        IC with PCIe 2.0 x8 5.0GT/s Interface
+      name: ib0
+      rate: 40000000000
+      vendor: Mellanox Technologies
+    ib1:
+      driver: mlx4_core
+      firmware_version: 2.10.720
+      guid: '0x848f699097fc4c7e'
+      interface: InfiniBand
+      mac: 84:8f:69:90:97:fc:4c:7e
+      management: false
+      model: MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter
+        IC with PCIe 2.0 x8 5.0GT/s Interface
+      name: ib1
+      rate: 10000000000
+      vendor: Mellanox Technologies
+  operating_system:
+    cstate_driver: intel_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: intel_cpufreq
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 32768
+    cache_l1i: 32768
+    cache_l2: 262144
+    cache_l3: 20971520
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0x42e'
+    model: Intel Xeon
+    other_description: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
+    vendor: Intel
+    version: E5-2650 v2
+  storage_devices:
+    pci-0000:00:1f.2-ata-1:
+      by_id: "/dev/disk/by-id/wwn-0x5000c5007b6939a8"
+      by_path: "/dev/disk/by-path/pci-0000:00:1f.2-ata-1"
+      firmware_version: GA0D
+      model: ST1000NM0033-9ZM
+      size: 1000204886016
+      storage: HDD
+  supported_job_types:
+    virtual: ivt
diff --git a/input/grid5000/sites/sophia/clusters/musa/musa.yaml b/input/grid5000/sites/sophia/clusters/musa/musa.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4333b375260cc2f0d2781b58cb2601c3bd4d48fb
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/musa/musa.yaml
@@ -0,0 +1,47 @@
+---
+model: ProLiant DL385 Gen11
+created_at: 2025-01-16
+kavlan: true
+boot_type: uefi
+exotic: false
+queues:
+  - admin
+  - production
+nodes:
+  musa-[1-6]:
+    chassis:
+      manufactured_at: 2024-12-09
+      warranty_end: 2031-12-09
+    supported_job_types:
+      deploy: true
+      besteffort: true
+      max_walltime: 604800
+    processor:
+      microarchitecture: Zen 4
+      clock_speed: 2_900_000_000
+    gpu_devices:
+      nvidia1:
+        cpu_affinity_override: 0
+    network_adapters:
+      bmc:
+        interface: Ethernet
+        enabled: true
+        mountable: false
+        mounted: false
+      eth0:
+        enabled: true
+        mountable: true
+        mounted: true
+      eth1:
+        enabled: false
+        mountable: false
+        mounted: false
+    storage_devices:
+      pci-0000:c5:00.0-nvme-1:
+        id: disk0
+        interface: NVME
+    software:
+      standard-environment: debian11-x64-std
+    management_tools:
+      bmc_vendor_tool: ipmitool
+    nodeset: musa
diff --git a/input/grid5000/sites/sophia/clusters/musa/musa_metrics.yaml b/input/grid5000/sites/sophia/clusters/musa/musa_metrics.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..51a0a4b4ad2deee28884009f1eedd3f306d9449d
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/musa/musa_metrics.yaml
@@ -0,0 +1,782 @@
+---
+metrics:
+
+  - name: bmc_ambient_temp_celsius
+    description: Temperature reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 2  # 01-Inlet Ambient
+
+  - name: bmc_cpu_temp_celsius
+    labels: {"cpu": "1pkg"}
+    description: Temperature of Cpu 1 Pkg reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 3  # 02-CPU 1 PkgTmp
+
+  - name: bmc_cpu_temp_celsius
+    labels: {"cpu": "2pkg"}
+    description: Temperature of Cpu 2 Pkg reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 4  # 03-CPU 2 PkgTmp
+
+  - name: bmc_dimm_temp_celsius
+    labels: {"dimm": "1-6"}
+    description: Temperature of Dimm 1-6 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 5  # 04-P1 DIMM 1-6
+
+  - name: bmc_dimm_temp_celsius
+    labels: {"dimm": "7-12"}
+    description: Temperature of Dimm 7-12 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 6  # 06-P1 DIMM 7-12
+
+  - name: bmc_dimm_temp_celsius
+    labels: {"dimm": "1-6"}
+    description: Temperature of Dimm 1-6 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 7  # 08-P2 DIMM 1-6
+
+  - name: bmc_dimm_temp_celsius
+    labels: {"dimm": "7-12"}
+    description: Temperature of Dimm 7-12 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 8  # 10-P2 DIMM 7-12
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "12-vrp1"}
+    description: Temperature of 12-VR P1 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 9  # 12-VR P1
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "13-vrp2"}
+    description: Temperature of 13-VR P2 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 10  # 13-VR P2
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "14-hdmax"}
+    description: Temperature of 14-HD Max reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 11  # 14-HD Max
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "15-ahcihdmax"}
+    description: Temperature of 15-AHCI HD Max reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 12  # 15-AHCI HD Max
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "16-expbaydrive"}
+    description: Temperature of 16-Exp Bay Drive reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 13  # 16-Exp Bay Drive
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "17-expbayboot"}
+    description: Temperature of 17-ExpBayBoot reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 14  # 17-ExpBayBoot
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "18-storbatt"}
+    description: Temperature of 18-Stor Batt reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 15  # 18-Stor Batt
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "22-bmc"}
+    description: Temperature of 22-BMC reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 16  # 22-BMC
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "23-p/s1inlet"}
+    description: Temperature of 23-P/S 1 Inlet reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 17  # 23-P/S 1 Inlet
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "24-p/s1"}
+    description: Temperature of 24-P/S 1 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 18  # 24-P/S 1
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "25-p/s2inlet"}
+    description: Temperature of 25-P/S 2 Inlet reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 19  # 25-P/S 2 Inlet
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "26-p/s2"}
+    description: Temperature of 26-P/S 2 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 20  # 26-P/S 2
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "27-e-fuse"}
+    description: Temperature of 27-E-Fuse reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 21  # 27-E-Fuse
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "28-ocp1"}
+    description: Temperature of 28-OCP 1 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 22  # 28-OCP 1
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "29-batteryzone"}
+    description: Temperature of 29-Battery Zone reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 23  # 29-Battery Zone
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "30-ocp2"}
+    description: Temperature of 30-OCP 2 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 24  # 30-OCP 2
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "32-pci1"}
+    description: Temperature of 32-PCI 1 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 25  # 32-PCI 1
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "34-pci2"}
+    description: Temperature of 34-PCI 2 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 26  # 34-PCI 2
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "36-pci3"}
+    description: Temperature of 36-PCI 3 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 27  # 36-PCI 3
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "38-pci4"}
+    description: Temperature of 38-PCI 4 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 28  # 38-PCI 4
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "40-pci5"}
+    description: Temperature of 40-PCI 5 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 29  # 40-PCI 5
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "42-pci6"}
+    description: Temperature of 42-PCI 6 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 30  # 42-PCI 6
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "44-pci7"}
+    description: Temperature of 44-PCI 7 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 31  # 44-PCI 7
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "46-pci8"}
+    description: Temperature of 46-PCI 8 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 32  # 46-PCI 8
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "48-boardinlet"}
+    description: Temperature of 48-Board Inlet reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 33  # 48-Board Inlet
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "51-sysexhaust1"}
+    description: Temperature of 51-Sys Exhaust 1 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 34  # 51-Sys Exhaust 1
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "52-p/s2zone"}
+    description: Temperature of 52-P/S 2 Zone reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 35  # 52-P/S 2 Zone
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "56-xlr8r9"}
+    description: Temperature of 56-XLR8R 9 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 36  # 56-XLR8R 9
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "58-pci10"}
+    description: Temperature of 58-PCI 10 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 37  # 58-PCI 10
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "60-xlr8r11"}
+    description: Temperature of 60-XLR8R 11 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 38  # 60-XLR8R 11
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "62-pci12"}
+    description: Temperature of 62-PCI 12 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 39  # 62-PCI 12
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "64-pci13"}
+    description: Temperature of 64-PCI 13 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 40  # 64-PCI 13
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "66-pci14"}
+    description: Temperature of 66-PCI 14 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 41  # 66-PCI 14
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "68-pci15"}
+    description: Temperature of 68-PCI 15 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 42  # 68-PCI 15
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "70-pci16"}
+    description: Temperature of 70-PCI 16 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 43  # 70-PCI 16
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "72-sysexhaust2"}
+    description: Temperature of 72-Sys Exhaust 2 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 44  # 72-Sys Exhaust 2
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "74-p/s3inlet"}
+    description: Temperature of 74-P/S 3 Inlet reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 45  # 74-P/S 3 Inlet
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "75-p/s3"}
+    description: Temperature of 75-P/S 3 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 46  # 75-P/S 3
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "76-p/s4inlet"}
+    description: Temperature of 76-P/S 4 Inlet reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 47  # 76-P/S 4 Inlet
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "77-p/s4"}
+    description: Temperature of 77-P/S 4 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 48  # 77-P/S 4
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "131-nvswitch1"}
+    description: Temperature of 131-NV Switch 1 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 49  # 131-NV Switch 1
+
+  - name: bmc_other_temp_celsius
+    labels: {"id": "132-nvswitch2"}
+    description: Temperature of 132-NV Switch 2 reported by BMC, in celsius
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 50  # 132-NV Switch 2
+
+  - name: bmc_fan_usage_percent
+    labels: {"fan": "1"}
+    description: Usage of Fan 1 reported by BMC, in percent
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 52  # Fan 1 DutyCycle
+
+  - name: bmc_fan_usage_percent
+    labels: {"fan": "2"}
+    description: Usage of Fan 2 reported by BMC, in percent
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 55  # Fan 2 DutyCycle
+
+  - name: bmc_fan_usage_percent
+    labels: {"fan": "3"}
+    description: Usage of Fan 3 reported by BMC, in percent
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 58  # Fan 3 DutyCycle
+
+  - name: bmc_fan_usage_percent
+    labels: {"fan": "4"}
+    description: Usage of Fan 4 reported by BMC, in percent
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 61  # Fan 4 DutyCycle
+
+  - name: bmc_fan_usage_percent
+    labels: {"fan": "5"}
+    description: Usage of Fan 5 reported by BMC, in percent
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 64  # Fan 5 DutyCycle
+
+  - name: bmc_fan_usage_percent
+    labels: {"fan": "6"}
+    description: Usage of Fan 6 reported by BMC, in percent
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 67  # Fan 6 DutyCycle
+
+  - name: bmc_psu_power_watt
+    labels: {"psu": "1"}
+    description: Power consumption of Psu 1 reported by BMC, in watt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 70  # PS 1 Input
+
+  - name: bmc_psu_power_watt
+    labels: {"psu": "2"}
+    description: Power consumption of Psu 2 reported by BMC, in watt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 72  # PS 2 Input
+
+  - name: bmc_psu_power_watt
+    labels: {"psu": "3"}
+    description: Power consumption of Psu 3 reported by BMC, in watt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 74  # PS 3 Input
+
+  - name: bmc_psu_power_watt
+    labels: {"psu": "4"}
+    description: Power consumption of Psu 4 reported by BMC, in watt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 76  # PS 4 Input
+
+  - name: bmc_node_power_watt
+    description: Power consumption reported by BMC, in watt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 77  # Power Meter
+
+  - name: bmc_other_power_watt
+    labels: {"id": "ps1output"}
+    description: Power consumption of PS 1 Output reported by BMC, in watt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 87  # PS 1 Output
+
+  - name: bmc_other_voltage_volt
+    labels: {"id": "ps_volt_out_01"}
+    description: Voltage of PS_Volt_Out_01 reported by BMC, in volt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 88  # PS_Volt_Out_01
+
+  - name: bmc_other_voltage_volt
+    labels: {"id": "ps_volt_in_01"}
+    description: Voltage of PS_Volt_In_01 reported by BMC, in volt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 89  # PS_Volt_In_01
+
+  - name: bmc_other_current_amp
+    labels: {"id": "ps_curr_out_01"}
+    description: Current of PS_Curr_Out_01 reported by BMC, in amp
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 90  # PS_Curr_Out_01
+
+  - name: bmc_other_current_amp
+    labels: {"id": "ps_curr_in_01"}
+    description: Current of PS_Curr_In_01 reported by BMC, in amp
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 91  # PS_Curr_In_01
+
+  - name: bmc_other_power_watt
+    labels: {"id": "ps2output"}
+    description: Power consumption of PS 2 Output reported by BMC, in watt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 92  # PS 2 Output
+
+  - name: bmc_other_voltage_volt
+    labels: {"id": "ps_volt_out_02"}
+    description: Voltage of PS_Volt_Out_02 reported by BMC, in volt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 93  # PS_Volt_Out_02
+
+  - name: bmc_other_voltage_volt
+    labels: {"id": "ps_volt_in_02"}
+    description: Voltage of PS_Volt_In_02 reported by BMC, in volt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 94  # PS_Volt_In_02
+
+  - name: bmc_other_current_amp
+    labels: {"id": "ps_curr_out_02"}
+    description: Current of PS_Curr_Out_02 reported by BMC, in amp
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 95  # PS_Curr_Out_02
+
+  - name: bmc_other_current_amp
+    labels: {"id": "ps_curr_in_02"}
+    description: Current of PS_Curr_In_02 reported by BMC, in amp
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 96  # PS_Curr_In_02
+
+  - name: bmc_other_power_watt
+    labels: {"id": "ps3output"}
+    description: Power consumption of PS 3 Output reported by BMC, in watt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 97  # PS 3 Output
+
+  - name: bmc_other_voltage_volt
+    labels: {"id": "ps_volt_out_03"}
+    description: Voltage of PS_Volt_Out_03 reported by BMC, in volt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 98  # PS_Volt_Out_03
+
+  - name: bmc_other_voltage_volt
+    labels: {"id": "ps_volt_in_03"}
+    description: Voltage of PS_Volt_In_03 reported by BMC, in volt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 99  # PS_Volt_In_03
+
+  - name: bmc_other_current_amp
+    labels: {"id": "ps_curr_out_03"}
+    description: Current of PS_Curr_Out_03 reported by BMC, in amp
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 100  # PS_Curr_Out_03
+
+  - name: bmc_other_current_amp
+    labels: {"id": "ps_curr_in_03"}
+    description: Current of PS_Curr_In_03 reported by BMC, in amp
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 101  # PS_Curr_In_03
+
+  - name: bmc_other_power_watt
+    labels: {"id": "ps4output"}
+    description: Power consumption of PS 4 Output reported by BMC, in watt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 102  # PS 4 Output
+
+  - name: bmc_other_voltage_volt
+    labels: {"id": "ps_volt_out_04"}
+    description: Voltage of PS_Volt_Out_04 reported by BMC, in volt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 103  # PS_Volt_Out_04
+
+  - name: bmc_other_voltage_volt
+    labels: {"id": "ps_volt_in_04"}
+    description: Voltage of PS_Volt_In_04 reported by BMC, in volt
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 104  # PS_Volt_In_04
+
+  - name: bmc_other_current_amp
+    labels: {"id": "ps_curr_out_04"}
+    description: Current of PS_Curr_Out_04 reported by BMC, in amp
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 105  # PS_Curr_Out_04
+
+  - name: bmc_other_current_amp
+    labels: {"id": "ps_curr_in_04"}
+    description: Current of PS_Curr_In_04 reported by BMC, in amp
+    period: 0
+    optional_period: 5000
+    source:
+      protocol: ipmisensor
+      id: 106  # PS_Curr_In_04
+
+  - name: prom_default_metrics
+    description: Default subset of metrics from Prometheus Node Exporter
+    period: 0
+    optional_period: 15000
+    source:
+      protocol: prometheus
+      port: 9100
+      id:
+        - node_boot_time_seconds
+        - node_cpu_scaling_frequency_hertz
+        - node_cpu_seconds_total
+        - node_filesystem_free_bytes
+        - node_filesystem_size_bytes
+        - node_load1
+        - node_load15
+        - node_load5
+        - node_memory_Buffers_bytes
+        - node_memory_Cached_bytes
+        - node_memory_MemAvailable_bytes
+        - node_memory_MemFree_bytes
+        - node_memory_MemTotal_bytes
+        - node_memory_Shmem_bytes
+        - node_memory_SwapFree_bytes
+        - node_memory_SwapTotal_bytes
+        - node_network_receive_bytes_total
+        - node_network_receive_packets_total
+        - node_network_transmit_bytes_total
+        - node_network_transmit_packets_total
+        - node_procs_blocked
+        - node_procs_running
+        - kwollect_custom
+
+  - name: prom_all_metrics
+    description: All metrics from Prometheus Node Exporter
+    period: 0
+    optional_period: 15000
+    source:
+      protocol: prometheus
+      port: 9100
+
+  - name: prom_nvgpu_default_metrics
+    description: Default subset of metrics from Prometheus Nvidia DCGM Exporter
+    period: 0
+    optional_period: 15000
+    source:
+      protocol: prometheus
+      port: 9400
+      id:
+        - DCGM_FI_DEV_SM_CLOCK
+        - DCGM_FI_DEV_MEM_CLOCK
+        - DCGM_FI_DEV_GPU_TEMP
+        - DCGM_FI_DEV_POWER_USAGE
+        - DCGM_FI_DEV_MEM_COPY_UTIL
+
+  - name: prom_nvgpu_all_metrics
+    description: All metrics from Prometheus Nvidia DCGM Exporter
+    period: 0
+    optional_period: 15000
+    source:
+      protocol: prometheus
+      port: 9400
diff --git a/input/grid5000/sites/sophia/clusters/musa/nodes/musa-1.yaml b/input/grid5000/sites/sophia/clusters/musa/nodes/musa-1.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8754011090a5bee317c10392ab50a1532fcf251b
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/musa/nodes/musa-1.yaml
@@ -0,0 +1,143 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+musa-1:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 48
+    nb_procs: 2
+    nb_threads: 96
+    platform_type: x86_64
+  bios:
+    release_date: 10/11/2024
+    vendor: HPE
+    version: 2.14
+  bmc_version: '1.66'
+  chassis:
+    manufacturer: HPE
+    name: ProLiant DL385 Gen11
+    serial: CZ2D1X0C24
+  gpu_devices:
+    nvidia0:
+      cpu_affinity: 1
+      device: "/dev/nvidia0"
+      memory: 100485038080
+      model: H100 NVL
+      power_default_limit: 310.00 W
+      vbios_version: 96.00.AF.00.02
+      vendor: Nvidia
+    nvidia1:
+      cpu_affinity: 1
+      device: "/dev/nvidia1"
+      memory: 100485038080
+      model: H100 NVL
+      power_default_limit: 310.00 W
+      vbios_version: 96.00.AF.00.02
+      vendor: Nvidia
+  main_memory:
+    ram_size: 549755813888
+  memory_devices:
+    dimm_proc 1 dimm 11:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 2:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 4:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 5:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 6:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 7:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 8:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 9:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 11:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 2:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 4:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 5:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 6:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 7:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 8:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 9:
+      size: 34359738368
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.133.1
+      mac: 7c:a6:2a:94:33:0c
+      management: true
+    eth0:
+      driver: bnxt_en
+      firmware_version: 230.0.168.0/pkg 230.1.123.0
+      interface: Ethernet
+      ip: 172.16.133.1
+      mac: 6c:92:cf:b8:dc:8c
+      management: false
+      model: BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller
+      name: enp1s0f0np0
+      rate: 25000000000
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth1:
+      driver: bnxt_en
+      firmware_version: 230.0.168.0/pkg 230.1.123.0
+      interface: Ethernet
+      mac: 6c:92:cf:b8:dc:8d
+      management: false
+      model: BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller
+      name: ens22f1np1
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+  operating_system:
+    cstate_driver: acpi_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: acpi-cpufreq
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 32768
+    cache_l1i: 32768
+    cache_l2: 1048576
+    cache_l3: 33554432
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0xa101148'
+    model: AMD EPYC
+    other_description: AMD EPYC 9254 24-Core Processor
+    vendor: AMD
+    version: 9254
+  storage_devices:
+    pci-0000:c5:00.0-nvme-1:
+      by_id: "/dev/disk/by-id/nvme-eui.37305830589010020025384e00000002"
+      by_path: "/dev/disk/by-path/pci-0000:c5:00.0-nvme-1"
+      model: MO006400KYDND
+      size: 6401252745216
+      storage: SSD
+  supported_job_types:
+    virtual: amd-v
diff --git a/input/grid5000/sites/sophia/clusters/musa/nodes/musa-2.yaml b/input/grid5000/sites/sophia/clusters/musa/nodes/musa-2.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4e563ab3fbb777639f89c564af273b0f3bef6d64
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/musa/nodes/musa-2.yaml
@@ -0,0 +1,143 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+musa-2:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 48
+    nb_procs: 2
+    nb_threads: 96
+    platform_type: x86_64
+  bios:
+    release_date: 10/11/2024
+    vendor: HPE
+    version: 2.14
+  bmc_version: '1.66'
+  chassis:
+    manufacturer: HPE
+    name: ProLiant DL385 Gen11
+    serial: CZ2D1X0C22
+  gpu_devices:
+    nvidia0:
+      cpu_affinity: 1
+      device: "/dev/nvidia0"
+      memory: 100485038080
+      model: H100 NVL
+      power_default_limit: 310.00 W
+      vbios_version: 96.00.AF.00.02
+      vendor: Nvidia
+    nvidia1:
+      cpu_affinity: 1
+      device: "/dev/nvidia1"
+      memory: 100485038080
+      model: H100 NVL
+      power_default_limit: 310.00 W
+      vbios_version: 96.00.AF.00.02
+      vendor: Nvidia
+  main_memory:
+    ram_size: 549755813888
+  memory_devices:
+    dimm_proc 1 dimm 11:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 2:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 4:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 5:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 6:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 7:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 8:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 9:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 11:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 2:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 4:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 5:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 6:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 7:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 8:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 9:
+      size: 34359738368
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.133.2
+      mac: 7c:a6:2a:94:2f:2a
+      management: true
+    eth0:
+      driver: bnxt_en
+      firmware_version: 230.0.168.0/pkg 230.1.123.0
+      interface: Ethernet
+      ip: 172.16.133.2
+      mac: 6c:92:cf:b8:9d:56
+      management: false
+      model: BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller
+      name: enp1s0f0np0
+      rate: 25000000000
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth1:
+      driver: bnxt_en
+      firmware_version: 230.0.168.0/pkg 230.1.123.0
+      interface: Ethernet
+      mac: 6c:92:cf:b8:9d:57
+      management: false
+      model: BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller
+      name: ens22f1np1
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+  operating_system:
+    cstate_driver: acpi_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: acpi-cpufreq
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 32768
+    cache_l1i: 32768
+    cache_l2: 1048576
+    cache_l3: 33554432
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0xa101148'
+    model: AMD EPYC
+    other_description: AMD EPYC 9254 24-Core Processor
+    vendor: AMD
+    version: 9254
+  storage_devices:
+    pci-0000:c5:00.0-nvme-1:
+      by_id: "/dev/disk/by-id/nvme-eui.37305830589011600025384e00000002"
+      by_path: "/dev/disk/by-path/pci-0000:c5:00.0-nvme-1"
+      model: MO006400KYDND
+      size: 6401252745216
+      storage: SSD
+  supported_job_types:
+    virtual: amd-v
diff --git a/input/grid5000/sites/sophia/clusters/musa/nodes/musa-3.yaml b/input/grid5000/sites/sophia/clusters/musa/nodes/musa-3.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..09e2c2f9e90b9353221b099367076b0b27cb418b
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/musa/nodes/musa-3.yaml
@@ -0,0 +1,143 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+musa-3:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 48
+    nb_procs: 2
+    nb_threads: 96
+    platform_type: x86_64
+  bios:
+    release_date: 10/11/2024
+    vendor: HPE
+    version: 2.14
+  bmc_version: '1.66'
+  chassis:
+    manufacturer: HPE
+    name: ProLiant DL385 Gen11
+    serial: CZ2D1X0C1Z
+  gpu_devices:
+    nvidia0:
+      cpu_affinity: 1
+      device: "/dev/nvidia0"
+      memory: 100485038080
+      model: H100 NVL
+      power_default_limit: 310.00 W
+      vbios_version: 96.00.AF.00.02
+      vendor: Nvidia
+    nvidia1:
+      cpu_affinity: 1
+      device: "/dev/nvidia1"
+      memory: 100485038080
+      model: H100 NVL
+      power_default_limit: 310.00 W
+      vbios_version: 96.00.AF.00.02
+      vendor: Nvidia
+  main_memory:
+    ram_size: 549755813888
+  memory_devices:
+    dimm_proc 1 dimm 11:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 2:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 4:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 5:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 6:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 7:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 8:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 9:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 11:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 2:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 4:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 5:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 6:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 7:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 8:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 9:
+      size: 34359738368
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.133.3
+      mac: 7c:a6:2a:94:30:a0
+      management: true
+    eth0:
+      driver: bnxt_en
+      firmware_version: 230.0.168.0/pkg 230.1.123.0
+      interface: Ethernet
+      ip: 172.16.133.3
+      mac: 6c:92:cf:b9:5e:e8
+      management: false
+      model: BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller
+      name: enp1s0f0np0
+      rate: 25000000000
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth1:
+      driver: bnxt_en
+      firmware_version: 230.0.168.0/pkg 230.1.123.0
+      interface: Ethernet
+      mac: 6c:92:cf:b9:5e:e9
+      management: false
+      model: BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller
+      name: ens22f1np1
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+  operating_system:
+    cstate_driver: acpi_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: acpi-cpufreq
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 32768
+    cache_l1i: 32768
+    cache_l2: 1048576
+    cache_l3: 33554432
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0xa101148'
+    model: AMD EPYC
+    other_description: AMD EPYC 9254 24-Core Processor
+    vendor: AMD
+    version: 9254
+  storage_devices:
+    pci-0000:c5:00.0-nvme-1:
+      by_id: "/dev/disk/by-id/nvme-eui.37305830589011590025384e00000002"
+      by_path: "/dev/disk/by-path/pci-0000:c5:00.0-nvme-1"
+      model: MO006400KYDND
+      size: 6401252745216
+      storage: SSD
+  supported_job_types:
+    virtual: amd-v
diff --git a/input/grid5000/sites/sophia/clusters/musa/nodes/musa-4.yaml b/input/grid5000/sites/sophia/clusters/musa/nodes/musa-4.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..51cc5119579e6cc9096f1a8132ea4c38939b730f
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/musa/nodes/musa-4.yaml
@@ -0,0 +1,143 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+musa-4:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 48
+    nb_procs: 2
+    nb_threads: 96
+    platform_type: x86_64
+  bios:
+    release_date: 10/11/2024
+    vendor: HPE
+    version: 2.14
+  bmc_version: '1.66'
+  chassis:
+    manufacturer: HPE
+    name: ProLiant DL385 Gen11
+    serial: CZ2D1X0C21
+  gpu_devices:
+    nvidia0:
+      cpu_affinity: 1
+      device: "/dev/nvidia0"
+      memory: 100485038080
+      model: H100 NVL
+      power_default_limit: 310.00 W
+      vbios_version: 96.00.AF.00.02
+      vendor: Nvidia
+    nvidia1:
+      cpu_affinity: 1
+      device: "/dev/nvidia1"
+      memory: 100485038080
+      model: H100 NVL
+      power_default_limit: 310.00 W
+      vbios_version: 96.00.AF.00.02
+      vendor: Nvidia
+  main_memory:
+    ram_size: 549755813888
+  memory_devices:
+    dimm_proc 1 dimm 11:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 2:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 4:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 5:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 6:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 7:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 8:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 9:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 11:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 2:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 4:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 5:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 6:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 7:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 8:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 9:
+      size: 34359738368
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.133.4
+      mac: 7c:a6:2a:94:2c:3e
+      management: true
+    eth0:
+      driver: bnxt_en
+      firmware_version: 230.0.168.0/pkg 230.1.123.0
+      interface: Ethernet
+      ip: 172.16.133.4
+      mac: 6c:92:cf:b9:13:2e
+      management: false
+      model: BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller
+      name: enp1s0f0np0
+      rate: 25000000000
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth1:
+      driver: bnxt_en
+      firmware_version: 230.0.168.0/pkg 230.1.123.0
+      interface: Ethernet
+      mac: 6c:92:cf:b9:13:2f
+      management: false
+      model: BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller
+      name: ens22f1np1
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+  operating_system:
+    cstate_driver: acpi_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: acpi-cpufreq
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 32768
+    cache_l1i: 32768
+    cache_l2: 1048576
+    cache_l3: 33554432
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0xa101148'
+    model: AMD EPYC
+    other_description: AMD EPYC 9254 24-Core Processor
+    vendor: AMD
+    version: 9254
+  storage_devices:
+    pci-0000:c5:00.0-nvme-1:
+      by_id: "/dev/disk/by-id/nvme-eui.37305830589010000025384e00000002"
+      by_path: "/dev/disk/by-path/pci-0000:c5:00.0-nvme-1"
+      model: MO006400KYDND
+      size: 6401252745216
+      storage: SSD
+  supported_job_types:
+    virtual: amd-v
diff --git a/input/grid5000/sites/sophia/clusters/musa/nodes/musa-5.yaml b/input/grid5000/sites/sophia/clusters/musa/nodes/musa-5.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..3f1538150071416434face36adc569ac98f7a112
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/musa/nodes/musa-5.yaml
@@ -0,0 +1,143 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+musa-5:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 48
+    nb_procs: 2
+    nb_threads: 96
+    platform_type: x86_64
+  bios:
+    release_date: 10/11/2024
+    vendor: HPE
+    version: 2.14
+  bmc_version: '1.66'
+  chassis:
+    manufacturer: HPE
+    name: ProLiant DL385 Gen11
+    serial: CZ2D1X0C20
+  gpu_devices:
+    nvidia0:
+      cpu_affinity: 1
+      device: "/dev/nvidia0"
+      memory: 100485038080
+      model: H100 NVL
+      power_default_limit: 310.00 W
+      vbios_version: 96.00.AF.00.02
+      vendor: Nvidia
+    nvidia1:
+      cpu_affinity: 1
+      device: "/dev/nvidia1"
+      memory: 100485038080
+      model: H100 NVL
+      power_default_limit: 310.00 W
+      vbios_version: 96.00.AF.00.02
+      vendor: Nvidia
+  main_memory:
+    ram_size: 549755813888
+  memory_devices:
+    dimm_proc 1 dimm 11:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 2:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 4:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 5:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 6:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 7:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 8:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 9:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 11:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 2:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 4:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 5:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 6:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 7:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 8:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 9:
+      size: 34359738368
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.133.5
+      mac: 7c:a6:2a:94:31:3a
+      management: true
+    eth0:
+      driver: bnxt_en
+      firmware_version: 230.0.168.0/pkg 230.1.123.0
+      interface: Ethernet
+      ip: 172.16.133.5
+      mac: 6c:92:cf:b8:ab:8a
+      management: false
+      model: BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller
+      name: enp1s0f0np0
+      rate: 25000000000
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth1:
+      driver: bnxt_en
+      firmware_version: 230.0.168.0/pkg 230.1.123.0
+      interface: Ethernet
+      mac: 6c:92:cf:b8:ab:8b
+      management: false
+      model: BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller
+      name: ens22f1np1
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+  operating_system:
+    cstate_driver: acpi_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: acpi-cpufreq
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 32768
+    cache_l1i: 32768
+    cache_l2: 1048576
+    cache_l3: 33554432
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0xa101148'
+    model: AMD EPYC
+    other_description: AMD EPYC 9254 24-Core Processor
+    vendor: AMD
+    version: 9254
+  storage_devices:
+    pci-0000:c5:00.0-nvme-1:
+      by_id: "/dev/disk/by-id/nvme-eui.37305830589009870025384e00000002"
+      by_path: "/dev/disk/by-path/pci-0000:c5:00.0-nvme-1"
+      model: MO006400KYDND
+      size: 6401252745216
+      storage: SSD
+  supported_job_types:
+    virtual: amd-v
diff --git a/input/grid5000/sites/sophia/clusters/musa/nodes/musa-6.yaml b/input/grid5000/sites/sophia/clusters/musa/nodes/musa-6.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..f9cb3f4e1ab79e3c7d627c84ab2933cd993d47b6
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/musa/nodes/musa-6.yaml
@@ -0,0 +1,143 @@
+# Generated by g5k-checks (g5k-checks -m api)
+---
+musa-6:
+  architecture:
+    cpu_core_numbering: contiguous
+    nb_cores: 48
+    nb_procs: 2
+    nb_threads: 96
+    platform_type: x86_64
+  bios:
+    release_date: 10/11/2024
+    vendor: HPE
+    version: 2.14
+  bmc_version: '1.66'
+  chassis:
+    manufacturer: HPE
+    name: ProLiant DL385 Gen11
+    serial: CZ2D1X0C23
+  gpu_devices:
+    nvidia0:
+      cpu_affinity: 1
+      device: "/dev/nvidia0"
+      memory: 100485038080
+      model: H100 NVL
+      power_default_limit: 310.00 W
+      vbios_version: 96.00.AF.00.02
+      vendor: Nvidia
+    nvidia1:
+      cpu_affinity: 1
+      device: "/dev/nvidia1"
+      memory: 100485038080
+      model: H100 NVL
+      power_default_limit: 310.00 W
+      vbios_version: 96.00.AF.00.02
+      vendor: Nvidia
+  main_memory:
+    ram_size: 549755813888
+  memory_devices:
+    dimm_proc 1 dimm 11:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 2:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 4:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 5:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 6:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 7:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 8:
+      size: 34359738368
+      technology: dram
+    dimm_proc 1 dimm 9:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 11:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 2:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 4:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 5:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 6:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 7:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 8:
+      size: 34359738368
+      technology: dram
+    dimm_proc 2 dimm 9:
+      size: 34359738368
+      technology: dram
+  network_adapters:
+    bmc:
+      ip: 172.17.133.6
+      mac: 7c:a6:2a:94:2f:74
+      management: true
+    eth0:
+      driver: bnxt_en
+      firmware_version: 230.0.168.0/pkg 230.1.123.0
+      interface: Ethernet
+      ip: 172.16.133.6
+      mac: 6c:92:cf:b8:a4:3a
+      management: false
+      model: BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller
+      name: enp1s0f0np0
+      rate: 25000000000
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+    eth1:
+      driver: bnxt_en
+      firmware_version: 230.0.168.0/pkg 230.1.123.0
+      interface: Ethernet
+      mac: 6c:92:cf:b8:a4:3b
+      management: false
+      model: BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller
+      name: ens22f1np1
+      sriov: false
+      sriov_totalvfs: 0
+      vendor: Broadcom Inc. and subsidiaries
+  operating_system:
+    cstate_driver: acpi_idle
+    cstate_governor: menu
+    ht_enabled: true
+    pstate_driver: acpi-cpufreq
+    pstate_governor: performance
+    turboboost_enabled: true
+  processor:
+    cache_l1d: 32768
+    cache_l1i: 32768
+    cache_l2: 1048576
+    cache_l3: 33554432
+    ht_capable: true
+    instruction_set: x86-64
+    microcode: '0xa101148'
+    model: AMD EPYC
+    other_description: AMD EPYC 9254 24-Core Processor
+    vendor: AMD
+    version: 9254
+  storage_devices:
+    pci-0000:c5:00.0-nvme-1:
+      by_id: "/dev/disk/by-id/nvme-eui.37305830589011620025384e00000002"
+      by_path: "/dev/disk/by-path/pci-0000:c5:00.0-nvme-1"
+      model: MO006400KYDND
+      size: 6401252745216
+      storage: SSD
+  supported_job_types:
+    virtual: amd-v
diff --git a/input/grid5000/sites/sophia/networks/gw-ng.yaml b/input/grid5000/sites/sophia/networks/gw-ng.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..3b9f1302c91ddc0ae5fcc37f80a4dbe3dfc6f1da
--- /dev/null
+++ b/input/grid5000/sites/sophia/networks/gw-ng.yaml
@@ -0,0 +1,43 @@
+---
+gw-ng:
+  model: Aruba 6300M
+  warranty: 2048-05
+  kind: switch
+  managed_by_us: true
+  site: sophia
+  ip: 172.17.143.253
+  snmp_community: public
+  linecards:
+    1:
+      snmp_pattern: "%LINECARD%/1/%PORT%"
+      kavlan_pattern: "%LINECARD%/1/%PORT%"
+      rate: 1000000000
+      kind: node
+      ports:
+        47:
+          uid: sw-3
+          kind: switch
+        48:
+          uid: gw
+          kind: router
+  channels:
+    lag1:
+      kind: server
+      rate: 500000000000
+      uid: srv-data1
+      port: lag1
+    lag2:
+      kind: server
+      rate: 500000000000
+      uid: srv-data2
+      port: lag2
+    lag3:
+      kind: server
+      rate: 500000000000
+      uid: srv-data3
+      port: lag3
+    lag4:
+      kind: server
+      rate: 200000000000
+      uid: srv-data4
+      port: lag4
diff --git a/input/grid5000/sites/sophia/networks/gw-sophia.yaml b/input/grid5000/sites/sophia/networks/gw-sophia.yaml
index 5cac2d022c327cb570318e8ca7d570e4849bdd66..3c83b0c4994863b0236476c77689c554eaeb1411 100644
--- a/input/grid5000/sites/sophia/networks/gw-sophia.yaml
+++ b/input/grid5000/sites/sophia/networks/gw-sophia.yaml
@@ -136,10 +136,6 @@ gw:
         1:
           uid: renater-sophia
           kind: backbone
-        2:
-          uid: swx1nef
-          kind: switch
-          port: 0/5
     3:
       snmp_pattern: "GigabitEthernet%LINECARD%/%PORT%"
       kavlan_pattern: "%LINECARD%/%PORT%"
@@ -170,12 +166,12 @@ gw:
       backplane_bps: 24000000000
       rate: 1000000000
       ports:
-        1: uvb-12
+        1:
         2: 
         4: 
         6: 
         8: 
-        9: uvb-11
+        9:
         10: 
         12: 
         14: 
@@ -203,11 +199,15 @@ gw:
       backplane_bps: 12000000000
       rate: 1000000000
       ports:
-        1: uvb-9
         2:
           uid: srv-data
           kind: server
-        3: uvb-10
+        7:
+          uid: gw-ng
+          kind: switch
+        9:
+          uid: sw-1
+          kind: switch
     6:
       snmp_pattern: "GigabitEthernet%LINECARD%/%PORT%"
       kavlan_pattern: "%LINECARD%/%PORT%"
diff --git a/input/grid5000/sites/sophia/networks/sw-1.yaml b/input/grid5000/sites/sophia/networks/sw-1.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..6b9969c9dbe828b8385b23bfeb8f4fdcbd3dbb7a
--- /dev/null
+++ b/input/grid5000/sites/sophia/networks/sw-1.yaml
@@ -0,0 +1,107 @@
+---
+sw-1:
+  model: Aruba 8325-48Y8C
+  warranty: 2048-05
+  kind: switch
+  managed_by_us: true
+  site: sophia
+  ip: 172.17.143.251
+  snmp_community: public
+  backplane_bps: 1440000000000
+  linecards:
+    1:
+      snmp_pattern: "%LINECARD%/1/%PORT%"
+      kavlan_pattern: "%LINECARD%/1/%PORT%"
+      rate: 25000000000
+      kind: node
+      ports:
+        1:
+        2:
+        3:
+          uid: lag1
+          kind: channel
+        4:
+          uid: lag1
+          kind: channel
+
+        5:
+          uid: lag2
+          kind: channel
+          rate: 25000000000
+        6:
+          uid: lag2
+          kind: channel
+
+        7:
+          uid: lag3
+          kind: channel
+        8:
+          uid: lag3
+          kind: channel
+        9:
+        10:
+        11:
+        12:
+        13:
+        14:
+        15:
+        16:
+        17:
+        18:
+        19:
+        20:
+        21:
+        22:
+        23:
+        24:
+        25:
+        26:
+        27:
+        28:
+        29:
+        30:
+        31:
+          uid: musa-1
+        32:
+          uid: musa-2
+        33:
+          uid: musa-3
+        34:
+          uid: musa-4
+        35:
+          uid: musa-5
+        36:
+          uid: musa-6
+        40:
+          uid: lag4
+          kind: channel
+          rate: 100000000000
+        41:
+          uid: lag4
+          kind: channel
+          rate: 100000000000
+        46:
+          uid: gw
+          kind: router
+          rate: 10000000000
+  channels:
+    lag1:
+      kind: server
+      rate: 500000000000
+      uid: srv-data1
+      port: lag1
+    lag2:
+      kind: server
+      rate: 500000000000
+      uid: srv-data2
+      port: lag2
+    lag3:
+      kind: server
+      rate: 500000000000
+      uid: srv-data3
+      port: lag3
+    lag4:
+      kind: server
+      rate: 200000000000
+      uid: srv-data4
+      port: lag4
diff --git a/input/grid5000/sites/sophia/networks/sw-3.yaml b/input/grid5000/sites/sophia/networks/sw-3.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..61760909d6c8f777474a06ad369c073cf1e7076c
--- /dev/null
+++ b/input/grid5000/sites/sophia/networks/sw-3.yaml
@@ -0,0 +1,96 @@
+---
+sw-3:
+  model: Aruba 6300M
+  warranty: 2048-05
+  kind: switch
+  managed_by_us: true
+  site: sophia
+  ip: 172.17.143.247
+  snmp_community: public
+  linecards:
+    1:
+      snmp_pattern: "%LINECARD%/1/%PORT%"
+      kavlan_pattern: "%LINECARD%/1/%PORT%"
+      rate: 1000000000
+      kind: node
+      ports:
+        1:
+          uid: uvb-11
+        2:
+          uid: uvb-12
+        3:
+          uid: mercantour1-15
+        4:
+          uid: mercantour1-16
+        5:
+          uid: mercantour1-11
+        6:
+          uid: mercantour1-12
+        7:
+          uid: mercantour1-7
+        8:
+          uid: mercantour1-8
+        9:
+          uid: mercantour1-3
+        10:
+          uid: mercantour1-4
+        11:
+          uid: mercantour2-7
+        12:
+          uid: mercantour2-8
+        13:
+          uid: mercantour2-3
+        14:
+          uid: mercantour2-4
+        33:
+          uid: mercantour2-2
+        34:
+          uid: mercantour2-1
+        35:
+          uid: mercantour2-6
+        36:
+          uid: mercantour2-5
+        37:
+          uid: mercantour1-2
+        38:
+          uid: mercantour1-1
+        39:
+          uid: mercantour1-6
+        40:
+          uid: mercantour1-5
+        41:
+          uid: mercantour1-10
+        42:
+          uid: mercantour1-9
+        43:
+          uid: mercantour1-14
+        44:
+          uid: mercantour1-13
+        45: 
+          uid: uvb-10
+        46:
+          uid: uvb-9
+        48:
+          uid: gw-ng
+          kind: switch
+  channels:
+    lag1:
+      kind: server
+      rate: 500000000000
+      uid: srv-data1
+      port: lag1
+    lag2:
+      kind: server
+      rate: 500000000000
+      uid: srv-data2
+      port: lag2
+    lag3:
+      kind: server
+      rate: 500000000000
+      uid: srv-data3
+      port: lag3
+    lag4:
+      kind: server
+      rate: 200000000000
+      uid: srv-data4
+      port: lag4
diff --git a/input/grid5000/sites/sophia/networks/swx1nef.yaml b/input/grid5000/sites/sophia/networks/swx1nef.yaml
deleted file mode 100644
index ee65099afc74fd278a94b109c8bce0b8ab9e6fa3..0000000000000000000000000000000000000000
--- a/input/grid5000/sites/sophia/networks/swx1nef.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
----
-swx1nef:
-  model: Juniper EX2500-24F-FB
-  warranty: expired
-  kind: switch
-  managed_by_us: true
-  site: sophia
-  snmp_community: g5kadmin
-  backplane_bps: 240000000000
-  linecards:
-    0:
-      snmp_pattern: "Port: %PORT% Gigabit"
-      kind: virtual
-      rate: 10000000000
-      ports:
-        5:
-          uid: gw
-          kind: router
-          port: 1/2
-        18:
-          uid: swy1nef
-          kind: switch
-          port: 0/103
-        19:
-          uid: srv3
-          kind: other
-          port: eth3
diff --git a/input/grid5000/sites/sophia/networks/swy1nef.yaml b/input/grid5000/sites/sophia/networks/swy1nef.yaml
deleted file mode 100644
index fa2f9097afde36e67967272485deb60cd894891f..0000000000000000000000000000000000000000
--- a/input/grid5000/sites/sophia/networks/swy1nef.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
----
-swy1nef:
-  model: Dell PowerConnect 6248
-  warranty: expired
-  kind: switch
-  managed_by_us: true
-  site: sophia
-  snmp_community: g5kadmin
-  ip: 172.16.143.249
-  backplane_bps: 184000000000
-  linecards:
-    0:
-      snmp_pattern: "Port: %PORT% Gigabit"
-      kavlan_pattern: "%PORT%"
-      kind: node
-      rate: 1000000000
-      ports:
-        103:
-          uid: swx1nef
-          kind: switch
-          port: 0/18
diff --git a/input/grid5000/sites/sophia/servers/virtual.yaml b/input/grid5000/sites/sophia/servers/virtual.yaml
index c5ac2d429099d3d391e547569de62052bdc9dda5..4236b363398777dabfcb5651214fe8e231f5b2bf 100644
--- a/input/grid5000/sites/sophia/servers/virtual.yaml
+++ b/input/grid5000/sites/sophia/servers/virtual.yaml
@@ -5,22 +5,18 @@ nat:
   network_adapters:
     default:
       ip: 172.16.143.110
-    admin:
+    adm:
       ip: 172.17.143.110
 api-proxy:
   kind: virtual
   network_adapters:
     default:
       ip: 172.16.143.111
-    admin:
-      ip: 172.17.143.111
 api-server-devel:
   kind: virtual
   network_adapters:
     default:
       ip: 172.16.143.117
-    admin:
-      ip: 172.17.143.117
 api-server-v3:
   kind: virtual
   network_adapters:
@@ -31,7 +27,7 @@ conman:
   network_adapters:
     default:
       ip: 172.16.143.116
-    admin:
+    adm:
       ip: 172.17.143.116
 dhcp:
   kind: virtual
@@ -39,34 +35,42 @@ dhcp:
     default:
       ip: 172.16.143.124
       ip6: 2001:660:4406:800:0:2:0:18
-    admin:
+    adm:
       ip: 172.17.143.124
 dns:
   kind: virtual
+  alias:
+  - ns
   network_adapters:
     default:
       ip: 172.16.143.101
-    admin:
-      ip: 172.17.143.106
 fsophia:
   kind: virtual
+  alias:
+  - frontend
   network_adapters:
     default:
       ip: 172.16.143.106
 kadeploy:
   kind: virtual
+  alias:
+  - kadeploy-server
   network_adapters:
     default:
       ip: 172.16.143.105
+    adm:
+      ip: 172.17.143.105
 kadeploy-devel:
   kind: virtual
   network_adapters:
     default:
       ip: 172.16.143.127
-    admin:
-      ip: 172.17.143.105
+    adm:
+      ip: 172.17.143.127
 kavlan:
   kind: virtual
+  alias:
+  - kavlan-dhcp
   network_adapters:
     default:
       ip: 172.16.143.120
@@ -75,50 +79,39 @@ kavlan-1:
   network_adapters:
     default:
       ip: 172.16.143.121
-    admin:
-      ip: 172.17.143.121
 kavlan-2:
   kind: virtual
   network_adapters:
     default:
       ip: 172.16.143.122
-    admin:
-      ip: 172.17.143.122
 kavlan-3:
   kind: virtual
   network_adapters:
     default:
       ip: 172.16.143.123
-    admin:
-      ip: 172.17.143.120
 ldap:
   kind: virtual
   network_adapters:
     default:
       ip: 172.16.143.102
-    admin:
-      ip: 172.17.143.102
 mail:
   kind: virtual
   network_adapters:
     default:
       ip: 172.16.143.109
-    admin:
-      ip: 172.17.143.109
 mysql:
   kind: virtual
   network_adapters:
     default:
       ip: 172.16.143.107
-    admin:
-      ip: 172.17.143.107
 oar:
   kind: virtual
+  alias:
+  - oar-server
+  - oardb
   network_adapters:
     default:
       ip: 172.16.143.104
-    admin:
-      ip: 172.17.143.104
 puppet6:
   kind: virtual
   alias:
@@ -136,15 +129,11 @@ syslog:
   network_adapters:
     default:
       ip: 172.16.143.118
-    admin:
-      ip: 172.17.143.118
 www:
   kind: virtual
   network_adapters:
     default:
       ip: 172.16.143.113
-    admin:
-      ip: 172.17.143.113
 kavlan-devel:
   kind: virtual
   network_adapters:
@@ -155,8 +144,6 @@ kavlan-1-devel:
   network_adapters:
     default:
       ip: 172.16.143.141
-    admin:
-      ip: 172.17.143.141
 oar-devel:
   kind: virtual
   network_adapters:
diff --git a/input/grid5000/vlans.yaml b/input/grid5000/vlans.yaml
index 72f4ac7de96f66964d2d2fde42167fb5f9741248..e477f33b80c535911860a1fef764e10044235c2b 100644
--- a/input/grid5000/vlans.yaml
+++ b/input/grid5000/vlans.yaml
@@ -96,6 +96,7 @@ vlans:
       local nancy grdix eth0 0 0 2 10
       local nancy grvingt eth0 0 0 3 0
       local nancy grele eth0 0 0 11 0
+      local nancy gratouille eth0 0 0 11 14
       local nancy graffiti eth2 0 0 12 0
       local nancy grue eth0 0 0 13 0
       local nancy grat eth0 0 0 13 10
@@ -114,10 +115,12 @@ vlans:
       local rennes abacus12 eth0 0 0 10 2
       local rennes abacus14 eth0 0 0 10 4
       local rennes abacus16 eth0 0 0 10 6
+      local rennes abacus27 eth0 0 0 10 8
       local rennes roazhon3 eth0 0 0 11 0
       local rennes roazhon7 eth0 0 0 11 2
       local rennes roazhon8 eth0 0 0 11 6
       local rennes roazhon9 eth0 0 0 11 10
+      local sophia musa eth0 0 0 2 0
       local sophia uvb eth0 0 0 1 0
       local toulouse montcalm eth0 0 0 0 0
       local toulouse estats eth0 0 0 1 0
@@ -143,6 +146,7 @@ vlans:
       global nancy gros eth0 0 0 15 0
       global nancy gros eth1 0 0 15 130
       global nancy grele eth0 0 0 19 0
+      global nancy gratouille eth0 0 0 19 14
       global lyon neowise eth0 0 0 20 0
       global lyon sirius eth0 0 0 21 0
       global nancy grvingt eth0 0 0 24 0
@@ -162,6 +166,7 @@ vlans:
       global grenoble servan fpga1 0 0 35 20
       global rennes paradoxe eth0 0 0 36 0
       global sophia uvb eth0 0 0 40 0
+      global sophia musa eth0 0 0 39 0
       global nancy gruss eth2 0 0 41 0
       global luxembourg petitprince eth0 0 0 46 0
       global luxembourg petitprince eth1 0 0 46 100
@@ -174,6 +179,7 @@ vlans:
       global rennes abacus12 eth0 0 0 52 10
       global rennes abacus14 eth0 0 0 52 20
       global rennes abacus16 eth0 0 0 52 30
+      global rennes abacus27 eth0 0 0 52 40
       global rennes roazhon3 eth0 0 0 53 0
       global rennes roazhon7 eth0 0 0 53 10
       global rennes roazhon8 eth0 0 0 53 20
@@ -208,6 +214,7 @@ vlans:
       routed nancy gres eth0 0 16 10 0
       routed nancy grdix eth0 0 16 10 10
       routed nancy grele eth0 0 16 11 0
+      routed nancy gratouille eth0 0 16 11 14
       routed nancy graffiti eth2 0 16 12 0
       routed nancy grue eth0 0 16 13 0
       routed nancy grat eth0 0 16 13 10
@@ -223,6 +230,7 @@ vlans:
       routed rennes abacus12 eth0 0 24 10 2
       routed rennes abacus14 eth0 0 24 10 4
       routed rennes abacus16 eth0 0 24 10 6
+      routed rennes abacus27 eth0 0 24 10 8
       routed rennes roazhon3 eth0 0 24 11 0
       routed rennes roazhon7 eth0 0 24 11 5
       routed rennes roazhon8 eth0 0 24 11 9
@@ -230,6 +238,7 @@ vlans:
       routed toulouse montcalm eth0 0 28 0 0
       routed toulouse estats eth0 0 28 1 0
       routed sophia uvb eth0 0 32 1 0
+      routed sophia musa eth0 0 32 2 0
       routed luxembourg petitprince eth0 0 40 2 0
       routed luxembourg petitprince eth1 0 40 3 0
       routed nantes econome eth0 0 44 0 0
diff --git a/lib/refrepo/gen/dell-product-data.rb b/lib/refrepo/gen/dell-product-data.rb
index debd9306f6e0a276bf603c022696021b471aa110..78b7b40869137e2cc0efb2a240ddfb44e7ab3032 100644
--- a/lib/refrepo/gen/dell-product-data.rb
+++ b/lib/refrepo/gen/dell-product-data.rb
@@ -63,7 +63,7 @@ def get_api_token
     url = 'https://apigtwb2c.us.dell.com/auth/oauth/v2/token'
     conf = RefRepo::Utils.get_api_config
     if !conf.key?('dell_api')
-        raise "You must add the dell_api configuration in ~/.grid5000_api.yml"
+        raise "You must add the dell_api configuration in ~/.grid5000_api.yml, pass show global/dell"
     end
     api_cred = /(.*)\((.*)\)/.match(conf['dell_api'])  
 
diff --git a/lib/refrepo/gen/reference-api.rb b/lib/refrepo/gen/reference-api.rb
index 3852d0879f2305046d539b2233f2aaa4e7ba4c77..92b870145054c746bcd931e53b10dfdb7f282b6f 100644
--- a/lib/refrepo/gen/reference-api.rb
+++ b/lib/refrepo/gen/reference-api.rb
@@ -154,7 +154,7 @@ def generate_reference_api
         node["storage_devices"] = node["storage_devices"].sort_by{ |_sd, v| v['id'] }.map { |a| a[1] }
 
         node["network_adapters"].each { |key, _hash| node["network_adapters"][key]["device"] = key; } # Add "device: ethX" within the hash
-        node["network_adapters"] = node["network_adapters"].sort_by_array(["eth0", "eth1", "eth2", "eth3", "eth4", "eth5", "eth6", "ib0.8100", "ib0", "ib1", "ib2", "ib3", "ib4", "ib5", "ib6", "ib7", "ibs1","bmc", "eno1", "eno2", "eno1np0", "eno2np1", "ens4f0", "ens4f1", "ens5f0", "ens5f1", "ens10f0np0", "ens10f1np1", "fpga0", "fpga1"]).values
+        node["network_adapters"] = node["network_adapters"].sort_by_array(["eth0", "eth1", "eth2", "eth3", "eth4", "eth5", "eth6", "ib0.8100", "ib0", "ib1", "ib2", "ib3", "ib4", "ib5", "ib6", "ib7", "ibs1","ibs3","bmc", "eno1", "eno2", "eno1np0", "eno2np1", "ens4f0", "ens4f1", "ens5f0", "ens5f1", "ens10f0np0", "ens10f1np1", "fpga0", "fpga1"]).values
         node["memory_devices"].each { |key, _hash| node["memory_devices"][key]["device"] = key; } # Add "device: dimm_a1" within the hash
         node["memory_devices"] = node["memory_devices"].sort_by { |d, _|
           [d.gsub(/dimm_(\d+)/, '\1').to_i,
diff --git a/lib/refrepo/gen/wiki/generators/hardware.rb b/lib/refrepo/gen/wiki/generators/hardware.rb
index 33ce26f4d08536025ba1cbde7b0dadc446d71e81..fef08119c52319e070c222f5a8ef3d62effa1937 100644
--- a/lib/refrepo/gen/wiki/generators/hardware.rb
+++ b/lib/refrepo/gen/wiki/generators/hardware.rb
@@ -386,6 +386,9 @@ class G5KHardwareGenerator < WikiGenerator
       'Volta' => '2017',
       'Fermi' => '2010',
       'Golden Cove' => '2021',
+      'Grace' => '2022',
+      'Hopper' => '2022',
+      'Sapphire Rapids' => '2023',
       'N/A' => '&nbsp;',
     }
     date = release_dates[microarchitecture]
diff --git a/lib/refrepo/gpu_ref.rb b/lib/refrepo/gpu_ref.rb
index f5bf596024f8b184d438bb135f58df4830587b75..035444e44ae0df4a55b7bd29543d9476f2548814 100644
--- a/lib/refrepo/gpu_ref.rb
+++ b/lib/refrepo/gpu_ref.rb
@@ -56,6 +56,18 @@ class GPURef
         'fp-64' => 5304000000000,
       },
     },
+    'Tesla V100-PCIE-16GB' => {
+      'cores'              => 5120,
+      'compute_capability' => '7.0',
+      'short_name'         => 'Tesla V100',
+      'alias'              => 'v100-pcie-16',
+      'microarchitecture'  => 'Volta',
+      'performance'        => {
+        'fp-16' => 28260000000000,
+        'fp-32' => 14130000000000,
+        'fp-64' => 7066000000000,
+      },
+    },
     'Tesla V100-PCIE-32GB' => {
       'cores'              => 5120,
       'compute_capability' => '7.0',
@@ -128,6 +140,18 @@ class GPURef
         'fp-64' => 1371000000000,
       },
     },
+    'H100 NVL' => {
+      'cores'              => 14592,
+      'compute_capability' => '9.0',
+      'short_name'         => 'Tesla H100',
+      'alias'              => 'h100',
+      'microarchitecture'  => 'Hopper',
+      'performance'        => {
+        'fp-16' => 1671000000000000,
+        'fp-32' => 60000000000000,
+        'fp-64' => 30000000000000,
+      },
+    },
     'L40S' => {
       'cores'              => 18176,
       'compute_capability' => '8.9',
@@ -271,6 +295,18 @@ class GPURef
         'fp-64' => 705000000000,
       },  
     },
+    'L40' => {
+       'cores'              => 18176,
+       'compute_capability' => '8.9',
+       'short_name'         => 'L40',
+       'alias'              => 'l40',
+       'microarchitecture'  => 'Ada Lovelace',
+       'performance'        => {
+         'fp-16' => 9050000000000,
+         'fp-32' => 9050000000000,
+         'fp-64' => 141400000000,
+       },
+     },
   }
 
 
diff --git a/lib/refrepo/input_loader.rb b/lib/refrepo/input_loader.rb
index 838b3dc5b9bd145eebb8f3bfbb0bf9e9bde40cfe..8b29a8b79fa3b673498bd77b57b48588db0bf18e 100644
--- a/lib/refrepo/input_loader.rb
+++ b/lib/refrepo/input_loader.rb
@@ -256,7 +256,7 @@ def add_default_values_and_mappings(h)
 
         # Ensure that id (diskN) is present
         node["storage_devices"].each do |key, hash|
-          raise "Missing id for disk #{key} from cluster input" if !hash['id']
+          raise "Missing id for disk #{key} from cluster input (node=#{node_uid}, hash=#{hash})" if !hash['id']
         end
 
         # Add vendor info to storage
@@ -388,6 +388,7 @@ def add_switch_port(h)
     site.fetch('clusters', {}).each_pair do |_cluster_uid, hc|
       hc['nodes'].each_pair do |node_uid, hn|
         next if hn['status'] == 'retired'
+        raise "#{node_uid} has no network interfaces!" if hn['network_adapters'].nil?
         hn['network_adapters'].each_pair do |iface_uid, iface|
           if (iface['mounted'] or iface['mountable']) and not iface['management'] and iface['interface'] =~ /(fpga|Ethernet)/
             switch, swport = net_switch_port_lookup(site, node_uid, iface_uid) || net_switch_port_lookup(site, node_uid)
diff --git a/lib/refrepo/net_names_mapping.yaml b/lib/refrepo/net_names_mapping.yaml
index 77994dd087cceda0106c175b9b554536ccd7ac0d..c002b3f7c0a198b4b0b3c48c9a93c6843e0788af 100644
--- a/lib/refrepo/net_names_mapping.yaml
+++ b/lib/refrepo/net_names_mapping.yaml
@@ -74,6 +74,12 @@ abacus22:
 abacus25:
   ens10f0: eth0
   ens10f1: eth1
+abacus26:
+  enp1s0f0np0: eth0
+  ens15f1np1: eth1
+abacus27:
+  enp1s0f0np0: eth0
+  ens22f1np1: eth1
 chetemi:
   eno1: eth0
   eno2: eth1
@@ -158,6 +164,11 @@ grele:
   eno2: eth1
   eno3: eth2
   eno4: eth3
+gratouille:
+  eno1: eth0
+  eno2: eth1
+  eno3: eth2
+  eno4: eth3
 gres:
   ens22f0np0: eth0
   ens22f1np1: eth1
@@ -201,9 +212,15 @@ hercule:
 hydra:
   enp1s0f0np0: eth0
   enp1s0f1np1: eth1
+mercantour2:
+  enp1s0f0np0: eth0
+  eno2: eth1
 montcalm:
   ens10f0np0: eth0
   ens10f1np1: eth1
+musa:
+  enp1s0f0np0: eth0
+  ens22f1np1: eth1
 nessie:
   enp53s0f0np0: eth0
   enp53s0f1np1: eth1
@@ -311,6 +328,13 @@ sirius:
   enp225s0f0np0: eth0
   enp226s0: eth1
   enp225s0f1np1: eth2
+spirou:
+  enp1s0f0np0: eth0
+  ens1f1np1: eth1
+  ens4f0: eth2
+  ens4f1: eth3
+  ens4f2: eth4
+  ens4f3: eth5
 taurus:
   eno1: eth2
   eno2: eth3
@@ -324,6 +348,11 @@ troll:
 uvb:
   eno1: eth0
   eno2: eth1
+esterel41:
+  enp1s0f0np0: eth0
+  ens15f1: eth1
+  ens15f2: eth2
+  ens15f3: eth3
 yeti:
   eno1: eth0
   eno2: eth1
diff --git a/lib/refrepo/valid/data/homogeneity.yaml.erb b/lib/refrepo/valid/data/homogeneity.yaml.erb
index 8785c8aa51e603b0494bb81f244551ca8f269e25..53e75cceae3705d4f7950e3db48f8977ffbee946 100644
--- a/lib/refrepo/valid/data/homogeneity.yaml.erb
+++ b/lib/refrepo/valid/data/homogeneity.yaml.erb
@@ -208,6 +208,10 @@ lyon:
     - ~storage_devices.pci-0000:02:04.0-scsi-0:0:1:0.size
     - ~storage_devices.pci-0000:02:04.0-scsi-0:0:1:0.vendor
     - ~storage_devices.pci-0000:02:04.0-scsi-0:0:1:0.firmware_version
+  hydra-2:
+    - ~network_adapters.eth0.firmware_version
+    - ~network_adapters.eth1.firmware_version
+
 nancy:
   graffiti-2:
     - ~gpu_devices.nvidia1.vbios_version
@@ -420,6 +424,12 @@ rennes:
     - ~storage_devices.pci-0000:64:00.0-scsi-0:2:3:0.model
     - ~storage_devices.pci-0000:64:00.0-scsi-0:2:3:0.firmware_version
 sophia:
+  mercantour2-[4-5]: # different disk firmware version
+    - ~storage_devices.pci-0000:00:1f.2-ata-1.firmware_version
+  mercantour2-[7-8]: # different disk
+    - ~storage_devices.pci-0000:00:1f.2-ata-1.firmware_version
+    - ~storage_devices.pci-0000:00:1f.2-ata-1.model
+    - ~storage_devices.pci-0000:00:1f.2-ata-1.vendor
   uvb-13:
     - -chassis.serial
     - ~chassis.manufacturer
@@ -453,3 +463,7 @@ strasbourg:
     - ~storage_devices.pci-0000:47:00.0-scsi-0:2:1:0.firmware_version
   fleckenstein-7:
     - ~storage_devices.pci-0000:47:00.0-scsi-0:2:1:0.firmware_version
+louvain:
+  spirou-[6-8]:
+    - ~bios.release_date
+    - ~bios.version
diff --git a/lib/refrepo/valid/homogeneity.rb b/lib/refrepo/valid/homogeneity.rb
index dff390dbd51240ed0c708aed6e6f8b8c7ee9c8f3..bf2910ce9ce02ee6412e95aa1454f135fa9ccb9b 100644
--- a/lib/refrepo/valid/homogeneity.rb
+++ b/lib/refrepo/valid/homogeneity.rb
@@ -241,14 +241,25 @@ def check_cluster_homogeneity(options = {:verbose => false})
   options[:api][:pwd] = conf['password']
 
   verbose = options[:verbose]
-  puts "Differences found between successive nodes, per cluster:\n\n"
-
   total_count, count = cluster_homogeneity(refapi_hash, options)
   puts "\n" if verbose
 
-  puts count.to_yaml unless verbose
-
-  puts "\nUse 'VERBOSE=1' option for details." unless verbose
+  unless verbose
+    count.each_pair do |site, v|
+      next if v.values.select { |c| c != 0 }.empty?
+      puts "#{site} ..."
+      v.each_pair do |cluster, c|
+        next if c == 0
+        puts "  #{cluster}: #{c}"
+      end
+    end
+  end
 
-  return total_count == 0
+  if total_count == 0
+    puts "OK"
+    return true
+  else
+    puts "Use 'VERBOSE=1' option for details." unless verbose
+    return false
+  end
 end
diff --git a/lib/refrepo/valid/input/schema.rb b/lib/refrepo/valid/input/schema.rb
index 7d2d916306b3e361455417459696335b76c4c5af..ed1cd8fc1803fca86a5f2ccea784fe9e043ae636 100644
--- a/lib/refrepo/valid/input/schema.rb
+++ b/lib/refrepo/valid/input/schema.rb
@@ -45,5 +45,10 @@ def yaml_input_schema_validator(options)
       end
     end
   end
+  if r
+    puts "OK"
+  else
+    puts "FAILED"
+  end
   return r
 end