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/monitor1.json4
-rw-r--r--nodes/mx1.json4
-rw-r--r--nodes/single.json18
-rw-r--r--nodes/tor1.json4
-rw-r--r--nodes/vpn1.json10
-rw-r--r--nodes/web1.json4
8 files changed, 18 insertions, 40 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/monitor1.json b/nodes/monitor1.json
deleted file mode 100644
index 8506ca4..0000000
--- a/nodes/monitor1.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "ip_address": "10.5.5.49",
- "services": "monitor"
-}
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/single.json b/nodes/single.json
new file mode 100644
index 0000000..41a3e39
--- /dev/null
+++ b/nodes/single.json
@@ -0,0 +1,18 @@
+{
+ "services": [
+ "couchdb",
+ "soledad",
+ "monitor",
+ "webapp",
+ "mx",
+ "openvpn"
+ ],
+ "ip_address": "10.5.5.62",
+ "openvpn": {
+ "gateway_address": "10.5.5.63",
+ "free_gateway_address": "10.5.5.64",
+ "allow_free": true,
+ "filter_dns": true
+ }
+
+}
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 689ce62..0000000
--- a/nodes/web1.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "services": "webapp",
- "ip_address": "10.5.5.47"
-}