aboutsummaryrefslogtreecommitdiff
path: root/cli/test/provider/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'cli/test/provider/nodes')
-rw-r--r--cli/test/provider/nodes/couch1.json4
-rw-r--r--cli/test/provider/nodes/couch2.json4
-rw-r--r--cli/test/provider/nodes/ns1.json8
-rw-r--r--cli/test/provider/nodes/ns2.json8
-rw-r--r--cli/test/provider/nodes/vpn1.json8
-rw-r--r--cli/test/provider/nodes/web1.json4
6 files changed, 0 insertions, 36 deletions
diff --git a/cli/test/provider/nodes/couch1.json b/cli/test/provider/nodes/couch1.json
deleted file mode 100644
index fe5d7e5..0000000
--- a/cli/test/provider/nodes/couch1.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "services": "couchdb",
- "ip_address": "245.2.45.42"
-} \ No newline at end of file
diff --git a/cli/test/provider/nodes/couch2.json b/cli/test/provider/nodes/couch2.json
deleted file mode 100644
index 1fe2977..0000000
--- a/cli/test/provider/nodes/couch2.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "services": "couchdb",
- "ip_address": "73.45.87.11"
-} \ No newline at end of file
diff --git a/cli/test/provider/nodes/ns1.json b/cli/test/provider/nodes/ns1.json
deleted file mode 100644
index 6323d10..0000000
--- a/cli/test/provider/nodes/ns1.json
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# this is a comment
-#
-{
- "services": "dns",
- "tags": "production",
- "ip_address": "1.1.1.1"
-} \ No newline at end of file
diff --git a/cli/test/provider/nodes/ns2.json b/cli/test/provider/nodes/ns2.json
deleted file mode 100644
index eeba9df..0000000
--- a/cli/test/provider/nodes/ns2.json
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# A nameserver
-#
-{
- "services": "dns",
- "tags": "production",
- "ip_address": "1.1.1.2"
-} \ No newline at end of file
diff --git a/cli/test/provider/nodes/vpn1.json b/cli/test/provider/nodes/vpn1.json
deleted file mode 100644
index 10859ac..0000000
--- a/cli/test/provider/nodes/vpn1.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "services": "openvpn",
- "ip_address": "2.2.2.2",
- "tags": "production",
- "openvpn": {
- "gateway_address": "3.3.3.3"
- }
-} \ No newline at end of file
diff --git a/cli/test/provider/nodes/web1.json b/cli/test/provider/nodes/web1.json
deleted file mode 100644
index 894fb6e..0000000
--- a/cli/test/provider/nodes/web1.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "services": "webapp",
- "ip_address": "6.6.7.7"
-} \ No newline at end of file