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
e2522d2f
Commit
e2522d2f
authored
16 years ago
by
Cyril Rohr
Browse files
Options
Downloads
Patches
Plain Diff
removed SITES constant. replaced with globals.yaml config file
parent
14d8372d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
generators/grid5000.rb
+1
-0
1 addition, 0 deletions
generators/grid5000.rb
generators/input/globals.yaml
+10
-0
10 additions, 0 deletions
generators/input/globals.yaml
generators/lib/g5k_generator.rb
+0
-1
0 additions, 1 deletion
generators/lib/g5k_generator.rb
with
11 additions
and
1 deletion
generators/grid5000.rb
+
1
−
0
View file @
e2522d2f
...
@@ -2,6 +2,7 @@ require 'pp'
...
@@ -2,6 +2,7 @@ require 'pp'
require
'rubygems'
require
'rubygems'
require
'fileutils'
require
'fileutils'
require
'json/pure'
require
'json/pure'
require
'yaml'
require
'time'
require
'time'
require
File
.
dirname
(
__FILE__
)
+
'/lib/core_extensions'
require
File
.
dirname
(
__FILE__
)
+
'/lib/core_extensions'
require
File
.
dirname
(
__FILE__
)
+
'/lib/g5k_generator'
require
File
.
dirname
(
__FILE__
)
+
'/lib/g5k_generator'
...
...
This diff is collapsed.
Click to expand it.
generators/input/globals.yaml
0 → 100644
+
10
−
0
View file @
e2522d2f
sites
:
-
bordeaux
-
grenoble
-
lille
-
lyon
-
nancy
-
orsay
-
rennes
-
sophia
-
toulouse
\ No newline at end of file
This diff is collapsed.
Click to expand it.
generators/lib/g5k_generator.rb
+
0
−
1
View file @
e2522d2f
require
'resolv'
require
'resolv'
module
G5K
module
G5K
SITES
=
%w{rennes grenoble bordeaux toulouse sophia orsay nancy lille lyon}
class
Tree
<
Hash
class
Tree
<
Hash
attr_reader
:contents
,
:path
attr_reader
:contents
,
:path
...
...
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