summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-11-22 11:10:14 +0100
committerVarac <varac@leap.se>2017-11-22 11:10:14 +0100
commitbcbe490856947429d4855cbdebf57a3d7b2bc8ed (patch)
tree5c027fa9ada0557bf35df4a51bad8f5ba83762b0 /nodes
parent89574cb1f45711f91a5dfe30ca5f08fde0a7cc83 (diff)
Removed dev.bm
Diffstat (limited to 'nodes')
-rw-r--r--nodes/clam.json14
-rw-r--r--nodes/demodex.json2
-rw-r--r--nodes/elephant.json16
-rw-r--r--nodes/newt.json8
-rw-r--r--nodes/snail.json13
5 files changed, 1 insertions, 52 deletions
diff --git a/nodes/clam.json b/nodes/clam.json
deleted file mode 100644
index adf783e..0000000
--- a/nodes/clam.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "ip_address": "37.218.242.213",
- "services": [
- "couchdb",
- "soledad"
- ],
- "ssh": {
- "port": 4422
- },
- "tags": ["development", "amsterdam"],
- "couch": {
- "mode": "plain"
- }
-}
diff --git a/nodes/demodex.json b/nodes/demodex.json
index 6f2d30a..4bc5c40 100644
--- a/nodes/demodex.json
+++ b/nodes/demodex.json
@@ -1,7 +1,7 @@
{
"ip_address": "204.13.164.171",
"services": ["backup"],
- "tags": ["development", "seattle"],
+ "tags": ["unstable", "seattle"],
"ssh": {
"port": 22
}
diff --git a/nodes/elephant.json b/nodes/elephant.json
deleted file mode 100644
index 9b70815..0000000
--- a/nodes/elephant.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "services": "webapp",
- "tags": ["development", "amsterdam"],
- "ip_address": "37.218.242.214",
- "ssh": {
- "port": 4422
- //"config": {
- // "AllowTcpForwarding": "yes"
- //}
- },
- "sources": {
- "webapp": {
- "revision": "origin/master"
- }
- }
-}
diff --git a/nodes/newt.json b/nodes/newt.json
deleted file mode 100644
index c6c72e5..0000000
--- a/nodes/newt.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "ip_address": "37.218.242.145",
- "services": "backup",
- "tags": [
- "amsterdam",
- "development"
- ]
-}
diff --git a/nodes/snail.json b/nodes/snail.json
deleted file mode 100644
index e9a31f0..0000000
--- a/nodes/snail.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "services": ["openvpn","mx"],
- "ip_address": "37.218.242.215",
- "tags": ["development", "amsterdam"],
- "openvpn": {
- "gateway_address": "37.218.242.216",
- "allow_free": false,
- "filter_dns": true
- },
- "ssh": {
- "port": 4422
- }
-}