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
1
Merge Requests
1
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
e365d0b7
Commit
e365d0b7
authored
Mar 16, 2016
by
Jérémie Gaidamour
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[nancy] griffon - remove ib0 network_address (interface is disabled)
parent
25343623
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
5 deletions
+0
-5
data/grid5000/sites/nancy/clusters/griffon/nodes/griffon-11.json
...id5000/sites/nancy/clusters/griffon/nodes/griffon-11.json
+0
-1
data/grid5000/sites/nancy/clusters/griffon/nodes/griffon-12.json
...id5000/sites/nancy/clusters/griffon/nodes/griffon-12.json
+0
-1
data/grid5000/sites/nancy/clusters/griffon/nodes/griffon-13.json
...id5000/sites/nancy/clusters/griffon/nodes/griffon-13.json
+0
-1
data/grid5000/sites/nancy/clusters/griffon/nodes/griffon-14.json
...id5000/sites/nancy/clusters/griffon/nodes/griffon-14.json
+0
-1
generators/input/sites/nancy/clusters/griffon/griffon.rb
generators/input/sites/nancy/clusters/griffon/griffon.rb
+0
-1
No files found.
data/grid5000/sites/nancy/clusters/griffon/nodes/griffon-11.json
View file @
e365d0b7
...
...
@@ -88,7 +88,6 @@
"management"
:
false
,
"mountable"
:
false
,
"mounted"
:
true
,
"network_address"
:
"griffon-11-ib0.nancy.grid5000.fr"
,
"rate"
:
10000000000
,
"switch"
:
"sgriffonib"
,
"vendor"
:
"Mellanox"
,
...
...
data/grid5000/sites/nancy/clusters/griffon/nodes/griffon-12.json
View file @
e365d0b7
...
...
@@ -88,7 +88,6 @@
"management"
:
false
,
"mountable"
:
false
,
"mounted"
:
true
,
"network_address"
:
"griffon-12-ib0.nancy.grid5000.fr"
,
"rate"
:
10000000000
,
"switch"
:
"sgriffonib"
,
"vendor"
:
"Mellanox"
,
...
...
data/grid5000/sites/nancy/clusters/griffon/nodes/griffon-13.json
View file @
e365d0b7
...
...
@@ -88,7 +88,6 @@
"management"
:
false
,
"mountable"
:
false
,
"mounted"
:
true
,
"network_address"
:
"griffon-13-ib0.nancy.grid5000.fr"
,
"rate"
:
10000000000
,
"switch"
:
"sgriffonib"
,
"vendor"
:
"Mellanox"
,
...
...
data/grid5000/sites/nancy/clusters/griffon/nodes/griffon-14.json
View file @
e365d0b7
...
...
@@ -88,7 +88,6 @@
"management"
:
false
,
"mountable"
:
false
,
"mounted"
:
true
,
"network_address"
:
"griffon-14-ib0.nancy.grid5000.fr"
,
"rate"
:
10000000000
,
"switch"
:
"sgriffonib"
,
"vendor"
:
"Mellanox"
,
...
...
generators/input/sites/nancy/clusters/griffon/griffon.rb
View file @
e365d0b7
...
...
@@ -124,7 +124,6 @@ site :nancy do |site_uid|
:vendor
=>
'Mellanox'
,
:version
=>
lookup
(
node_uid
,
node_uid
,
'network_interfaces'
,
'ib0'
,
'version'
),
:driver
=>
lookup
(
node_uid
,
node_uid
,
'network_interfaces'
,
'ib0'
,
'driver'
),
:network_address
=>
"
#{
node_uid
}
-ib0.
#{
site_uid
}
.grid5000.fr"
,
:ip
=>
lookup
(
node_uid
,
node_uid
,
'network_interfaces'
,
'ib0'
,
'ip'
),
:ip6
=>
lookup
(
node_uid
,
node_uid
,
'network_interfaces'
,
'ib0'
,
'ip6'
),
:guid
=>
lookup
(
node_uid
,
node_uid
,
'network_interfaces'
,
'ib0'
,
'guid'
),
...
...
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