summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-09-05 11:19:45 +0200
committervarac <varacanero@zeromail.org>2013-09-05 11:19:45 +0200
commit25e26ff67491e0946b7d93a53db8e789af27d7b7 (patch)
treeaf761c0d081000d18692cdcd1157c5acc601ac8d
parentb2696d2717e9689092f9e348c6e411f84d391b8b (diff)
changed nodes
-rw-r--r--nodes/chameleon.json4
-rw-r--r--nodes/panda.json (renamed from nodes/pccouch1.json)2
-rw-r--r--nodes/pccouch2.json7
-rw-r--r--nodes/pcmonitor1.json4
-rw-r--r--nodes/pcmx1.json4
-rw-r--r--nodes/pctor1.json4
-rw-r--r--nodes/pcvpn1.json7
-rw-r--r--nodes/pcweb1.json4
-rw-r--r--nodes/seahorse.json7
9 files changed, 12 insertions, 31 deletions
diff --git a/nodes/chameleon.json b/nodes/chameleon.json
new file mode 100644
index 0000000..1220920
--- /dev/null
+++ b/nodes/chameleon.json
@@ -0,0 +1,4 @@
+{
+ "ip_address": "199.119.112.23",
+ "services": "webapp"
+}
diff --git a/nodes/pccouch1.json b/nodes/panda.json
index 0c50f44..907b48c 100644
--- a/nodes/pccouch1.json
+++ b/nodes/panda.json
@@ -1,5 +1,5 @@
{
- "ip_address": "202.85.227.214",
+ "ip_address": "199.119.112.26",
"services": [
"couchdb",
"soledad"
diff --git a/nodes/pccouch2.json b/nodes/pccouch2.json
deleted file mode 100644
index 9efa83f..0000000
--- a/nodes/pccouch2.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "ip_address": "202.85.227.215",
- "services": [
- "couchdb",
- "soledad"
- ]
-}
diff --git a/nodes/pcmonitor1.json b/nodes/pcmonitor1.json
deleted file mode 100644
index b8dfce6..0000000
--- a/nodes/pcmonitor1.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "ip_address": "202.85.227.216",
- "services": "monitor"
-}
diff --git a/nodes/pcmx1.json b/nodes/pcmx1.json
deleted file mode 100644
index 62ce9f2..0000000
--- a/nodes/pcmx1.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "ip_address": "202.85.227.217",
- "services": "mx"
-}
diff --git a/nodes/pctor1.json b/nodes/pctor1.json
deleted file mode 100644
index 42b551b..0000000
--- a/nodes/pctor1.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "ip_address": "202.85.227.221",
- "services": "tor"
-}
diff --git a/nodes/pcvpn1.json b/nodes/pcvpn1.json
deleted file mode 100644
index 320bb13..0000000
--- a/nodes/pcvpn1.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "ip_address": "202.85.227.220",
- "openvpn": {
- "gateway_address": "202.85.227.222"
- },
- "services": [ "openvpn", "tor" ]
-}
diff --git a/nodes/pcweb1.json b/nodes/pcweb1.json
deleted file mode 100644
index 03454c3..0000000
--- a/nodes/pcweb1.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "ip_address": "202.85.227.219",
- "services": "webapp"
-}
diff --git a/nodes/seahorse.json b/nodes/seahorse.json
new file mode 100644
index 0000000..587245c
--- /dev/null
+++ b/nodes/seahorse.json
@@ -0,0 +1,7 @@
+{
+ "ip_address": "199.119.112.24",
+ "openvpn": {
+ "gateway_address": "199.119.112.25"
+ },
+ "services": [ "openvpn", "tor" ]
+}