summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-01-20 21:12:27 +0100
committervarac <varacanero@zeromail.org>2015-01-20 21:12:27 +0100
commitfea64076d15a4b192f874224f6c2d66838ccab78 (patch)
treeec6663dc4c879f8a93f63a36395637d603c90883 /nodes
parentb124d181f13f2e3c592c981cbd08dfe375aa310e (diff)
added bleeding env, with gorilla and armadillo as couch hosts
Diffstat (limited to 'nodes')
-rw-r--r--nodes/armadillo.json7
-rw-r--r--nodes/gorilla.json7
2 files changed, 14 insertions, 0 deletions
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
+}