Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 194599f0 authored by REGAL-MEZIN Colin's avatar REGAL-MEZIN Colin Committed by REGAL-MEZIN Colin
Browse files

[strasbourg][engelbourg] Delete nodes.yaml.erb file

parent 0d779c57
No related branches found
No related tags found
1 merge request!1153Draft: Testing engelbourg
<%
cluster_name = "engelbourg"
nodes_number = 8 #
# MAC addresses declaration
mac_eth0_list = %w(
00:90:FB:78:0F:12
00:90:FB:78:0F:39
00:90:FB:78:0E:D7
00:90:FB:78:0F:42
00:90:FB:76:CD:89
00:90:FB:76:CD:8A
00:90:FB:78:0F:38
)
mac_bmc_list = %w(
E0:01:A6:A4:4C:FC
E0:01:A6:A4:3A:F0
E0:01:A6:A4:36:04
E0:01:A6:A4:3C:08
E0:01:A6:A4:4B:E4
E0:01:A6:A4:49:28
E0:01:A6:A4:3B:7C
)
%>
---
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] %>
eth0:
interface: Ethernet
management: false
driver: mlx_core
name: enp2s0 # Replace with primary interface name
rate: 10000000000
mac: <%= mac_eth0_list[i - 1] %>
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.
Finish editing this message first!
Please register or to comment