summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'nodes')
-rw-r--r--nodes/clam.json11
-rw-r--r--nodes/mole.json8
-rw-r--r--nodes/python.json8
-rw-r--r--nodes/starfish.json (renamed from nodes/walrus.json)2
-rw-r--r--nodes/urchin.json11
5 files changed, 23 insertions, 17 deletions
diff --git a/nodes/clam.json b/nodes/clam.json
new file mode 100644
index 0000000..f9007a4
--- /dev/null
+++ b/nodes/clam.json
@@ -0,0 +1,11 @@
+{
+ "ip_address": "176.53.69.22",
+ "services": [
+ "couchdb",
+ "soledad"
+ ],
+ "ssh": {
+ "port": 4422
+ },
+ "tags": "development"
+}
diff --git a/nodes/mole.json b/nodes/mole.json
deleted file mode 100644
index 2259114..0000000
--- a/nodes/mole.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "services": "couchdb",
- "ip_address": "176.53.69.17",
- "ssh": {
- "port": 4422
- },
- "tags": "development"
-}
diff --git a/nodes/python.json b/nodes/python.json
deleted file mode 100644
index 2c2ec25..0000000
--- a/nodes/python.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "services": ["couchdb", "soledad"],
- "ip_address": "176.53.69.16",
- "ssh": {
- "port": 4422
- },
- "tags": ["development", "ankara"]
-}
diff --git a/nodes/walrus.json b/nodes/starfish.json
index 7e2020e..08f09f4 100644
--- a/nodes/walrus.json
+++ b/nodes/starfish.json
@@ -1,6 +1,6 @@
{
+ "ip_address": "176.53.69.19",
"services": "mx",
- "ip_address": "176.53.69.18",
"ssh": {
"port": 4422
},
diff --git a/nodes/urchin.json b/nodes/urchin.json
new file mode 100644
index 0000000..4569f53
--- /dev/null
+++ b/nodes/urchin.json
@@ -0,0 +1,11 @@
+{
+ "ip_address": "176.53.69.21",
+ "services": [
+ "couchdb",
+ "soledad"
+ ],
+ "ssh": {
+ "port": 4422
+ },
+ "tags": "development"
+}