summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'nodes')
-rw-r--r--nodes/aardwolf.json10
-rw-r--r--nodes/cat.json9
-rw-r--r--nodes/donkey.json17
-rw-r--r--nodes/tuatara.json11
4 files changed, 7 insertions, 40 deletions
diff --git a/nodes/aardwolf.json b/nodes/aardwolf.json
index 63a62a1..8ba0cb8 100644
--- a/nodes/aardwolf.json
+++ b/nodes/aardwolf.json
@@ -8,14 +8,8 @@
"dc",
"unstable"
],
- "sources": {
- "platform": {
- "apt": {
- "basic": "http://deb.leap.se/experimental-0.8"
- }
- }
- },
"couch": {
- "mode": "plain"
+ "mode": "plain",
+ "pwhash_alg": "pbkdf2"
}
}
diff --git a/nodes/cat.json b/nodes/cat.json
index c74847d..33bfa3b 100644
--- a/nodes/cat.json
+++ b/nodes/cat.json
@@ -1,12 +1,5 @@
{
"ip_address": "199.119.112.206",
"services": "mx",
- "tags": ["unstable", "dc"],
- "sources": {
- "platform": {
- "apt": {
- "basic": "http://deb.leap.se/experimental-0.8"
- }
- }
- }
+ "tags": ["unstable", "dc"]
}
diff --git a/nodes/donkey.json b/nodes/donkey.json
index 0600a80..c18af3d 100644
--- a/nodes/donkey.json
+++ b/nodes/donkey.json
@@ -2,24 +2,11 @@
"ip_address": "199.119.112.207",
"services": [
"monitor",
- "webapp",
- "pixelated"
+ "webapp"
],
"tags": [
"dc",
"sandbox-braintree",
"unstable"
- ],
- "sources": {
- "platform": {
- "apt": {
- "basic": "http://deb.leap.se/experimental-0.8"
- }
- },
- "webapp": {
- "type": "git",
- "source": "https://leap.se/git/leap_web",
- "revision": "origin/develop"
- }
- }
+ ]
}
diff --git a/nodes/tuatara.json b/nodes/tuatara.json
index 42677bb..82443df 100644
--- a/nodes/tuatara.json
+++ b/nodes/tuatara.json
@@ -1,18 +1,11 @@
{
"ip_address": "199.119.112.208",
"openvpn": {
- "gateway_address": "199.119.112.148"
+ "gateway_address": "199.119.112.141"
},
"services": "openvpn",
"tags": [
"dc",
"unstable"
- ],
- "sources": {
- "platform": {
- "apt": {
- "basic": "http://deb.leap.se/experimental-0.8"
- }
- }
- }
+ ]
}