summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nodes/elephant.json3
-rw-r--r--nodes/wallaby.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/nodes/elephant.json b/nodes/elephant.json
index d9626e2..6289a6a 100644
--- a/nodes/elephant.json
+++ b/nodes/elephant.json
@@ -1,5 +1,6 @@
{
- "services": ["webapp", "monitor"],
+ //"services": ["webapp", "monitor"],
+ "services": ["webapp"],
"tags": ["development", "istanbul"],
"ip_address": "176.53.69.13",
"ssh": {
diff --git a/nodes/wallaby.json b/nodes/wallaby.json
index ffb92d4..9bb2a8b 100644
--- a/nodes/wallaby.json
+++ b/nodes/wallaby.json
@@ -2,7 +2,7 @@
"ip_address": "204.13.164.57",
"tags": ["production", "seattle"],
"services": [
- "monitor",
+ //"monitor",
"webapp"
],
"webapp": {