diff --git a/data/grid5000/sites/rennes/clusters/abacus2/abacus2.json b/data/grid5000/sites/rennes/clusters/abacus2/abacus2.json new file mode 100644 index 0000000000000000000000000000000000000000..e4406d298b12f5af6f40d7f3a786aa073a61d0e9 --- /dev/null +++ b/data/grid5000/sites/rennes/clusters/abacus2/abacus2.json @@ -0,0 +1,16 @@ +{ + "boot_type": "bios", + "created_at": "Tue, 24 Oct 2023 00:00:00 GMT", + "exotic": false, + "kavlan": false, + "metrics": [ + + ], + "model": "Dell PowerEdge R730", + "queues": [ + "admin", + "testing" + ], + "type": "cluster", + "uid": "abacus2" +} \ No newline at end of file diff --git a/data/grid5000/sites/rennes/clusters/abacus2/nodes/abacus2-1.json b/data/grid5000/sites/rennes/clusters/abacus2/nodes/abacus2-1.json new file mode 100644 index 0000000000000000000000000000000000000000..17f81ea3e6afc280397d01a39808a402fddc9f9c --- /dev/null +++ b/data/grid5000/sites/rennes/clusters/abacus2/nodes/abacus2-1.json @@ -0,0 +1,96 @@ +{ + "architecture": { + "nb_cores": 8, + "nb_procs": 2, + "nb_threads": 8, + "platform_type": "x86_64" + }, + "bios": { + "vendor": "Dell Inc." + }, + "exotic": false, + "main_memory": { + }, + "management_tools": { + "bmc_vendor_tool": "racadm", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + + ], + "network_adapters": [ + { + "device": "eth0", + "enabled": true, + "interface": "Ethernet", + "ip": "172.16.109.2", + "ip6": "2001:660:4406:700:e::2", + "kavlan": false, + "mac": "24:6e:96:69:48:54", + "mountable": true, + "mounted": true, + "network_address": "abacus2-1.rennes.grid5000.fr", + "switch": null, + "switch_port": null + }, + { + "device": "eth1", + "enabled": false, + "interface": "Ethernet", + "kavlan": false, + "mountable": false, + "mounted": false + }, + { + "device": "bmc", + "enabled": true, + "interface": "Ethernet", + "ip": "172.17.109.2", + "kavlan": false, + "mac": "50:9a:4c:64:9b:89", + "management": true, + "mountable": false, + "mounted": false, + "network_address": "abacus2-1-bmc.rennes.grid5000.fr" + } + ], + "performance": { + "core_flops": 13600000000, + "node_flops": 108800000000 + }, + "processor": { + "cache_l1": null, + "clock_speed": 1700000000, + "microarchitecture": "Sandy Bridge", + "other_description": "Intel(R) Xeon(R) CPU E5-2609 v4 @ 1.70GHz" + }, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2023092009", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/dummy", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 0, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "abacus2-1" +} \ No newline at end of file diff --git a/input/grid5000/sites/rennes/clusters/abacus2/abacus2.yaml b/input/grid5000/sites/rennes/clusters/abacus2/abacus2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f4de1f67f1a369e386a2424a5074f1a89c14af09 --- /dev/null +++ b/input/grid5000/sites/rennes/clusters/abacus2/abacus2.yaml @@ -0,0 +1,58 @@ +model: Dell PowerEdge R730 +created_at: 2023-10-24 +kavlan: false +boot_type: bios +exotic: false +queues: + - admin + - testing +nodes: + abacus2-1: + supported_job_types: + deploy: true + besteffort: true + max_walltime: 0 + architecture: + nb_procs: 2 + nb_cores: 8 + nb_threads: 8 + platform_type: x86_64 + bios: + vendor: Dell Inc. + processor: + microarchitecture: Sandy Bridge + clock_speed: 1700000000 + other_description: Intel(R) Xeon(R) CPU E5-2609 v4 @ 1.70GHz + memory_devices: [] + software: + standard-environment: debian11-x64-std + management_tools: + bmc_vendor_tool: racadm + network_adapters: + bmc: + mac: 50:9A:4C:64:9B:89 + ip: 172.17.109.2 + interface: Ethernet + management: true + enabled: true + mountable: false + mounted: false + eth0: + mac: 24:6e:96:69:48:54 + ip: 172.16.109.2 + interface: Ethernet + enabled: true + mountable: true + mounted: true + eth1: + interface: Ethernet + enabled: false + mountable: false + mounted: false + storage_devices: + disk0: + id: disk0 + interface: SAS + storage: SSD + model: unknown + by_path: "/dev/disk/by-path/dummy"