From 4cd6e45aa4e552d3c0bd9d7eb95603a5957ebdca Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sun, 31 Mar 2013 18:23:20 -0400 Subject: clean up ca configurations, this is no longer used --- nodes/ca1.json | 5 ----- nodes/koala.json | 6 ------ nodes/stonefish.json | 6 ------ 3 files changed, 17 deletions(-) delete mode 100644 nodes/ca1.json delete mode 100644 nodes/koala.json delete mode 100644 nodes/stonefish.json (limited to 'nodes') diff --git a/nodes/ca1.json b/nodes/ca1.json deleted file mode 100644 index a4ea563..0000000 --- a/nodes/ca1.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "services": "ca", - "ip_address": "10.5.5.48", - "interface": "eth0" -} diff --git a/nodes/koala.json b/nodes/koala.json deleted file mode 100644 index 7484a99..0000000 --- a/nodes/koala.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "services": "ca", - "ip_address": "176.53.69.125", - "interface": "eth0", - "tags": "production" -} diff --git a/nodes/stonefish.json b/nodes/stonefish.json deleted file mode 100644 index 34e7ab3..0000000 --- a/nodes/stonefish.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "services": "ca", - "ip_address": "176.53.69.15", - "interface": "eth0", - "tags": "development" -} -- cgit v1.2.3