diff options
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/armadillo.json | 11 | ||||
-rw-r--r-- | nodes/gorilla.json | 11 | ||||
-rw-r--r-- | nodes/quetzal.json | 17 |
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" - } -} |