diff options
author | varac <varacanero@zeromail.org> | 2013-05-17 14:19:06 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-05-17 14:19:06 +0200 |
commit | e6ca18f931a7072844d440c0b16535a81fca761a (patch) | |
tree | e7c61a32b4c6f1451e61180f7a258a3cd15a3501 /nodes | |
parent | c1391d91c1d15cca3b2821b268de5c3c3661eb41 (diff) | |
parent | 26959138e1bcfaf1f2feaee497f03324a22e1347 (diff) |
Merge branch 'feature/new_couch_mx' into develop
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/clam.json | 11 | ||||
-rw-r--r-- | nodes/mole.json | 8 | ||||
-rw-r--r-- | nodes/python.json | 8 | ||||
-rw-r--r-- | nodes/starfish.json (renamed from nodes/walrus.json) | 2 | ||||
-rw-r--r-- | nodes/urchin.json | 11 |
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" +} |