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..c4ae7d6eeefe760df76bb058f42476ccc5d4e659 --- /dev/null +++ b/data/grid5000/sites/rennes/clusters/abacus26/abacus26.json @@ -0,0 +1,19 @@ +{ + "boot_type": "uefi", + "created_at": "Thu, 01 Jan 1970 00:00:00 GMT", + "exotic": false, + "kavlan": false, + "manufactured_at": "1970-01-01", + "metrics": [ + + ], + "model": "HPE ProLiant DL380 Gen11", + "queues": [ + "admin", + "testing" + ], + "redfish": true, + "type": "cluster", + "uid": "abacus26", + "warranty_end": "1970-01-01" +} \ 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..f48ba7fcc2ae36bffcf338cd33ccc7d46a9334a9 --- /dev/null +++ b/data/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.json @@ -0,0 +1,128 @@ +{ + "architecture": { + "cpu_core_numbering": "contiguous", + "nb_cores": 72, + "nb_procs": 1, + "nb_threads": 72, + "platform_type": "x86_64" + }, + "bios": { + "release_date": "01/01/2000", + "vendor": "Unknown", + "version": 1 + }, + "bmc_version": "v1", + "chassis": { + "manufactured_at": "1970-01-01", + "manufacturer": "Unknown", + "name": "Unknown", + "warranty_end": "1970-01-01" + }, + "exotic": false, + "main_memory": { + "ram_size": 8 + }, + "management_tools": { + "bmc_vendor_tool": "ipmitool", + "ipmitool": { + "retries": 5 + } + }, + "memory_devices": [ + { + "device": "dimm_proc 1 dimm 1", + "size": 8, + "technology": "dram" + } + ], + "network_adapters": [ + { + "device": "eth0", + "driver": "mlx_core", + "enabled": true, + "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, + "mountable": true, + "mounted": true, + "name": "enp1s0f0np0", + "network_address": "abacus26-1.rennes.grid5000.fr", + "rate": 10000000000, + "switch": null, + "switch_port": null + }, + { + "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": "unknown", + "cstate_governor": "unknown", + "ht_enabled": true, + "pstate_driver": "unknwon", + "pstate_governor": "unknown", + "turboboost_enabled": true + }, + "performance": { + "core_flops": 128, + "node_flops": 9216 + }, + "processor": { + "cache_l1": null, + "cache_l1d": 8, + "cache_l1i": 8, + "cache_l2": 8, + "cache_l3": 8, + "clock_speed": 8, + "ht_capable": true, + "instruction_set": "x86-64", + "microarchitecture": "Haswell", + "microcode": "0xd000001", + "model": "Unknown", + "other_description": "description", + "vendor": "vendor", + "version": "vendor" + }, + "redfish": true, + "software": { + "forced-deployment-timestamp": 202007300948, + "postinstall-version": "1.2024101411", + "standard-environment": "debian11-x64-std" + }, + "storage_devices": [ + { + "by_id": "", + "by_path": "/dev/disk/by-path/dummy", + "id": "disk0", + "interface": "SAS", + "model": "unknown", + "size": 8, + "storage": "SSD", + "vendor": "Unknown" + } + ], + "supported_job_types": { + "besteffort": true, + "deploy": true, + "max_walltime": 0, + "queues": [ + "admin", + "testing" + ] + }, + "type": "node", + "uid": "abacus26-1" +} \ No newline at end of file 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..26de8193208b1e7897caad973787089b93dd2b73 --- /dev/null +++ b/input/grid5000/sites/rennes/clusters/abacus26/abacus26.yaml @@ -0,0 +1,40 @@ +--- +model: HPE ProLiant DL380 Gen11 +created_at: 1970-01-01 # TODO: change this value +kavlan: false +boot_type: uefi +exotic: false +queues: + - admin + - testing +nodes: + abacus26-[1-1]: + chassis: + manufactured_at: 1970-01-01 # TODO: Put date. + warranty_end: 1970-01-01 # TODO: Put date. + supported_job_types: + deploy: true + besteffort: true + max_walltime: 0 + processor: + microarchitecture: Haswell # TODO: replace with microarch name. + clock_speed: 8 # TODO: Replace with clock speed. + network_adapters: + bmc: + enabled: true + mountable: false + mounted: false + eth0: + enabled: true + mountable: true + mounted: true + storage_devices: + disk0: # This field will have to be renamed later. + id: disk0 + interface: SAS + by_path: "/dev/disk/by-path/dummy" # this path will have to change later. + software: + standard-environment: debian11-x64-std # TODO: check that architecture is OK + management_tools: + bmc_vendor_tool: ipmitool + nodeset: abacus-26 diff --git a/input/grid5000/sites/rennes/clusters/abacus26/nodes.yaml.erb b/input/grid5000/sites/rennes/clusters/abacus26/nodes.yaml.erb new file mode 100644 index 0000000000000000000000000000000000000000..a7b1ddf305d0b1dc825f78a7aa3f94d804fc700b --- /dev/null +++ b/input/grid5000/sites/rennes/clusters/abacus26/nodes.yaml.erb @@ -0,0 +1,82 @@ +<% + CLUSTER_NAME = "abacus26" + NODES_NUMBER = 1 + SITE_IPV4_INDEX = 13 + # MAC addresses declaration + MAC_ETH0_LIST = %w( + d4:04:e6:b7:7c:d6 + ) + + MAC_BMC_LIST = %w( + 5c:ed:8c:f6:a4:0c + ) +%> +--- +nodes: +<% (1..NODES_NUMBER).each { |i| %> + <%= CLUSTER_NAME %>-<%= i %>: + architecture: + nb_procs: 1 + nb_cores: 72 + nb_threads: 72 + platform_type: x86_64 + cpu_core_numbering: contiguous + bios: + release_date: 01/01/2000 # Fake date, will be replaced by g5k-checks + vendor: Unknown # Fake vendor, will be replaced by g5k-checks + version: 1 # Fake version, will be replaced by g5k-checks + bmc_version: v1 # Fake version, will be replaced by g5k-checks + chassis: + manufacturer: Unknown # Fake manufacturer, will be replaced by g5k-checks + name: Unknown # Fake name, will be replaced by g5k-checks + main_memory: + ram_size: 8 # Fake size, will be replaced by g5k-checks + memory_devices: + dimm: + size: 8 # Fake size, will be replaced by g5k-checks + technology: dram # Common memory technology, will be replaced by g5k-checks + processor: + model: Unknown # Fake model name, will be replaced by g5k-checks + other_description: description # Fake description, will be replaced by g5k-checks + vendor: vendor # Fake vendor, will be replaced by g5k-checks + version: vendor # Fake version, will be replaced by g5k-checks + cache_l1d: 8 # Fake cache, will be replaced by g5k-checks + cache_l1i: 8 # Fake cache, will be replaced by g5k-checks + cache_l2: 8 # Fake cache, will be replaced by g5k-checks + cache_l3: 8 # Fake cache, will be replaced by g5k-checks + instruction_set: x86-64 # Common instruction set, will be replaced by g5k-checks + microcode: "0xd000001" # Fake microcode, will be replaced by g5k-checks + ht_capable: true # Default ht capable value, will be replaced by g5k-checks + main_memory: + ram_size: 8 # Fake ram size, will be replaced by g5k-checks + memory_devices: + dimm_proc 1 dimm 1: # Fake dimm name, will be replaced by g5k-checks + size: 8 # Fake dimm size, will be replaced by g5k-checks + technology: dram # Default dimm technology, will be replaced by g5k-checks + operating_system: + cstate_driver: unknown # Fake driver, will be replaced by g5k-checks + cstate_governor: unknown # Fake governor, will be replaced by g5k-checks + ht_enabled: true # common value for hyper threading, will be replaced by g5k-checks + pstate_driver: unknwon # Fake driver, will be replaced by g5k-checks + pstate_governor: unknown # Fake driver, will be replaced by g5k-checks + turboboost_enabled: true # Default value for turboboost, will be replaced by g5k-checks + network_adapters: + bmc: + interface: Ethernet + management: true + mac: <%= MAC_BMC_LIST[i - 1] %> + ip: 172.17.109.29 + eth0: + interface: Ethernet + management: false + driver: mlx_core + name: enp1s0f0np0 + rate: 10000000000 + mac: <%= MAC_ETH0_LIST[i - 1] %> + ip: 172.16.109.29 + storage_devices: + disk0: + storage: SSD # Common value, will be replaced by g5k-checks + model: unknown # fake value, + size: 8 # Fake value, will be replaced by g5k-checks +<% } %>