From 475cd5f05ac9a0597282cf18acb7fffe1e2ac15a Mon Sep 17 00:00:00 2001 From: Emile Morel <emile.morel@inria.fr> Date: Tue, 31 Dec 2013 06:41:57 +0100 Subject: [PATCH] [nancy] change gw name for graphite --- .../sites/nancy/clusters/graphite/nodes/graphite-1.json | 2 +- .../sites/nancy/clusters/graphite/nodes/graphite-2.json | 2 +- .../sites/nancy/clusters/graphite/nodes/graphite-3.json | 2 +- .../sites/nancy/clusters/graphite/nodes/graphite-4.json | 2 +- .../input/sites/nancy/clusters/graphite_manual.yaml | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/data/grid5000/sites/nancy/clusters/graphite/nodes/graphite-1.json b/data/grid5000/sites/nancy/clusters/graphite/nodes/graphite-1.json index 84b5345bcf4..6452bc61054 100644 --- a/data/grid5000/sites/nancy/clusters/graphite/nodes/graphite-1.json +++ b/data/grid5000/sites/nancy/clusters/graphite/nodes/graphite-1.json @@ -36,7 +36,7 @@ "mounted": true, "network_address": "graphite-1.nancy.grid5000.fr", "rate": 10000000000, - "switch": "gw", + "switch": "gw-nancy", "switch_port": "F1", "vendor": "intel", "version": "82599EB" diff --git a/data/grid5000/sites/nancy/clusters/graphite/nodes/graphite-2.json b/data/grid5000/sites/nancy/clusters/graphite/nodes/graphite-2.json index 55bcb678cae..1c7ff680100 100644 --- a/data/grid5000/sites/nancy/clusters/graphite/nodes/graphite-2.json +++ b/data/grid5000/sites/nancy/clusters/graphite/nodes/graphite-2.json @@ -36,7 +36,7 @@ "mounted": true, "network_address": "graphite-2.nancy.grid5000.fr", "rate": 10000000000, - "switch": "gw", + "switch": "gw-nancy", "switch_port": "F2", "vendor": "intel", "version": "82599EB" diff --git a/data/grid5000/sites/nancy/clusters/graphite/nodes/graphite-3.json b/data/grid5000/sites/nancy/clusters/graphite/nodes/graphite-3.json index 8cdd66d7216..13eed86b995 100644 --- a/data/grid5000/sites/nancy/clusters/graphite/nodes/graphite-3.json +++ b/data/grid5000/sites/nancy/clusters/graphite/nodes/graphite-3.json @@ -36,7 +36,7 @@ "mounted": true, "network_address": "graphite-3.nancy.grid5000.fr", "rate": 10000000000, - "switch": "gw", + "switch": "gw-nancy", "switch_port": "F3", "vendor": "intel", "version": "82599EB" diff --git a/data/grid5000/sites/nancy/clusters/graphite/nodes/graphite-4.json b/data/grid5000/sites/nancy/clusters/graphite/nodes/graphite-4.json index 5964b2e2ad6..1cf3e8be242 100644 --- a/data/grid5000/sites/nancy/clusters/graphite/nodes/graphite-4.json +++ b/data/grid5000/sites/nancy/clusters/graphite/nodes/graphite-4.json @@ -36,7 +36,7 @@ "mounted": true, "network_address": "graphite-4.nancy.grid5000.fr", "rate": 10000000000, - "switch": "gw", + "switch": "gw-nancy", "switch_port": "F4", "vendor": "intel", "version": "82599EB" diff --git a/generators/input/sites/nancy/clusters/graphite_manual.yaml b/generators/input/sites/nancy/clusters/graphite_manual.yaml index f5f4b324828..febe8be68e5 100644 --- a/generators/input/sites/nancy/clusters/graphite_manual.yaml +++ b/generators/input/sites/nancy/clusters/graphite_manual.yaml @@ -2,7 +2,7 @@ graphite-1: network_interfaces: eth0: - switch_name: gw + switch_name: gw-nancy switch_port: F1 bmc: switch_name: sgraphene3-ipmi @@ -13,7 +13,7 @@ graphite-1: graphite-2: network_interfaces: eth0: - switch_name: gw + switch_name: gw-nancy switch_port: F2 bmc: switch_name: sgraphene3-ipmi @@ -24,7 +24,7 @@ graphite-2: graphite-3: network_interfaces: eth0: - switch_name: gw + switch_name: gw-nancy switch_port: F3 bmc: switch_name: sgraphene3-ipmi @@ -35,7 +35,7 @@ graphite-3: graphite-4: network_interfaces: eth0: - switch_name: gw + switch_name: gw-nancy switch_port: F4 bmc: switch_name: sgraphene3-ipmi -- GitLab