diff options
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/aardwolf.json | 15 | ||||
-rw-r--r-- | nodes/alpaca.json | 8 | ||||
-rw-r--r-- | nodes/ant.json | 12 | ||||
-rw-r--r-- | nodes/tuatara.json | 3 | ||||
-rw-r--r-- | nodes/tutarara.json | 3 |
5 files changed, 5 insertions, 36 deletions
diff --git a/nodes/aardwolf.json b/nodes/aardwolf.json deleted file mode 100644 index 8ba0cb8..0000000 --- a/nodes/aardwolf.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "ip_address": "199.119.112.205", - "services": [ - "couchdb", - "soledad" - ], - "tags": [ - "dc", - "unstable" - ], - "couch": { - "mode": "plain", - "pwhash_alg": "pbkdf2" - } -} diff --git a/nodes/alpaca.json b/nodes/alpaca.json deleted file mode 100644 index eb0cdf0..0000000 --- a/nodes/alpaca.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "ip_address": "199.119.112.223", - "services": ["webapp", "couchdb", "mx", "soledad"], - "tags": ["demomail", "dc"], - "webapp": { - "customization_dir": "= file_path 'mail_webapp'" - } -} diff --git a/nodes/ant.json b/nodes/ant.json deleted file mode 100644 index da1a1be..0000000 --- a/nodes/ant.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "ip_address": "198.252.153.82", - "services": [ "couchdb" ], - "tags": [ - "demovpn", - "seattle" - ], - "enabled": true, - "couch": { - "mode": "plain" - } -} diff --git a/nodes/tuatara.json b/nodes/tuatara.json index bcbbbd1..4adf516 100644 --- a/nodes/tuatara.json +++ b/nodes/tuatara.json @@ -6,6 +6,7 @@ "services": "openvpn", "tags": [ "miami", - "unstable" + "unstable", + "pt" ] } diff --git a/nodes/tutarara.json b/nodes/tutarara.json new file mode 100644 index 0000000..3657b01 --- /dev/null +++ b/nodes/tutarara.json @@ -0,0 +1,3 @@ +{ + "ip_address": "37.218.241.208" +} |