From c6678ceca69fcffc594e19285981c7125ee323f5 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 27 Jun 2013 12:49:35 +0200 Subject: disabled DC nodes snake + zebra, they are down atm --- nodes/snake.json | 4 +++- nodes/zebra.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/nodes/snake.json b/nodes/snake.json index 2a4fe19..3767c43 100644 --- a/nodes/snake.json +++ b/nodes/snake.json @@ -4,5 +4,7 @@ "couchdb", "soledad" ], - "tags": ["production", "dc"] + "tags": ["production", "dc"], + // currently down in DC, 2013-06-27 + "enabled": "false" } diff --git a/nodes/zebra.json b/nodes/zebra.json index 4d27994..d6a73ee 100644 --- a/nodes/zebra.json +++ b/nodes/zebra.json @@ -1,5 +1,7 @@ { "ip_address": "199.119.112.21", "services": "mx", - "tags": ["production", "dc"] + "tags": ["production", "dc"], + // currently down in DC, 2013-06-27 + "enabled": "false" } -- cgit v1.2.3