summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-02-24 17:25:09 +0100
committervarac <varacanero@zeromail.org>2014-02-24 17:25:09 +0100
commitdec6f331a12c1154a4dfa905530357c67893e2ac (patch)
tree5b8a7005169f1d9624ad6a77361bb6363329dbd5
parent24e7aa86aed7c5b04075f956f3386b7f7a99d226 (diff)
removed monitor service from elephant and wallaby. chameleon will monitor all environment now
-rw-r--r--nodes/elephant.json2
-rw-r--r--nodes/wallaby.json5
2 files changed, 2 insertions, 5 deletions
diff --git a/nodes/elephant.json b/nodes/elephant.json
index e1d3f1c..8137208 100644
--- a/nodes/elephant.json
+++ b/nodes/elephant.json
@@ -1,5 +1,5 @@
{
- "services": ["webapp", "monitor"],
+ "services": "webapp",
"tags": ["development", "istanbul", "sandbox-braintree"],
"ip_address": "176.53.69.13",
"ssh": {
diff --git a/nodes/wallaby.json b/nodes/wallaby.json
index ffb92d4..3e69d88 100644
--- a/nodes/wallaby.json
+++ b/nodes/wallaby.json
@@ -1,10 +1,7 @@
{
"ip_address": "204.13.164.57",
"tags": ["production", "seattle"],
- "services": [
- "monitor",
- "webapp"
- ],
+ "services": "webapp",
"webapp": {
"secure": true
}