diff options
author | elijah <elijah@riseup.net> | 2016-03-16 12:08:38 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-03-16 12:08:38 -0700 |
commit | 89169024803c48c86cf1b4421feb8cb6c3baf7ae (patch) | |
tree | 0d923b30d1dd935e114e3387d73ab48ba66e35f5 /nodes | |
parent | e2f14b7c3421e9b105623c95763e603b47787a4a (diff) |
removed disabled nodes: starfish, snake, wombat, zebra, deer.
added mx to snail. added dotterel as tor node.
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/dotterel.json (renamed from nodes/deer.json) | 2 | ||||
-rw-r--r-- | nodes/snail.json | 2 | ||||
-rw-r--r-- | nodes/snake.json | 10 | ||||
-rw-r--r-- | nodes/starfish.json | 8 | ||||
-rw-r--r-- | nodes/wombat.json | 9 | ||||
-rw-r--r-- | nodes/zebra.json | 7 |
6 files changed, 2 insertions, 36 deletions
diff --git a/nodes/deer.json b/nodes/dotterel.json index 7325b36..f0a657d 100644 --- a/nodes/deer.json +++ b/nodes/dotterel.json @@ -1,5 +1,5 @@ { - "ip_address": "37.218.240.101", + "ip_address": "37.218.240.50", "services": "tor", "tags": [ "development", diff --git a/nodes/snail.json b/nodes/snail.json index 2eee732..aa4573d 100644 --- a/nodes/snail.json +++ b/nodes/snail.json @@ -1,5 +1,5 @@ { - "services": "openvpn", + "services": ["openvpn","mx"], "ip_address": "176.53.69.14", "tags": ["development", "istanbul"], "openvpn": { diff --git a/nodes/snake.json b/nodes/snake.json deleted file mode 100644 index 5c52b2e..0000000 --- a/nodes/snake.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "ip_address": "199.119.112.22", - "services": [ - "couchdb", - "soledad" - ], - "tags": ["demo", "dc"], - // currently down in DC, 2013-06-27 - "enabled": false -} diff --git a/nodes/starfish.json b/nodes/starfish.json deleted file mode 100644 index 721a996..0000000 --- a/nodes/starfish.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "ip_address": "176.53.69.23", - "services": "mx", - "ssh": { - "port": 4422 - }, - "tags": ["development", "istanbul"] -} diff --git a/nodes/wombat.json b/nodes/wombat.json deleted file mode 100644 index 1fbaa78..0000000 --- a/nodes/wombat.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "ip_address": "199.119.112.20", - "tags": ["demo", "dc"], - "services": [ - "webapp" - ], - // currently down in DC, 2013-06-27 - "enabled": false -} diff --git a/nodes/zebra.json b/nodes/zebra.json deleted file mode 100644 index 3873f3d..0000000 --- a/nodes/zebra.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "ip_address": "199.119.112.21", - "services": "mx", - "tags": ["demo", "dc"], - // currently down in DC, 2013-06-27 - "enabled": false -} |