From 2cfb08e8b18ebc8f13627802dc3c91bd9ae0dfc6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Gaidamour?= <jeremie.gaidamour@inria.fr>
Date: Wed, 16 Mar 2016 10:00:39 +0100
Subject: [PATCH] [nancy] Added the graphique cluster

---
 .../nancy/clusters/graphique/graphique.yaml   | 74 +++++++++++++++++++
 1 file changed, 74 insertions(+)
 create mode 100644 input/grid5000/sites/nancy/clusters/graphique/graphique.yaml

diff --git a/input/grid5000/sites/nancy/clusters/graphique/graphique.yaml b/input/grid5000/sites/nancy/clusters/graphique/graphique.yaml
new file mode 100644
index 00000000000..0ba6f293947
--- /dev/null
+++ b/input/grid5000/sites/nancy/clusters/graphique/graphique.yaml
@@ -0,0 +1,74 @@
+---
+# Cluster description
+model: Dell R720
+created_at: 2015-05-12
+kavlan: true
+queues:
+- admin
+- production
+
+nodes:
+
+# Global node properties
+  graphique-[1-6]:
+    performance:
+     core_flops: 0
+     node_flops: 0
+    supported_job_types:
+      deploy: true
+      besteffort: true
+      queues: 
+      - admin
+      - production
+    operating_system:
+      name: debian
+      release: Jessie
+      version: 8.2
+      kernel: 3.16.0-4-amd64
+    storage_devices:
+      sda:
+        interface: SCSI
+        driver: megaraid_sas
+        storage: HDD
+    network_adapters:
+      eth0:
+        bridged: false
+        vendor: Broadcom
+        model: Broadcom 57800 10 GB DA/SFP+
+      eth1:
+        bridged: false
+        vendor: Broadcom
+        model: Broadcom 57800 10 GB DA/SFP+
+      eth2:
+        enabled: true
+        bridged: true
+        vendor: Broadcom
+        model: Broadcom 57800 1 GB Base-T
+      eth3:
+        bridged: false
+        vendor: Broadcom
+        model: Broadcom 57800 1 GB Base-T
+      bmc:
+        interface: Ethernet
+        rate: 1.G
+        enabled: true
+        mounted: false
+        mountable: false
+        management: true
+    gpu:
+        gpu: true
+        gpu_count: 2
+        gpu_vendor: Nvidia
+        gpu_model: GTX 980
+
+  graphique-[1-2]:
+    supported_job_types:
+      max_walltime: 86400
+
+  graphique-[3-4]:
+    supported_job_types:
+      max_walltime: 172800
+
+  graphique-[5-6]:
+    supported_job_types:
+      max_walltime: 31536000
-- 
GitLab