Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c8f51b94 authored by PENVEN Loris's avatar PENVEN Loris
Browse files

[rennes][abacus26] modified disk name in cluster yaml

parent ddc4c340
No related branches found
No related tags found
1 merge request!941Testing abacus26
{ {
"architecture": { "architecture": {
"cpu_core_numbering": "contiguous", "cpu_core_numbering": "contiguous",
"nb_cores": 72, "nb_cores": 48,
"nb_procs": 1, "nb_procs": 2,
"nb_threads": 72, "nb_threads": 96,
"platform_type": "x86_64" "platform_type": "x86_64"
}, },
"bios": { "bios": {
"release_date": "01/01/2000", "release_date": "06/19/2024",
"vendor": "Unknown", "vendor": "HPE",
"version": 1 "version": 2.22
}, },
"bmc_version": "v1", "bmc_version": "1.59",
"chassis": { "chassis": {
"manufactured_at": "1970-01-01", "manufactured_at": "1970-01-01",
"manufacturer": "Unknown", "manufacturer": "HPE",
"name": "Unknown", "name": "ProLiant DL380 Gen11",
"serial": "CZ2D1P0F51",
"warranty_end": "1970-01-01" "warranty_end": "1970-01-01"
}, },
"exotic": false, "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": { "main_memory": {
"ram_size": 8 "ram_size": 274877906944
}, },
"management_tools": { "management_tools": {
"bmc_vendor_tool": "ipmitool", "bmc_vendor_tool": "ipmitool",
...@@ -30,34 +67,87 @@ ...@@ -30,34 +67,87 @@
}, },
"memory_devices": [ "memory_devices": [
{ {
"device": "dimm_proc 1 dimm 1", "device": "dimm_proc 1 dimm 10",
"size": 8, "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" "technology": "dram"
} }
], ],
"network_adapters": [ "network_adapters": [
{ {
"device": "eth0", "device": "eth0",
"driver": "mlx_core", "driver": "bnxt_en",
"enabled": true, "enabled": true,
"firmware_version": "228.0.116.0/pkg 228.1.111.0",
"interface": "Ethernet", "interface": "Ethernet",
"ip": "172.16.109.29", "ip": "172.16.109.29",
"ip6": "2001:660:4406:700:e::1d", "ip6": "2001:660:4406:700:e::1d",
"kavlan": false, "kavlan": false,
"mac": "d4:04:e6:b7:7c:d6", "mac": "d4:04:e6:b7:7c:d6",
"management": false, "management": false,
"model": "BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller",
"mountable": true, "mountable": true,
"mounted": true, "mounted": true,
"name": "enp1s0f0np0", "name": "enp1s0f0np0",
"network_address": "abacus26-1.rennes.grid5000.fr", "network_address": "abacus26-1.rennes.grid5000.fr",
"rate": 10000000000, "rate": 10000000000,
"sriov": false,
"sriov_totalvfs": 0,
"switch": null, "switch": null,
"switch_port": null "switch_port": null,
"vendor": "Broadcom Inc. and subsidiaries"
},
{
"device": "eth1",
"driver": "bnxt_en",
"firmware_version": "228.0.116.0/pkg 228.1.111.0",
"interface": "Ethernet",
"kavlan": false,
"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"
}, },
{ {
"device": "bmc", "device": "bmc",
"enabled": true, "enabled": true,
"interface": "Ethernet",
"ip": "172.17.109.29", "ip": "172.17.109.29",
"kavlan": false, "kavlan": false,
"mac": "5c:ed:8c:f6:a4:0c", "mac": "5c:ed:8c:f6:a4:0c",
...@@ -69,49 +159,48 @@ ...@@ -69,49 +159,48 @@
], ],
"nodeset": "abacus-26", "nodeset": "abacus-26",
"operating_system": { "operating_system": {
"cstate_driver": "unknown", "cstate_driver": "intel_idle",
"cstate_governor": "unknown", "cstate_governor": "menu",
"ht_enabled": true, "ht_enabled": true,
"pstate_driver": "unknwon", "pstate_driver": "intel_pstate",
"pstate_governor": "unknown", "pstate_governor": "performance",
"turboboost_enabled": true "turboboost_enabled": true
}, },
"performance": { "performance": {
"core_flops": 128, "core_flops": 128,
"node_flops": 9216 "node_flops": 6144
}, },
"processor": { "processor": {
"cache_l1": null, "cache_l1": null,
"cache_l1d": 8, "cache_l1d": 49152,
"cache_l1i": 8, "cache_l1i": 32768,
"cache_l2": 8, "cache_l2": 2097152,
"cache_l3": 8, "cache_l3": 62914560,
"clock_speed": 8, "clock_speed": 8,
"ht_capable": true, "ht_capable": true,
"instruction_set": "x86-64", "instruction_set": "x86-64",
"microarchitecture": "Haswell", "microarchitecture": "Haswell",
"microcode": "0xd000001", "microcode": "0x2b0005d2",
"model": "Unknown", "model": "Intel Xeon",
"other_description": "description", "other_description": "Intel(R) Xeon(R) Gold 6442Y",
"vendor": "vendor", "vendor": "Intel"
"version": "vendor"
}, },
"redfish": true, "redfish": true,
"software": { "software": {
"forced-deployment-timestamp": 202007300948, "forced-deployment-timestamp": 202007300948,
"postinstall-version": "1.2024101411", "postinstall-version": "1.2024112508",
"standard-environment": "debian11-x64-std" "standard-environment": "debian11-x64-std"
}, },
"storage_devices": [ "storage_devices": [
{ {
"by_id": "", "by_id": "/dev/disk/by-id/nvme-eui.37305430584073080025384e00000002",
"by_path": "/dev/disk/by-path/pci-0000:e1:00.0-nvme-1", "by_path": "/dev/disk/by-path/pci-0000:e1:00.0-nvme-1",
"id": "disk0", "id": "disk0",
"interface": "SAS", "interface": "NVME",
"model": "unknown", "model": "MO001600KYDMU",
"size": 8, "size": 1600321314816,
"storage": "SSD", "storage": "SSD",
"vendor": "Unknown" "vendor": "Samsung"
} }
], ],
"supported_job_types": { "supported_job_types": {
...@@ -121,7 +210,8 @@ ...@@ -121,7 +210,8 @@
"queues": [ "queues": [
"admin", "admin",
"testing" "testing"
] ],
"virtual": "ivt"
}, },
"type": "node", "type": "node",
"uid": "abacus26-1" "uid": "abacus26-1"
......
...@@ -29,10 +29,9 @@ nodes: ...@@ -29,10 +29,9 @@ nodes:
mountable: true mountable: true
mounted: true mounted: true
storage_devices: storage_devices:
disk0: # This field will have to be renamed later. pci-0000:e1:00.0-nvme-1:
id: disk0 id: disk0
interface: SAS interface: NVME
by_path: "/dev/disk/by-path/pci-0000:e1:00.0-nvme-1"
software: software:
standard-environment: debian11-x64-std # TODO: check that architecture is OK standard-environment: debian11-x64-std # TODO: check that architecture is OK
management_tools: management_tools:
......
<%
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
<% } %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment