Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reference-repository
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
grid5000
reference-repository
Commits
332cddd5
Commit
332cddd5
authored
13 years ago
by
Sebastien Badia
Browse files
Options
Downloads
Patches
Plain Diff
[admin,toulouse] Add bios,hdd infos and switch_port
parent
45472743
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
generators/input/sites/toulouse/clusters/pastel.rb
+2
-1
2 additions, 1 deletion
generators/input/sites/toulouse/clusters/pastel.rb
generators/input/sites/toulouse/clusters/pastel.yaml
+1793
-113
1793 additions, 113 deletions
generators/input/sites/toulouse/clusters/pastel.yaml
with
1795 additions
and
114 deletions
generators/input/sites/toulouse/clusters/pastel.rb
+
2
−
1
View file @
332cddd5
...
...
@@ -51,7 +51,8 @@ site :toulouse do |site_uid|
:network_address
=>
"
#{
node_uid
}
.
#{
site_uid
}
.grid5000.fr"
,
:ip
=>
lookup
(
'pastel'
,
node_uid
,
'network_interfaces'
,
'eth0'
,
'ip'
),
:ip6
=>
nil
,
:switch
=>
lookup
(
'pastel'
,
node_uid
,
'network_interfaces'
,
'eth0'
,
'switch_name'
)
:switch
=>
lookup
(
'pastel'
,
node_uid
,
'network_interfaces'
,
'eth0'
,
'switch_name'
),
:switch_port
=>
lookup
(
'pastel'
,
node_uid
,
'network_interfaces'
,
'eth0'
,
'switch_port'
)
},
{
:interface
=>
'Ethernet'
,
:rate
=>
1
.
G
,
...
...
This diff is collapsed.
Click to expand it.
generators/input/sites/toulouse/clusters/pastel.yaml
+
1793
−
113
View file @
332cddd5
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment