Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0ed26c4e authored by Nicolas Perrin's avatar Nicolas Perrin Committed by DOAN Lancelot
Browse files

[sophia][esterel31] fix ethernet production MAC address

parent 6f850bb3
No related branches found
No related tags found
1 merge request!1234testing-esterel31
......@@ -44,7 +44,7 @@
"ip": "172.16.131.41",
"ip6": "2001:660:4406:800:4::29",
"kavlan": false,
"mac": "50:9a:4c:70:fa:7c",
"mac": "f4:02:70:ed:22:4a",
"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": [
......
......@@ -44,7 +44,7 @@
"ip": "172.16.131.42",
"ip6": "2001:660:4406:800:4::2a",
"kavlan": false,
"mac": "50:9a:4c:70:aa:e1",
"mac": "f4:02:70:ed:1c:1a",
"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": [
......
......@@ -44,7 +44,7 @@
"ip": "172.16.131.43",
"ip6": "2001:660:4406:800:4::2b",
"kavlan": false,
"mac": "50:9a:4c:6c:38:ad",
"mac": "f4:02:70:ed:2a:74",
"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": [
......
......@@ -44,7 +44,7 @@
"ip": "172.16.131.44",
"ip6": "2001:660:4406:800:4::2c",
"kavlan": false,
"mac": "50:9a:4c:6c:38:6b",
"mac": "f4:02:70:ed:2e:94",
"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 = "esterel31"
nodes_number = 4 # Size of the cluster (number of nodes)
# MAC addresses declaration
mac_eth0_list = %w(
50:9a:4c:70:fa:7c
50:9a:4c:70:aa:e1
50:9a:4c:6c:38:ad
50:9a:4c:6c:38:6b
f4:02:70:ed:22:4a
f4:02:70:ed:1c:1a
f4:02:70:ed:2a:74
f4:02:70:ed:2e:94
)
mac_bmc_list = %w(
f4:02:70:ed:22:5a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment