From fea64076d15a4b192f874224f6c2d66838ccab78 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 20 Jan 2015 21:12:27 +0100 Subject: added bleeding env, with gorilla and armadillo as couch hosts --- nodes/armadillo.json | 7 +++++++ nodes/gorilla.json | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 nodes/armadillo.json create mode 100644 nodes/gorilla.json (limited to 'nodes') diff --git a/nodes/armadillo.json b/nodes/armadillo.json new file mode 100644 index 0000000..f28012e --- /dev/null +++ b/nodes/armadillo.json @@ -0,0 +1,7 @@ +{ + "ip_address": "1.209.122.24", + "tags": [ + "bleeding", "seoul" + ], + "enabled": true +} diff --git a/nodes/gorilla.json b/nodes/gorilla.json new file mode 100644 index 0000000..24df44b --- /dev/null +++ b/nodes/gorilla.json @@ -0,0 +1,7 @@ +{ + "ip_address": "1.209.122.26", + "tags": [ + "bleeding", "seoul" + ], + "enabled": true +} -- cgit v1.2.3