summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-08-27 14:15:02 +0200
committervarac <varacanero@zeromail.org>2014-08-27 14:15:02 +0200
commit8adb19a2bdbe6ae62c1e40fe3ca9c5dde39ace1a (patch)
tree41cf2ccc220fbb0c50514b9699976bdc9cf703c4 /nodes
parentceeb96f3eb7e07e6bbbd790b896f84ddefc9a639 (diff)
deleted all other nodes, recreated cert for single node for bitmask.local domain
Diffstat (limited to 'nodes')
-rw-r--r--nodes/aligator.json11
-rw-r--r--nodes/ant.json9
-rw-r--r--nodes/beetle.json10
-rw-r--r--nodes/canvasback.json8
-rw-r--r--nodes/chameleon.json8
-rw-r--r--nodes/chipmonk.json9
-rw-r--r--nodes/clam.json11
-rw-r--r--nodes/demodex.json8
-rw-r--r--nodes/dolphin.json12
-rw-r--r--nodes/elephant.json8
-rw-r--r--nodes/elk.json8
-rw-r--r--nodes/gadwall.json13
-rw-r--r--nodes/hippo.json14
-rw-r--r--nodes/ladybug.json5
-rw-r--r--nodes/leech.json8
-rw-r--r--nodes/millipede.json11
-rw-r--r--nodes/octopus.json8
-rw-r--r--nodes/panda.json8
-rw-r--r--nodes/plain1.json3
-rw-r--r--nodes/rhino.json15
-rw-r--r--nodes/seahorse.json11
-rw-r--r--nodes/sloth.json9
-rw-r--r--nodes/snail.json13
-rw-r--r--nodes/snake.json10
-rw-r--r--nodes/starfish.json8
-rw-r--r--nodes/thrips.json12
-rw-r--r--nodes/urchin.json11
-rw-r--r--nodes/wallaby.json8
-rw-r--r--nodes/wombat.json9
-rw-r--r--nodes/zebra.json7
30 files changed, 0 insertions, 285 deletions
diff --git a/nodes/aligator.json b/nodes/aligator.json
deleted file mode 100644
index cae6f17..0000000
--- a/nodes/aligator.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "services": "openvpn",
- "ip_address": "176.53.69.121",
- "tags": ["demo", "istanbul"],
- "openvpn": {
- "gateway_address": "176.53.69.123",
- "allow_free": false,
- "filter_dns": true
- },
- "enabled": false
-}
diff --git a/nodes/ant.json b/nodes/ant.json
deleted file mode 100644
index 14c4cbc..0000000
--- a/nodes/ant.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "ip_address": "198.252.153.82",
- "services": "couchdb",
- "tags": [
- "demo",
- "seattle"
- ],
- "enabled": true
-}
diff --git a/nodes/beetle.json b/nodes/beetle.json
deleted file mode 100644
index ebb98ba..0000000
--- a/nodes/beetle.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "ip_address": "202.85.227.195",
- "tags": ["demo", "hongkong"],
- "services": "openvpn",
- "openvpn": {
- "gateway_address": "202.85.227.196"
- // secondary_address 202.85.227.197
- },
- "enabled": false
-}
diff --git a/nodes/canvasback.json b/nodes/canvasback.json
deleted file mode 100644
index b3a8deb..0000000
--- a/nodes/canvasback.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "services": "webapp",
- "tags": ["clientdev", "dc"],
- "ip_address": "199.119.112.4",
- "ssh": {
- "port": 22
- }
-}
diff --git a/nodes/chameleon.json b/nodes/chameleon.json
deleted file mode 100644
index ae83b6d..0000000
--- a/nodes/chameleon.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "services": ["webapp", "monitor"],
- "tags": ["unstable", "dc", "sandbox-braintree"],
- "ip_address": "199.119.112.10",
- "ssh": {
- "port": 4422
- }
-}
diff --git a/nodes/chipmonk.json b/nodes/chipmonk.json
deleted file mode 100644
index fc71590..0000000
--- a/nodes/chipmonk.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "services": ["mx"],
- "tags": ["clientdev", "dc"],
- "ip_address": "199.119.112.19",
- "ssh": {
- "port": 22
- }
-}
-
diff --git a/nodes/clam.json b/nodes/clam.json
deleted file mode 100644
index b9e5f66..0000000
--- a/nodes/clam.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "ip_address": "176.53.69.22",
- "services": [
- "couchdb",
- "soledad"
- ],
- "ssh": {
- "port": 4422
- },
- "tags": ["development", "istanbul"]
-}
diff --git a/nodes/demodex.json b/nodes/demodex.json
deleted file mode 100644
index f3dde74..0000000
--- a/nodes/demodex.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "ip_address": "204.13.164.171",
- "services": ["backup"],
- "tags": ["demo", "development", "seattle"],
- "ssh": {
- "port": 22
- }
-}
diff --git a/nodes/dolphin.json b/nodes/dolphin.json
deleted file mode 100644
index 56d803d..0000000
--- a/nodes/dolphin.json
+++ /dev/null
@@ -1,12 +0,0 @@
-//
-// also has IP: 223.223.175.11
-//
-{
- "enabled": false,
- "ip_address": "223.223.175.10",
- "tags": ["demo", "phnompenh"],
- "services": "openvpn",
- "openvpn": {
- "gateway_address": "223.223.175.15"
- }
-}
diff --git a/nodes/elephant.json b/nodes/elephant.json
deleted file mode 100644
index 8137208..0000000
--- a/nodes/elephant.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "services": "webapp",
- "tags": ["development", "istanbul", "sandbox-braintree"],
- "ip_address": "176.53.69.13",
- "ssh": {
- "port": 4422
- }
-}
diff --git a/nodes/elk.json b/nodes/elk.json
deleted file mode 100644
index 2215086..0000000
--- a/nodes/elk.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "ip_address": "176.53.69.127",
- "services": "couchdb",
- "tags": [
- "development", "istanbul"
- ],
- "enabled": true
-}
diff --git a/nodes/gadwall.json b/nodes/gadwall.json
deleted file mode 100644
index 8d0f988..0000000
--- a/nodes/gadwall.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "services": ["couchdb", "soledad"],
- "tags": ["clientdev", "dc"],
- "ip_address": "199.119.112.5",
- "ssh": {
- "port": 22
- }
- //"openvpn": {
- // "gateway_address": "199.119.112.6",
- // "second_gateway_address": "199.119.112.7"
- //}
-}
-
diff --git a/nodes/hippo.json b/nodes/hippo.json
deleted file mode 100644
index 0264908..0000000
--- a/nodes/hippo.json
+++ /dev/null
@@ -1,14 +0,0 @@
-// http://torstatus.blutmagie.de/router_detail.php?FP=855b6cfe6c20a48cf1b815b87d565df6ea93e74a
-{
- "ip_address": "85.17.92.143",
- "services": ["openvpn", "tor"],
- "tags": ["demo", "amsterdam"],
- "openvpn": {
- "gateway_address": "85.17.92.167"
- },
- "tor": {
- // KB/s
- "bandwidth_rate": 100,
- "nickname": "hippo"
- }
-}
diff --git a/nodes/ladybug.json b/nodes/ladybug.json
deleted file mode 100644
index 5ccfdef..0000000
--- a/nodes/ladybug.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "ip_address": "199.119.112.8",
- "services": "backup",
- "tags": [ "development", "dc" ]
-}
diff --git a/nodes/leech.json b/nodes/leech.json
deleted file mode 100644
index a582a5a..0000000
--- a/nodes/leech.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "ip_address": "198.252.153.85",
- "services": "mx",
- "tags": [
- "demo",
- "seattle"
- ]
-}
diff --git a/nodes/millipede.json b/nodes/millipede.json
deleted file mode 100644
index 33b3487..0000000
--- a/nodes/millipede.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "ip_address": "198.252.153.83",
- "openvpn": {
- "gateway_address": "198.252.153.84"
- },
- "services": ["openvpn"],
- "tags": [
- "demo",
- "seattle"
- ]
-}
diff --git a/nodes/octopus.json b/nodes/octopus.json
deleted file mode 100644
index 5e2c559..0000000
--- a/nodes/octopus.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "ip_address": "199.119.112.16",
- "services": "mx",
- "ssh": {
- "port": 4422
- },
- "tags": ["unstable", "dc"]
-}
diff --git a/nodes/panda.json b/nodes/panda.json
deleted file mode 100644
index d6a4cde..0000000
--- a/nodes/panda.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "services": ["couchdb", "soledad"],
- "tags": ["unstable", "dc"],
- "ip_address": "199.119.112.9",
- "ssh": {
- "port": 4422
- }
-}
diff --git a/nodes/plain1.json b/nodes/plain1.json
deleted file mode 100644
index b0e3e69..0000000
--- a/nodes/plain1.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "ip_address": "10.5.5.53"
-}
diff --git a/nodes/rhino.json b/nodes/rhino.json
deleted file mode 100644
index 3fddd25..0000000
--- a/nodes/rhino.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "ip_address": "202.85.227.204",
- "services": "tor",
- "tags": [
- "development",
- "hongkong"
- ],
- "tor": {
- // KB/s
- "bandwidth_rate": 100,
- "type": "relay",
- "nickname": "rhino"
- }
-
-}
diff --git a/nodes/seahorse.json b/nodes/seahorse.json
deleted file mode 100644
index 86af36a..0000000
--- a/nodes/seahorse.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "services": ["openvpn"],
- "tags": ["unstable", "dc"],
- "ip_address": "199.119.112.12",
- "openvpn": {
- "gateway_address": "199.119.112.13"
- },
- "ssh": {
- "port": 4422
- }
-}
diff --git a/nodes/sloth.json b/nodes/sloth.json
deleted file mode 100644
index 946280d..0000000
--- a/nodes/sloth.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "services": ["couchdb", "soledad"],
- "ip_address": "176.53.69.122",
- "ssh": {
- "port": 4422
- },
- "tags": ["demo", "istanbul"],
- "enabled": false
-}
diff --git a/nodes/snail.json b/nodes/snail.json
deleted file mode 100644
index 98ea6d1..0000000
--- a/nodes/snail.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "services": "openvpn",
- "ip_address": "176.53.69.14",
- "tags": ["development", "istanbul"],
- "openvpn": {
- "gateway_address": "176.53.69.19",
- "allow_free": false,
- "filter_dns": true
- },
- "ssh": {
- "port": 4422
- }
-}
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/thrips.json b/nodes/thrips.json
deleted file mode 100644
index 8f0ad56..0000000
--- a/nodes/thrips.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "ip_address": "204.13.164.162",
- "services": [
- "couchdb",
- "soledad"
- ],
- "tags": ["demo", "seattle"],
- "couch": {
- "backup": 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
- }
-}
diff --git a/nodes/wallaby.json b/nodes/wallaby.json
deleted file mode 100644
index 82856a1..0000000
--- a/nodes/wallaby.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "ip_address": "204.13.164.57",
- "tags": ["demo", "seattle"],
- "services": "webapp",
- "webapp": {
- "secure": true
- }
-}
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
-}