From 98b366b774f4c64879d04cb749f2d95b20da1f21 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 3 Jun 2015 09:28:59 -0400 Subject: remove elk and urchin --- nodes/elk.json | 11 ----------- nodes/urchin.json | 11 ----------- 2 files changed, 22 deletions(-) delete mode 100644 nodes/elk.json delete mode 100644 nodes/urchin.json (limited to 'nodes') diff --git a/nodes/elk.json b/nodes/elk.json deleted file mode 100644 index f71c920..0000000 --- a/nodes/elk.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "ip_address": "1.209.122.21", - "services": "couchdb", - "ssh": { - "port": 4422 - }, - "tags": [ - "development", "seoul" - ], - "enabled": true -} diff --git a/nodes/urchin.json b/nodes/urchin.json deleted file mode 100644 index bac4ea6..0000000 --- a/nodes/urchin.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "ip_address": "176.53.69.21", - "services": ["couchdb","soledad"], - "tags": ["development", "istanbul"], - "ssh": { - "port": 4422 - }, - "couch": { - "backup": true - } -} -- cgit v1.2.3