summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-02-11 14:22:30 +0100
committervarac <varacanero@zeromail.org>2014-02-11 14:22:30 +0100
commit6bc6b503fa073fcca6719e92139ccab2a1a051fb (patch)
tree3db6b034397d132359c2d3a7f8662deb231931e8 /nodes
parente65ef3b10a905816a6090ae5670e9e451951027c (diff)
added unstable environment and chameleon, panda, seahorse in that environment
Diffstat (limited to 'nodes')
-rw-r--r--nodes/chameleon.json8
-rw-r--r--nodes/panda.json8
-rw-r--r--nodes/seahorse.json11
3 files changed, 27 insertions, 0 deletions
diff --git a/nodes/chameleon.json b/nodes/chameleon.json
new file mode 100644
index 0000000..ae83b6d
--- /dev/null
+++ b/nodes/chameleon.json
@@ -0,0 +1,8 @@
+{
+ "services": ["webapp", "monitor"],
+ "tags": ["unstable", "dc", "sandbox-braintree"],
+ "ip_address": "199.119.112.10",
+ "ssh": {
+ "port": 4422
+ }
+}
diff --git a/nodes/panda.json b/nodes/panda.json
new file mode 100644
index 0000000..d6a4cde
--- /dev/null
+++ b/nodes/panda.json
@@ -0,0 +1,8 @@
+{
+ "services": ["couchdb", "soledad"],
+ "tags": ["unstable", "dc"],
+ "ip_address": "199.119.112.9",
+ "ssh": {
+ "port": 4422
+ }
+}
diff --git a/nodes/seahorse.json b/nodes/seahorse.json
new file mode 100644
index 0000000..86af36a
--- /dev/null
+++ b/nodes/seahorse.json
@@ -0,0 +1,11 @@
+{
+ "services": ["openvpn"],
+ "tags": ["unstable", "dc"],
+ "ip_address": "199.119.112.12",
+ "openvpn": {
+ "gateway_address": "199.119.112.13"
+ },
+ "ssh": {
+ "port": 4422
+ }
+}