diff options
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/canvasback.json | 6 | ||||
-rw-r--r-- | nodes/gadwall.json | 6 | ||||
-rw-r--r-- | nodes/harrier.json | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/nodes/canvasback.json b/nodes/canvasback.json index ae8cfc0..9b98845 100644 --- a/nodes/canvasback.json +++ b/nodes/canvasback.json @@ -1,6 +1,8 @@ { "services": "webapp", - "tags": [ "development", "dc" ], + "tags": ["clientdev", "dc"], "ip_address": "199.119.112.4", - "enabled": false + "ssh": { + "port": 4422 + } } diff --git a/nodes/gadwall.json b/nodes/gadwall.json index b283d45..fe19da8 100644 --- a/nodes/gadwall.json +++ b/nodes/gadwall.json @@ -1,8 +1,10 @@ { "services": ["couchdb", "soledad"], - "tags": [ "development", "dc" ], + "tags": ["clientdev", "dc"], "ip_address": "199.119.112.5", - "enabled": false + "ssh": { + "port": 4422 + } //"openvpn": { // "gateway_address": "199.119.112.6", // "second_gateway_address": "199.119.112.7" diff --git a/nodes/harrier.json b/nodes/harrier.json index 5d3128a..7e0a75a 100644 --- a/nodes/harrier.json +++ b/nodes/harrier.json @@ -1,10 +1,13 @@ { "services": "openvpn", - "tags": [ "development", "seattle" ], + "tags": ["clientdev", "seattle"], "ip_address": "198.252.153.46", "openvpn": { "gateway_address": "199.254.238.50", "second_gateway_address": "199.254.238.51" + }, + "ssh": { + "port": 4422 } } |