summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2015-07-05 01:48:03 +0200
committerkwadronaut <kwadronaut@leap.se>2015-07-05 01:48:03 +0200
commitea4b55e9ea10295bd196a5161aec2cab078c809a (patch)
treef9298dc40669372067fc6fcac406e1fc6bfb1379 /nodes
parent0f3c31922f6759b2dd4d30b95a1e77cd017b3d34 (diff)
updating DC-situation, adding tuatara, donkey, firefly
Diffstat (limited to 'nodes')
-rw-r--r--nodes/donkey.json12
-rw-r--r--nodes/firefly.json8
-rw-r--r--nodes/tuatara.json11
3 files changed, 31 insertions, 0 deletions
diff --git a/nodes/donkey.json b/nodes/donkey.json
new file mode 100644
index 0000000..438f725
--- /dev/null
+++ b/nodes/donkey.json
@@ -0,0 +1,12 @@
+{
+ "ip_address": "199.119.112.133",
+ "services": [
+ "monitor",
+ "webapp"
+ ],
+ "tags": [
+ "dc",
+ "sandbox-braintree",
+ "unstable"
+ ]
+}
diff --git a/nodes/firefly.json b/nodes/firefly.json
new file mode 100644
index 0000000..272b6dc
--- /dev/null
+++ b/nodes/firefly.json
@@ -0,0 +1,8 @@
+{
+ "ip_address": "199.119.112.149",
+ "services": "backup",
+ "tags": [
+ "dc",
+ "development"
+ ]
+}
diff --git a/nodes/tuatara.json b/nodes/tuatara.json
new file mode 100644
index 0000000..12042a0
--- /dev/null
+++ b/nodes/tuatara.json
@@ -0,0 +1,11 @@
+{
+ "ip_address": "199.119.112.147",
+ "openvpn": {
+ "gateway_address": "199.119.112.148"
+ },
+ "services": "openvpn",
+ "tags": [
+ "dc",
+ "unstable"
+ ]
+}