Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6cb045c2 authored by EISENBART Theo's avatar EISENBART Theo
Browse files

[sophia][esterel6] G5K import

parent 6a301de6
No related branches found
No related tags found
No related merge requests found
......@@ -169,6 +169,7 @@ ipv4:
sophia esterel5 eth0 0 0 3 4
sophia esterel5 ib0 0 0 3 4
sophia esterel6 eth0 0 0 3 6
sophia esterel6 ib0 0 0 3 6
sophia esterel7 eth0 0 0 3 7
sophia esterel7 ib0 0 0 3 7
sophia esterel8 eth0 0 0 3 9
......
......@@ -9,9 +9,6 @@ queues:
- testing
nodes:
esterel6-1:
chassis:
manufactured_at: 2025-02-26
warranty_end: 2022-04-17
supported_job_types:
deploy: true
besteffort: true
......@@ -29,13 +26,21 @@ nodes:
enabled: true
mountable: true
mounted: true
eth1:
enabled: false
mountable: false
mounted: false
ib0:
mounted: true
enabled: true
mountable: true
netmask: 255.255.240.0
storage_devices:
disk0: # This field will have to be renamed later.
pci-0000:03:00.0-scsi-0:2:0:0:
id: disk0
interface: SAS
by_path: "/dev/disk/by-path/pci-0000:03:00.0-scsi-0:2:0:0" # this path will have to change later.
software:
standard-environment: debian11-x64-std # TODO: check that architecture is OK
standard-environment: debian11-x64-std
management_tools:
bmc_vendor_tool: racadm # TODO: replace with bmc_vendor_tool (ipmitool, racadm)
bmc_vendor_tool: racadm
nodeset: esterel6
<%
# File generated by 'rake mass:create SRC=doc/sophia-clusters-mass-create-tmp.csv
# If changes are needed, it might be better to edit the source data and regenerate using 'rake mass:create'
cluster_name = "esterel6"
nodes_number = 1 # Size of the cluster (number of nodes)
# MAC addresses declaration
mac_eth0_list = %w(
18:66:da:a6:f0:f1
)
mac_bmc_list = %w(
18:66:da:a6:f0:f3
)
%>
---
nodes:
<% (1..nodes_number).each { |i| %>
<%= cluster_name %>-<%= i %>:
architecture:
nb_procs: 1 # Fake data, will be replaced by g5k-checks
nb_cores: 72 # Fake data, will be replaced by g5k-checks
nb_threads: 72 # Fake data, will be replaced by g5k-checks
platform_type: x86_64 # Fake data, will be replaced by g5k-checks
cpu_core_numbering: contiguous # Fake data, will be replaced by g5k-checks
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:
management: true
mac: <%= mac_bmc_list[i - 1] %>
eth0:
interface: Ethernet
management: false
driver: mlx_core # Fake data, will be replaced by g5k-checks
name: enp1s0f0np0 # Fake data, will be replaced by g5k-checks
rate: 10000000000 # Fake data, will be replaced by g5k-checks
mac: <%= mac_eth0_list[i - 1] %>
storage_devices:
disk0:
storage: SSD # Fake data, will be replaced by g5k-checks
model: unknown # Fake data, will be replaced by g5k-checks
size: 8 # Fake data, will be replaced by g5k-checks
<% } %>
......@@ -419,6 +419,10 @@ esterel7:
enp1s0f0np0: eth0
enp1s0f1: eth1
ibp130s0: ib0
esterel6:
enp1s0f0np0: eth0
eno2: eth1
ibp130s0: ib0
esterel10:
eno1: eth0
eno2: eth1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment