From 355c0e7233bcad94631bea9ad9e73d4580cf953c Mon Sep 17 00:00:00 2001 From: Nicolas Perrin <nicolas.perrin@inria.fr> Date: Fri, 10 Nov 2023 14:55:32 +0100 Subject: [PATCH] [rennes][abacus2] Update cluster data --- .../rennes/clusters/abacus2/abacus2.json | 2 +- .../clusters/abacus2/nodes/abacus2-1.json | 20 +++++++++++++++++-- .../rennes/clusters/abacus2/abacus2.yaml | 16 ++++++++++++--- 3 files changed, 32 insertions(+), 6 deletions(-) diff --git a/data/grid5000/sites/rennes/clusters/abacus2/abacus2.json b/data/grid5000/sites/rennes/clusters/abacus2/abacus2.json index e4406d298b1..cc3054577bd 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 17f81ea3e6a..c8b30aa7947 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 f4de1f67f1a..ca29ecadf48 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" -- GitLab