Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f58b6c7b authored by BERARD Benjamin's avatar BERARD Benjamin
Browse files

[nancy][grcinq] Fix grcinq-41 and delete erb files

parent dba94138
No related branches found
No related tags found
1 merge request!30Bugs/#10753 : delete erb files fix g5kcheck for grcinq, uvb and yeti
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
"model": "I350 Gigabit Network Connection", "model": "I350 Gigabit Network Connection",
"mountable": true, "mountable": true,
"mounted": true, "mounted": true,
"name": "eno1", "name": "eth0",
"network_address": "grcinq-41.nancy.grid5000.fr", "network_address": "grcinq-41.nancy.grid5000.fr",
"rate": 1000000000, "rate": 1000000000,
"switch": "sgrcinq", "switch": "sgrcinq",
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
"model": "I350 Gigabit Network Connection", "model": "I350 Gigabit Network Connection",
"mountable": false, "mountable": false,
"mounted": false, "mounted": false,
"name": "eno2", "name": "eth1",
"vendor": "Intel" "vendor": "Intel"
}, },
{ {
......
nodes:
<% (1..48).each { |i| %>
grcinq-<%= i %>:
network_adapters:
ib0:
ip: 172.18.75.<%= i %>
eth0:
mounted: true
ip: 172.16.75.<%= i %>
mac: <%= %w(
84:8f:69:fd:0b:ea
84:8f:69:fd:12:6e
84:8f:69:fd:12:7a
18:03:73:ff:ce:4b
78:45:c4:fc:39:53
78:45:c4:fc:39:e6
78:45:c4:fc:39:ce
78:45:c4:fc:39:4a
84:8f:69:fd:27:09
84:8f:69:fd:0b:c9
84:8f:69:fd:43:37
84:8f:69:fd:2b:bf
78:45:c4:fc:3a:a6
78:45:c4:fc:3a:ca
78:45:c4:fc:3a:af
78:45:c4:fc:3b:2d
78:45:c4:fc:39:59
78:45:c4:fc:3b:06
78:45:c4:fc:39:e9
78:45:c4:fc:39:fe
18:03:73:ff:cc:71
18:03:73:ff:ca:bb
84:8f:69:fd:0b:6c
84:8f:69:fd:25:65
18:03:73:ff:c6:d4
84:8f:69:fd:0d:3d
84:8f:69:fd:2c:d3
84:8f:69:fd:0f:20
84:8f:69:fd:2e:cb
84:8f:69:fd:2b:f5
84:8f:69:fd:27:2d
18:03:73:ff:c6:86
78:45:c4:fc:3b:21
78:45:c4:fc:3a:dc
78:45:c4:fc:3a:be
78:45:c4:fc:3a:6d
84:8f:69:fd:3e:bd
84:8f:69:fd:0b:15
78:45:c4:fc:3a:a0
78:45:c4:fc:3a:d0
78:45:c4:fc:3b:09
78:45:c4:fc:3b:03
78:45:c4:fc:3a:c7
78:45:c4:fc:3a:e2
78:45:c4:fc:3a:6a
78:45:c4:fc:3a:49
78:45:c4:fc:3a:34
78:45:c4:fc:3a:43
)[i-1] %>
bmc:
ip: 172.17.75.<%= i %>
mac: <%= %w(
84:8f:69:fd:0b:ec
84:8f:69:fd:12:70
84:8f:69:fd:12:7c
18:03:73:ff:ce:4d
78:45:c4:fc:39:55
78:45:c4:fc:39:e8
78:45:c4:fc:39:d0
78:45:c4:fc:39:4c
84:8f:69:fd:27:0b
84:8f:69:fd:0b:cb
84:8f:69:fd:43:39
84:8f:69:fd:2b:c1
78:45:c4:fc:3a:a8
78:45:c4:fc:3a:cc
78:45:c4:fc:3a:b1
78:45:c4:fc:3b:2f
78:45:c4:fc:39:5b
78:45:c4:fc:3b:08
78:45:c4:fc:39:eb
78:45:c4:fc:3a:00
18:03:73:ff:cc:73
18:03:73:ff:ca:bd
84:8f:69:fd:0b:6e
84:8f:69:fd:25:67
18:03:73:ff:c6:d6
84:8f:69:fd:0d:3f
84:8f:69:fd:2c:d5
84:8f:69:fd:0f:22
84:8f:69:fd:2e:cd
84:8f:69:fd:2b:f7
84:8f:69:fd:27:2f
18:03:73:ff:c6:88
78:45:c4:fc:3b:23
78:45:c4:fc:3a:de
78:45:c4:fc:3a:c0
78:45:c4:fc:3a:6f
84:8f:69:fd:3e:bf
84:8f:69:fd:0b:17
78:45:c4:fc:3a:a2
78:45:c4:fc:3a:d2
78:45:c4:fc:3b:0b
78:45:c4:fc:3b:05
78:45:c4:fc:3a:c9
78:45:c4:fc:3a:e4
78:45:c4:fc:3a:6c
78:45:c4:fc:3a:4b
78:45:c4:fc:3a:36
78:45:c4:fc:3a:45
)[i-1] %>
<% } %>
...@@ -29,7 +29,7 @@ grcinq-41: ...@@ -29,7 +29,7 @@ grcinq-41:
mac: 78:45:c4:fc:3b:09 mac: 78:45:c4:fc:3b:09
management: false management: false
model: I350 Gigabit Network Connection model: I350 Gigabit Network Connection
name: eno1 name: eth0
rate: 1000000000 rate: 1000000000
vendor: Intel vendor: Intel
eth1: eth1:
...@@ -39,13 +39,14 @@ grcinq-41: ...@@ -39,13 +39,14 @@ grcinq-41:
mac: 78:45:c4:fc:3b:0a mac: 78:45:c4:fc:3b:0a
management: false management: false
model: I350 Gigabit Network Connection model: I350 Gigabit Network Connection
name: eno2 name: eth1
vendor: Intel vendor: Intel
ib0: ib0:
driver: mlx4_core driver: mlx4_core
firmware_version: 2.42.5000 firmware_version: 2.42.5000
guid: '0x0002c903001df1b1' guid: '0x0002c903001df1b1'
interface: InfiniBand interface: InfiniBand
ip: 172.18.75.41
mac: 80:00:02:08:fe:80:00:00:00:00:00:00:00:02:c9:03:00:1d:f1:b1 mac: 80:00:02:08:fe:80:00:00:00:00:00:00:00:02:c9:03:00:1d:f1:b1
management: false management: false
model: MT27500 Family [ConnectX-3] model: MT27500 Family [ConnectX-3]
...@@ -78,6 +79,5 @@ grcinq-41: ...@@ -78,6 +79,5 @@ grcinq-41:
firmware_version: 01.01V03 firmware_version: 01.01V03
model: WDC WD1003FBYX-1 model: WDC WD1003FBYX-1
size: 1000204886016 size: 1000204886016
supported_job_types: supported_job_types:
virtual: ivt virtual: ivt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment