From f1644f6ae4ad4aa1c445ecdd9031717f87beff69 Mon Sep 17 00:00:00 2001 From: Pascal Morillon <pascal.morillon@irisa.fr> Date: Wed, 4 Jun 2014 15:35:52 +0200 Subject: [PATCH] [nantes] set site and cluster in production state --- data/grid5000/sites/nantes/nantes.json | 2 +- generators/input/sites/nantes/clusters/econome.rb | 2 +- generators/input/sites/nantes/nantes.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/grid5000/sites/nantes/nantes.json b/data/grid5000/sites/nantes/nantes.json index 50c397b66e2..58d0d7b415c 100644 --- a/data/grid5000/sites/nantes/nantes.json +++ b/data/grid5000/sites/nantes/nantes.json @@ -7,7 +7,7 @@ "location": "Nantes, France", "longitude": -1.520547, "name": "Nantes", - "production": false, + "production": true, "security_contact": "support-staff@lists.grid5000.fr", "sys_admin_contact": "support-staff@lists.grid5000.fr", "type": "site", diff --git a/generators/input/sites/nantes/clusters/econome.rb b/generators/input/sites/nantes/clusters/econome.rb index 02b46040550..1ebd19c50e4 100644 --- a/generators/input/sites/nantes/clusters/econome.rb +++ b/generators/input/sites/nantes/clusters/econome.rb @@ -4,7 +4,7 @@ site :nantes do |site_uid| model "Dell PowerEdge C6220" created_at Time.parse("2014-04-16").httpdate kavlan true - production false + production true 18.times do |i| node "#{cluster_uid}-#{i+1}" do |node_uid| diff --git a/generators/input/sites/nantes/nantes.rb b/generators/input/sites/nantes/nantes.rb index 79046c36af6..280e1d50c50 100644 --- a/generators/input/sites/nantes/nantes.rb +++ b/generators/input/sites/nantes/nantes.rb @@ -12,5 +12,5 @@ site :nantes do |site_uid| compilation_server false kavlan_ip_range "10.40.0.0/14" virt_ip_range "10.176.0.0/14" - production false + production true end -- GitLab