summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
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
+ }
+}