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
f53a1af4
Commit
f53a1af4
authored
Mar 17, 2009
by
Cyril Rohr
Browse files
deleted grillon. fixed typo in toulouse
parent
2d104ea7
Changes
2
Show whitespace changes
Inline
Side-by-side
generators/input/nancy.rb
View file @
f53a1af4
...
...
@@ -11,50 +11,6 @@ site :nancy do |site_uid|
user_support_contact
%w{sid-x64-base-1.0}
.
each
{
|
env_uid
|
environment
env_uid
,
:refer_to
=>
"grid5000/environments/
#{
env_uid
}
"
}
cluster
:grillon
do
|
cluster_uid
|
model
"HP ProLiant DL145G2"
created_at
Time
.
parse
(
"2005-11-01 12:00 GMT"
).
httpdate
47
.
times
do
|
i
|
node
"
#{
cluster_uid
}
-
#{
i
+
1
}
"
do
|
node_uid
|
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
,
:switch
=>
"sgrillon1"
,
:network_address
=>
"
#{
node_uid
}
.
#{
site_uid
}
.grid5000.fr"
,
:ip
=>
dns_lookup
(
"
#{
node_uid
}
.
#{
site_uid
}
.grid5000.fr"
),
: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
|
cluster_uid
|
model
"HP ProLiant DL140G3"
created_at
Time
.
parse
(
"2007-02-27 12:00 GMT"
).
httpdate
...
...
generators/input/toulouse.rb
View file @
f53a1af4
...
...
@@ -56,7 +56,7 @@ site :toulouse do |site_uid|
end
end
cluster
:pastel
do
cluster
:pastel
do
|
cluster_uid
|
model
"Sun Fire X2200 M2"
created_at
Time
.
parse
(
"2007-11-29"
).
httpdate
...
...
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