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
1b0ee554
Commit
1b0ee554
authored
16 years ago
by
Cyril Rohr
Browse files
Options
Downloads
Patches
Plain Diff
added generator: nancy
parent
f8f11f9b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
generators/input/nancy.rb
+97
-0
97 additions, 0 deletions
generators/input/nancy.rb
with
97 additions
and
0 deletions
generators/input/nancy.rb
0 → 100644
+
97
−
0
View file @
1b0ee554
site
:nancy
do
name
"Nancy"
location
"Nancy, France"
web
description
""
latitude
longitude
email_contact
sys_admin_contact
security_contact
user_support_contact
%w{sid-x64-base-1.0}
.
each
{
|
env_uid
|
environment
env_uid
,
:refer_to
=>
"grid5000/environments/
#{
env_uid
}
"
}
cluster
:grillon
do
model
"HP ProLiant DL145G2"
date_of_arrival
Time
.
parse
(
"2005-11-01 12:00 GMT"
).
to_i
47
.
times
do
|
i
|
node
"grillon-
#{
i
+
1
}
"
do
architecture
({
:smp_size
=>
2
,
:smt_size
=>
2
,
:platform_type
=>
"x86_64"
})
processor
({
:vendor
=>
"AMD"
,
:model
=>
"AMD Opteron"
,
:version
=>
"246"
,
:clock_speed
=>
2
.
giga
,
:instruction_set
=>
""
,
:other_description
=>
""
,
:cache_l1
=>
nil
,
:cache_l1i
=>
nil
,
:cache_l1d
=>
nil
,
:cache_l2
=>
1
.
MB
})
main_memory
({
:ram_size
=>
2
.
GB
(
true
),
# bytes
:virtual_size
=>
nil
})
operating_system
({
:name
=>
nil
,
:release
=>
nil
,
:version
=>
nil
})
storage_devices
[
{
:interface
=>
'SATA'
,
:size
=>
80
.
GB
(
false
),
:driver
=>
"sata_nv"
}
]
network_adapters
[
{
:interface
=>
'Ethernet'
,
:rate
=>
1
.
giga
,
:enabled
=>
true
,
:driver
=>
"tg3"
,
:vendor
=>
"Broadcom"
,
:version
=>
"BCM5721"
},
{
:interface
=>
'Ethernet'
,
:rate
=>
1
.
giga
,
:enabled
=>
true
,
:driver
=>
"tg3"
,
:vendor
=>
"Broadcom"
,
:version
=>
"BCM5721"
}
]
end
end
end
#cluster grillon
cluster
:grelon
do
model
"HP ProLiant DL140G3"
date_of_arrival
Time
.
parse
(
"2007-02-27 12:00 GMT"
).
to_i
120
.
times
do
|
i
|
node
"grelon-
#{
i
+
1
}
"
do
architecture
({
:smp_size
=>
2
,
:smt_size
=>
4
,
:platform_type
=>
"x86_64"
})
processor
({
:vendor
=>
"Intel"
,
:model
=>
"Intel Xeon"
,
:version
=>
"5110"
,
:clock_speed
=>
1.6
.
giga
,
:instruction_set
=>
""
,
:other_description
=>
""
,
:cache_l1
=>
nil
,
:cache_l1i
=>
nil
,
:cache_l1d
=>
nil
,
:cache_l2
=>
4
.
MB
})
main_memory
({
:ram_size
=>
2
.
GB
(
true
),
# bytes
:virtual_size
=>
nil
})
operating_system
({
:name
=>
nil
,
:release
=>
nil
,
:version
=>
nil
})
storage_devices
[
{
:interface
=>
'SATA'
,
:size
=>
80
.
GB
(
false
),
:driver
=>
"ata_piix"
}
]
network_adapters
[
{
:interface
=>
'Ethernet'
,
:rate
=>
1
.
giga
,
:enabled
=>
true
,
:driver
=>
"tg3"
,
:vendor
=>
"Broadcom"
,
:version
=>
"BCM5721"
},
{
:interface
=>
'Ethernet'
,
:rate
=>
1
.
giga
,
:enabled
=>
true
,
:driver
=>
"tg3"
,
:vendor
=>
"Broadcom"
,
:version
=>
"BCM5721"
}
]
end
end
end
# cluster grelon
end
\ No newline at end of file
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