From 1cfa070a8303de8794605695e56ad8085b697646 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 20 Apr 2016 18:47:44 -0300 Subject: new unstable environment --- nodes/aardwolf.json | 10 ++-------- nodes/cat.json | 9 +-------- nodes/donkey.json | 17 ++--------------- nodes/tuatara.json | 11 ++--------- 4 files changed, 7 insertions(+), 40 deletions(-) (limited to 'nodes') 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" - } - } - } + ] } -- cgit v1.2.3