summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2016-09-20 15:47:33 -0400
committerMicah Anderson <micah@riseup.net>2016-09-20 15:47:33 -0400
commitb2bf4dd16a94a7e78797c64eb39d9260ff8ef63e (patch)
tree56c86a394f3fb19c650c6e7053f83d2de38861ba /nodes
parentc295f20ba47722e0a5f923e73888801d94d2b05b (diff)
add upgrade nodes
Diffstat (limited to 'nodes')
-rw-r--r--nodes/checkerspot.json17
-rw-r--r--nodes/cloak.json14
-rw-r--r--nodes/dogface.json14
-rw-r--r--nodes/hairstreak.json8
-rw-r--r--nodes/monarch.json17
-rw-r--r--nodes/spicebush.json8
6 files changed, 78 insertions, 0 deletions
diff --git a/nodes/checkerspot.json b/nodes/checkerspot.json
new file mode 100644
index 0000000..286b5a7
--- /dev/null
+++ b/nodes/checkerspot.json
@@ -0,0 +1,17 @@
+{
+ "ip_address": "0.0.0.0",
+ "openvpn": {
+ "gateway_address": "REQUIRED",
+ "ports": [
+ "443"
+ ],
+ "protocols": [
+ "tcp"
+ ]
+ },
+ "services": "openvpn",
+ "tags": "disabled",
+ "vm": {
+ "id": ""
+ }
+}
diff --git a/nodes/cloak.json b/nodes/cloak.json
new file mode 100644
index 0000000..7b31ded
--- /dev/null
+++ b/nodes/cloak.json
@@ -0,0 +1,14 @@
+{
+ "ip_address": "54.70.243.80",
+ "services": [
+ "tor"
+ ],
+ "tags": "upgrade",
+ "tor": {
+ "bandwidth_rate": 100,
+ "type": "exit"
+ },
+ "vm": {
+ "id": "i-b79eb5af"
+ }
+}
diff --git a/nodes/dogface.json b/nodes/dogface.json
new file mode 100644
index 0000000..47590bd
--- /dev/null
+++ b/nodes/dogface.json
@@ -0,0 +1,14 @@
+{
+ "couch": {
+ "mode": "plain"
+ },
+ "ip_address": "54.71.7.146",
+ "services": [
+ "couchdb",
+ "soledad"
+ ],
+ "tags": "upgrade",
+ "vm": {
+ "id": "i-c29db6da"
+ }
+}
diff --git a/nodes/hairstreak.json b/nodes/hairstreak.json
new file mode 100644
index 0000000..082b4ee
--- /dev/null
+++ b/nodes/hairstreak.json
@@ -0,0 +1,8 @@
+{
+ "ip_address": "54.69.235.78",
+ "services": "mx",
+ "tags": "upgrade",
+ "vm": {
+ "id": "i-ce9db6d6"
+ }
+}
diff --git a/nodes/monarch.json b/nodes/monarch.json
new file mode 100644
index 0000000..83f7e79
--- /dev/null
+++ b/nodes/monarch.json
@@ -0,0 +1,17 @@
+{
+ "ip_address": "52.89.186.55",
+ "services": [
+ "monitor",
+ "tor",
+ "webapp"
+ ],
+ "tags": "upgrade",
+ "tor": {
+ "hidden_service": {
+ "active": true
+ }
+ },
+ "vm": {
+ "id": "i-989db680"
+ }
+}
diff --git a/nodes/spicebush.json b/nodes/spicebush.json
new file mode 100644
index 0000000..9468100
--- /dev/null
+++ b/nodes/spicebush.json
@@ -0,0 +1,8 @@
+{
+ "ip_address": "54.71.1.247",
+ "services": "static",
+ "tags": "upgrade",
+ "vm": {
+ "id": "i-579db64f"
+ }
+}