Mentions légales du service

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

[sophia][esterel26] fix ethernet production MAC address

parent 80544f8c
No related branches found
No related tags found
1 merge request!1148Testing esterel26
......@@ -44,7 +44,7 @@
"ip": "172.16.131.33",
"ip6": "2001:660:4406:800:4::21",
"kavlan": false,
"mac": "50:9a:4c:6c:38:d9",
"mac": "70:b5:e8:e1:41:14",
"management": false,
"mountable": true,
"mounted": true,
......@@ -99,7 +99,7 @@
"redfish": true,
"software": {
"forced-deployment-timestamp": 202007300948,
"postinstall-version": "1.2025021810",
"postinstall-version": "1.2025032008",
"standard-environment": "debian11-x64-std"
},
"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'
cluster_name = "esterel26"
nodes_number = 1 # Size of the cluster (number of nodes)
# MAC addresses declaration
mac_eth0_list = %w(
50:9a:4c:6c:38:d9
70:b5:e8:e1:41:14
)
mac_bmc_list = %w(
70:b5:e8:e1:41:24
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment