From 24056f1aa50231a35a604fa4d6983a9865dfa7fb Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 27 Nov 2012 15:12:35 -0800 Subject: add production tag to turtle --- provider/hiera/turtle.yaml | 4 +++- provider/nodes/turtle.json | 3 ++- 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" } -- cgit v1.2.3