summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-04-08 11:01:47 -0700
committerelijah <elijah@riseup.net>2016-04-08 11:02:15 -0700
commit9f002e16620c037c123b464c2bbeea0842f8ed2c (patch)
tree1a90237d2593fde708feda0a9c4cff58a00eab2a /nodes
parentc70865f1a62dc295edee0b5fd85b5add40451bf6 (diff)
cdev: replace nodes cowbird, ovenbird, goldeneye with mudskipper, gecko.
Diffstat (limited to 'nodes')
-rw-r--r--nodes/cowbird.json8
-rw-r--r--nodes/gecko.json (renamed from nodes/goldeneye.json)7
-rw-r--r--nodes/mudskipper.json11
-rw-r--r--nodes/ovenbird.json8
4 files changed, 16 insertions, 18 deletions
diff --git a/nodes/cowbird.json b/nodes/cowbird.json
deleted file mode 100644
index b4fd1e4..0000000
--- a/nodes/cowbird.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "ip_address": "199.119.112.152",
- "services": "mx",
- "tags": [
- "clientdev",
- "dc"
- ]
-}
diff --git a/nodes/goldeneye.json b/nodes/gecko.json
index d0e0794..d0793b4 100644
--- a/nodes/goldeneye.json
+++ b/nodes/gecko.json
@@ -1,11 +1,14 @@
{
- "ip_address": "199.119.112.153",
+ "couch": {
+ "mode": "plain"
+ },
+ "ip_address": "1.209.122.112",
"services": [
"couchdb",
"soledad"
],
"tags": [
"clientdev",
- "dc"
+ "seoul"
]
}
diff --git a/nodes/mudskipper.json b/nodes/mudskipper.json
new file mode 100644
index 0000000..6791fdd
--- /dev/null
+++ b/nodes/mudskipper.json
@@ -0,0 +1,11 @@
+{
+ "ip_address": "1.209.122.111",
+ "services": [
+ "mx",
+ "webapp"
+ ],
+ "tags": [
+ "clientdev",
+ "seoul"
+ ]
+}
diff --git a/nodes/ovenbird.json b/nodes/ovenbird.json
deleted file mode 100644
index ea530e5..0000000
--- a/nodes/ovenbird.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "ip_address": "199.119.112.151",
- "services": "webapp",
- "tags": [
- "clientdev",
- "dc"
- ]
-}