diff options
author | Micah Anderson <micah@riseup.net> | 2015-06-03 09:28:59 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2015-06-03 09:30:09 -0400 |
commit | 98b366b774f4c64879d04cb749f2d95b20da1f21 (patch) | |
tree | b08a8052e54ebe62dc0aca57a2ed45cafa8c2426 /nodes | |
parent | 31f5c75dd502cc23fccec834c5c60c969b115a68 (diff) |
remove elk and urchin
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/elk.json | 11 | ||||
-rw-r--r-- | nodes/urchin.json | 11 |
2 files changed, 0 insertions, 22 deletions
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 - } -} |