summaryrefslogtreecommitdiff
path: root/provider/nodes
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-11-27 12:28:50 -0800
committerelijah <elijah@riseup.net>2012-11-27 12:28:50 -0800
commitda1cd129155ce3f67ef0ac2c7edaa1e62383e8c3 (patch)
tree19a633f8577b99a22ca1dbe84523cbaf1d9d10ed /provider/nodes
parentc7e6b757f888e7de5ad97285cd8d7dc05f8da659 (diff)
remove 'production' tag from ca1_vagrant, and recompile with updated leap_platform.
Diffstat (limited to 'provider/nodes')
-rw-r--r--provider/nodes/ca1_vagrant.json3
-rw-r--r--provider/nodes/sloth.json4
2 files changed, 4 insertions, 3 deletions
diff --git a/provider/nodes/ca1_vagrant.json b/provider/nodes/ca1_vagrant.json
index 00bddb4..a4ea563 100644
--- a/provider/nodes/ca1_vagrant.json
+++ b/provider/nodes/ca1_vagrant.json
@@ -1,6 +1,5 @@
{
"services": "ca",
"ip_address": "10.5.5.48",
- "interface": "eth0",
- "tags": "production"
+ "interface": "eth0"
}
diff --git a/provider/nodes/sloth.json b/provider/nodes/sloth.json
index 8c4df16..7ce5483 100644
--- a/provider/nodes/sloth.json
+++ b/provider/nodes/sloth.json
@@ -2,5 +2,7 @@
"services": "couchdb",
"ip_address": "176.53.69.122",
"ssh": {
- "port": 4422 }
+ "port": 4422
+ },
+ "tags": "production"
}