From 3710f9de684c017557556f3d53b5540f114c1c6d Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 20 Nov 2012 15:42:21 -0500 Subject: rename the nodes to use the hostnames we've decided to use for bitmask this was done by renaming files/nodes/hostname and renaming the nodes/json and then doing `leap update-cert ; leap compile` --- provider/nodes/aligator.json | 12 ++++++++++++ provider/nodes/ca1.json | 8 -------- provider/nodes/couch1.json | 6 ------ provider/nodes/koala.json | 8 ++++++++ provider/nodes/sloth.json | 6 ++++++ provider/nodes/turtle.json | 4 ++++ provider/nodes/vpn1.json | 12 ------------ provider/nodes/web1.json | 4 ---- 8 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 provider/nodes/aligator.json delete mode 100644 provider/nodes/ca1.json delete mode 100644 provider/nodes/couch1.json create mode 100644 provider/nodes/koala.json create mode 100644 provider/nodes/sloth.json create mode 100644 provider/nodes/turtle.json delete mode 100644 provider/nodes/vpn1.json delete mode 100644 provider/nodes/web1.json (limited to 'provider/nodes') diff --git a/provider/nodes/aligator.json b/provider/nodes/aligator.json new file mode 100644 index 0000000..9afb4f3 --- /dev/null +++ b/provider/nodes/aligator.json @@ -0,0 +1,12 @@ +{ + "services": "openvpn", + "ip_address": "176.53.69.120", + "interface": "eth0", + "ssh": { + "port": 4422 }, + "tags": "production", + "openvpn": { + "gateway_address": "176.53.69.121", + "filter_dns": true + } +} diff --git a/provider/nodes/ca1.json b/provider/nodes/ca1.json deleted file mode 100644 index 1740e57..0000000 --- a/provider/nodes/ca1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "services": "ca", - "ip_address": "176.53.69.125", - "interface": "eth0", - "ssh": { - "port": 4422 }, - "tags": "production" -} diff --git a/provider/nodes/couch1.json b/provider/nodes/couch1.json deleted file mode 100644 index 8c4df16..0000000 --- a/provider/nodes/couch1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "services": "couchdb", - "ip_address": "176.53.69.122", - "ssh": { - "port": 4422 } -} diff --git a/provider/nodes/koala.json b/provider/nodes/koala.json new file mode 100644 index 0000000..1740e57 --- /dev/null +++ b/provider/nodes/koala.json @@ -0,0 +1,8 @@ +{ + "services": "ca", + "ip_address": "176.53.69.125", + "interface": "eth0", + "ssh": { + "port": 4422 }, + "tags": "production" +} diff --git a/provider/nodes/sloth.json b/provider/nodes/sloth.json new file mode 100644 index 0000000..8c4df16 --- /dev/null +++ b/provider/nodes/sloth.json @@ -0,0 +1,6 @@ +{ + "services": "couchdb", + "ip_address": "176.53.69.122", + "ssh": { + "port": 4422 } +} diff --git a/provider/nodes/turtle.json b/provider/nodes/turtle.json new file mode 100644 index 0000000..88a4fca --- /dev/null +++ b/provider/nodes/turtle.json @@ -0,0 +1,4 @@ +{ + "services": "webapp", + "ip_address": "176.53.69.119" +} diff --git a/provider/nodes/vpn1.json b/provider/nodes/vpn1.json deleted file mode 100644 index 9afb4f3..0000000 --- a/provider/nodes/vpn1.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "services": "openvpn", - "ip_address": "176.53.69.120", - "interface": "eth0", - "ssh": { - "port": 4422 }, - "tags": "production", - "openvpn": { - "gateway_address": "176.53.69.121", - "filter_dns": true - } -} diff --git a/provider/nodes/web1.json b/provider/nodes/web1.json deleted file mode 100644 index 88a4fca..0000000 --- a/provider/nodes/web1.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "services": "webapp", - "ip_address": "176.53.69.119" -} -- cgit v1.2.3