Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ba8d6c41 authored by Pascal Morillon's avatar Pascal Morillon
Browse files

[admin][rennes] Add switch name and port informations for the cluster parapluie

parent 04a11a9f
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment