diff --git a/data/grid5000/sites/lyon/clusters/hercule/hercule.json b/data/grid5000/sites/lyon/clusters/hercule/hercule.json index 7ebef4e0421ba8c3dbd5610076e46eecc5fca6ce..f80260634d092e8516584f6f00a1f6ca4360648d 100644 --- a/data/grid5000/sites/lyon/clusters/hercule/hercule.json +++ b/data/grid5000/sites/lyon/clusters/hercule/hercule.json @@ -1,8 +1,8 @@ { "created_at": "Tue, 02 Oct 2012 12:00:00 GMT", - "priority": "201299", "kavlan": true, "model": "Dell C6220", + "priority": "201299", "production": true, "type": "cluster", "uid": "hercule" diff --git a/data/grid5000/sites/lyon/clusters/orion/orion.json b/data/grid5000/sites/lyon/clusters/orion/orion.json index cf42cf27262c67084ddf2bf88cf9d725b30ad703..4727b88aabb1014c2b52d0f90fd1e778a09f1bce 100644 --- a/data/grid5000/sites/lyon/clusters/orion/orion.json +++ b/data/grid5000/sites/lyon/clusters/orion/orion.json @@ -1,8 +1,8 @@ { "created_at": "Fri, 14 Sep 2012 12:00:00 GMT", - "priority": "201299", "kavlan": true, "model": "Dell R720", + "priority": "201299", "production": true, "type": "cluster", "uid": "orion" diff --git a/generators/input/sites/lyon/clusters/hercule.rb b/generators/input/sites/lyon/clusters/hercule.rb index 9f3fa442a24a46a55ae0dc59c60f3f94467ab1a4..b904401c6fac9dc7c0033de8b7aea5ace3aa2f77 100644 --- a/generators/input/sites/lyon/clusters/hercule.rb +++ b/generators/input/sites/lyon/clusters/hercule.rb @@ -3,6 +3,7 @@ site :lyon do |site_uid| cluster :hercule do |cluster_uid| model "Dell C6220" created_at Time.parse("2012-10-02 12:00 GMT").httpdate + priority "201299" kavlan true production true diff --git a/generators/input/sites/lyon/clusters/orion.rb b/generators/input/sites/lyon/clusters/orion.rb index aa53223127935d19fbf2737835df186316f88503..fba32aa0a4260b715990d064a6616c01bc6ef95d 100644 --- a/generators/input/sites/lyon/clusters/orion.rb +++ b/generators/input/sites/lyon/clusters/orion.rb @@ -3,6 +3,7 @@ site :lyon do |site_uid| cluster :orion do |cluster_uid| model "Dell R720" created_at Time.parse("2012-09-14 12:00 GMT").httpdate + priority "201299" kavlan true production true