From 83e00551c65eb09e5e96f63c6ec4465fae4249a7 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 13 Nov 2012 17:38:05 -0500 Subject: add vagrant specific node configurations --- provider/nodes/couchdb1_vagrant.json | 7 +++++++ provider/nodes/vpn1_vagrant.json | 13 +++++++++++++ provider/nodes/web1_vagrant.json | 5 +++++ 3 files changed, 25 insertions(+) create mode 100644 provider/nodes/couchdb1_vagrant.json create mode 100644 provider/nodes/vpn1_vagrant.json create mode 100644 provider/nodes/web1_vagrant.json diff --git a/provider/nodes/couchdb1_vagrant.json b/provider/nodes/couchdb1_vagrant.json new file mode 100644 index 0000000..6b7077e --- /dev/null +++ b/provider/nodes/couchdb1_vagrant.json @@ -0,0 +1,7 @@ +{ + "services": "couchdb", + "tags": ["vagrant"], + "ip_address": "10.5.5.44", + "ssh": { + "port": 4422 } +} diff --git a/provider/nodes/vpn1_vagrant.json b/provider/nodes/vpn1_vagrant.json new file mode 100644 index 0000000..074f27a --- /dev/null +++ b/provider/nodes/vpn1_vagrant.json @@ -0,0 +1,13 @@ +{ + "services": "openvpn", + "tags": ["vagrant"], + "ip_address": "10.5.5.45", + "interface": "eth0", + "ssh": { + "port": 4422 }, + "tags": "production", + "openvpn": { + "gateway_address": "10.5.5.46", + "filter_dns": true + } +} diff --git a/provider/nodes/web1_vagrant.json b/provider/nodes/web1_vagrant.json new file mode 100644 index 0000000..4e80ba9 --- /dev/null +++ b/provider/nodes/web1_vagrant.json @@ -0,0 +1,5 @@ +{ + "services": "webapp", + "tags": ["vagrant"], + "ip_address": "10.5.5.47" +} -- cgit v1.2.3