summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-03-31 18:23:20 -0400
committerMicah Anderson <micah@riseup.net>2013-03-31 18:23:20 -0400
commit4cd6e45aa4e552d3c0bd9d7eb95603a5957ebdca (patch)
tree4f7ad6cb81fa6bf1693e287cc0752f3f7a153814 /nodes
parentb49c8198a5144aca0e8976f175a500916676a85e (diff)
clean up ca configurations, this is no longer used
Diffstat (limited to 'nodes')
-rw-r--r--nodes/ca1.json5
-rw-r--r--nodes/koala.json6
-rw-r--r--nodes/stonefish.json6
3 files changed, 0 insertions, 17 deletions
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"
-}