Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
reference-repository
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
grid5000
reference-repository
Commits
5f977934
Commit
5f977934
authored
Apr 23, 2014
by
Marc Pinhède
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[lyon] Corrected hercule eth2 and eth3 rate (100M instead of 1G)
parent
7ea8dea1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-1.json
...grid5000/sites/lyon/clusters/hercule/nodes/hercule-1.json
+2
-2
data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-2.json
...grid5000/sites/lyon/clusters/hercule/nodes/hercule-2.json
+2
-2
data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-3.json
...grid5000/sites/lyon/clusters/hercule/nodes/hercule-3.json
+2
-2
data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-4.json
...grid5000/sites/lyon/clusters/hercule/nodes/hercule-4.json
+2
-2
generators/input/sites/lyon/clusters/hercule.rb
generators/input/sites/lyon/clusters/hercule.rb
+2
-2
No files found.
data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-1.json
View file @
5f977934
...
...
@@ -65,7 +65,7 @@
"management"
:
false
,
"mountable"
:
true
,
"mounted"
:
false
,
"rate"
:
100000000
0
,
"rate"
:
100000000
,
"switch"
:
"pat"
,
"switch_port"
:
null
,
"vendor"
:
"Intel"
,
...
...
@@ -81,7 +81,7 @@
"management"
:
false
,
"mountable"
:
true
,
"mounted"
:
false
,
"rate"
:
100000000
0
,
"rate"
:
100000000
,
"switch"
:
"pat"
,
"switch_port"
:
null
,
"vendor"
:
"Intel"
,
...
...
data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-2.json
View file @
5f977934
...
...
@@ -65,7 +65,7 @@
"management"
:
false
,
"mountable"
:
true
,
"mounted"
:
false
,
"rate"
:
100000000
0
,
"rate"
:
100000000
,
"switch"
:
"pat"
,
"switch_port"
:
null
,
"vendor"
:
"Intel"
,
...
...
@@ -81,7 +81,7 @@
"management"
:
false
,
"mountable"
:
true
,
"mounted"
:
false
,
"rate"
:
100000000
0
,
"rate"
:
100000000
,
"switch"
:
"pat"
,
"switch_port"
:
null
,
"vendor"
:
"Intel"
,
...
...
data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-3.json
View file @
5f977934
...
...
@@ -65,7 +65,7 @@
"management"
:
false
,
"mountable"
:
true
,
"mounted"
:
false
,
"rate"
:
100000000
0
,
"rate"
:
100000000
,
"switch"
:
"pat"
,
"switch_port"
:
null
,
"vendor"
:
"Intel"
,
...
...
@@ -81,7 +81,7 @@
"management"
:
false
,
"mountable"
:
true
,
"mounted"
:
false
,
"rate"
:
100000000
0
,
"rate"
:
100000000
,
"switch"
:
"pat"
,
"switch_port"
:
null
,
"vendor"
:
"Intel"
,
...
...
data/grid5000/sites/lyon/clusters/hercule/nodes/hercule-4.json
View file @
5f977934
...
...
@@ -65,7 +65,7 @@
"management"
:
false
,
"mountable"
:
true
,
"mounted"
:
false
,
"rate"
:
100000000
0
,
"rate"
:
100000000
,
"switch"
:
"pat"
,
"switch_port"
:
null
,
"vendor"
:
"Intel"
,
...
...
@@ -81,7 +81,7 @@
"management"
:
false
,
"mountable"
:
true
,
"mounted"
:
false
,
"rate"
:
100000000
0
,
"rate"
:
100000000
,
"switch"
:
"pat"
,
"switch_port"
:
null
,
"vendor"
:
"Intel"
,
...
...
generators/input/sites/lyon/clusters/hercule.rb
View file @
5f977934
...
...
@@ -111,7 +111,7 @@ site :lyon do |site_uid|
},
{
:interface
=>
lookup
(
'hercule_generated'
,
node_uid
,
'network_interfaces'
,
'eth2'
,
'interface'
),
:rate
=>
1
.
G
,
:rate
=>
1
00
.
M
,
:enabled
=>
lookup
(
'hercule_generated'
,
node_uid
,
'network_interfaces'
,
'eth2'
,
'enabled'
),
:management
=>
lookup
(
'hercule_generated'
,
node_uid
,
'network_interfaces'
,
'eth2'
,
'management'
),
:mountable
=>
lookup
(
'hercule_generated'
,
node_uid
,
'network_interfaces'
,
'eth2'
,
'mountable'
),
...
...
@@ -127,7 +127,7 @@ site :lyon do |site_uid|
},
{
:interface
=>
lookup
(
'hercule_generated'
,
node_uid
,
'network_interfaces'
,
'eth3'
,
'interface'
),
:rate
=>
1
.
G
,
:rate
=>
1
00
.
M
,
:enabled
=>
lookup
(
'hercule_generated'
,
node_uid
,
'network_interfaces'
,
'eth3'
,
'enabled'
),
:management
=>
lookup
(
'hercule_generated'
,
node_uid
,
'network_interfaces'
,
'eth3'
,
'management'
),
:mountable
=>
lookup
(
'hercule_generated'
,
node_uid
,
'network_interfaces'
,
'eth3'
,
'mountable'
),
...
...
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