Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grid5000
reference-repository
Commits
8e4620c8
Commit
8e4620c8
authored
Jun 05, 2012
by
Sebastien Badia
Browse files
[environments] add lenny-x64-big-2.6
parent
c602199f
Changes
12
Hide whitespace changes
Inline
Side-by-side
data/grid5000/environments/lenny-x64-big-2.6.json
0 → 100644
View file @
8e4620c8
{
"accounts"
:
[
{
"login"
:
"root"
,
"password"
:
"grid5000"
}
],
"applications"
:
[
"Vim"
,
"XEmacs"
,
"JED"
,
"nano"
,
"JOE"
,
"Perl"
,
"Python"
,
"Ruby"
],
"based_on"
:
"Debian version lenny for amd64"
,
"consoles"
:
[
{
"bps"
:
34800
,
"port"
:
"ttyS0"
}
],
"file"
:
{
"md5"
:
"2387f5ad1d9c0d5b539fae80715841e0"
,
"path"
:
"/grid5000/images/lenny-x64-big-2.6.tgz"
},
"kernel"
:
"2.6.26.2"
,
"max_open_files"
:
8192
,
"services"
:
[
],
"state"
:
"stable"
,
"tcp_bandwidth"
:
1000000000
,
"type"
:
"environment"
,
"uid"
:
"lenny-x64-big-2.6"
,
"valid_on"
:
"bordeplage , bordereau , borderline , adonis , edel , genepi , chicon , chimint , chinqchint , chirloute , granduc , capricorne , sagittaire , graphene , griffon , stremi , paradent , paramount , parapide , parapluie , helios , sol , suno, pastel"
,
"x11_forwarding"
:
true
}
\ No newline at end of file
data/grid5000/sites/bordeaux/environments/lenny-x64-big-2.6.json
0 → 120000
View file @
8e4620c8
../../../../grid
5000
/environments/lenny-x
64
-big
-2.6
.json
\ No newline at end of file
data/grid5000/sites/grenoble/environments/lenny-x64-big-2.6.json
0 → 120000
View file @
8e4620c8
../../../../grid
5000
/environments/lenny-x
64
-big
-2.6
.json
\ No newline at end of file
data/grid5000/sites/lille/environments/lenny-x64-big-2.6.json
0 → 120000
View file @
8e4620c8
../../../../grid
5000
/environments/lenny-x
64
-big
-2.6
.json
\ No newline at end of file
data/grid5000/sites/luxembourg/environments/lenny-x64-big-2.6.json
0 → 120000
View file @
8e4620c8
../../../../grid
5000
/environments/lenny-x
64
-big
-2.6
.json
\ No newline at end of file
data/grid5000/sites/lyon/environments/lenny-x64-big-2.6.json
0 → 120000
View file @
8e4620c8
../../../../grid
5000
/environments/lenny-x
64
-big
-2.6
.json
\ No newline at end of file
data/grid5000/sites/nancy/environments/lenny-x64-big-2.6.json
0 → 120000
View file @
8e4620c8
../../../../grid
5000
/environments/lenny-x
64
-big
-2.6
.json
\ No newline at end of file
data/grid5000/sites/reims/environments/lenny-x64-big-2.6.json
0 → 120000
View file @
8e4620c8
../../../../grid
5000
/environments/lenny-x
64
-big
-2.6
.json
\ No newline at end of file
data/grid5000/sites/rennes/environments/lenny-x64-big-2.6.json
0 → 120000
View file @
8e4620c8
../../../../grid
5000
/environments/lenny-x
64
-big
-2.6
.json
\ No newline at end of file
data/grid5000/sites/sophia/environments/lenny-x64-big-2.6.json
0 → 120000
View file @
8e4620c8
../../../../grid
5000
/environments/lenny-x
64
-big
-2.6
.json
\ No newline at end of file
data/grid5000/sites/toulouse/environments/lenny-x64-big-2.6.json
0 → 120000
View file @
8e4620c8
../../../../grid
5000
/environments/lenny-x
64
-big
-2.6
.json
\ No newline at end of file
generators/input/environments/lenny-x64-big-2.6.rb
0 → 100644
View file @
8e4620c8
environment
'lenny-x64-big-2.6'
do
state
"stable"
file
({
:path
=>
"/grid5000/images/lenny-x64-big-2.6.tgz"
,
:md5
=>
"2387f5ad1d9c0d5b539fae80715841e0"
})
kernel
"2.6.26.2"
available_on
%w{bordeaux grenoble lille luxembourg lyon nancy reims rennes sophia toulouse}
valid_on
"bordeplage , bordereau , borderline , adonis , edel , genepi , chicon , chimint , chinqchint , chirloute , granduc , capricorne , sagittaire , graphene , griffon , stremi , paradent , paramount , parapide , parapluie , helios , sol , suno, pastel"
based_on
"Debian version lenny for amd64"
consoles
[{
:port
=>
"ttyS0"
,
:bps
=>
34800
}]
services
[]
accounts
[{
:login
=>
"root"
,
:password
=>
"grid5000"
}]
applications
"Vim, XEmacs, JED, nano, JOE, Perl, Python, Ruby"
.
split
(
", "
)
x11_forwarding
true
max_open_files
8192
tcp_bandwidth
1
.
G
end
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