summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-01-15 11:58:57 +0100
committervarac <varacanero@zeromail.org>2016-01-15 11:58:57 +0100
commit75e7254d9c809ee1a1b610dee52675f0fec7427d (patch)
tree6c3760119cbaee878154b74289a00eb4169ff5dd /nodes
parent26015085b6313e2af52bb775ef113f4cabb0f279 (diff)
removed bleeding and jessie env
Diffstat (limited to 'nodes')
-rw-r--r--nodes/armadillo.json11
-rw-r--r--nodes/gorilla.json11
-rw-r--r--nodes/quetzal.json17
3 files changed, 0 insertions, 39 deletions
diff --git a/nodes/armadillo.json b/nodes/armadillo.json
deleted file mode 100644
index ddb7e37..0000000
--- a/nodes/armadillo.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "ip_address": "1.209.122.24",
- "services": "couchdb",
- "couch": {
- "version": "2.0"
- },
- "tags": [
- "bleeding", "seoul"
- ],
- "enabled": true
-}
diff --git a/nodes/gorilla.json b/nodes/gorilla.json
deleted file mode 100644
index 218a9f3..0000000
--- a/nodes/gorilla.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "ip_address": "1.209.122.26",
- "services": "couchdb",
- "couch": {
- "version": "2.0"
- },
- "tags": [
- "bleeding", "seoul"
- ],
- "enabled": true
-}
diff --git a/nodes/quetzal.json b/nodes/quetzal.json
deleted file mode 100644
index b1423e2..0000000
--- a/nodes/quetzal.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "ip_address": "199.119.112.197",
- "environment": "jessie",
- "tags": ["jessie", "dc"],
- "services": ["webapp", "couchdb", "mx", "soledad", "pixelated"],
- "sources": {
- "platform": {
- "apt": {
- "basic": "http://deb.leap.se/experimental-0.8"
- }
- }
- },
- "couch": {
- "master": true,
- "pwhash_alg": "pbkdf2"
- }
-}