summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-11-27 15:12:35 -0800
committerelijah <elijah@riseup.net>2012-11-27 15:12:35 -0800
commit24056f1aa50231a35a604fa4d6983a9865dfa7fb (patch)
tree0288639123d47c283d89b7bb79ca488e63af2272
parentda1cd129155ce3f67ef0ac2c7edaa1e62383e8c3 (diff)
add production tag to turtle
-rw-r--r--provider/hiera/turtle.yaml4
-rw-r--r--provider/nodes/turtle.json3
2 files changed, 5 insertions, 2 deletions
diff --git a/provider/hiera/turtle.yaml b/provider/hiera/turtle.yaml
index 265a732..4c685e5 100644
--- a/provider/hiera/turtle.yaml
+++ b/provider/hiera/turtle.yaml
@@ -80,6 +80,7 @@ domain:
ip_address: "176.53.69.119"
local: false
name: turtle
+production: true
service_type: public_service
services:
- webapp
@@ -98,7 +99,8 @@ ssh:
vpn1_vagrant,vpn1_vagrant.bitmask.i,vpn1_vagrant.bitmask.net,10.5.5.45 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuaSbZmz9BDotwZZ5X1sKMd3qZd8jdsce5m74x2yOwQvjpvmlK4hM/1NhyGlVcbooiuEOiAU+AWsqLemCJqeGSRvhiFysk4oo1b6qBXjI8+t1mwi0FWgowhVkn3KoQKEhgEEsL60x7olGm+Oo1sTkhDYTKTLs+ERdCMf3M2EpnxTKXh+Eo7t8XjbRbxwnp6EhKrwjKEgKo2Gch4HsEovtD4nbm6hAasembeoTlZs7pm+S6F/+9cRJ9T3iOXkg1DX4KpuzvGK0wULYdOskUQrXPbfhO4TbZJId5P1ECDURF8QuYrQT/eHxKK7hrUVorkgT3WbvT6T4l+m78CITjGG4d
web1_vagrant,web1_vagrant.bitmask.i,web1_vagrant.bitmask.net,10.5.5.47 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuaSbZmz9BDotwZZ5X1sKMd3qZd8jdsce5m74x2yOwQvjpvmlK4hM/1NhyGlVcbooiuEOiAU+AWsqLemCJqeGSRvhiFysk4oo1b6qBXjI8+t1mwi0FWgowhVkn3KoQKEhgEEsL60x7olGm+Oo1sTkhDYTKTLs+ERdCMf3M2EpnxTKXh+Eo7t8XjbRbxwnp6EhKrwjKEgKo2Gch4HsEovtD4nbm6hAasembeoTlZs7pm+S6F/+9cRJ9T3iOXkg1DX4KpuzvGK0wULYdOskUQrXPbfhO4TbZJId5P1ECDURF8QuYrQT/eHxKK7hrUVorkgT3WbvT6T4l+m78CITjGG4d
port: 22
-tags: []
+tags:
+ - production
webapp:
couchdb_hosts:
- sloth.bitmask.i
diff --git a/provider/nodes/turtle.json b/provider/nodes/turtle.json
index 88a4fca..22d97cf 100644
--- a/provider/nodes/turtle.json
+++ b/provider/nodes/turtle.json
@@ -1,4 +1,5 @@
{
"services": "webapp",
- "ip_address": "176.53.69.119"
+ "ip_address": "176.53.69.119",
+ "tags": "production"
}