From da1cd129155ce3f67ef0ac2c7edaa1e62383e8c3 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 27 Nov 2012 12:28:50 -0800 Subject: remove 'production' tag from ca1_vagrant, and recompile with updated leap_platform. --- provider/nodes/ca1_vagrant.json | 3 +-- provider/nodes/sloth.json | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'provider/nodes') 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" } -- cgit v1.2.3