diff options
| author | varac <varacanero@zeromail.org> | 2014-01-04 17:38:30 +0100 |
|---|---|---|
| committer | varac <varacanero@zeromail.org> | 2014-03-24 11:19:55 +0100 |
| commit | 46a47f30e5c7c8d69d026dc7eb57084f0b90b536 (patch) | |
| tree | ce85afc09d018f3e2e37c04ab1264b2435d96252 /nodes | |
| parent | 6db0ae36cfefaa5e037eac148fd4f5ceb480a400 (diff) | |
deploy all (but tor) service on one single local node
Diffstat (limited to 'nodes')
| -rw-r--r-- | nodes/couch1.json | 7 | ||||
| -rw-r--r-- | nodes/couch2.json | 7 | ||||
| -rw-r--r-- | nodes/monitor1.json | 4 | ||||
| -rw-r--r-- | nodes/mx1.json | 4 | ||||
| -rw-r--r-- | nodes/single.json | 18 | ||||
| -rw-r--r-- | nodes/tor1.json | 4 | ||||
| -rw-r--r-- | nodes/vpn1.json | 10 | ||||
| -rw-r--r-- | nodes/web1.json | 4 |
8 files changed, 18 insertions, 40 deletions
diff --git a/nodes/couch1.json b/nodes/couch1.json deleted file mode 100644 index e340357..0000000 --- a/nodes/couch1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "services": [ - "couchdb", - "soledad" - ], - "ip_address": "10.5.5.44" -} diff --git a/nodes/couch2.json b/nodes/couch2.json deleted file mode 100644 index 83c564d..0000000 --- a/nodes/couch2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "services": [ - "couchdb", - "soledad" - ], - "ip_address": "10.5.5.52" -} diff --git a/nodes/monitor1.json b/nodes/monitor1.json deleted file mode 100644 index 8506ca4..0000000 --- a/nodes/monitor1.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "ip_address": "10.5.5.49", - "services": "monitor" -} diff --git a/nodes/mx1.json b/nodes/mx1.json deleted file mode 100644 index ffd6149..0000000 --- a/nodes/mx1.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "services": "mx", - "ip_address": "10.5.5.51" -} diff --git a/nodes/single.json b/nodes/single.json new file mode 100644 index 0000000..41a3e39 --- /dev/null +++ b/nodes/single.json @@ -0,0 +1,18 @@ +{ + "services": [ + "couchdb", + "soledad", + "monitor", + "webapp", + "mx", + "openvpn" + ], + "ip_address": "10.5.5.62", + "openvpn": { + "gateway_address": "10.5.5.63", + "free_gateway_address": "10.5.5.64", + "allow_free": true, + "filter_dns": true + } + +} diff --git a/nodes/tor1.json b/nodes/tor1.json deleted file mode 100644 index 0e97fd9..0000000 --- a/nodes/tor1.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "ip_address": "10.5.5.50", - "services": "tor" -} diff --git a/nodes/vpn1.json b/nodes/vpn1.json deleted file mode 100644 index c6e3932..0000000 --- a/nodes/vpn1.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "services": "openvpn", - "ip_address": "10.5.5.45", - "openvpn": { - "gateway_address": "10.5.5.46", - "free_gateway_address": "10.5.5.47", - "allow_free": true, - "filter_dns": true - } -} diff --git a/nodes/web1.json b/nodes/web1.json deleted file mode 100644 index 689ce62..0000000 --- a/nodes/web1.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "services": "webapp", - "ip_address": "10.5.5.47" -} |
