Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grid5000
reference-repository
Commits
a94cf4bd
Commit
a94cf4bd
authored
Sep 24, 2010
by
Philippe Combes
Browse files
[toulouse][lyon] Minor, no need to regenerate.
parent
dee53b9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
generators/input/lyon.rb
View file @
a94cf4bd
...
...
@@ -131,7 +131,6 @@ site :lyon do |site_uid|
:management
=>
false
,
:mountable
=>
false
,
:driver
=>
'tg3'
,
:mounted
=>
false
,
:network_address
=>
"
#{
node_uid
}
-eth0.
#{
site_uid
}
.grid5000.fr"
,
:ip
=>
dns_lookup
(
"
#{
node_uid
}
-eth0.
#{
site_uid
}
.grid5000.fr"
)
},{
...
...
generators/input/toulouse.rb
View file @
a94cf4bd
...
...
@@ -53,8 +53,8 @@ site :toulouse do |site_uid|
storage_devices
[
{
:interface
=>
'SCSI'
,
:size
=>
73
.
GB
,
:driver
=>
"mptspi"
}
]
network_adapters
[
{
:interface
=>
'Ethernet'
,
network_adapters
[
{
:interface
=>
'Ethernet'
,
:rate
=>
1
.
G
,
:mac
=>
lookup
(
'toulouse-violette'
,
node_uid
,
'mac_eth0'
),
:vendor
=>
"Broadcom"
,
...
...
@@ -69,8 +69,8 @@ site :toulouse do |site_uid|
:ip
=>
dns_lookup
(
"
#{
node_uid
}
.
#{
site_uid
}
.grid5000.fr"
),
:ip6
=>
nil
,
:switch
=>
"cict-switch"
},
{
:interface
=>
'Ethernet'
,
},
{
:interface
=>
'Ethernet'
,
:rate
=>
1
.
G
,
:mac
=>
lookup
(
'toulouse-violette'
,
node_uid
,
'mac_eth1'
),
:vendor
=>
"Broadcom"
,
...
...
@@ -81,8 +81,8 @@ site :toulouse do |site_uid|
:mounted
=>
false
,
:device
=>
"eth1"
,
:switch
=>
nil
},
{
:interface
=>
'Ethernet'
,
},
{
:interface
=>
'Ethernet'
,
:rate
=>
1
.
G
,
:mac
=>
lookup
(
'toulouse-violette'
,
node_uid
,
'mac_ipmi'
),
:vendor
=>
"?"
,
...
...
@@ -95,8 +95,7 @@ site :toulouse do |site_uid|
:ip
=>
dns_lookup
(
"
#{
node_uid
}
-bmc.
#{
site_uid
}
.grid5000.fr"
),
:ip6
=>
nil
,
:switch
=>
'cict-switch'
}
]
}]
end
end
end
...
...
Write
Preview
Supports
Markdown
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