diff options
author | varac <varacanero@zeromail.org> | 2013-06-27 12:49:35 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-06-27 12:49:35 +0200 |
commit | c6678ceca69fcffc594e19285981c7125ee323f5 (patch) | |
tree | 47e3839b2264b22e4b99f4ec9a0d1e61d2ce04d5 | |
parent | ec49e32c6b540d72596fefa90ba091f253847259 (diff) |
disabled DC nodes snake + zebra, they are down atm
-rw-r--r-- | nodes/snake.json | 4 | ||||
-rw-r--r-- | 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" } |