Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 033d0937 authored by Elodie Bertoncello's avatar Elodie Bertoncello
Browse files

[grenoble] kavlan true

parent ab261c2f
No related branches found
No related tags found
No related merge requests found
{ {
"created_at": "Wed, 01 Sep 2010 22:00:00 GMT", "created_at": "Wed, 01 Sep 2010 22:00:00 GMT",
"kavlan": false, "kavlan": true,
"model": "Bull R422-E2 dual mobo + Tesla S1070", "model": "Bull R422-E2 dual mobo + Tesla S1070",
"type": "cluster", "type": "cluster",
"uid": "adonis" "uid": "adonis"
......
{ {
"created_at": "Thu, 02 Oct 2008 22:00:00 GMT", "created_at": "Thu, 02 Oct 2008 22:00:00 GMT",
"kavlan": false, "kavlan": true,
"model": "Bull bullx B500 compute blades", "model": "Bull bullx B500 compute blades",
"type": "cluster", "type": "cluster",
"uid": "edel" "uid": "edel"
......
{ {
"created_at": "Tue, 30 Sep 2008 22:00:00 GMT", "created_at": "Tue, 30 Sep 2008 22:00:00 GMT",
"kavlan": false, "kavlan": true,
"model": "Bull R422-E1", "model": "Bull R422-E1",
"type": "cluster", "type": "cluster",
"uid": "genepi" "uid": "genepi"
......
...@@ -3,7 +3,7 @@ site :grenoble do |site_uid| ...@@ -3,7 +3,7 @@ site :grenoble do |site_uid|
cluster :adonis do |cluster_uid| cluster :adonis do |cluster_uid|
model "Bull R422-E2 dual mobo + Tesla S1070" model "Bull R422-E2 dual mobo + Tesla S1070"
created_at Time.parse("2010-09-02").httpdate created_at Time.parse("2010-09-02").httpdate
kavlan false kavlan true
10.times do |i| 10.times do |i|
node "#{cluster_uid}-#{i+1}" do |node_uid| node "#{cluster_uid}-#{i+1}" do |node_uid|
......
...@@ -3,7 +3,7 @@ site :grenoble do |site_uid| ...@@ -3,7 +3,7 @@ site :grenoble do |site_uid|
cluster :edel do |cluster_uid| cluster :edel do |cluster_uid|
model "Bull bullx B500 compute blades" model "Bull bullx B500 compute blades"
created_at Time.parse("2008-10-03").httpdate created_at Time.parse("2008-10-03").httpdate
kavlan false kavlan true
72.times do |i| 72.times do |i|
node "#{cluster_uid}-#{i+1}" do |node_uid| node "#{cluster_uid}-#{i+1}" do |node_uid|
......
...@@ -3,7 +3,7 @@ site :grenoble do |site_uid| ...@@ -3,7 +3,7 @@ site :grenoble do |site_uid|
cluster :genepi do |cluster_uid| cluster :genepi do |cluster_uid|
model "Bull R422-E1" model "Bull R422-E1"
created_at Time.parse("2008-10-01").httpdate created_at Time.parse("2008-10-01").httpdate
kavlan false kavlan true
34.times do |i| 34.times do |i|
node "#{cluster_uid}-#{i+1}" do |node_uid| node "#{cluster_uid}-#{i+1}" do |node_uid|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment