diff options
author | kwadronaut <kwadronaut@leap.se> | 2015-07-05 01:48:03 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2015-07-05 01:48:03 +0200 |
commit | ea4b55e9ea10295bd196a5161aec2cab078c809a (patch) | |
tree | f9298dc40669372067fc6fcac406e1fc6bfb1379 /nodes | |
parent | 0f3c31922f6759b2dd4d30b95a1e77cd017b3d34 (diff) |
updating DC-situation, adding tuatara, donkey, firefly
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/donkey.json | 12 | ||||
-rw-r--r-- | nodes/firefly.json | 8 | ||||
-rw-r--r-- | nodes/tuatara.json | 11 |
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" + ] +} |