summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'nodes')
-rw-r--r--nodes/couch1.json7
-rw-r--r--nodes/couch2.json7
-rw-r--r--nodes/mx1.json4
-rw-r--r--nodes/plain1.json3
-rw-r--r--nodes/tor1.json4
-rw-r--r--nodes/vpn1.json10
-rw-r--r--nodes/web1.json4
7 files changed, 0 insertions, 39 deletions
diff --git a/nodes/couch1.json b/nodes/couch1.json
deleted file mode 100644
index e340357..0000000
--- a/nodes/couch1.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "services": [
- "couchdb",
- "soledad"
- ],
- "ip_address": "10.5.5.44"
-}
diff --git a/nodes/couch2.json b/nodes/couch2.json
deleted file mode 100644
index 83c564d..0000000
--- a/nodes/couch2.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "services": [
- "couchdb",
- "soledad"
- ],
- "ip_address": "10.5.5.52"
-}
diff --git a/nodes/mx1.json b/nodes/mx1.json
deleted file mode 100644
index ffd6149..0000000
--- a/nodes/mx1.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "services": "mx",
- "ip_address": "10.5.5.51"
-}
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/tor1.json b/nodes/tor1.json
deleted file mode 100644
index 0e97fd9..0000000
--- a/nodes/tor1.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "ip_address": "10.5.5.50",
- "services": "tor"
-}
diff --git a/nodes/vpn1.json b/nodes/vpn1.json
deleted file mode 100644
index c6e3932..0000000
--- a/nodes/vpn1.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "services": "openvpn",
- "ip_address": "10.5.5.45",
- "openvpn": {
- "gateway_address": "10.5.5.46",
- "free_gateway_address": "10.5.5.47",
- "allow_free": true,
- "filter_dns": true
- }
-}
diff --git a/nodes/web1.json b/nodes/web1.json
deleted file mode 100644
index 0e12ed3..0000000
--- a/nodes/web1.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "services": [ "webapp", "monitor" ],
- "ip_address": "10.5.5.47"
-}