Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a65ea663 authored by Nicolas Perrin's avatar Nicolas Perrin Committed by DOMINOIS Hugo
Browse files

[sophia][esterel22] fix ethernet production MAC address

parent 0f815b92
No related branches found
No related tags found
1 merge request!1230queue testing esterel22
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
"ip": "172.16.131.28", "ip": "172.16.131.28",
"ip6": "2001:660:4406:800:4::1c", "ip6": "2001:660:4406:800:4::1c",
"kavlan": false, "kavlan": false,
"mac": "34:17:eb:e8:83:84", "mac": "f4:02:70:9d:f4:d8",
"management": false, "management": false,
"mountable": true, "mountable": true,
"mounted": true, "mounted": true,
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
"redfish": true, "redfish": true,
"software": { "software": {
"forced-deployment-timestamp": 202007300948, "forced-deployment-timestamp": 202007300948,
"postinstall-version": "1.2025021810", "postinstall-version": "1.2025032008",
"standard-environment": "debian11-x64-std" "standard-environment": "debian11-x64-std"
}, },
"storage_devices": [ "storage_devices": [
......
<% <%
# File generated by 'rake mass:create SRC=doc/sophia-clusters-mass-create-tmp.csv # File generated by 'rake mass:create SRC=doc/sophia-clusters-mass-create-new-final.csv
# If changes are needed, it might be better to edit the source data and regenerate using 'rake mass:create' # If changes are needed, it might be better to edit the source data and regenerate using 'rake mass:create'
cluster_name = "esterel22" cluster_name = "esterel22"
nodes_number = 1 # Size of the cluster (number of nodes) nodes_number = 1 # Size of the cluster (number of nodes)
# MAC addresses declaration # MAC addresses declaration
mac_eth0_list = %w( mac_eth0_list = %w(
34:17:eb:e8:83:84 f4:02:70:9d:f4:d8
) )
mac_bmc_list = %w( mac_bmc_list = %w(
f4:02:70:9d:f4:e8 f4:02:70:9d:f4:e8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment