Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grid5000
reference-repository
Commits
9841a048
Commit
9841a048
authored
Apr 12, 2011
by
NICLAUSSE Nicolas
Browse files
[sophia] update generator for macs
parent
286149d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
generators/input/sophia.rb
View file @
9841a048
...
...
@@ -62,7 +62,7 @@ site :sophia do |site_uid|
network_adapters
[{
:interface
=>
'Ethernet'
,
:rate
=>
1
.
G
,
:mac
=>
nil
,
:mac
=>
lookup
(
'sophia'
,
"
#{
node_uid
}
"
,
'mac_eth0'
)
,
:vendor
=>
'Intel Corporation'
,
:version
=>
'82546EB'
,
:enabled
=>
true
,
...
...
@@ -76,7 +76,7 @@ site :sophia do |site_uid|
},{
:interface
=>
'Ethernet'
,
:rate
=>
1
.
G
,
:mac
=>
nil
,
:mac
=>
lookup
(
'sophia'
,
"
#{
node_uid
}
"
,
'mac_eth1'
)
,
:vendor
=>
'Intel Corporation'
,
:version
=>
'82546EB'
,
:enabled
=>
false
,
...
...
@@ -85,7 +85,7 @@ site :sophia do |site_uid|
},{
:interface
=>
'Ethernet'
,
:rate
=>
1
.
G
,
:mac
=>
nil
,
:mac
=>
lookup
(
'sophia'
,
"
#{
node_uid
}
"
,
'mac_eth2'
)
,
:vendor
=>
'Intel Corporation'
,
:version
=>
'82546EB'
,
:enabled
=>
false
,
...
...
@@ -94,7 +94,7 @@ site :sophia do |site_uid|
},{
:interface
=>
'Ethernet'
,
:rate
=>
1
.
G
,
:mac
=>
nil
,
:mac
=>
lookup
(
'sophia'
,
"
#{
node_uid
}
"
,
'mac_eth3'
)
,
:vendor
=>
'Intel Corporation'
,
:version
=>
'82546EB'
,
:enabled
=>
false
,
...
...
@@ -160,7 +160,7 @@ site :sophia do |site_uid|
network_adapters
[{
:interface
=>
'Ethernet'
,
:rate
=>
1
.
G
,
:mac
=>
nil
,
:mac
=>
lookup
(
'sophia'
,
"
#{
node_uid
}
"
,
'mac_eth0'
)
,
:vendor
=>
'nVidia'
,
:version
=>
'MCP55 Pro'
,
:enabled
=>
true
,
...
...
@@ -175,7 +175,7 @@ site :sophia do |site_uid|
},{
:interface
=>
'Ethernet'
,
:rate
=>
1
.
G
,
:mac
=>
nil
,
:mac
=>
lookup
(
'sophia'
,
"
#{
node_uid
}
"
,
'mac_eth1'
)
,
:vendor
=>
'nVidia'
,
:version
=>
'MCP55 Pro'
,
:enabled
=>
false
,
...
...
@@ -243,7 +243,7 @@ site :sophia do |site_uid|
network_adapters
[{
:interface
=>
'Ethernet'
,
:rate
=>
1
.
G
,
:mac
=>
nil
,
:mac
=>
lookup
(
'sophia'
,
"
#{
node_uid
}
"
,
'mac_eth0'
)
,
:vendor
=>
'Broadcom'
,
:version
=>
'NetXtremeII BCM5716'
,
:enabled
=>
true
,
...
...
@@ -258,7 +258,7 @@ site :sophia do |site_uid|
},{
:interface
=>
'Ethernet'
,
:rate
=>
1
.
G
,
:mac
=>
nil
,
:mac
=>
lookup
(
'sophia'
,
"
#{
node_uid
}
"
,
'mac_eth0'
)
,
:vendor
=>
'Broadcom'
,
:version
=>
'NetXtremeII BCM5716'
,
:enabled
=>
false
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment