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
ba8d6c41
Commit
ba8d6c41
authored
Mar 25, 2011
by
Pascal Morillon
Browse files
[admin][rennes] Add switch name and port informations for the cluster parapluie
parent
04a11a9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
generators/input/rennes-parapluie.rb
View file @
ba8d6c41
...
...
@@ -72,7 +72,9 @@ site :rennes do |site_uid|
:driver
=>
"igb"
,
:network_address
=>
"
#{
node_uid
}
.
#{
site_uid
}
.grid5000.fr"
,
:ip
=>
lookup
(
'rennes-parapluie'
,
node_uid
,
'network_interfaces'
,
'eth1'
,
'ip'
),
:mac
=>
lookup
(
'rennes-parapluie'
,
node_uid
,
'network_interfaces'
,
'eth1'
,
'mac'
)
:mac
=>
lookup
(
'rennes-parapluie'
,
node_uid
,
'network_interfaces'
,
'eth1'
,
'mac'
),
:switch
=>
"c6509-grid"
,
:switch_port
=>
lookup
(
'rennes-parapluie'
,
node_uid
,
'network_interfaces'
,
'eth1'
,
'switch_port'
)
},
{
:interface
=>
'Ethernet'
,
...
...
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