Skip to content

Instantly share code, notes, and snippets.

@nevir
Created July 14, 2015 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nevir/1f3fee2bb9f37c76a254 to your computer and use it in GitHub Desktop.
Save nevir/1f3fee2bb9f37c76a254 to your computer and use it in GitHub Desktop.
consul-template -log-level=debug -dry -template "/etc/apps/myservice-api/env.ctmpl"
2015/07/14 23:11:03 [DEBUG] (logging) setting up logging
2015/07/14 23:11:03 [DEBUG] (logging) config:
{
"name": "consul-template",
"level": "debug",
"syslog": false,
"syslog_facility": "LOCAL0"
}
2015/07/14 23:11:03 [INFO] Consul Template v0.10.0
2015/07/14 23:11:03 [INFO] (runner) creating new runner (dry: true, once: false)
2015/07/14 23:11:03 [DEBUG] (runner) final config (tokens suppressed):
{
"path": "",
"consul": "",
"auth": {
"enabled": false,
"username": "",
"password": ""
},
"vault": {
"address": "https://consul.myservice.com:8200",
"ssl": {
"enabled": true,
"verify": true,
"ca_cert": "/etc/vault/myservice-ca.cert.pem"
}
},
"ssl": {
"enabled": false,
"verify": true
},
"syslog": {
"enabled": false,
"facility": "LOCAL0"
},
"max_stale": 0,
"templates": [
{
"source": "/etc/apps/myservice-api/env.ctmpl",
"destination": ""
}
],
"retry": 5000000000,
"wait": {
"min": 0,
"max": 0
},
"pid_file": "",
"log_level": "debug"
}
2015/07/14 23:11:03 [INFO] (runner) creating consul/api client
2015/07/14 23:11:03 [INFO] (runner) creating vault/api client
2015/07/14 23:11:03 [DEBUG] (runner) setting vault address to https://consul.myservice.com:8200
2015/07/14 23:11:03 [DEBUG] (runner) enabling vault SSL
2015/07/14 23:11:03 [INFO] (runner) creating Watcher
2015/07/14 23:11:03 [INFO] (runner) starting
2015/07/14 23:11:03 [DEBUG] (runner) running initial templates
2015/07/14 23:11:03 [INFO] (runner) running
2015/07/14 23:11:03 [DEBUG] (runner) checking template /etc/apps/myservice-api/env.ctmpl
2015/07/14 23:11:03 [INFO] (runner) was not watching 11 dependencies
2015/07/14 23:11:03 [INFO] (watcher) adding "vault(production/dbaddr/myservice)"
2015/07/14 23:11:03 [DEBUG] (watcher) "vault(production/dbaddr/myservice)" starting
2015/07/14 23:11:03 [INFO] (watcher) adding "key(production/redis/myservice/port)"
2015/07/14 23:11:03 [DEBUG] (watcher) "key(production/redis/myservice/port)" starting
2015/07/14 23:11:03 [INFO] (watcher) adding "vault(production/service/twilio)"
2015/07/14 23:11:03 [DEBUG] (watcher) "vault(production/service/twilio)" starting
2015/07/14 23:11:03 [INFO] (watcher) adding "vault(production/service/pusher)"
2015/07/14 23:11:03 [DEBUG] (watcher) "vault(production/service/pusher)" starting
2015/07/14 23:11:03 [INFO] (watcher) adding "vault(production/aws/creds/myservice_assets)"
2015/07/14 23:11:03 [DEBUG] (watcher) "vault(production/aws/creds/myservice_assets)" starting
2015/07/14 23:11:03 [INFO] (watcher) adding "key(production/service/myservice-web/public_url)"
2015/07/14 23:11:03 [DEBUG] (watcher) "key(production/service/myservice-web/public_url)" starting
2015/07/14 23:11:03 [INFO] (watcher) adding "vault(production/db/myservice/creds/api)"
2015/07/14 23:11:03 [DEBUG] (watcher) "vault(production/db/myservice/creds/api)" starting
2015/07/14 23:11:03 [INFO] (watcher) adding "key(production/redis/myservice/host)"
2015/07/14 23:11:03 [DEBUG] (watcher) "key(production/redis/myservice/host)" starting
2015/07/14 23:11:03 [INFO] (watcher) adding "vault(production/service/mandrill)"
2015/07/14 23:11:03 [DEBUG] (watcher) "vault(production/service/mandrill)" starting
2015/07/14 23:11:03 [INFO] (watcher) adding "vault(production/service/googlemaps)"
2015/07/14 23:11:03 [DEBUG] (watcher) "vault(production/service/googlemaps)" starting
2015/07/14 23:11:03 [INFO] (watcher) adding "vault(production/service/stripe)"
2015/07/14 23:11:03 [DEBUG] (watcher) "vault(production/service/stripe)" starting
2015/07/14 23:11:03 [INFO] (runner) diffing and updating dependencies
2015/07/14 23:11:03 [INFO] (runner) watching 11 dependencies
2015/07/14 23:11:03 [DEBUG] (view) "vault(production/dbaddr/myservice)" starting fetch
2015/07/14 23:11:03 [DEBUG] ("vault(production/dbaddr/myservice)") querying vault with &{AllowStale:false WaitIndex:0 WaitTime:1m0s}
2015/07/14 23:11:03 [DEBUG] (view) "key(production/redis/myservice/port)" starting fetch
2015/07/14 23:11:03 [DEBUG] ("key(production/redis/myservice/port)") querying consul with &{Datacenter: AllowStale:false RequireConsistent:false WaitIndex:0 WaitTime:1m0s Token:}
2015/07/14 23:11:03 [DEBUG] (view) "vault(production/service/twilio)" starting fetch
2015/07/14 23:11:03 [DEBUG] ("vault(production/service/twilio)") querying vault with &{AllowStale:false WaitIndex:0 WaitTime:1m0s}
2015/07/14 23:11:03 [DEBUG] (view) "vault(production/service/pusher)" starting fetch
2015/07/14 23:11:03 [DEBUG] ("vault(production/service/pusher)") querying vault with &{AllowStale:false WaitIndex:0 WaitTime:1m0s}
2015/07/14 23:11:03 [DEBUG] (view) "vault(production/aws/creds/myservice_assets)" starting fetch
2015/07/14 23:11:03 [DEBUG] ("vault(production/aws/creds/myservice_assets)") querying vault with &{AllowStale:false WaitIndex:0 WaitTime:1m0s}
2015/07/14 23:11:03 [DEBUG] (view) "key(production/service/myservice-web/public_url)" starting fetch
2015/07/14 23:11:03 [DEBUG] ("key(production/service/myservice-web/public_url)") querying consul with &{Datacenter: AllowStale:false RequireConsistent:false WaitIndex:0 WaitTime:1m0s Token:}
2015/07/14 23:11:03 [DEBUG] (view) "vault(production/db/myservice/creds/api)" starting fetch
2015/07/14 23:11:03 [DEBUG] ("vault(production/db/myservice/creds/api)") querying vault with &{AllowStale:false WaitIndex:0 WaitTime:1m0s}
2015/07/14 23:11:03 [DEBUG] (view) "key(production/redis/myservice/host)" starting fetch
2015/07/14 23:11:03 [DEBUG] ("key(production/redis/myservice/host)") querying consul with &{Datacenter: AllowStale:false RequireConsistent:false WaitIndex:0 WaitTime:1m0s Token:}
2015/07/14 23:11:03 [DEBUG] (view) "vault(production/service/mandrill)" starting fetch
2015/07/14 23:11:03 [DEBUG] ("vault(production/service/mandrill)") querying vault with &{AllowStale:false WaitIndex:0 WaitTime:1m0s}
2015/07/14 23:11:03 [DEBUG] (view) "vault(production/service/googlemaps)" starting fetch
2015/07/14 23:11:03 [DEBUG] ("vault(production/service/googlemaps)") querying vault with &{AllowStale:false WaitIndex:0 WaitTime:1m0s}
2015/07/14 23:11:03 [DEBUG] (view) "vault(production/service/stripe)" starting fetch
2015/07/14 23:11:03 [DEBUG] ("vault(production/service/stripe)") querying vault with &{AllowStale:false WaitIndex:0 WaitTime:1m0s}
2015/07/14 23:11:03 [DEBUG] ("key(production/redis/myservice/host)") Consul returned myservice-production.0ycnjy.0001.usw2.cache.amazonaws.com
2015/07/14 23:11:03 [INFO] (view) "key(production/redis/myservice/host)" received data from consul
2015/07/14 23:11:03 [DEBUG] (runner) receiving dependency "key(production/redis/myservice/host)"
2015/07/14 23:11:03 [INFO] (runner) running
2015/07/14 23:11:03 [DEBUG] (runner) checking template /etc/apps/myservice-api/env.ctmpl
2015/07/14 23:11:03 [DEBUG] (view) "key(production/redis/myservice/host)" starting fetch
2015/07/14 23:11:03 [DEBUG] ("key(production/redis/myservice/host)") querying consul with &{Datacenter: AllowStale:false RequireConsistent:false WaitIndex:332 WaitTime:1m0s Token:}
2015/07/14 23:11:03 [INFO] (runner) missing data for 10 dependencies
2015/07/14 23:11:03 [INFO] (runner) diffing and updating dependencies
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/service/stripe)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "key(production/redis/myservice/port)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/service/mandrill)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/service/pusher)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/db/myservice/creds/api)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/dbaddr/myservice)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/service/twilio)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/aws/creds/myservice_assets)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/service/googlemaps)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "key(production/service/myservice-web/public_url)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "key(production/redis/myservice/host)" is still needed
2015/07/14 23:11:03 [INFO] (runner) watching 11 dependencies
2015/07/14 23:11:03 [DEBUG] ("key(production/redis/myservice/port)") Consul returned 11211
2015/07/14 23:11:03 [INFO] (view) "key(production/redis/myservice/port)" received data from consul
2015/07/14 23:11:03 [DEBUG] (runner) receiving dependency "key(production/redis/myservice/port)"
2015/07/14 23:11:03 [INFO] (runner) running
2015/07/14 23:11:03 [DEBUG] (runner) checking template /etc/apps/myservice-api/env.ctmpl
2015/07/14 23:11:03 [DEBUG] (view) "key(production/redis/myservice/port)" starting fetch
2015/07/14 23:11:03 [DEBUG] ("key(production/redis/myservice/port)") querying consul with &{Datacenter: AllowStale:false RequireConsistent:false WaitIndex:331 WaitTime:1m0s Token:}
2015/07/14 23:11:03 [DEBUG] ("key(production/service/myservice-web/public_url)") Consul returned http://app.myservice.com
2015/07/14 23:11:03 [INFO] (view) "key(production/service/myservice-web/public_url)" received data from consul
2015/07/14 23:11:03 [DEBUG] (view) "key(production/service/myservice-web/public_url)" starting fetch
2015/07/14 23:11:03 [DEBUG] ("key(production/service/myservice-web/public_url)") querying consul with &{Datacenter: AllowStale:false RequireConsistent:false WaitIndex:334 WaitTime:1m0s Token:}
2015/07/14 23:11:03 [INFO] (runner) missing data for 9 dependencies
2015/07/14 23:11:03 [INFO] (runner) diffing and updating dependencies
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/dbaddr/myservice)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/aws/creds/myservice_assets)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "key(production/service/myservice-web/public_url)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "key(production/redis/myservice/host)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/service/twilio)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/service/googlemaps)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/db/myservice/creds/api)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/service/mandrill)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/service/stripe)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "key(production/redis/myservice/port)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/service/pusher)" is still needed
2015/07/14 23:11:03 [INFO] (runner) watching 11 dependencies
2015/07/14 23:11:03 [DEBUG] (runner) receiving dependency "key(production/service/myservice-web/public_url)"
2015/07/14 23:11:03 [INFO] (runner) running
2015/07/14 23:11:03 [DEBUG] (runner) checking template /etc/apps/myservice-api/env.ctmpl
2015/07/14 23:11:03 [INFO] (runner) missing data for 8 dependencies
2015/07/14 23:11:03 [INFO] (runner) diffing and updating dependencies
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/service/googlemaps)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "key(production/service/myservice-web/public_url)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/db/myservice/creds/api)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/dbaddr/myservice)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "key(production/redis/myservice/host)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "key(production/redis/myservice/port)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/service/mandrill)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/service/twilio)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/service/pusher)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/aws/creds/myservice_assets)" is still needed
2015/07/14 23:11:03 [DEBUG] (runner) "vault(production/service/stripe)" is still needed
2015/07/14 23:11:03 [INFO] (runner) watching 11 dependencies
2015/07/14 23:11:04 [DEBUG] ("vault(production/service/stripe)") Consul returned the secret
2015/07/14 23:11:04 [INFO] (view) "vault(production/service/stripe)" received data from consul
2015/07/14 23:11:04 [DEBUG] (runner) receiving dependency "vault(production/service/stripe)"
2015/07/14 23:11:04 [INFO] (runner) running
2015/07/14 23:11:04 [DEBUG] (runner) checking template /etc/apps/myservice-api/env.ctmpl
2015/07/14 23:11:04 [DEBUG] (view) "vault(production/service/stripe)" starting fetch
2015/07/14 23:11:04 [DEBUG] ("vault(production/service/stripe)") querying vault with &{AllowStale:false WaitIndex:1436915464 WaitTime:1m0s}
2015/07/14 23:11:04 [DEBUG] ("vault(production/service/stripe)") pretending to long-poll for "360h0m0s"
2015/07/14 23:11:04 [INFO] (runner) missing data for 7 dependencies
2015/07/14 23:11:04 [INFO] (runner) diffing and updating dependencies
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/redis/myservice/port)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/dbaddr/myservice)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/googlemaps)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/aws/creds/myservice_assets)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/service/myservice-web/public_url)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/pusher)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/twilio)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/stripe)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/db/myservice/creds/api)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/redis/myservice/host)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/mandrill)" is still needed
2015/07/14 23:11:04 [INFO] (runner) watching 11 dependencies
2015/07/14 23:11:04 [DEBUG] ("vault(production/service/googlemaps)") Consul returned the secret
2015/07/14 23:11:04 [INFO] (view) "vault(production/service/googlemaps)" received data from consul
2015/07/14 23:11:04 [DEBUG] (runner) receiving dependency "vault(production/service/googlemaps)"
2015/07/14 23:11:04 [INFO] (runner) running
2015/07/14 23:11:04 [DEBUG] (runner) checking template /etc/apps/myservice-api/env.ctmpl
2015/07/14 23:11:04 [DEBUG] (view) "vault(production/service/googlemaps)" starting fetch
2015/07/14 23:11:04 [DEBUG] ("vault(production/service/googlemaps)") querying vault with &{AllowStale:false WaitIndex:1436915464 WaitTime:1m0s}
2015/07/14 23:11:04 [DEBUG] ("vault(production/service/googlemaps)") pretending to long-poll for "360h0m0s"
2015/07/14 23:11:04 [INFO] (runner) missing data for 6 dependencies
2015/07/14 23:11:04 [INFO] (runner) diffing and updating dependencies
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/service/myservice-web/public_url)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/redis/myservice/host)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/pusher)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/aws/creds/myservice_assets)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/twilio)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/redis/myservice/port)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/mandrill)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/stripe)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/db/myservice/creds/api)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/dbaddr/myservice)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/googlemaps)" is still needed
2015/07/14 23:11:04 [INFO] (runner) watching 11 dependencies
2015/07/14 23:11:04 [DEBUG] ("vault(production/service/mandrill)") Consul returned the secret
2015/07/14 23:11:04 [INFO] (view) "vault(production/service/mandrill)" received data from consul
2015/07/14 23:11:04 [DEBUG] (runner) receiving dependency "vault(production/service/mandrill)"
2015/07/14 23:11:04 [INFO] (runner) running
2015/07/14 23:11:04 [DEBUG] (runner) checking template /etc/apps/myservice-api/env.ctmpl
2015/07/14 23:11:04 [DEBUG] (view) "vault(production/service/mandrill)" starting fetch
2015/07/14 23:11:04 [DEBUG] ("vault(production/service/mandrill)") querying vault with &{AllowStale:false WaitIndex:1436915464 WaitTime:1m0s}
2015/07/14 23:11:04 [DEBUG] ("vault(production/service/mandrill)") pretending to long-poll for "360h0m0s"
2015/07/14 23:11:04 [INFO] (runner) missing data for 5 dependencies
2015/07/14 23:11:04 [INFO] (runner) diffing and updating dependencies
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/aws/creds/myservice_assets)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/service/myservice-web/public_url)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/db/myservice/creds/api)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/googlemaps)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/dbaddr/myservice)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/redis/myservice/port)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/pusher)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/mandrill)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/stripe)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/redis/myservice/host)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/twilio)" is still needed
2015/07/14 23:11:04 [INFO] (runner) watching 11 dependencies
2015/07/14 23:11:04 [DEBUG] ("vault(production/service/pusher)") Consul returned the secret
2015/07/14 23:11:04 [INFO] (view) "vault(production/service/pusher)" received data from consul
2015/07/14 23:11:04 [DEBUG] (runner) receiving dependency "vault(production/service/pusher)"
2015/07/14 23:11:04 [INFO] (runner) running
2015/07/14 23:11:04 [DEBUG] (runner) checking template /etc/apps/myservice-api/env.ctmpl
2015/07/14 23:11:04 [DEBUG] (view) "vault(production/service/pusher)" starting fetch
2015/07/14 23:11:04 [DEBUG] ("vault(production/service/pusher)") querying vault with &{AllowStale:false WaitIndex:1436915464 WaitTime:1m0s}
2015/07/14 23:11:04 [DEBUG] ("vault(production/service/pusher)") pretending to long-poll for "360h0m0s"
2015/07/14 23:11:04 [DEBUG] ("vault(production/dbaddr/myservice)") Consul returned the secret
2015/07/14 23:11:04 [INFO] (view) "vault(production/dbaddr/myservice)" received data from consul
2015/07/14 23:11:04 [DEBUG] (view) "vault(production/dbaddr/myservice)" starting fetch
2015/07/14 23:11:04 [DEBUG] ("vault(production/dbaddr/myservice)") querying vault with &{AllowStale:false WaitIndex:1436915464 WaitTime:1m0s}
2015/07/14 23:11:04 [DEBUG] ("vault(production/dbaddr/myservice)") pretending to long-poll for "360h0m0s"
2015/07/14 23:11:04 [DEBUG] ("vault(production/service/twilio)") Consul returned the secret
2015/07/14 23:11:04 [INFO] (view) "vault(production/service/twilio)" received data from consul
2015/07/14 23:11:04 [DEBUG] (view) "vault(production/service/twilio)" starting fetch
2015/07/14 23:11:04 [DEBUG] ("vault(production/service/twilio)") querying vault with &{AllowStale:false WaitIndex:1436915464 WaitTime:1m0s}
2015/07/14 23:11:04 [DEBUG] ("vault(production/service/twilio)") pretending to long-poll for "360h0m0s"
2015/07/14 23:11:04 [INFO] (runner) missing data for 4 dependencies
2015/07/14 23:11:04 [INFO] (runner) diffing and updating dependencies
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/redis/myservice/port)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/mandrill)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/stripe)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/service/myservice-web/public_url)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/db/myservice/creds/api)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/pusher)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/googlemaps)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/dbaddr/myservice)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/redis/myservice/host)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/twilio)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/aws/creds/myservice_assets)" is still needed
2015/07/14 23:11:04 [INFO] (runner) watching 11 dependencies
2015/07/14 23:11:04 [DEBUG] (runner) receiving dependency "vault(production/dbaddr/myservice)"
2015/07/14 23:11:04 [DEBUG] (runner) receiving dependency "vault(production/service/twilio)"
2015/07/14 23:11:04 [INFO] (runner) running
2015/07/14 23:11:04 [DEBUG] (runner) checking template /etc/apps/myservice-api/env.ctmpl
2015/07/14 23:11:04 [INFO] (runner) missing data for 2 dependencies
2015/07/14 23:11:04 [INFO] (runner) diffing and updating dependencies
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/redis/myservice/port)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/pusher)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/stripe)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/twilio)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/aws/creds/myservice_assets)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/dbaddr/myservice)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/googlemaps)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/db/myservice/creds/api)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/redis/myservice/host)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/mandrill)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/service/myservice-web/public_url)" is still needed
2015/07/14 23:11:04 [INFO] (runner) watching 11 dependencies
2015/07/14 23:11:04 [DEBUG] ("vault(production/aws/creds/myservice_assets)") Consul returned the secret
2015/07/14 23:11:04 [INFO] (view) "vault(production/aws/creds/myservice_assets)" received data from consul
2015/07/14 23:11:04 [DEBUG] (runner) receiving dependency "vault(production/aws/creds/myservice_assets)"
2015/07/14 23:11:04 [INFO] (runner) running
2015/07/14 23:11:04 [DEBUG] (runner) checking template /etc/apps/myservice-api/env.ctmpl
2015/07/14 23:11:04 [DEBUG] (view) "vault(production/aws/creds/myservice_assets)" starting fetch
2015/07/14 23:11:04 [DEBUG] ("vault(production/aws/creds/myservice_assets)") querying vault with &{AllowStale:false WaitIndex:1436915464 WaitTime:1m0s}
2015/07/14 23:11:04 [DEBUG] ("vault(production/aws/creds/myservice_assets)") pretending to long-poll for "30m0s"
2015/07/14 23:11:04 [INFO] (runner) missing data for 1 dependencies
2015/07/14 23:11:04 [INFO] (runner) diffing and updating dependencies
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/service/myservice-web/public_url)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/redis/myservice/host)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "key(production/redis/myservice/port)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/pusher)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/db/myservice/creds/api)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/dbaddr/myservice)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/mandrill)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/stripe)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/twilio)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/aws/creds/myservice_assets)" is still needed
2015/07/14 23:11:04 [DEBUG] (runner) "vault(production/service/googlemaps)" is still needed
2015/07/14 23:11:04 [INFO] (runner) watching 11 dependencies
2015/07/14 23:12:04 [DEBUG] ("key(production/service/myservice-web/public_url)") Consul returned http://app.myservice.com
2015/07/14 23:12:04 [DEBUG] (view) "key(production/service/myservice-web/public_url)" no new data (index was the same)
2015/07/14 23:12:04 [DEBUG] ("key(production/service/myservice-web/public_url)") querying consul with &{Datacenter: AllowStale:false RequireConsistent:false WaitIndex:334 WaitTime:1m0s Token:}
2015/07/14 23:12:06 [DEBUG] ("key(production/redis/myservice/port)") Consul returned 11211
2015/07/14 23:12:06 [DEBUG] (view) "key(production/redis/myservice/port)" no new data (index was the same)
2015/07/14 23:12:06 [DEBUG] ("key(production/redis/myservice/port)") querying consul with &{Datacenter: AllowStale:false RequireConsistent:false WaitIndex:331 WaitTime:1m0s Token:}
2015/07/14 23:12:06 [DEBUG] ("key(production/redis/myservice/host)") Consul returned myservice-production.0ycnjy.0001.usw2.cache.amazonaws.com
2015/07/14 23:12:06 [DEBUG] (view) "key(production/redis/myservice/host)" no new data (index was the same)
2015/07/14 23:12:06 [DEBUG] ("key(production/redis/myservice/host)") querying consul with &{Datacenter: AllowStale:false RequireConsistent:false WaitIndex:332 WaitTime:1m0s Token:}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment