summaryrefslogtreecommitdiff
path: root/provider/nodes
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-26 14:41:55 -0800
committerelijah <elijah@riseup.net>2013-02-26 14:41:55 -0800
commit4cbcb56df4ff90005bb668c0a09151a657fe3d69 (patch)
tree5f95dda388a192090676e19b9dbcf659b2d2083a /provider/nodes
parent661502e9e9220d6049a477c4a117829bb116797e (diff)
moved all files to root of repo instead of in provider subdirectory
Diffstat (limited to 'provider/nodes')
-rw-r--r--provider/nodes/aligator.json14
-rw-r--r--provider/nodes/ca1.json5
-rw-r--r--provider/nodes/couch1.json4
-rw-r--r--provider/nodes/koala.json6
-rw-r--r--provider/nodes/monitor1.json4
-rw-r--r--provider/nodes/sloth.json8
-rw-r--r--provider/nodes/tor1.json4
-rw-r--r--provider/nodes/turtle.json8
-rw-r--r--provider/nodes/vpn1.json9
-rw-r--r--provider/nodes/web1.json4
10 files changed, 0 insertions, 66 deletions
diff --git a/provider/nodes/aligator.json b/provider/nodes/aligator.json
deleted file mode 100644
index d647d30..0000000
--- a/provider/nodes/aligator.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "services": [ "openvpn", "tor" ],
- "tor": {
- "type": "exit",
- "nickname": "alligator"
- },
- "ip_address": "176.53.69.121",
- "interface": "eth0",
- "tags": "production",
- "openvpn": {
- "gateway_address": "176.53.69.123",
- "filter_dns": true
- }
-}
diff --git a/provider/nodes/ca1.json b/provider/nodes/ca1.json
deleted file mode 100644
index a4ea563..0000000
--- a/provider/nodes/ca1.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "services": "ca",
- "ip_address": "10.5.5.48",
- "interface": "eth0"
-}
diff --git a/provider/nodes/couch1.json b/provider/nodes/couch1.json
deleted file mode 100644
index 4b1dde1..0000000
--- a/provider/nodes/couch1.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "services": "couchdb",
- "ip_address": "10.5.5.44"
-}
diff --git a/provider/nodes/koala.json b/provider/nodes/koala.json
deleted file mode 100644
index 7484a99..0000000
--- a/provider/nodes/koala.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "services": "ca",
- "ip_address": "176.53.69.125",
- "interface": "eth0",
- "tags": "production"
-}
diff --git a/provider/nodes/monitor1.json b/provider/nodes/monitor1.json
deleted file mode 100644
index 8506ca4..0000000
--- a/provider/nodes/monitor1.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "ip_address": "10.5.5.49",
- "services": "monitor"
-}
diff --git a/provider/nodes/sloth.json b/provider/nodes/sloth.json
deleted file mode 100644
index 7ce5483..0000000
--- a/provider/nodes/sloth.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "services": "couchdb",
- "ip_address": "176.53.69.122",
- "ssh": {
- "port": 4422
- },
- "tags": "production"
-}
diff --git a/provider/nodes/tor1.json b/provider/nodes/tor1.json
deleted file mode 100644
index 0e97fd9..0000000
--- a/provider/nodes/tor1.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "ip_address": "10.5.5.50",
- "services": "tor"
-}
diff --git a/provider/nodes/turtle.json b/provider/nodes/turtle.json
deleted file mode 100644
index 47ca51d..0000000
--- a/provider/nodes/turtle.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "services": [ "webapp", "monitor" ],
- "tags": "production",
- "ip_address": "176.53.69.119",
- "ssh": {
- "port": 22
- }
-}
diff --git a/provider/nodes/vpn1.json b/provider/nodes/vpn1.json
deleted file mode 100644
index 12e01d6..0000000
--- a/provider/nodes/vpn1.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "services": "openvpn",
- "ip_address": "10.5.5.45",
- "interface": "eth0",
- "openvpn": {
- "gateway_address": "10.5.5.46",
- "filter_dns": true
- }
-}
diff --git a/provider/nodes/web1.json b/provider/nodes/web1.json
deleted file mode 100644
index 689ce62..0000000
--- a/provider/nodes/web1.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "services": "webapp",
- "ip_address": "10.5.5.47"
-}