diff --git a/data/grid5000/sites/rennes/clusters/abacus2/abacus2.json b/data/grid5000/sites/rennes/clusters/abacus2/abacus2.json index e4406d298b12f5af6f40d7f3a786aa073a61d0e9..cc3054577bde97b2dcbbd12a82d04efce0deb3c8 100644 --- a/data/grid5000/sites/rennes/clusters/abacus2/abacus2.json +++ b/data/grid5000/sites/rennes/clusters/abacus2/abacus2.json @@ -1,6 +1,6 @@ { "boot_type": "bios", - "created_at": "Tue, 24 Oct 2023 00:00:00 GMT", + "created_at": "Fri, 10 Nov 2023 00:00:00 GMT", "exotic": false, "kavlan": false, "metrics": [ diff --git a/data/grid5000/sites/rennes/clusters/abacus2/nodes/abacus2-1.json b/data/grid5000/sites/rennes/clusters/abacus2/nodes/abacus2-1.json index 17f81ea3e6afc280397d01a39808a402fddc9f9c..c8b30aa7947d7931e04cb5637add177d8beb3600 100644 --- a/data/grid5000/sites/rennes/clusters/abacus2/nodes/abacus2-1.json +++ b/data/grid5000/sites/rennes/clusters/abacus2/nodes/abacus2-1.json @@ -43,6 +43,22 @@ "mountable": false, "mounted": false }, + { + "device": "eth2", + "enabled": false, + "interface": "Ethernet", + "kavlan": false, + "mountable": false, + "mounted": false + }, + { + "device": "eth3", + "enabled": false, + "interface": "Ethernet", + "kavlan": false, + "mountable": false, + "mounted": false + }, { "device": "bmc", "enabled": true, @@ -74,11 +90,11 @@ "storage_devices": [ { "by_id": "", - "by_path": "/dev/disk/by-path/dummy", + "by_path": "/dev/disk/by-path/pci-0000:02:00.0-scsi-0:2:0:0", "id": "disk0", "interface": "SAS", "model": "unknown", - "storage": "SSD", + "storage": "HDD", "vendor": "Unknown" } ], diff --git a/input/grid5000/sites/rennes/clusters/abacus2/abacus2.yaml b/input/grid5000/sites/rennes/clusters/abacus2/abacus2.yaml index f4de1f67f1a369e386a2424a5074f1a89c14af09..ca29ecadf48e584be9eba266eafd5f010c4bfd22 100644 --- a/input/grid5000/sites/rennes/clusters/abacus2/abacus2.yaml +++ b/input/grid5000/sites/rennes/clusters/abacus2/abacus2.yaml @@ -1,5 +1,5 @@ model: Dell PowerEdge R730 -created_at: 2023-10-24 +created_at: 2023-11-10 kavlan: false boot_type: bios exotic: false @@ -49,10 +49,20 @@ nodes: enabled: false mountable: false mounted: false + eth2: + interface: Ethernet + enabled: false + mountable: false + mounted: false + eth3: + interface: Ethernet + enabled: false + mountable: false + mounted: false storage_devices: disk0: id: disk0 interface: SAS - storage: SSD + storage: HDD model: unknown - by_path: "/dev/disk/by-path/dummy" + by_path: "/dev/disk/by-path/pci-0000:02:00.0-scsi-0:2:0:0"