Skip to content

Instantly share code, notes, and snippets.

@davewalter
Created September 12, 2018 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save davewalter/729c77499d7afe950888727f21cb66d3 to your computer and use it in GitHub Desktop.
Save davewalter/729c77499d7afe950888727f21cb66d3 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
I, [2018-09-12T00:30:33.434412 #15] [0x3f8b78574728] INFO -- TaskHelper: Director Version: 267.5.0
I, [2018-09-12T00:30:33.434463 #15] [0x3f8b78574728] INFO -- TaskHelper: Enqueuing task: 21966
I, [2018-09-12T00:30:36.124276 #27735] [] INFO -- DirectorJobRunner: Looking for task with task id 21966
D, [2018-09-12T00:30:36.125302 #27735] [] DEBUG -- DirectorJobRunner: (0.000263s) (conn: 46952693913000) SELECT * FROM "tasks" WHERE "id" = 21966
I, [2018-09-12T00:30:36.126485 #27735] [] INFO -- DirectorJobRunner: Found task #<Bosh::Director::Models::Task @values={:id=>21966, :state=>"processing", :timestamp=>2018-09-12 00:30:33 UTC, :description=>"create deployment", :result=>nil, :output=>"/var/vcap/store/director/tasks/21966", :checkpoint_time=>2018-09-12 00:30:35 UTC, :type=>"update_deployment", :username=>"admin", :deployment_name=>"cf", :started_at=>nil, :event_output=>"", :result_output=>"", :context_id=>""}>
I, [2018-09-12T00:30:36.126557 #27735] [] INFO -- DirectorJobRunner: Running from worker 'worker_2' on director/b95f120c-807f-428c-6bbd-bcf2b5c5f21d (127.0.0.1)
I, [2018-09-12T00:30:36.126593 #27735] [] INFO -- DirectorJobRunner: Starting task: 21966
I, [2018-09-12T00:30:36.126645 #27735] [task:21966] INFO -- DirectorJobRunner: Creating job
D, [2018-09-12T00:30:36.127228 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952693913000) SELECT * FROM "tasks" WHERE "id" = 21966
D, [2018-09-12T00:30:36.128057 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000167s) (conn: 46952693913000) SELECT * FROM "tasks" WHERE "id" = 21966
I, [2018-09-12T00:30:36.204976 #27735] [task:21966] INFO -- DirectorJobRunner: Performing task: #<Bosh::Director::Models::Task @values={:id=>21966, :state=>"processing", :timestamp=>2018-09-12 00:30:33 UTC, :description=>"create deployment", :result=>nil, :output=>"/var/vcap/store/director/tasks/21966", :checkpoint_time=>2018-09-12 00:30:35 UTC, :type=>"update_deployment", :username=>"admin", :deployment_name=>"cf", :started_at=>nil, :event_output=>"", :result_output=>"", :context_id=>""}>
D, [2018-09-12T00:30:36.206248 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000057s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:36.208037 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000485s) (conn: 46952693913000) UPDATE "tasks" SET "state" = 'processing', "timestamp" = '2018-09-12 00:30:36.205113+0000', "description" = 'create deployment', "result" = NULL, "output" = '/var/vcap/store/director/tasks/21966', "checkpoint_time" = '2018-09-12 00:30:36.205431+0000', "type" = 'update_deployment', "username" = 'admin', "deployment_name" = 'cf', "started_at" = '2018-09-12 00:30:36.205326+0000', "event_output" = '', "result_output" = '', "context_id" = '' WHERE ("id" = 21966)
D, [2018-09-12T00:30:36.209884 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001652s) (conn: 46952693913000) COMMIT
I, [2018-09-12T00:30:36.210078 #27735] [task:21966] INFO -- DirectorJobRunner: Reading deployment manifest
D, [2018-09-12T00:30:36.301277 #27735] [task:21966] DEBUG -- DirectorJobRunner: Manifest:
addons:
- exclude:
jobs:
- name: smoke_tests
release: cf-smoke-tests
include:
stemcell:
- os: ubuntu-trusty
- os: ubuntu-xenial
jobs:
- name: loggregator_agent
properties:
loggregator:
tls:
agent:
cert: ((loggregator_tls_agent.certificate))
key: ((loggregator_tls_agent.private_key))
ca_cert: ((loggregator_ca.certificate))
release: loggregator-agent
name: loggregator_agent
- include:
stemcell:
- os: ubuntu-trusty
- os: ubuntu-xenial
jobs:
- name: bpm
release: bpm
name: bpm
- jobs:
- name: bosh-dns-aliases
properties:
aliases:
- domain: _.cell.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: diego-cell
network: default
query: _
- deployment: cf
domain: bosh
instance_group: windows-cell
network: default
query: _
- deployment: cf
domain: bosh
instance_group: windows2016-cell
network: default
query: _
- deployment: cf
domain: bosh
instance_group: isolated-diego-cell
network: default
query: _
- deployment: cf
domain: bosh
instance_group: diego-cell-ldap
network: default
query: _
- domain: auctioneer.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: scheduler
network: default
query: q-s4
- domain: bbs.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: diego-api
network: default
query: q-s4
- domain: bits.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: bits
network: default
query: '*'
- domain: blobstore.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: singleton-blobstore
network: default
query: '*'
- domain: cc-uploader.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: api
network: default
query: '*'
- domain: cloud-controller-ng.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: api
network: default
query: '*'
- domain: consul.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: consul
network: default
query: '*'
- domain: credhub.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: credhub
network: default
query: '*'
- domain: doppler.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: doppler
network: default
query: '*'
- domain: file-server.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: api
network: default
query: '*'
- domain: gorouter.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: router
network: default
query: '*'
- domain: locket.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: diego-api
network: default
query: '*'
- domain: loggregator-trafficcontroller.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: log-api
network: default
query: '*'
- domain: policy-server.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: api
network: default
query: '*'
- domain: reverse-log-proxy.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: log-api
network: default
query: '*'
- domain: routing-api.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: api
network: default
query: '*'
- domain: silk-controller.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: diego-api
network: default
query: '*'
- domain: sql-db.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: database
network: default
query: '*'
- domain: ssh-proxy.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: scheduler
network: default
query: '*'
- domain: tps.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: scheduler
network: default
query: '*'
- domain: uaa.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: uaa
network: default
query: '*'
- domain: nfstestserver.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: nfstestserver
network: default
query: '*'
- domain: nfstestldapserver.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: nfstestldapserver
network: default
query: '*'
- domain: smbtestserver.service.cf.internal
targets:
- deployment: cf
domain: bosh
instance_group: smbtestserver
network: default
query: '*'
release: bosh-dns-aliases
name: bosh-dns-aliases
instance_groups:
- azs:
- z1
instances: 1
jobs:
- name: smoke_tests
properties:
smoke_tests:
api: https://api.gorgophone.cf-app.com
apps_domain: gorgophone.cf-app.com
cf_dial_timeout_in_seconds: 300
org: cf_smoke_tests_org
password: ((cf_bosh_password))
skip_ssl_validation: true
space: cf_smoke_tests_space
user: bosh
release: cf-smoke-tests
lifecycle: errand
name: smoke-tests
networks:
- name: default
stemcell: default
update:
serial: true
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server:
from: consul_server_link
name: consul_agent
properties:
consul:
agent:
domain: cf.internal
mode: server
agent_cert: ((consul_agent.certificate))
agent_key: ((consul_agent.private_key))
ca_cert: ((consul_agent_ca.certificate))
encrypt_keys:
- ((consul_encrypt_key))
server_cert: ((consul_server.certificate))
server_key: ((consul_server.private_key))
provides:
consul_client:
as: consul_client_link
shared: true
consul_common:
as: consul_common_link
shared: true
consul_server:
as: consul_server_link
shared: true
release: consul
name: consul
networks:
- name: default
persistent_disk_type: 5GB
stemcell: default
update:
serial: true
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
release: consul
- name: nats
properties:
nats:
password: ((nats_password))
user: nats
provides:
nats:
as: nats
shared: true
release: nats
name: nats
networks:
- name: default
stemcell: default
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
release: consul
- name: adapter
properties:
scalablesyslog:
adapter:
logs:
addr: reverse-log-proxy.service.cf.internal:8082
tls:
ca: ((loggregator_ca.certificate))
cert: ((adapter_tls.certificate))
cn: ss-adapter
key: ((adapter_tls.private_key))
adapter_rlp:
tls:
ca: ((loggregator_ca.certificate))
cert: ((adapter_rlp_tls.certificate))
cn: reverselogproxy
key: ((adapter_rlp_tls.private_key))
release: cf-syslog-drain
name: adapter
networks:
- name: default
stemcell: default
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
properties:
consul:
agent:
services:
sql-db:
check:
http: http://localhost:1936
interval: 3s
release: consul
- name: pxc-mysql
properties:
admin_password: ((cf_mysql_mysql_admin_password))
engine_config:
binlog:
enabled: false
galera:
enabled: true
port: 13306
seeded_databases:
- name: cloud_controller
password: ((cc_database_password))
username: cloud_controller
- name: diego
password: ((diego_database_password))
username: diego
- name: network_connectivity
password: ((network_connectivity_database_password))
username: network_connectivity
- name: network_policy
password: ((network_policy_database_password))
username: network_policy
- name: routing-api
password: ((routing_api_database_password))
username: routing-api
- name: uaa
password: ((uaa_database_password))
username: uaa
- name: locket
password: ((locket_database_password))
username: locket
- name: credhub
password: ((credhub_database_password))
username: credhub
- name: nfs-broker
password: ((nfs-broker-database-password))
username: nfs-broker
- name: azurefile-broker
password: ((azurefile-broker-database-password))
username: azurefile-broker
- name: nfs-broker-migration-test
password: ((nfs-broker-migration-test-database-password))
username: nfs-broker-migration-test
tls:
galera: ((galera_server_certificate))
server: ((mysql_server_certificate))
release: pxc
- name: proxy
properties:
api_password: ((cf_mysql_proxy_api_password))
api_port: 8083
api_uri: proxy.gorgophone.cf-app.com
release: pxc
- name: galera-agent
properties:
db_password: ((cf_mysql_mysql_galera_healthcheck_password))
endpoint_password: ((cf_mysql_mysql_galera_healthcheck_endpoint_password))
release: pxc
- name: gra-log-purger
release: pxc
- name: cluster-health-logger
properties:
db_password: ((cf_mysql_mysql_cluster_health_password))
release: pxc
- name: route_registrar
properties:
route_registrar:
routes:
- name: cf-mysql-proxy
port: 8083
prepend_instance_index: true
registration_interval: 10s
uris:
- proxy.gorgophone.cf-app.com
- name: cf-mysql-proxy-aggregator
port: 8082
registration_interval: 10s
uris:
- proxy.gorgophone.cf-app.com
release: routing
- name: bootstrap
release: pxc
migrated_from:
- name: mysql
- name: singleton-database
name: database
networks:
- name: default
persistent_disk_type: 10GB
stemcell: default
update:
serial: true
vm_type: small
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
properties:
consul:
agent:
services:
silk-controller:
name: silk-controller
release: consul
- name: cfdot
properties:
tls:
ca_certificate: ((service_cf_internal_ca.certificate))
certificate: ((diego_rep_client.certificate))
private_key: ((diego_rep_client.private_key))
release: diego
- name: bbs
properties:
bpm:
enabled: true
diego:
bbs:
active_key_label: key-2016-06
auctioneer:
ca_cert: ((service_cf_internal_ca.certificate))
client_cert: ((diego_auctioneer_client.certificate))
client_key: ((diego_auctioneer_client.private_key))
ca_cert: ((service_cf_internal_ca.certificate))
detect_consul_cell_registrations: false
encryption_keys:
- label: key-2016-06
passphrase: ((diego_bbs_encryption_keys_passphrase))
rep:
ca_cert: ((service_cf_internal_ca.certificate))
client_cert: ((diego_rep_client.certificate))
client_key: ((diego_rep_client.private_key))
require_tls: true
server_cert: ((diego_bbs_server.certificate))
server_key: ((diego_bbs_server.private_key))
skip_consul_lock: true
sql:
ca_cert: ((pxc_server_ca.certificate))
db_driver: mysql
db_host: sql-db.service.cf.internal
db_password: ((diego_database_password))
db_port: 3306
db_schema: diego
db_username: diego
require_ssl: true
logging:
format:
timestamp: rfc3339
loggregator:
ca_cert: ((loggregator_ca.certificate))
cert: ((loggregator_tls_agent.certificate))
key: ((loggregator_tls_agent.private_key))
use_v2_api: true
release: diego
- name: silk-controller
properties:
ca_cert: ((silk_ca.certificate))
database:
ca_cert: ((pxc_server_ca.certificate))
host: sql-db.service.cf.internal
name: network_connectivity
password: ((network_connectivity_database_password))
port: 3306
require_ssl: true
type: mysql
username: network_connectivity
server_cert: ((silk_controller.certificate))
server_key: ((silk_controller.private_key))
silk_daemon:
ca_cert: ((silk_ca.certificate))
client_cert: ((silk_daemon.certificate))
client_key: ((silk_daemon.private_key))
release: silk
- name: locket
properties:
bpm:
enabled: true
diego:
locket:
sql:
ca_cert: ((pxc_server_ca.certificate))
db_driver: mysql
db_host: sql-db.service.cf.internal
db_password: ((locket_database_password))
db_port: 3306
db_schema: locket
db_username: locket
require_ssl: true
logging:
format:
timestamp: rfc3339
loggregator:
ca_cert: ((loggregator_ca.certificate))
cert: ((loggregator_tls_agent.certificate))
key: ((loggregator_tls_agent.private_key))
use_v2_api: true
tls:
ca_cert: ((service_cf_internal_ca.certificate))
cert: ((diego_locket_server.certificate))
key: ((diego_locket_server.private_key))
release: diego
migrated_from:
- name: diego-bbs
name: diego-api
networks:
- name: default
stemcell: default
update:
serial: true
vm_type: small
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
properties:
consul:
agent:
services:
uaa: {}
release: consul
- name: uaa
properties:
bpm:
enabled: true
encryption:
active_key_label: default_key
encryption_keys:
- label: default_key
passphrase: ((uaa_default_encryption_passphrase))
login:
saml:
activeKeyId: key-1
keys:
key-1:
certificate: ((uaa_login_saml.certificate))
key: ((uaa_login_saml.private_key))
passphrase: ""
release_level_backup: true
uaa:
admin:
client_secret: ((uaa_admin_client_secret))
ca_certs:
- ((pxc_server_ca.certificate))
clients:
cc-service-dashboards:
authorities: clients.read,clients.write,clients.admin
authorized-grant-types: client_credentials
scope: openid,cloud_controller_service_permissions.read
secret: ((uaa_clients_cc-service-dashboards_secret))
cc_routing:
authorities: routing.router_groups.read
authorized-grant-types: client_credentials
secret: ((uaa_clients_cc-routing_secret))
cc_service_key_client:
authorities: credhub.read,credhub.write
authorized-grant-types: client_credentials
secret: ((uaa_clients_cc_service_key_client_secret))
cf:
access-token-validity: 600
authorities: uaa.none
authorized-grant-types: password,refresh_token
override: true
refresh-token-validity: 2592000
scope: network.admin,network.write,cloud_controller.read,cloud_controller.write,openid,password.write,cloud_controller.admin,scim.read,scim.write,doppler.firehose,uaa.user,routing.router_groups.read,routing.router_groups.write,cloud_controller.admin_read_only,cloud_controller.global_auditor,perm.admin
secret: ""
cloud_controller_username_lookup:
authorities: scim.userids
authorized-grant-types: client_credentials
secret: ((uaa_clients_cloud_controller_username_lookup_secret))
credhub_admin_client:
authorities: credhub.read,credhub.write
authorized-grant-types: client_credentials
secret: ((credhub_admin_client_secret))
doppler:
authorities: uaa.resource
authorized-grant-types: client_credentials
override: true
secret: ((uaa_clients_doppler_secret))
gorouter:
authorities: routing.routes.read
authorized-grant-types: client_credentials
secret: ((uaa_clients_gorouter_secret))
network-policy:
authorities: uaa.resource,cloud_controller.admin_read_only
authorized-grant-types: client_credentials
secret: ((uaa_clients_network_policy_secret))
nfs-broker-credhub-client:
authorities: credhub.read,credhub.write
authorized-grant-types: client_credentials
secret: ((nfs-broker-credhub-uaa-client-secret))
nfs-broker-migration-test-credhub-client:
authorities: credhub.read,credhub.write
authorized-grant-types: client_credentials
secret: ((nfs-broker-migration-test-credhub-uaa-client-secret))
routing_api_client:
authorities: routing.routes.write,routing.routes.read,routing.router_groups.read
authorized-grant-types: client_credentials
secret: ((uaa_clients_routing_api_client_secret))
ssh-proxy:
authorized-grant-types: authorization_code
autoapprove: true
override: true
redirect-uri: https://uaa.gorgophone.cf-app.com/login
scope: openid,cloud_controller.read,cloud_controller.write
secret: ((uaa_clients_ssh-proxy_secret))
tcp_emitter:
authorities: routing.routes.write,routing.routes.read
authorized-grant-types: client_credentials
secret: ((uaa_clients_tcp_emitter_secret))
tcp_router:
authorities: routing.routes.read
authorized-grant-types: client_credentials
secret: ((uaa_clients_tcp_router_secret))
jwt:
policy:
active_key_id: key-1
keys:
key-1:
signingKey: ((uaa_jwt_signing_key.private_key))
logging_level: INFO
scim:
users:
- groups:
- cloud_controller.admin
- doppler.firehose
- network.admin
- openid
- routing.router_groups.read
- routing.router_groups.write
- scim.read
- scim.write
name: admin
password: ((cf_admin_password))
- groups:
- cloud_controller.admin
- doppler.firehose
- openid
- routing.router_groups.read
- routing.router_groups.write
- scim.read
- scim.write
name: bosh
password: ((cf_bosh_password))
sslCertificate: ((uaa_ssl.certificate))
sslPrivateKey: ((uaa_ssl.private_key))
url: https://uaa.gorgophone.cf-app.com
zones:
internal:
hostnames:
- uaa.service.cf.internal
uaadb:
address: sql-db.service.cf.internal
databases:
- name: uaa
tag: uaa
db_scheme: mysql
port: 3306
roles:
- name: uaa
password: ((uaa_database_password))
tag: admin
tls_enabled: true
release: uaa
- name: route_registrar
properties:
route_registrar:
routes:
- health_check:
name: uaa-healthcheck
script_path: /var/vcap/jobs/uaa/bin/health_check
name: uaa
port: 8080
registration_interval: 10s
tags:
component: uaa
uris:
- uaa.gorgophone.cf-app.com
- '*.uaa.gorgophone.cf-app.com'
- login.gorgophone.cf-app.com
- '*.login.gorgophone.cf-app.com'
release: routing
- name: statsd_injector
properties:
loggregator:
tls:
ca_cert: ((loggregator_ca.certificate))
statsd_injector:
cert: ((loggregator_tls_statsdinjector.certificate))
key: ((loggregator_tls_statsdinjector.private_key))
release: statsd-injector
name: uaa
networks:
- name: default
stemcell: default
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
properties:
consul:
agent:
services:
blobstore: {}
release: consul
- name: blobstore
properties:
blobstore:
admin_users:
- password: ((blobstore_admin_users_password))
username: blobstore-user
release_level_backup: true
secure_link:
secret: ((blobstore_secure_link_secret))
tls:
cert: ((blobstore_tls.certificate))
private_key: ((blobstore_tls.private_key))
bpm:
enabled: true
system_domain: gorgophone.cf-app.com
release: capi
- name: route_registrar
properties:
route_registrar:
routes:
- name: blobstore
port: 8080
registration_interval: 20s
tags:
component: blobstore
uris:
- blobstore.gorgophone.cf-app.com
release: routing
migrated_from:
- name: blobstore
name: singleton-blobstore
networks:
- name: default
persistent_disk_type: 100GB
stemcell: default
update:
serial: true
vm_type: small
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
properties:
consul:
agent:
services:
cloud_controller_ng: {}
policy-server-internal:
name: policy-server
routing-api: {}
release: consul
- name: cloud_controller_ng
properties:
app_domains:
- gorgophone.cf-app.com
app_ssh:
host_key_fingerprint: ((diego_ssh_proxy_host_key.public_key_fingerprint))
bpm:
enabled: true
cc:
buildpacks:
blobstore_type: webdav
webdav_config:
blobstore_timeout: 5
ca_cert: ((service_cf_internal_ca.certificate))
password: ((blobstore_admin_users_password))
private_endpoint: https://blobstore.service.cf.internal:4443
public_endpoint: https://blobstore.gorgophone.cf-app.com
username: blobstore-user
bulk_api_password: ((cc_bulk_api_password))
database_encryption:
current_key_label: encryption_key_0
keys:
encryption_key_0: ((cc_db_encryption_key))
db_encryption_key: ((cc_db_encryption_key))
default_running_security_groups:
- public_networks
- dns
default_staging_security_groups:
- public_networks
- dns
droplets:
blobstore_type: webdav
webdav_config:
blobstore_timeout: 5
ca_cert: ((service_cf_internal_ca.certificate))
password: ((blobstore_admin_users_password))
private_endpoint: https://blobstore.service.cf.internal:4443
public_endpoint: https://blobstore.gorgophone.cf-app.com
username: blobstore-user
install_buildpacks:
- name: staticfile_buildpack
package: staticfile-buildpack-cflinuxfs2
- name: java_buildpack
package: java-buildpack-cflinuxfs2
- name: ruby_buildpack
package: ruby-buildpack-cflinuxfs2
- name: dotnet_core_buildpack
package: dotnet-core-buildpack-cflinuxfs2
- name: nodejs_buildpack
package: nodejs-buildpack-cflinuxfs2
- name: go_buildpack
package: go-buildpack-cflinuxfs2
- name: python_buildpack
package: python-buildpack-cflinuxfs2
- name: php_buildpack
package: php-buildpack-cflinuxfs2
- name: binary_buildpack
package: binary-buildpack-cflinuxfs2
- name: hwc_buildpack
package: hwc-buildpack
- name: staticfile_buildpack
package: staticfile-buildpack-cflinuxfs3
- name: java_buildpack
package: java-buildpack-cflinuxfs3
- name: ruby_buildpack
package: ruby-buildpack-cflinuxfs3
- name: dotnet_core_buildpack
package: dotnet-core-buildpack-cflinuxfs3
- name: nodejs_buildpack
package: nodejs-buildpack-cflinuxfs3
- name: go_buildpack
package: go-buildpack-cflinuxfs3
- name: python_buildpack
package: python-buildpack-cflinuxfs3
- name: php_buildpack
package: php-buildpack-cflinuxfs3
- name: binary_buildpack
package: binary-buildpack-cflinuxfs3
internal_api_password: ((cc_internal_api_password))
mutual_tls:
ca_cert: ((service_cf_internal_ca.certificate))
private_key: ((cc_tls.private_key))
public_cert: ((cc_tls.certificate))
packages:
blobstore_type: webdav
webdav_config:
blobstore_timeout: 5
ca_cert: ((service_cf_internal_ca.certificate))
password: ((blobstore_admin_users_password))
private_endpoint: https://blobstore.service.cf.internal:4443
public_endpoint: https://blobstore.gorgophone.cf-app.com
username: blobstore-user
public_tls:
ca_cert: ((service_cf_internal_ca.certificate))
certificate: ((cc_public_tls.certificate))
private_key: ((cc_public_tls.private_key))
resource_pool:
blobstore_type: webdav
webdav_config:
blobstore_timeout: 5
ca_cert: ((service_cf_internal_ca.certificate))
password: ((blobstore_admin_users_password))
private_endpoint: https://blobstore.service.cf.internal:4443
public_endpoint: https://blobstore.gorgophone.cf-app.com
username: blobstore-user
security_group_definitions:
- name: public_networks
rules:
- destination: 0.0.0.0-9.255.255.255
protocol: all
- destination: 11.0.0.0-169.253.255.255
protocol: all
- destination: 169.255.0.0-172.15.255.255
protocol: all
- destination: 172.32.0.0-192.167.255.255
protocol: all
- destination: 192.169.0.0-255.255.255.255
protocol: all
- name: dns
rules:
- destination: 0.0.0.0/0
ports: "53"
protocol: tcp
- destination: 0.0.0.0/0
ports: "53"
protocol: udp
stacks:
- description: Cloud Foundry Linux-based filesystem
name: cflinuxfs2
- description: Windows Server 2016
name: windows2016
- description: Cloud Foundry Linux-based filesystem (Ubuntu 18.04)
name: cflinuxfs3
staging_upload_password: ((cc_staging_upload_password))
staging_upload_user: staging_user
volume_services_enabled: true
ccdb:
address: sql-db.service.cf.internal
ca_cert: ((pxc_server_ca.certificate))
databases:
- name: cloud_controller
tag: cc
db_scheme: mysql
port: 3306
roles:
- name: cloud_controller
password: ((cc_database_password))
tag: admin
cloud_controller:
release_level_backup: true
credhub_api:
ca_cert: ((credhub_ca.certificate))
router:
route_services_secret: ((router_route_services_secret))
routing_api:
enabled: true
ssl:
skip_cert_verify: true
system_domain: gorgophone.cf-app.com
uaa:
ca_cert: ((uaa_ca.certificate))
clients:
cc-service-dashboards:
secret: ((uaa_clients_cc-service-dashboards_secret))
cc_routing:
secret: ((uaa_clients_cc-routing_secret))
cc_service_key_client:
secret: ((uaa_clients_cc_service_key_client_secret))
cloud_controller_username_lookup:
secret: ((uaa_clients_cloud_controller_username_lookup_secret))
url: https://uaa.gorgophone.cf-app.com
provides:
cloud_controller:
as: cloud_controller
shared: true
release: capi
- name: binary-buildpack
release: binary-buildpack
- name: dotnet-core-buildpack
release: dotnet-core-buildpack
- name: go-buildpack
release: go-buildpack
- name: java-buildpack
release: java-buildpack
- name: nodejs-buildpack
release: nodejs-buildpack
- name: php-buildpack
release: php-buildpack
- name: python-buildpack
release: python-buildpack
- name: ruby-buildpack
release: ruby-buildpack
- name: staticfile-buildpack
release: staticfile-buildpack
- name: route_registrar
properties:
route_registrar:
routes:
- health_check:
name: api-health-check
script_path: /var/vcap/jobs/cloud_controller_ng/bin/cloud_controller_ng_health_check
timeout: 6s
name: api
port: 9022
registration_interval: 10s
server_cert_domain_san: api.gorgophone.cf-app.com
tags:
component: CloudController
tls_port: 9024
uris:
- api.gorgophone.cf-app.com
- name: policy-server
port: 4002
registration_interval: 20s
uris:
- api.gorgophone.cf-app.com/networking
release: routing
- name: statsd_injector
properties:
loggregator:
tls:
ca_cert: ((loggregator_ca.certificate))
statsd_injector:
cert: ((loggregator_tls_statsdinjector.certificate))
key: ((loggregator_tls_statsdinjector.private_key))
release: statsd-injector
- name: file_server
properties:
bpm:
enabled: true
logging:
format:
timestamp: rfc3339
loggregator:
ca_cert: ((loggregator_ca.certificate))
cert: ((loggregator_tls_agent.certificate))
key: ((loggregator_tls_agent.private_key))
use_v2_api: true
release: diego
- name: routing-api
properties:
release_level_backup: true
routing_api:
locket:
api_location: locket.service.cf.internal:8891
ca_cert: ((service_cf_internal_ca.certificate))
client_cert: ((diego_locket_client.certificate))
client_key: ((diego_locket_client.private_key))
router_groups:
- name: default-tcp
reservable_ports: 1024-1123
type: tcp
skip_consul_lock: true
sqldb:
ca_cert: ((pxc_server_ca.certificate))
host: sql-db.service.cf.internal
password: ((routing_api_database_password))
port: 3306
schema: routing-api
type: mysql
username: routing-api
system_domain: gorgophone.cf-app.com
uaa:
ca_cert: ((uaa_ca.certificate))
tls_port: 8443
release: routing
- name: policy-server
properties:
database:
ca_cert: ((pxc_server_ca.certificate))
host: sql-db.service.cf.internal
name: network_policy
password: ((network_policy_database_password))
port: 3306
require_ssl: true
type: mysql
username: network_policy
uaa_ca: ((uaa_ca.certificate))
uaa_client_secret: ((uaa_clients_network_policy_secret))
release: cf-networking
- name: policy-server-internal
properties:
ca_cert: ((network_policy_ca.certificate))
server_cert: ((network_policy_server.certificate))
server_key: ((network_policy_server.private_key))
release: cf-networking
- name: cc_uploader
properties:
bpm:
enabled: true
capi:
cc_uploader:
cc:
ca_cert: ((service_cf_internal_ca.certificate))
client_cert: ((cc_bridge_cc_uploader.certificate))
client_key: ((cc_bridge_cc_uploader.private_key))
mutual_tls:
ca_cert: ((service_cf_internal_ca.certificate))
server_cert: ((cc_bridge_cc_uploader_server.certificate))
server_key: ((cc_bridge_cc_uploader_server.private_key))
release: capi
- name: hwc-buildpack
release: hwc-buildpack
name: api
networks:
- name: default
stemcell: default
vm_extensions:
- 50GB_ephemeral_disk
vm_type: small
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
release: consul
- name: cloud_controller_worker
properties:
bpm:
enabled: true
cc:
buildpacks:
blobstore_type: webdav
webdav_config:
blobstore_timeout: 5
ca_cert: ((service_cf_internal_ca.certificate))
password: ((blobstore_admin_users_password))
private_endpoint: https://blobstore.service.cf.internal:4443
public_endpoint: https://blobstore.gorgophone.cf-app.com
username: blobstore-user
database_encryption:
current_key_label: encryption_key_0
keys:
encryption_key_0: ((cc_db_encryption_key))
db_encryption_key: ((cc_db_encryption_key))
droplets:
blobstore_type: webdav
webdav_config:
blobstore_timeout: 5
ca_cert: ((service_cf_internal_ca.certificate))
password: ((blobstore_admin_users_password))
private_endpoint: https://blobstore.service.cf.internal:4443
public_endpoint: https://blobstore.gorgophone.cf-app.com
username: blobstore-user
internal_api_password: ((cc_internal_api_password))
mutual_tls:
ca_cert: ((service_cf_internal_ca.certificate))
private_key: ((cc_tls.private_key))
public_cert: ((cc_tls.certificate))
packages:
blobstore_type: webdav
webdav_config:
blobstore_timeout: 5
ca_cert: ((service_cf_internal_ca.certificate))
password: ((blobstore_admin_users_password))
private_endpoint: https://blobstore.service.cf.internal:4443
public_endpoint: https://blobstore.gorgophone.cf-app.com
username: blobstore-user
resource_pool:
blobstore_type: webdav
webdav_config:
blobstore_timeout: 5
ca_cert: ((service_cf_internal_ca.certificate))
password: ((blobstore_admin_users_password))
private_endpoint: https://blobstore.service.cf.internal:4443
public_endpoint: https://blobstore.gorgophone.cf-app.com
username: blobstore-user
staging_upload_password: ((cc_staging_upload_password))
staging_upload_user: staging_user
volume_services_enabled: true
ccdb:
address: sql-db.service.cf.internal
ca_cert: ((pxc_server_ca.certificate))
databases:
- name: cloud_controller
tag: cc
db_scheme: mysql
port: 3306
roles:
- name: cloud_controller
password: ((cc_database_password))
tag: admin
cloud_controller:
release_level_backup: true
routing_api:
enabled: true
ssl:
skip_cert_verify: true
system_domain: gorgophone.cf-app.com
uaa:
ca_cert: ((uaa_ca.certificate))
clients:
cc-service-dashboards:
secret: ((uaa_clients_cc-service-dashboards_secret))
cc_routing:
secret: ((uaa_clients_cc-routing_secret))
release: capi
name: cc-worker
networks:
- name: default
stemcell: default
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
properties:
consul:
agent:
services:
gorouter: {}
release: consul
- name: gorouter
properties:
router:
backends:
cert_chain: ((gorouter_backend_tls.certificate))
enable_tls: true
private_key: ((gorouter_backend_tls.private_key))
ca_certs: |
((application_ca.certificate))
((service_cf_internal_ca.certificate))
enable_ssl: true
route_services_secret: ((router_route_services_secret))
status:
password: ((router_status_password))
user: router-status
tls_pem:
- cert_chain: ((router_ssl.certificate))
private_key: ((router_ssl.private_key))
tracing:
enable_zipkin: true
routing_api:
enabled: true
uaa:
ca_cert: ((uaa_ca.certificate))
clients:
gorouter:
secret: ((uaa_clients_gorouter_secret))
ssl:
port: 8443
release: routing
name: router
networks:
- name: default
stemcell: default
update:
serial: true
vm_extensions:
- cf-router-network-properties
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
release: consul
- name: tcp_router
properties:
tcp_router:
oauth_secret: ((uaa_clients_tcp_router_secret))
router_group: default-tcp
uaa:
ca_cert: ((uaa_ca.certificate))
tls_port: 8443
release: routing
name: tcp-router
networks:
- name: default
stemcell: default
vm_extensions:
- cf-tcp-router-network-properties
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
release: consul
- name: cfdot
properties:
tls:
ca_certificate: ((service_cf_internal_ca.certificate))
certificate: ((diego_rep_client.certificate))
private_key: ((diego_rep_client.private_key))
release: diego
- name: auctioneer
properties:
bpm:
enabled: true
diego:
auctioneer:
bbs:
ca_cert: ((service_cf_internal_ca.certificate))
client_cert: ((diego_bbs_client.certificate))
client_key: ((diego_bbs_client.private_key))
ca_cert: ((service_cf_internal_ca.certificate))
rep:
ca_cert: ((service_cf_internal_ca.certificate))
client_cert: ((diego_rep_client.certificate))
client_key: ((diego_rep_client.private_key))
require_tls: true
server_cert: ((diego_auctioneer_server.certificate))
server_key: ((diego_auctioneer_server.private_key))
skip_consul_lock: true
logging:
format:
timestamp: rfc3339
loggregator:
ca_cert: ((loggregator_ca.certificate))
cert: ((loggregator_tls_agent.certificate))
key: ((loggregator_tls_agent.private_key))
use_v2_api: true
release: diego
- name: cloud_controller_clock
properties:
bpm:
enabled: true
cc:
buildpacks:
blobstore_type: webdav
webdav_config:
blobstore_timeout: 5
ca_cert: ((service_cf_internal_ca.certificate))
password: ((blobstore_admin_users_password))
private_endpoint: https://blobstore.service.cf.internal:4443
public_endpoint: https://blobstore.gorgophone.cf-app.com
username: blobstore-user
database_encryption:
current_key_label: encryption_key_0
keys:
encryption_key_0: ((cc_db_encryption_key))
db_encryption_key: ((cc_db_encryption_key))
droplets:
blobstore_type: webdav
webdav_config:
blobstore_timeout: 5
ca_cert: ((service_cf_internal_ca.certificate))
password: ((blobstore_admin_users_password))
private_endpoint: https://blobstore.service.cf.internal:4443
public_endpoint: https://blobstore.gorgophone.cf-app.com
username: blobstore-user
internal_api_password: ((cc_internal_api_password))
mutual_tls:
ca_cert: ((service_cf_internal_ca.certificate))
private_key: ((cc_tls.private_key))
public_cert: ((cc_tls.certificate))
packages:
blobstore_type: webdav
webdav_config:
blobstore_timeout: 5
ca_cert: ((service_cf_internal_ca.certificate))
password: ((blobstore_admin_users_password))
private_endpoint: https://blobstore.service.cf.internal:4443
public_endpoint: https://blobstore.gorgophone.cf-app.com
username: blobstore-user
resource_pool:
blobstore_type: webdav
webdav_config:
blobstore_timeout: 5
ca_cert: ((service_cf_internal_ca.certificate))
password: ((blobstore_admin_users_password))
private_endpoint: https://blobstore.service.cf.internal:4443
public_endpoint: https://blobstore.gorgophone.cf-app.com
username: blobstore-user
staging_upload_password: ((cc_staging_upload_password))
staging_upload_user: staging_user
volume_services_enabled: true
ccdb:
address: sql-db.service.cf.internal
ca_cert: ((pxc_server_ca.certificate))
databases:
- name: cloud_controller
tag: cc
db_scheme: mysql
port: 3306
roles:
- name: cloud_controller
password: ((cc_database_password))
tag: admin
cloud_controller:
release_level_backup: true
routing_api:
enabled: true
system_domain: gorgophone.cf-app.com
uaa:
ca_cert: ((uaa_ca.certificate))
clients:
cc-service-dashboards:
secret: ((uaa_clients_cc-service-dashboards_secret))
cc_routing:
secret: ((uaa_clients_cc-routing_secret))
ssl:
port: 8443
release: capi
- name: statsd_injector
properties:
loggregator:
tls:
ca_cert: ((loggregator_ca.certificate))
statsd_injector:
cert: ((loggregator_tls_statsdinjector.certificate))
key: ((loggregator_tls_statsdinjector.private_key))
release: statsd-injector
- name: tps
properties:
bpm:
enabled: true
capi:
tps:
bbs:
ca_cert: ((service_cf_internal_ca.certificate))
client_cert: ((diego_bbs_client.certificate))
client_key: ((diego_bbs_client.private_key))
cc:
ca_cert: ((service_cf_internal_ca.certificate))
client_cert: ((cc_bridge_tps.certificate))
client_key: ((cc_bridge_tps.private_key))
listener_enabled: false
watcher:
locket:
api_location: locket.service.cf.internal:8891
skip_consul_lock: true
cloud_controller:
release_level_backup: true
release: capi
- name: ssh_proxy
properties:
bpm:
enabled: true
diego:
ssh_proxy:
bbs:
ca_cert: ((service_cf_internal_ca.certificate))
client_cert: ((diego_bbs_client.certificate))
client_key: ((diego_bbs_client.private_key))
enable_cf_auth: true
host_key: ((diego_ssh_proxy_host_key.private_key))
uaa:
ca_cert: ((uaa_ca.certificate))
uaa_secret: ((uaa_clients_ssh-proxy_secret))
logging:
format:
timestamp: rfc3339
loggregator:
ca_cert: ((loggregator_ca.certificate))
cert: ((loggregator_tls_agent.certificate))
key: ((loggregator_tls_agent.private_key))
use_v2_api: true
release: diego
- name: scheduler
properties:
scalablesyslog:
scheduler:
api:
url: https://cloud-controller-ng.service.cf.internal:9023
tls:
api:
ca: ((service_cf_internal_ca.certificate))
cert: ((scheduler_api_tls.certificate))
cn: cloud-controller-ng.service.cf.internal
key: ((scheduler_api_tls.private_key))
client:
adapter_cn: ss-adapter
ca: ((loggregator_ca.certificate))
cert: ((scheduler_client_tls.certificate))
key: ((scheduler_client_tls.private_key))
release: cf-syslog-drain
- name: log-cache-scheduler
release: log-cache
- name: log-cache-expvar-forwarder
properties:
counters: []
gauges: []
maps:
- addr: http://localhost:6064/debug/vars
name: worker-assignments
source_id: log-cache-scheduler
template: '{{.WorkerAssignments | jsonMap}}'
- addr: http://localhost:6064/debug/vars
name: worker-health
source_id: log-cache-scheduler
template: '{{.WorkerHealth | jsonMap}}'
release: log-cache
migrated_from:
- name: cc-bridge
- name: cc-clock
- name: diego-brain
name: scheduler
networks:
- name: default
stemcell: default
update:
serial: true
vm_extensions:
- diego-ssh-proxy-network-properties
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
properties:
consul:
agent:
services:
doppler:
name: doppler
release: consul
- name: doppler
properties:
loggregator:
tls:
ca_cert: ((loggregator_ca.certificate))
doppler:
cert: ((loggregator_tls_doppler.certificate))
key: ((loggregator_tls_doppler.private_key))
provides:
doppler:
as: doppler
shared: true
release: loggregator
- name: log-cache
properties:
egress_port: 8080
health_addr: localhost:6060
tls:
ca_cert: ((log_cache.ca))
cert: ((log_cache.certificate))
key: ((log_cache.private_key))
provides:
log-cache:
shared: true
release: log-cache
- name: log-cache-gateway
properties:
gateway_addr: localhost:8081
release: log-cache
- name: log-cache-group-reader
properties:
port: 8084
release: log-cache
- consumes:
reverse_log_proxy:
from: reverse_log_proxy
name: log-cache-nozzle
properties:
logs_provider:
tls:
ca_cert: ((logs_provider.ca))
cert: ((logs_provider.certificate))
key: ((logs_provider.private_key))
release: log-cache
- name: log-cache-expvar-forwarder
properties:
counters:
- addr: http://localhost:6060/debug/vars
name: egress
source_id: log-cache
template: '{{.LogCache.Egress}}'
- addr: http://localhost:6060/debug/vars
name: ingress
source_id: log-cache
template: '{{.LogCache.Ingress}}'
- addr: http://localhost:6060/debug/vars
name: expired
source_id: log-cache
template: '{{.LogCache.Expired}}'
- addr: http://localhost:6060/debug/vars
name: dropped
source_id: log-cache
template: '{{.LogCache.Dropped}}'
- addr: http://localhost:6060/debug/vars
name: promql-timeout
source_id: log-cache
template: '{{.LogCache.PromQLTimeout}}'
- addr: http://localhost:6061/debug/vars
name: egress
source_id: log-cache-nozzle
template: '{{.Nozzle.Egress}}'
- addr: http://localhost:6061/debug/vars
name: ingress
source_id: log-cache-nozzle
template: '{{.Nozzle.Ingress}}'
- addr: http://localhost:6061/debug/vars
name: err
source_id: log-cache-nozzle
template: '{{.Nozzle.Err}}'
- addr: http://localhost:6061/debug/vars
name: dropped
source_id: log-cache-nozzle
template: '{{.Nozzle.Dropped}}'
gauges:
- addr: http://localhost:6060/debug/vars
name: cache-period
source_id: log-cache
template: '{{.LogCache.CachePeriod}}'
- addr: http://localhost:6060/debug/vars
name: store-size
source_id: log-cache
template: '{{.LogCache.StoreSize}}'
- addr: http://localhost:6060/debug/vars
name: total-system-memory
source_id: log-cache
template: '{{.LogCache.TotalSystemMemory}}'
- addr: http://localhost:6060/debug/vars
name: available-system-memory
source_id: log-cache
template: '{{.LogCache.AvailableSystemMemory}}'
- addr: http://localhost:6065/debug/vars
name: last-uaa-latency
source_id: log-cache-cf-auth-proxy
template: '{{.CFAuthProxy.LastUAALatency}}'
- addr: http://localhost:6065/debug/vars
name: last-capi-v3-apps-latency
source_id: log-cache-cf-auth-proxy
template: '{{.CFAuthProxy.LastCAPIV3AppsLatency}}'
- addr: http://localhost:6065/debug/vars
name: last-capi-v2-list-service-instances-latency
source_id: log-cache-cf-auth-proxy
template: '{{.CFAuthProxy.LastCAPIV2ListServiceInstancesLatency}}'
- addr: http://localhost:6065/debug/vars
name: last-capi-v4-log-access-latency
source_id: log-cache-cf-auth-proxy
template: '{{.CFAuthProxy.LastCAPIV4LogAccessLatency}}'
- addr: http://localhost:6065/debug/vars
name: last-capi-v2-service-instances-latency
source_id: log-cache-cf-auth-proxy
template: '{{.CFAuthProxy.LastCAPIV2ServiceInstancesLatency}}'
maps: []
release: log-cache
- name: route_registrar
properties:
route_registrar:
routes:
- name: log-cache-reverse-proxy
port: 8083
registration_interval: 20s
uris:
- log-cache.gorgophone.cf-app.com
- '*.log-cache.gorgophone.cf-app.com'
release: routing
- name: log-cache-cf-auth-proxy
properties:
cc:
ca_cert: ((log_cache_tls_cc_auth_proxy.ca))
capi_internal_addr: https://cloud-controller-ng.service.cf.internal:9023
cert: ((log_cache_tls_cc_auth_proxy.certificate))
common_name: cloud-controller-ng.service.cf.internal
key: ((log_cache_tls_cc_auth_proxy.private_key))
proxy_port: 8083
uaa:
ca_cert: ((uaa_ca.certificate))
client_id: doppler
client_secret: ((uaa_clients_doppler_secret))
internal_addr: https://uaa.service.cf.internal:8443
release: log-cache
name: doppler
networks:
- name: default
stemcell: default
vm_type: minimal
- azs:
- z1
- z2
instances: 2
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
properties:
consul:
agent:
node_name_includes_id: true
release: consul
- name: cflinuxfs2-rootfs-setup
properties:
cflinuxfs2-rootfs:
trusted_certs: |
((application_ca.certificate))
((credhub_ca.certificate))
((uaa_ca.certificate))
release: cflinuxfs2
- name: garden
properties:
garden:
cleanup_process_dirs_on_wait: true
debug_listen_address: 127.0.0.1:17019
default_container_grace_time: 0
deny_networks:
- 0.0.0.0/0
destroy_containers_on_start: true
network_plugin: /var/vcap/packages/runc-cni/bin/garden-external-networker
network_plugin_extra_args:
- --configFile=/var/vcap/jobs/garden-cni/config/adapter.json
persistent_image_list:
- /var/vcap/packages/cflinuxfs2/rootfs.tar
- /var/vcap/packages/cflinuxfs3/rootfs.tar
grootfs:
reserved_space_for_other_jobs_in_mb: 15360
logging:
format:
timestamp: rfc3339
release: garden-runc
- name: rep
properties:
bpm:
enabled: true
containers:
trusted_ca_certificates:
- ((application_ca.certificate))
- ((credhub_ca.certificate))
- ((uaa_ca.certificate))
diego:
executor:
instance_identity_ca_cert: ((diego_instance_identity_ca.certificate))
instance_identity_key: ((diego_instance_identity_ca.private_key))
rep:
preloaded_rootfses:
- cflinuxfs2:/var/vcap/packages/cflinuxfs2/rootfs.tar
- cflinuxfs3:/var/vcap/packages/cflinuxfs3/rootfs.tar
enable_declarative_healthcheck: true
logging:
format:
timestamp: rfc3339
loggregator:
ca_cert: ((loggregator_ca.certificate))
cert: ((loggregator_tls_agent.certificate))
key: ((loggregator_tls_agent.private_key))
use_v2_api: true
tls:
ca_cert: ((service_cf_internal_ca.certificate))
cert: ((diego_rep_agent_v2.certificate))
key: ((diego_rep_agent_v2.private_key))
release: diego
- name: cfdot
properties:
tls:
ca_certificate: ((service_cf_internal_ca.certificate))
certificate: ((diego_rep_client.certificate))
private_key: ((diego_rep_client.private_key))
release: diego
- name: route_emitter
properties:
bpm:
enabled: true
diego:
route_emitter:
bbs:
ca_cert: ((service_cf_internal_ca.certificate))
client_cert: ((diego_bbs_client.certificate))
client_key: ((diego_bbs_client.private_key))
local_mode: true
logging:
format:
timestamp: rfc3339
loggregator:
ca_cert: ((loggregator_ca.certificate))
cert: ((loggregator_tls_agent.certificate))
key: ((loggregator_tls_agent.private_key))
use_v2_api: true
tcp:
enabled: true
uaa:
ca_cert: ((uaa_ca.certificate))
client_secret: ((uaa_clients_tcp_emitter_secret))
release: diego
- name: garden-cni
properties:
cni_config_dir: /var/vcap/jobs/silk-cni/config/cni
cni_plugin_dir: /var/vcap/packages/silk-cni/bin
release: cf-networking
- name: netmon
release: silk
- name: vxlan-policy-agent
properties:
ca_cert: ((network_policy_ca.certificate))
client_cert: ((network_policy_client.certificate))
client_key: ((network_policy_client.private_key))
provides:
vpa:
as: diego-cell-vpa
release: silk
- consumes:
vpa:
from: diego-cell-vpa
name: silk-daemon
properties:
ca_cert: ((silk_ca.certificate))
client_cert: ((silk_daemon.certificate))
client_key: ((silk_daemon.private_key))
release: silk
- consumes:
vpa:
from: diego-cell-vpa
name: silk-cni
properties:
dns_servers:
- 169.254.0.2
release: silk
- consumes:
mapfs:
from: diego-cell-mapfs
name: nfsv3driver
properties:
nfsv3driver:
ldap_ca_cert: ((ldap_test_server_ca.certificate))
ldap_host: nfstestldapserver.service.cf.internal
ldap_port: 636
ldap_proto: tcp
ldap_svc_password: secret
ldap_svc_user: cn=admin,dc=domain,dc=com
ldap_user_fqdn: ou=Users,dc=domain,dc=com
release: nfs-volume
- name: mapfs
provides:
mapfs:
as: diego-cell-mapfs
release: mapfs
- name: localdriver
properties: {}
release: local-volume
- name: csi-localdriver
properties: {}
release: csi-local-volume
- name: csi-nfs-plugin
properties:
csi-nfs-plugin:
start_command: /nfsplugin --endpoint tcp://0.0.0.0:10000 --nodeid CSINode
-v=5
release: csi-plugins
- name: smbdriver
properties: {}
release: smb-volume
- name: cflinuxfs3-rootfs-setup
properties:
cflinuxfs3-rootfs:
trusted_certs: |
((application_ca.certificate))
((credhub_ca.certificate))
((uaa_ca.certificate))
release: cflinuxfs3
name: diego-cell
networks:
- name: default
stemcell: default
vm_extensions:
- 100GB_ephemeral_disk
vm_type: small-highmem
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
properties:
consul:
agent:
services:
loggregator_trafficcontroller: {}
reverse_log_proxy: {}
release: consul
- consumes:
doppler:
from: doppler
name: loggregator_trafficcontroller
properties:
cc:
internal_service_hostname: cloud-controller-ng.service.cf.internal
mutual_tls:
ca_cert: ((service_cf_internal_ca.certificate))
tls_port: 9023
loggregator:
tls:
ca_cert: ((loggregator_ca.certificate))
cc_trafficcontroller:
cert: ((loggregator_tls_cc_tc.certificate))
key: ((loggregator_tls_cc_tc.private_key))
trafficcontroller:
cert: ((loggregator_tls_tc.certificate))
key: ((loggregator_tls_tc.private_key))
uaa:
client_secret: ((uaa_clients_doppler_secret))
ssl:
skip_cert_verify: true
system_domain: gorgophone.cf-app.com
uaa:
ca_cert: ((uaa_ca.certificate))
internal_url: https://uaa.service.cf.internal:8443
release: loggregator
- name: reverse_log_proxy
properties:
loggregator:
tls:
ca_cert: ((loggregator_ca.certificate))
reverse_log_proxy:
cert: ((loggregator_tls_rlp.certificate))
key: ((loggregator_tls_rlp.private_key))
provides:
reverse_log_proxy:
as: reverse_log_proxy
shared: true
release: loggregator
- name: route_registrar
properties:
route_registrar:
routes:
- name: loggregator
port: 8080
registration_interval: 20s
uris:
- loggregator.gorgophone.cf-app.com
- name: doppler
port: 8081
registration_interval: 20s
uris:
- doppler.gorgophone.cf-app.com
- '*.doppler.gorgophone.cf-app.com'
release: routing
name: log-api
networks:
- name: default
stemcell: default
update:
serial: true
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
properties:
consul:
agent:
services:
credhub: {}
release: consul
- name: credhub
properties:
credhub:
authentication:
mutual_tls:
trusted_cas:
- ((application_ca.certificate))
uaa:
ca_certs:
- ((uaa_ca.certificate))
url: https://uaa.service.cf.internal:8443
verification_key: ((uaa_jwt_signing_key.public_key))
authorization:
acls:
enabled: true
permissions:
- actors:
- uaa-client:credhub_admin_client
operations:
- read
- write
- delete
- read_acl
- write_acl
path: /*
- actors:
- uaa-client:cc_service_key_client
operations:
- read
path: /*
data_storage:
database: credhub
host: sql-db.service.cf.internal
password: ((credhub_database_password))
port: 3306
tls_ca: ((pxc_server_ca.certificate))
type: mysql
username: credhub
encryption:
keys:
- active: true
key_properties:
encryption_password: ((credhub_encryption_password))
provider_name: internal-provider
providers:
- name: internal-provider
type: internal
tls: ((credhub_tls))
release: credhub
name: credhub
networks:
- name: default
stemcell: default
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- name: rotate_cc_database_key
properties: {}
release: capi
lifecycle: errand
name: rotate-cc-database-key
networks:
- name: default
stemcell: default
vm_type: minimal
- azs:
- z1
- z2
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent_windows
properties:
syslog_daemon_config:
enable: false
release: consul
- name: winc
release: winc
- name: winc-network
properties:
winc_network:
dns_servers:
- 172.30.0.1
release: winc
- name: windows2016fs
release: windows2016fs
- name: groot
properties:
groot:
cached_image_uris:
- oci:///C:/var/vcap/packages/windows2016fs
driver_store: /var/vcap/data/groot
release: winc
- name: garden-windows
properties:
garden:
destroy_containers_on_start: true
image_plugin: /var/vcap/packages/groot/groot.exe
image_plugin_extra_args:
- --driver-store=/var/vcap/data/groot
- --config=/var/vcap/jobs/groot/config/groot.yml
listen_address: 127.0.0.1:9241
network_plugin: /var/vcap/packages/winc-network/winc-network.exe
network_plugin_extra_args:
- --configFile=/var/vcap/jobs/winc-network/config/interface.json
- --log=/var/vcap/sys/log/winc-network/winc-network.log
nstar_bin: /var/vcap/packages/nstar/nstar.exe
runtime_plugin: /var/vcap/packages/winc/winc.exe
release: garden-runc
- name: rep_windows
properties:
containers:
trusted_ca_certificates:
- ((application_ca.certificate))
- ((credhub_ca.certificate))
- ((uaa_ca.certificate))
declarative_healthcheck_path: /var/vcap/packages/healthcheck_windows/internal
diego:
executor:
instance_identity_ca_cert: ((diego_instance_identity_ca.certificate))
instance_identity_key: ((diego_instance_identity_ca.private_key))
rep:
open_bindmounts_acl: true
preloaded_rootfses:
- windows2016:oci:///C:/var/vcap/packages/windows2016fs
enable_declarative_healthcheck: true
logging:
format:
timestamp: rfc3339
loggregator:
ca_cert: ((loggregator_ca.certificate))
cert: ((loggregator_tls_agent.certificate))
key: ((loggregator_tls_agent.private_key))
use_v2_api: true
syslog_daemon_config:
enable: false
tls:
ca_cert: ((service_cf_internal_ca.certificate))
cert: ((diego_rep_agent_v2.certificate))
key: ((diego_rep_agent_v2.private_key))
release: diego
- name: route_emitter_windows
properties:
diego:
route_emitter:
bbs:
ca_cert: ((service_cf_internal_ca.certificate))
client_cert: ((diego_bbs_client.certificate))
client_key: ((diego_bbs_client.private_key))
local_mode: true
logging:
format:
timestamp: rfc3339
loggregator:
ca_cert: ((loggregator_ca.certificate))
cert: ((loggregator_tls_agent.certificate))
key: ((loggregator_tls_agent.private_key))
use_v2_api: true
release: diego
- name: loggregator_agent_windows
properties:
loggregator:
tls:
agent:
cert: ((loggregator_tls_agent.certificate))
key: ((loggregator_tls_agent.private_key))
ca_cert: ((loggregator_ca.certificate))
syslog_daemon_config:
enable: false
release: loggregator-agent
- name: enable_ssh
release: windows-utilities
- name: localdriver-windows
properties: {}
release: local-volume
- name: smbdriver-windows
properties:
log_level: debug
release: smb-volume
name: windows2016-cell
networks:
- name: default
stemcell: windows2016
vm_extensions:
- 100GB_ephemeral_disk
vm_type: small-highmem
- azs:
- z1
instances: 1
jobs:
- name: nfsbrokerpush
properties:
nfsbrokerpush:
app_domain: gorgophone.cf-app.com
app_name: nfs-broker
cf:
admin_password: ((cf_admin_password))
admin_user: admin
db:
ca_cert: ((pxc_server_ca.certificate))
driver: mysql
host: sql-db.service.cf.internal
name: nfs-broker
password: ((nfs-broker-database-password))
port: 3306
username: nfs-broker
domain: gorgophone.cf-app.com
ldap_enabled: true
ldap_test_mode: true
organization: system
password: ((nfs-broker-password))
register_broker: true
skip_cert_verify: true
space: nfs-broker-space
syslog_url: ""
username: nfs-broker
release: nfs-volume
- name: cf-cli-6-linux
release: cf-cli
lifecycle: errand
name: nfs-broker-push
networks:
- name: default
stemcell: default
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- name: nfsbrokerpush
properties:
nfsbrokerpush:
app_domain: gorgophone.cf-app.com
app_name: nfs-broker-credhub
broker_name: nfs-credhub-broker
cf:
admin_password: ((cf_admin_password))
admin_user: admin
create_credhub_security_group: true
create_sql_security_group: false
credhub:
uaa_client_id: nfs-broker-credhub-client
uaa_client_secret: ((nfs-broker-credhub-uaa-client-secret))
url: https://credhub.service.cf.internal:8844
domain: gorgophone.cf-app.com
organization: system
password: ((nfs-broker-credhub-password))
register_broker: true
services:
- bindable: true
description: Existing NFSv3 volumes with CredHub as a store
id: 2b1ae04-6a97-4d6f-8979-fbe0bb3331c1
name: nfs-credhub
plan_updatable: false
plans:
- description: A preexisting filesystem
id: 6316d9ca-9d05-44c2-b652-b83d60cf2f93
name: Existing
requires:
- volume_mount
tags:
- nfs
- bindable: true
description: Experimental support for NFSv3 and v4 with CredHub as a store
id: d8ab29a9-81d0-4e45-afcd-fb9ed858ccf4
name: nfs-credhub-experimental
plan_updatable: false
plans:
- description: A preexisting filesystem
id: 2e315570-802f-44fd-886c-1a2d6676da9d
name: Existing
requires:
- volume_mount
tags:
- nfs
- experimental
skip_cert_verify: true
space: nfs-broker-space
syslog_url: ""
username: nfs-broker
release: nfs-volume
- name: cf-cli-6-linux
release: cf-cli
lifecycle: errand
name: nfs-broker-credhub-push
networks:
- name: default
stemcell: default
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- name: migrate_mysql_to_credhub
properties:
app_name: nfs-broker
cf:
admin_password: ((cf_admin_password))
admin_user: admin
credhub:
ca_cert: |
((credhub_ca.certificate))
uaa_ca_cert: |
((uaa_ca.certificate))
uaa_client_id: nfs-broker-credhub-client
uaa_client_secret: ((nfs-broker-credhub-uaa-client-secret))
url: https://credhub.service.cf.internal:8844
db:
driver: mysql
name: nfs-broker
password: ((nfs-broker-database-password))
port: 3306
username: nfs-broker
domain: gorgophone.cf-app.com
organization: system
skip_cert_verify: true
space: nfs-broker-space
release: nfs-volume
lifecycle: errand
name: migrate-mysql-to-credhub
networks:
- name: default
stemcell: default
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- name: localbroker
properties:
localbroker:
data-dir: /var/vcap/store/pats-localbroker
password: ((local-broker-password))
plan-desc: free local filesystem for bosh-lite
plan-id: free
plan-name: free-local-dist
service-id: local-volume
service-name: local-volume
username: admin
release: local-volume
- name: route_registrar
properties:
route_registrar:
routes:
- name: local-broker
port: 8999
registration_interval: 20s
tags:
component: local-broker
uris:
- local-broker.gorgophone.cf-app.com
release: routing
name: localbroker
networks:
- name: default
stemcell: default
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
properties:
consul:
agent:
services:
nfstestserver:
check: {}
name: nfstestserver
release: consul
- name: nfstestserver
properties:
nfstestserver: {}
release: nfs-volume
name: nfstestserver
networks:
- name: default
stemcell: default
vm_type: medium
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
properties:
consul:
agent:
services:
nfstestldapserver:
check: {}
name: nfstestldapserver
release: consul
- name: nfstestldapserver
properties:
ldap:
ssl:
active: true
ca_cert: ((ldap_test_server_ca.certificate))
server_cert: ((ldap_test_server_ssl.certificate))
server_key: ((ldap_test_server_ssl.private_key))
release: nfs-volume
name: nfstestldapserver
networks:
- name: default
stemcell: default
vm_type: small
- azs:
- z1
- z2
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
properties:
consul:
agent:
node_name_includes_id: true
release: consul
- name: cflinuxfs2-rootfs-setup
properties:
cflinuxfs2-rootfs:
trusted_certs: |
((application_ca.certificate))
((credhub_ca.certificate))
((uaa_ca.certificate))
release: cflinuxfs2
- name: garden
properties:
garden:
cleanup_process_dirs_on_wait: true
debug_listen_address: 127.0.0.1:17019
default_container_grace_time: 0
deny_networks:
- 0.0.0.0/0
destroy_containers_on_start: true
network_plugin: /var/vcap/packages/runc-cni/bin/garden-external-networker
network_plugin_extra_args:
- --configFile=/var/vcap/jobs/garden-cni/config/adapter.json
persistent_image_list:
- /var/vcap/packages/cflinuxfs2/rootfs.tar
grootfs:
reserved_space_for_other_jobs_in_mb: 15360
logging:
format:
timestamp: rfc3339
release: garden-runc
- name: rep
properties:
bpm:
enabled: true
containers:
trusted_ca_certificates:
- ((application_ca.certificate))
- ((credhub_ca.certificate))
- ((uaa_ca.certificate))
diego:
executor:
instance_identity_ca_cert: ((diego_instance_identity_ca.certificate))
instance_identity_key: ((diego_instance_identity_ca.private_key))
rep:
placement_tags:
- ldap
preloaded_rootfses:
- cflinuxfs2:/var/vcap/packages/cflinuxfs2/rootfs.tar
enable_declarative_healthcheck: true
logging:
format:
timestamp: rfc3339
loggregator:
ca_cert: ((loggregator_ca.certificate))
cert: ((loggregator_tls_agent.certificate))
key: ((loggregator_tls_agent.private_key))
use_v2_api: true
tls:
ca_cert: ((service_cf_internal_ca.certificate))
cert: ((diego_rep_agent_v2.certificate))
key: ((diego_rep_agent_v2.private_key))
release: diego
- name: cfdot
properties:
tls:
ca_certificate: ((service_cf_internal_ca.certificate))
certificate: ((diego_rep_client.certificate))
private_key: ((diego_rep_client.private_key))
release: diego
- name: route_emitter
properties:
bpm:
enabled: true
diego:
route_emitter:
bbs:
ca_cert: ((service_cf_internal_ca.certificate))
client_cert: ((diego_bbs_client.certificate))
client_key: ((diego_bbs_client.private_key))
local_mode: true
logging:
format:
timestamp: rfc3339
loggregator:
ca_cert: ((loggregator_ca.certificate))
cert: ((loggregator_tls_agent.certificate))
key: ((loggregator_tls_agent.private_key))
use_v2_api: true
tcp:
enabled: true
uaa:
ca_cert: ((uaa_ca.certificate))
client_secret: ((uaa_clients_tcp_emitter_secret))
release: diego
- name: garden-cni
properties:
cni_config_dir: /var/vcap/jobs/silk-cni/config/cni
cni_plugin_dir: /var/vcap/packages/silk-cni/bin
release: cf-networking
- name: netmon
release: silk
- name: vxlan-policy-agent
properties:
ca_cert: ((network_policy_ca.certificate))
client_cert: ((network_policy_client.certificate))
client_key: ((network_policy_client.private_key))
provides:
vpa:
as: diego-cell-ldap-vpa
release: silk
- consumes:
vpa:
from: diego-cell-ldap-vpa
name: silk-daemon
properties:
ca_cert: ((silk_ca.certificate))
client_cert: ((silk_daemon.certificate))
client_key: ((silk_daemon.private_key))
release: silk
- consumes:
vpa:
from: diego-cell-ldap-vpa
name: silk-cni
properties:
dns_servers:
- 169.254.0.2
release: silk
- consumes:
mapfs:
from: diego-cell-ldap-mapfs
name: nfsv3driver
properties:
nfsv3driver:
allowed-in-source: ""
ldap_ca_cert: ((ldap_test_server_ca.certificate))
ldap_host: nfstestldapserver.service.cf.internal
ldap_port: 636
ldap_proto: tcp
ldap_svc_password: secret
ldap_svc_user: cn=admin,dc=domain,dc=com
ldap_user_fqdn: ou=Users,dc=domain,dc=com
release: nfs-volume
- name: mapfs
provides:
mapfs:
as: diego-cell-ldap-mapfs
release: mapfs
name: diego-cell-ldap
networks:
- name: default
stemcell: default
vm_extensions:
- 100GB_ephemeral_disk
vm_type: small-highmem
- azs:
- z1
instances: 1
jobs:
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
properties:
consul:
agent:
services:
smbtestserver:
check: {}
name: smbtestserver
release: consul
- name: smbtestserver
properties:
password: sgi11tdadfigag14
username: smbuser
release: smb-volume
name: smbtestserver
networks:
- name: default
persistent_disk_type: 10GB
stemcell: default
vm_type: medium
- azs:
- z1
instances: 1
jobs:
- name: csi-localbroker
release: csi-local-volume
- name: csi-localcontroller
release: csi-local-volume
- name: route_registrar
release: routing
name: csi-localbroker
networks:
- name: default
properties:
csi-localbroker:
csi-controller-addr: 127.0.0.1:9860
password: ((csi-localbroker-password))
username: csi-localbroker
route_registrar:
routes:
- name: csi-localbroker
port: 8999
registration_interval: 20s
tags:
component: csi-localbroker
uris:
- csi-localbroker.gorgophone.cf-app.com
stemcell: default
update:
max_in_flight: 1
serial: true
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- name: csi-broker
release: csi-plugins
- name: route_registrar
release: routing
name: csi-nfsbroker
networks:
- name: default
properties:
csi-broker:
password: ((csi-nfsbroker-password))
username: csi-nfsbroker
route_registrar:
routes:
- name: csi-nfsbroker
port: 8999
registration_interval: 20s
tags:
component: csi-nfsbroker
uris:
- csi-nfsbroker.gorgophone.cf-app.com
stemcell: default
update:
max_in_flight: 1
serial: true
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- lifecycle: errand
name: deploy-broker
properties:
app_domains: gorgophone.cf-app.com
domain: gorgophone.cf-app.com
ecs_broker:
app_name: ECS
app_push:
memory: 512
org_quota: 1024
timeout: 180
app_uri: ecs-v1
app_version: v1
base_url: https://35.233.221.61:4443
broker:
internal_service_names: ecs-bucket
password: ((ecs-broker-password))
user: admin
broker_api_version: 2.1
cf:
admin_password: ((cf_admin_password))
admin_user: admin
create_open_security_group: false
ecs_password: ChangeMe
ecs_username: root
encryption_key: test
management_endpoint: https://35.233.221.61:4443
namespace: bosh-namespace
object_endpoint: http://bosh-namespace.35.233.221.61.nip.io:9020
on_demand_service_plans: {}
persistence_store_type: none
prefix: ecs-cf-broker-
replication_group: bosh_rep_grp
repository_bucket: ecs-cf-broker-repository
repository_endpoint: http://bosh-namespace.35.233.221.61.nip.io:9020
repository_user: ecs-cf-broker-user
ssl:
skip_cert_verify: true
uaa:
clients:
ecs_broker:
secret: test
release: ecs-release
lifecycle: errand
name: ecs-broker-deploy
networks:
- name: default
stemcell: default
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- name: database-backup-restorer
release: backup-and-restore-sdk
- name: bbr-cfnetworkingdb
properties:
release_level_backup: true
release: cf-networking
- name: bbr-cloudcontrollerdb
properties:
cloud_controller:
release_level_backup: true
release: capi
- name: bbr-routingdb
release: routing
- name: bbr-uaadb
release: uaa
- name: bbr-credhubdb
properties:
release_level_backup: true
release: credhub
- consumes:
consul_client:
from: consul_client_link
consul_common:
from: consul_common_link
consul_server: nil
name: consul_agent
release: consul
- name: nfsbroker-bbr
properties:
nfsbroker:
db_driver: mysql
db_hostname: sql-db.service.cf.internal
db_name: nfs-broker
db_password: ((nfs-broker-database-password))
db_port: 3306
db_username: nfs-broker
release_level_backup: true
release: nfs-volume
- name: azurefilebroker-bbr
properties:
db_driver: mysql
db_hostname: sql-db.service.cf.internal
db_name: azurefile-broker
db_password: ((azurefile-broker-database-password))
db_port: 3306
db_username: azurefile-broker
release_level_backup: true
release: smb-volume
name: backup-restore
networks:
- name: default
persistent_disk_type: 10GB
stemcell: default
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- name: azurefilebrokerpush
properties:
app_domain: gorgophone.cf-app.com
app_name: azurefilebroker
cf_admin_password: ((cf_admin_password))
cf_admin_user: admin
create_sql_security_group: true
db_ca_cert: ((pxc_server_ca.certificate))
db_driver: mysql
db_hostname: sql-db.service.cf.internal
db_name: azurefile-broker
db_password: ((azurefile-broker-database-password))
db_port: 3306
db_username: azurefile-broker
domain: gorgophone.cf-app.com
organization: system
password: ((azurefile-broker-password))
register_broker: false
service_id: azurefile-volume
service_name: azurefile-service
skip_cert_verify: true
space: azurefilebroker-space
syslog_url: ""
username: admin
release: smb-volume
- name: cf-cli-6-linux
release: cf-cli
lifecycle: errand
name: azurefilebrokerpush
networks:
- name: default
stemcell: default
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- name: nfsbrokerpush
properties:
nfsbrokerpush:
app_domain: gorgophone.cf-app.com
app_name: nfs-broker-migration-test
cf:
admin_password: ((cf_admin_password))
admin_user: admin
db:
driver: mysql
name: nfs-broker-migration-test
password: ((nfs-broker-migration-test-database-password))
port: 3306
username: nfs-broker-migration-test
domain: gorgophone.cf-app.com
organization: system
password: ((nfs-broker-migration-test-password))
register_broker: false
services:
- bindable: true
description: Existing NFSv3 volumes with Mysql as a store
id: 671d5cae-6524-42db-ab2b-0f0e262856c8
name: nfs-migration-test-mysql
plan_updatable: false
plans:
- description: A preexisting filesystem
id: c4bfb829-b172-49a5-88a0-2198e883ad68
name: Existing
requires:
- volume_mount
tags:
- nfs
skip_cert_verify: true
space: nfs-broker-space
syslog_url: ""
username: nfs-broker
release: nfs-volume
- name: cf-cli-6-linux
release: cf-cli
lifecycle: errand
name: nfs-broker-migration-test-mysql-push
networks:
- name: default
stemcell: default
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- name: nfsbrokerpush
properties:
nfsbrokerpush:
app_domain: gorgophone.cf-app.com
app_name: nfs-broker-migration-test
cf:
admin_password: ((cf_admin_password))
admin_user: admin
create_credhub_security_group: true
create_sql_security_group: false
credhub:
uaa_client_id: nfs-broker-migration-test-credhub-client
uaa_client_secret: ((nfs-broker-migration-test-credhub-uaa-client-secret))
url: https://credhub.service.cf.internal:8844
domain: gorgophone.cf-app.com
organization: system
password: ((nfs-broker-migration-test-password))
register_broker: false
services:
- bindable: true
description: Existing NFSv3 volumes with CredHub as a store
id: 2ec0edb8-b36c-48f9-a4be-02118914351e
name: nfs-migration-test-credhub
plan_updatable: false
plans:
- description: A preexisting filesystem
id: 8f8150df-106c-447e-a5af-c3a0a0697863
name: Existing
requires:
- volume_mount
tags:
- nfs
skip_cert_verify: true
space: nfs-broker-space
syslog_url: ""
username: nfs-broker
release: nfs-volume
- name: cf-cli-6-linux
release: cf-cli
lifecycle: errand
name: nfs-broker-migration-test-credhub-push
networks:
- name: default
stemcell: default
vm_type: minimal
- azs:
- z1
instances: 1
jobs:
- name: migrate_mysql_to_credhub
properties:
app_name: nfs-broker-migration-test
cf:
admin_password: ((cf_admin_password))
admin_user: admin
credhub:
ca_cert: |
((credhub_ca.certificate))
uaa_ca_cert: |
((uaa_ca.certificate))
uaa_client_id: nfs-broker-migration-test-credhub-client
uaa_client_secret: ((nfs-broker-migration-test-credhub-uaa-client-secret))
url: https://credhub.service.cf.internal:8844
db:
driver: mysql
name: nfs-broker-migration-test
password: ((nfs-broker-migration-test-database-password))
port: 3306
username: nfs-broker-migration-test
domain: gorgophone.cf-app.com
organization: system
skip_cert_verify: true
space: nfs-broker-space
release: nfs-volume
- name: cf-cli-6-linux
release: cf-cli
lifecycle: errand
name: migrate-mysql-to-credhub-test-migration
networks:
- name: default
stemcell: default
vm_type: minimal
manifest_version: v4.2.0
name: cf
releases:
- name: binary-buildpack
sha1: dfe04cb902252ffeb1bd6494ba5c119b52c5d864
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/binary-buildpack-1.0.25-ubuntu-xenial-97.15-20180907-190002-543886565.tgz
version: 1.0.25
- name: bpm
sha1: b5cfded466685c2a4efa41d462c960451a3f2a31
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/bpm-0.12.3-ubuntu-xenial-97.15-20180910-224943-144059479.tgz
version: 0.12.3
- name: capi
sha1: 5f453242a5550866129175b8fcc4667d7fee514a
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/capi-1.68.0-ubuntu-xenial-97.15-20180911-003614-911387753.tgz
version: 1.68.0
- name: pxc
sha1: 517aa5ef99be020d7dd0662789d11f1238401f4c
url: https://bosh.io/d/github.com/cloudfoundry-incubator/pxc-release?v=0.14.0
version: 0.14.0
- name: cf-networking
sha1: 35ff12c81599c2391b6a4d81040522b170f88573
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/cf-networking-2.15.0-ubuntu-xenial-97.15-20180905-140506-193086589.tgz
version: 2.15.0
- name: cf-smoke-tests
sha1: 86cde4cae1220c1dd329d52bd5d4395d9e745296
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/cf-smoke-tests-40.0.8-ubuntu-xenial-97.15-20180904-224722-815437418.tgz
version: 40.0.8
- name: cf-syslog-drain
sha1: 19e4736daa7b7ca8d874162cde5fd3017069fad9
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/cf-syslog-drain-7.0-ubuntu-xenial-97.15-20180828-234952-998676386.tgz
version: "7.0"
- name: cflinuxfs2
sha1: d2106c83d4137be2ce87317e3f33db9d2633408c
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/cflinuxfs2-1.235.0-ubuntu-xenial-97.15-20180830-211655-677224647.tgz
version: 1.235.0
- name: consul
sha1: 84f149761929e59699d6ac3892b0cd806652c7b8
url: https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=196
version: "196"
- name: credhub
sha1: d3109f71779842f0a831f6f109a2342539386d4c
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/credhub-1.9.5-ubuntu-xenial-97.15-20180828-234901-51531971.tgz
version: 1.9.5
- name: diego
url: ../ops-files/diego.tgz
version: 0.1476.1-dev.2371
- name: dotnet-core-buildpack
sha1: 909ffe5fe8cd491bf7f02b3b9e27befd6f29eac5
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/dotnet-core-buildpack-2.1.4-ubuntu-xenial-97.15-20180828-234725-9176398.tgz
version: 2.1.4
- name: garden-runc
sha1: 2a7c813e7e4d862e19334addf022916fb6b91eb0
url: https://bosh.io/d/github.com/cloudfoundry/garden-runc-release?v=1.16.3
version: 1.16.3
- name: go-buildpack
sha1: b172b98f39e9c8f6b254364a5d39df3de4c98eb5
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/go-buildpack-1.8.26-ubuntu-xenial-97.15-20180828-234725-95085833.tgz
version: 1.8.26
- name: java-buildpack
sha1: b86572bfcd151a95584726fa3b369e687f4296c2
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/java-buildpack-4.15-ubuntu-xenial-97.15-20180828-234725-942848709.tgz
version: "4.15"
- name: loggregator
sha1: 066fe04f0054f159251f0c1d390aa2555a1eb75a
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/loggregator-103.1-ubuntu-xenial-97.15-20180828-235018-947442929.tgz
version: "103.1"
- name: nats
sha1: b1e0ea637002d655e87e0148be5cc2f9ca2f669a
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/nats-25-ubuntu-xenial-97.15-20180828-234952-906750963.tgz
version: "25"
- name: nodejs-buildpack
sha1: 81a781258517c097592bc159aafef9c51714c20e
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/nodejs-buildpack-1.6.30-ubuntu-xenial-97.15-20180828-234725-917712094.tgz
version: 1.6.30
- name: php-buildpack
sha1: 6b7fb48d2ce1b7dbd0996c97d3748a9b587f0edc
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/php-buildpack-4.3.59-ubuntu-xenial-97.15-20180828-234725-942764428.tgz
version: 4.3.59
- name: python-buildpack
sha1: 9c04728404543df7752161d38714eefe9e6c80db
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/python-buildpack-1.6.20-ubuntu-xenial-97.15-20180828-234707-011198237.tgz
version: 1.6.20
- name: routing
sha1: b17daa3ee15b3c622fcdd3c8515932336e8a4530
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/routing-0.180.0-ubuntu-xenial-97.15-20180828-235019-069356431.tgz
version: 0.180.0
- name: ruby-buildpack
sha1: 0a9d974a7460ec9a35d9a36304389da43e5ce195
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/ruby-buildpack-1.7.22-ubuntu-xenial-97.15-20180828-234807-040874214.tgz
version: 1.7.22
- name: silk
sha1: 6d11a775b6520c636b686303d13438df0462974d
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/silk-2.15.0-ubuntu-xenial-97.15-20180905-001837-056995599.tgz
version: 2.15.0
- name: staticfile-buildpack
sha1: a16ed97de26d0b9b9aaa6b7cb6b2bf7f1a36e2a0
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/staticfile-buildpack-1.4.31-ubuntu-xenial-97.15-20180828-234725-942783354.tgz
version: 1.4.31
- name: statsd-injector
sha1: c3c3a4dd2a4264cd5fc14a40ba06f6eae073f0d0
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/statsd-injector-1.3.0-ubuntu-xenial-97.15-20180828-234806-937001859.tgz
version: 1.3.0
- name: uaa
sha1: 2877d655b05c9b2d2742813eac876f354bb5fc2b
stemcell:
os: ubuntu-xenial
version: "97.15"
url: https://storage.googleapis.com/cf-deployment-compiled-releases/uaa-61.0-ubuntu-xenial-97.15-20180910-172340-508346738.tgz
version: "61.0"
- name: loggregator-agent
sha1: 40cb8299df17b2a83be2a211182dd0be0f4b1a99
url: https://bosh.io/d/github.com/cloudfoundry/loggregator-agent-release?v=2.1
version: "2.1"
- name: log-cache
sha1: 9b496db7abb9192d315726c26cbcc60c774044d8
url: https://storage.googleapis.com/cf-deployment-compiled-releases/log-cache-1.4.4-ubuntu-xenial-97.15-20180829-213943-007125032.tgz
version: 1.4.4
- name: bosh-dns-aliases
sha1: c670c82943e7461f7bb8fe51e2fa3785a40116e8
url: https://storage.googleapis.com/cf-deployment-compiled-releases/bosh-dns-aliases-0.0.3-ubuntu-xenial-97.15-20180828-234040-270780903.tgz
version: 0.0.3
- name: hwc-buildpack
sha1: ba4a628beff026e4d1dd7e1a21eea708fbd4897f
url: https://bosh.io/d/github.com/cloudfoundry-incubator/hwc-buildpack-release?v=2.3.19
version: 2.3.19
- name: winc
sha1: 232aff9b04266bd743208160cc27f4266214e0ee
url: https://bosh.io/d/github.com/cloudfoundry-incubator/winc-release?v=1.4.0
version: 1.4.0
- name: windows2016fs
sha1: 440e1525dd94bb56c3fe8b5f908d33451a4e57e5
url: https://bosh.io/d/github.com/cloudfoundry-incubator/windows2016fs-online-release?v=1.7.0
version: 1.7.0
- name: windows-utilities
sha1: efc10ac0f4acae23637ce2c6f864d20df2e3a781
url: https://bosh.io/d/github.com/cloudfoundry-incubator/windows-utilities-release?v=0.11.0
version: 0.11.0
- name: nfs-volume
url: ../ops-files/nfs.tgz
version: 1.5.4-rc.9
- name: mapfs
url: ../ops-files/mapfs.tgz
version: 1.1.1-rc.2
- name: cf-cli
sha1: c5a578bfdb8e51f479acee23356417538e5a0a36
url: https://bosh.io/d/github.com/bosh-packages/cf-cli-release?v=1.6.0
version: 1.6.0
- name: local-volume
url: ../ops-files/local.tgz
version: 0.0.0-rc.196
- name: csi-local-volume
url: ../ops-files/csi-local.tgz
version: 0.0.0-rc.91
- name: csi-plugins
url: ../ops-files/csi-plugins.tgz
version: 0.0.0-rc.54
- name: ecs-release
url: ../ops-files/ecs.tgz
version: 0.0.0-rc.81
- name: backup-and-restore-sdk
sha1: bde7b6f00e139177af7624b3572e20361edf3086
url: https://bosh.io/d/github.com/cloudfoundry-incubator/backup-and-restore-sdk-release?v=1.10.0
version: 1.10.0
- name: smb-volume
url: ../ops-files/smb.tgz
version: 0.1.13-rc.4
- name: cflinuxfs3
sha1: 1b82546f7b29ef82d541f29fd1bbf490ea508148
url: https://bosh.io/d/github.com/cloudfoundry/cflinuxfs3-release?v=0.22.0
version: 0.22.0
stemcells:
- alias: default
os: ubuntu-xenial
version: "97.15"
- alias: windows2016
os: windows2016
version: "1709.12"
update:
canaries: 1
canary_watch_time: 30000-1200000
max_in_flight: 1
serial: false
update_watch_time: 5000-1200000
variables:
- name: blobstore_admin_users_password
type: password
- name: blobstore_secure_link_secret
type: password
- name: cc_bulk_api_password
type: password
- name: cc_db_encryption_key
type: password
- name: cc_internal_api_password
type: password
- name: cc_staging_upload_password
type: password
- name: cf_mysql_mysql_admin_password
type: password
- name: cf_mysql_mysql_cluster_health_password
type: password
- name: cf_mysql_mysql_galera_healthcheck_endpoint_password
type: password
- name: cf_mysql_mysql_galera_healthcheck_password
type: password
- name: cf_mysql_proxy_api_password
type: password
- name: cc_database_password
type: password
- name: credhub_database_password
type: password
- name: diego_database_password
type: password
- name: uaa_database_password
type: password
- name: routing_api_database_password
type: password
- name: network_policy_database_password
type: password
- name: network_connectivity_database_password
type: password
- name: uaa_default_encryption_passphrase
type: password
- name: silk_ca
options:
common_name: silk-ca
is_ca: true
type: certificate
- name: silk_controller
options:
ca: silk_ca
common_name: silk-controller.service.cf.internal
extended_key_usage:
- server_auth
type: certificate
- name: silk_daemon
options:
ca: silk_ca
common_name: silk-daemon
extended_key_usage:
- client_auth
type: certificate
- name: network_policy_ca
options:
common_name: networkPolicyCA
is_ca: true
type: certificate
- name: network_policy_server
options:
ca: network_policy_ca
common_name: policy-server.service.cf.internal
extended_key_usage:
- server_auth
type: certificate
- name: network_policy_client
options:
ca: network_policy_ca
common_name: clientName
extended_key_usage:
- client_auth
type: certificate
- name: uaa_clients_routing_api_client_secret
type: password
- name: uaa_clients_tcp_emitter_secret
type: password
- name: nats_password
type: password
- name: router_status_password
type: password
- name: cf_admin_password
type: password
- name: cf_bosh_password
type: password
- name: router_route_services_secret
type: password
- name: uaa_admin_client_secret
type: password
- name: uaa_clients_cc-routing_secret
type: password
- name: uaa_clients_cc-service-dashboards_secret
type: password
- name: uaa_clients_cc_service_key_client_secret
type: password
- name: uaa_clients_cloud_controller_username_lookup_secret
type: password
- name: uaa_clients_doppler_secret
type: password
- name: uaa_clients_gorouter_secret
type: password
- name: uaa_clients_network_policy_secret
type: password
- name: uaa_clients_ssh-proxy_secret
type: password
- name: uaa_clients_tcp_router_secret
type: password
- name: diego_bbs_encryption_keys_passphrase
type: password
- name: consul_encrypt_key
type: password
- name: credhub_encryption_password
type: password
- name: credhub_admin_client_secret
type: password
- name: diego_ssh_proxy_host_key
type: ssh
- name: uaa_jwt_signing_key
type: rsa
- name: service_cf_internal_ca
options:
common_name: internalCA
is_ca: true
type: certificate
- name: blobstore_tls
options:
ca: service_cf_internal_ca
common_name: blobstore.service.cf.internal
type: certificate
- name: consul_agent_ca
options:
common_name: consulCA
is_ca: true
type: certificate
- name: consul_agent
options:
alternative_names:
- 127.0.0.1
ca: consul_agent_ca
common_name: consul_agent
extended_key_usage:
- client_auth
- server_auth
type: certificate
- name: consul_server
options:
ca: consul_agent_ca
common_name: server.dc1.cf.internal
extended_key_usage:
- client_auth
- server_auth
type: certificate
- name: diego_auctioneer_client
options:
ca: service_cf_internal_ca
common_name: auctioneer client
extended_key_usage:
- client_auth
type: certificate
- name: diego_auctioneer_server
options:
alternative_names:
- '*.auctioneer.service.cf.internal'
- auctioneer.service.cf.internal
ca: service_cf_internal_ca
common_name: auctioneer.service.cf.internal
extended_key_usage:
- server_auth
type: certificate
- name: diego_bbs_client
options:
ca: service_cf_internal_ca
common_name: bbs client
extended_key_usage:
- client_auth
type: certificate
- name: diego_bbs_server
options:
alternative_names:
- '*.bbs.service.cf.internal'
- bbs.service.cf.internal
ca: service_cf_internal_ca
common_name: bbs.service.cf.internal
extended_key_usage:
- server_auth
- client_auth
type: certificate
- name: diego_rep_client
options:
ca: service_cf_internal_ca
common_name: rep client
extended_key_usage:
- client_auth
type: certificate
- name: diego_rep_agent_v2
options:
alternative_names:
- '*.cell.service.cf.internal'
- cell.service.cf.internal
- 127.0.0.1
- localhost
ca: service_cf_internal_ca
common_name: cell.service.cf.internal
extended_key_usage:
- client_auth
- server_auth
type: certificate
- name: loggregator_ca
options:
common_name: loggregatorCA
is_ca: true
type: certificate
- name: loggregator_tls_statsdinjector
options:
ca: loggregator_ca
common_name: statsdinjector
extended_key_usage:
- client_auth
type: certificate
- name: loggregator_tls_agent
options:
ca: loggregator_ca
common_name: metron
extended_key_usage:
- client_auth
- server_auth
type: certificate
- name: loggregator_tls_doppler
options:
ca: loggregator_ca
common_name: doppler
extended_key_usage:
- client_auth
- server_auth
type: certificate
- name: loggregator_tls_tc
options:
ca: loggregator_ca
common_name: trafficcontroller
extended_key_usage:
- client_auth
- server_auth
type: certificate
- name: loggregator_tls_cc_tc
options:
ca: service_cf_internal_ca
common_name: trafficcontroller
extended_key_usage:
- client_auth
type: certificate
- name: loggregator_tls_rlp
options:
ca: loggregator_ca
common_name: reverselogproxy
extended_key_usage:
- client_auth
- server_auth
type: certificate
- name: adapter_rlp_tls
options:
ca: loggregator_ca
common_name: ss-adapter-rlp
extended_key_usage:
- client_auth
- server_auth
type: certificate
- name: scheduler_api_tls
options:
ca: service_cf_internal_ca
common_name: ss-scheduler
extended_key_usage:
- client_auth
- server_auth
type: certificate
- name: adapter_tls
options:
ca: loggregator_ca
common_name: ss-adapter
extended_key_usage:
- server_auth
- client_auth
type: certificate
- name: scheduler_client_tls
options:
ca: loggregator_ca
common_name: ss-scheduler
extended_key_usage:
- client_auth
type: certificate
- name: logs_provider
options:
ca: loggregator_ca
common_name: log-cache
extended_key_usage:
- client_auth
- server_auth
type: certificate
- name: log_cache_ca
options:
common_name: log-cache
is_ca: true
type: certificate
- name: log_cache
options:
alternative_names:
- log_cache
- log-cache
- logcache
ca: log_cache_ca
common_name: log-cache
extended_key_usage:
- client_auth
- server_auth
type: certificate
- name: log_cache_tls_cc_auth_proxy
options:
ca: service_cf_internal_ca
common_name: log-cache
extended_key_usage:
- client_auth
type: certificate
- name: router_ca
options:
common_name: routerCA
is_ca: true
type: certificate
- name: router_ssl
options:
alternative_names:
- gorgophone.cf-app.com
- '*.gorgophone.cf-app.com'
ca: router_ca
common_name: routerSSL
type: certificate
- name: uaa_ca
options:
common_name: uaaCA
is_ca: true
type: certificate
- name: uaa_ssl
options:
alternative_names:
- uaa.service.cf.internal
ca: uaa_ca
common_name: uaa.service.cf.internal
type: certificate
- name: uaa_login_saml
options:
ca: uaa_ca
common_name: uaa_login_saml
type: certificate
- name: cc_tls
options:
ca: service_cf_internal_ca
common_name: cloud-controller-ng.service.cf.internal
extended_key_usage:
- client_auth
- server_auth
type: certificate
- name: cc_public_tls
options:
alternative_names:
- api.gorgophone.cf-app.com
- cloud-controller-ng.service.cf.internal
ca: service_cf_internal_ca
common_name: api.gorgophone.cf-app.com
type: certificate
- name: cc_bridge_tps
options:
ca: service_cf_internal_ca
common_name: tps_watcher
extended_key_usage:
- client_auth
type: certificate
- name: cc_bridge_cc_uploader
options:
ca: service_cf_internal_ca
common_name: cc_uploader
extended_key_usage:
- client_auth
type: certificate
- name: cc_bridge_cc_uploader_server
options:
ca: service_cf_internal_ca
common_name: cc-uploader.service.cf.internal
extended_key_usage:
- server_auth
type: certificate
- name: diego_locket_server
options:
alternative_names:
- '*.locket.service.cf.internal'
- locket.service.cf.internal
ca: service_cf_internal_ca
common_name: locket.service.cf.internal
extended_key_usage:
- server_auth
type: certificate
- name: diego_locket_client
options:
ca: service_cf_internal_ca
common_name: locket client
extended_key_usage:
- client_auth
type: certificate
- name: locket_database_password
type: password
- name: application_ca
options:
common_name: appRootCA
is_ca: true
type: certificate
- name: diego_instance_identity_ca
options:
ca: application_ca
common_name: instanceIdentityCA
is_ca: true
type: certificate
- name: gorouter_backend_tls
options:
alternative_names:
- gorouter.service.cf.internal
ca: service_cf_internal_ca
common_name: gorouter_backend_tls
extended_key_usage:
- client_auth
type: certificate
- name: credhub_ca
options:
common_name: credhubServerCa
is_ca: true
type: certificate
- name: credhub_tls
options:
alternative_names:
- credhub.service.cf.internal
- credhub.gorgophone.cf-app.com
ca: credhub_ca
common_name: credhub.gorgophone.cf-app.com
type: certificate
- name: nfs-broker-password
type: password
- name: nfs-broker-database-password
type: password
- name: nfs-broker-credhub-password
type: password
- name: nfs-broker-credhub-uaa-client-secret
type: password
- name: local-broker-password
type: password
- name: ldap_test_server_ca
options:
common_name: ldap_test_server_ca
is_ca: true
type: certificate
- name: ldap_test_server_ssl
options:
ca: ldap_test_server_ca
common_name: nfstestldapserver.service.cf.internal
type: certificate
- name: csi-localbroker-password
type: password
- name: csi-nfsbroker-password
type: password
- name: ecs-broker-password
type: password
- name: azurefile-broker-password
type: password
- name: azurefile-broker-database-password
type: password
- name: pxc_galera_ca
options:
common_name: pxc_galera_ca
is_ca: true
type: certificate
- name: pxc_server_ca
options:
common_name: pxc_server_ca
is_ca: true
type: certificate
- name: galera_server_certificate
options:
ca: pxc_galera_ca
common_name: galera_server_certificate
extended_key_usage:
- server_auth
- client_auth
type: certificate
- name: mysql_server_certificate
options:
ca: pxc_server_ca
common_name: sql-db.service.cf.internal
type: certificate
- name: nfs-broker-migration-test-password
type: password
- name: nfs-broker-migration-test-database-password
type: password
- name: nfs-broker-migration-test-credhub-uaa-client-secret
type: password
D, [2018-09-12T00:30:36.304603 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000267s) (conn: 46952693913000) SELECT * FROM "configs" WHERE ("id" IN (9))
D, [2018-09-12T00:30:36.348089 #27735] [task:21966] DEBUG -- DirectorJobRunner: Cloud config:
{"azs"=>[{"cloud_properties"=>{"zone"=>"us-west1-a"}, "name"=>"z1"}, {"cloud_properties"=>{"zone"=>"us-west1-b"}, "name"=>"z2"}, {"cloud_properties"=>{"zone"=>"us-west1-c"}, "name"=>"z3"}], "vm_types"=>[{"cloud_properties"=>{"machine_type"=>"n1-standard-1", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"default"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-1", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"minimal"}, {"cloud_properties"=>{"machine_type"=>"g1-small", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"sharedcpu"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-2", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"small"}, {"cloud_properties"=>{"machine_type"=>"n1-highmem-4", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"small-highmem"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-4", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"medium"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-8", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"large"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-16", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"extra-large"}, {"cloud_properties"=>{"machine_type"=>"n1-highcpu-2", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"small-highcpu"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-1", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-standard-1"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-2", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-standard-2"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-4", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-standard-4"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-8", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-standard-8"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-16", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-standard-16"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-32", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-standard-32"}, {"cloud_properties"=>{"machine_type"=>"n1-highmem-2", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highmem-2"}, {"cloud_properties"=>{"machine_type"=>"n1-highmem-4", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highmem-4"}, {"cloud_properties"=>{"machine_type"=>"n1-highmem-8", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highmem-8"}, {"cloud_properties"=>{"machine_type"=>"n1-highmem-16", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highmem-16"}, {"cloud_properties"=>{"machine_type"=>"n1-highmem-32", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highmem-32"}, {"cloud_properties"=>{"machine_type"=>"n1-highcpu-2", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highcpu-2"}, {"cloud_properties"=>{"machine_type"=>"n1-highcpu-4", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highcpu-4"}, {"cloud_properties"=>{"machine_type"=>"n1-highcpu-8", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highcpu-8"}, {"cloud_properties"=>{"machine_type"=>"n1-highcpu-16", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highcpu-16"}, {"cloud_properties"=>{"machine_type"=>"n1-highcpu-32", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highcpu-32"}, {"cloud_properties"=>{"machine_type"=>"f1-micro", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"f1-micro"}, {"cloud_properties"=>{"machine_type"=>"g1-small", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"g1-small"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-1", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"m3.medium"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-2", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"m3.large"}, {"cloud_properties"=>{"machine_type"=>"n1-highcpu-2", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"c3.large"}, {"cloud_properties"=>{"machine_type"=>"n1-highmem-4", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"r3.xlarge"}, {"cloud_properties"=>{"machine_type"=>"g1-small", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"t2.small"}], "disk_types"=>[{"cloud_properties"=>{"encrypted"=>true, "type"=>"pd-ssd"}, "disk_size"=>1024, "name"=>"default"}, {"cloud_properties"=>{"encrypted"=>true, "type"=>"pd-ssd"}, "disk_size"=>1024, "name"=>"1GB"}, {"cloud_properties"=>{"encrypted"=>true, "type"=>"pd-ssd"}, "disk_size"=>5120, "name"=>"5GB"}, {"cloud_properties"=>{"encrypted"=>true, "type"=>"pd-ssd"}, "disk_size"=>10240, "name"=>"10GB"}, {"cloud_properties"=>{"encrypted"=>true, "type"=>"pd-ssd"}, "disk_size"=>51200, "name"=>"50GB"}, {"cloud_properties"=>{"encrypted"=>true, "type"=>"pd-ssd"}, "disk_size"=>102400, "name"=>"100GB"}, {"cloud_properties"=>{"encrypted"=>true, "type"=>"pd-ssd"}, "disk_size"=>512000, "name"=>"500GB"}, {"cloud_properties"=>{"encrypted"=>true, "type"=>"pd-ssd"}, "disk_size"=>1048576, "name"=>"1TB"}], "networks"=>[{"name"=>"private", "subnets"=>[{"azs"=>["z1", "z2", "z3"], "cloud_properties"=>{"ephemeral_external_ip"=>true, "network_name"=>"bbl-env-victoria-2018-04-23t19-08z-network", "subnetwork_name"=>"bbl-env-victoria-2018-04-23t19-08z-subnet", "tags"=>["bbl-env-victoria-2018-04-23t19-08z-internal"]}, "gateway"=>"10.0.0.1", "range"=>"10.0.0.0/16", "reserved"=>["10.0.0.1-10.0.0.255"], "static"=>["10.0.255.0-10.0.255.254"]}], "type"=>"manual"}, {"name"=>"default", "subnets"=>[{"azs"=>["z1", "z2", "z3"], "cloud_properties"=>{"ephemeral_external_ip"=>true, "network_name"=>"bbl-env-victoria-2018-04-23t19-08z-network", "subnetwork_name"=>"bbl-env-victoria-2018-04-23t19-08z-subnet", "tags"=>["bbl-env-victoria-2018-04-23t19-08z-internal"]}, "gateway"=>"10.0.0.1", "range"=>"10.0.0.0/16", "reserved"=>["10.0.0.1-10.0.0.255"], "static"=>["10.0.255.0-10.0.255.254"]}], "type"=>"manual"}], "vm_extensions"=>[{"cloud_properties"=>{"root_disk_size_gb"=>1, "root_disk_type"=>"pd-ssd"}, "name"=>"1GB_ephemeral_disk"}, {"cloud_properties"=>{"root_disk_size_gb"=>5, "root_disk_type"=>"pd-ssd"}, "name"=>"5GB_ephemeral_disk"}, {"cloud_properties"=>{"root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"10GB_ephemeral_disk"}, {"cloud_properties"=>{"root_disk_size_gb"=>50, "root_disk_type"=>"pd-ssd"}, "name"=>"50GB_ephemeral_disk"}, {"cloud_properties"=>{"root_disk_size_gb"=>100, "root_disk_type"=>"pd-ssd"}, "name"=>"100GB_ephemeral_disk"}, {"cloud_properties"=>{"root_disk_size_gb"=>500, "root_disk_type"=>"pd-ssd"}, "name"=>"500GB_ephemeral_disk"}, {"cloud_properties"=>{"root_disk_size_gb"=>1000, "root_disk_type"=>"pd-ssd"}, "name"=>"1TB_ephemeral_disk"}, {"cloud_properties"=>{"ephemeral_external_ip"=>true}, "name"=>"internet-required"}, {"cloud_properties"=>{"ephemeral_external_ip"=>false}, "name"=>"internet-not-required"}, {"cloud_properties"=>{"preemptible"=>true}, "name"=>"preemptible"}, {"cloud_properties"=>{"backend_service"=>"bbl-env-victoria-2018-04-23t19-08z-router-lb", "tags"=>["bbl-env-victoria-2018-04-23t19-08z-router-lb", "bbl-env-victoria-2018-04-23t19-08z-cf-ws"], "target_pool"=>"bbl-env-victoria-2018-04-23t19-08z-cf-ws"}, "name"=>"cf-router-network-properties"}, {"cloud_properties"=>{"tags"=>["bbl-env-victoria-2018-04-23t19-08z-cf-ssh-proxy"], "target_pool"=>"bbl-env-victoria-2018-04-23t19-08z-cf-ssh-proxy"}, "name"=>"diego-ssh-proxy-network-properties"}, {"cloud_properties"=>{"tags"=>["bbl-env-victoria-2018-04-23t19-08z-cf-tcp-router"], "target_pool"=>"bbl-env-victoria-2018-04-23t19-08z-cf-tcp-router"}, "name"=>"cf-tcp-router-network-properties"}], "compilation"=>{"az"=>"z1", "network"=>"private", "reuse_compilation_vms"=>true, "vm_extensions"=>["100GB_ephemeral_disk"], "vm_type"=>"n1-highcpu-8", "workers"=>6}}
D, [2018-09-12T00:30:36.350043 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000248s) (conn: 46952693913000) SELECT * FROM "configs" WHERE ("id" IN (10))
D, [2018-09-12T00:30:36.355604 #27735] [task:21966] DEBUG -- DirectorJobRunner: Runtime configs:
{"releases"=>[{"name"=>"bosh-dns", "sha1"=>"3b77329a772483d6c949f1a47ba9734976bc2b31", "url"=>"https://bosh.io/d/github.com/cloudfoundry/bosh-dns-release?v=1.8.0", "version"=>"1.8.0"}], "addons"=>[{"include"=>{"stemcell"=>[{"os"=>"ubuntu-trusty"}, {"os"=>"ubuntu-xenial"}]}, "jobs"=>[{"name"=>"bosh-dns", "properties"=>{"api"=>{"client"=>{"tls"=>"((/dns_api_client_tls))"}, "server"=>{"tls"=>"((/dns_api_server_tls))"}}, "cache"=>{"enabled"=>true}, "health"=>{"client"=>{"tls"=>"((/dns_healthcheck_client_tls))"}, "enabled"=>true, "server"=>{"tls"=>"((/dns_healthcheck_server_tls))"}}}, "release"=>"bosh-dns"}], "name"=>"bosh-dns"}, {"include"=>{"stemcell"=>[{"os"=>"windows2012R2"}, {"os"=>"windows2016"}, {"os"=>"windows1803"}]}, "jobs"=>[{"name"=>"bosh-dns-windows", "properties"=>{"api"=>{"client"=>{"tls"=>"((/dns_api_client_tls))"}, "server"=>{"tls"=>"((/dns_api_server_tls))"}}, "cache"=>{"enabled"=>true}, "health"=>{"client"=>{"tls"=>"((/dns_healthcheck_client_tls))"}, "enabled"=>true, "server"=>{"tls"=>"((/dns_healthcheck_server_tls))"}}}, "release"=>"bosh-dns"}], "name"=>"bosh-dns-windows"}], "variables"=>[{"name"=>"/dns_healthcheck_tls_ca", "options"=>{"common_name"=>"dns-healthcheck-tls-ca", "is_ca"=>true}, "type"=>"certificate"}, {"name"=>"/dns_healthcheck_server_tls", "options"=>{"ca"=>"/dns_healthcheck_tls_ca", "common_name"=>"health.bosh-dns", "extended_key_usage"=>["server_auth"]}, "type"=>"certificate"}, {"name"=>"/dns_healthcheck_client_tls", "options"=>{"ca"=>"/dns_healthcheck_tls_ca", "common_name"=>"health.bosh-dns", "extended_key_usage"=>["client_auth"]}, "type"=>"certificate"}, {"name"=>"/dns_api_tls_ca", "options"=>{"common_name"=>"dns-api-tls-ca", "is_ca"=>true}, "type"=>"certificate"}, {"name"=>"/dns_api_server_tls", "options"=>{"ca"=>"/dns_api_tls_ca", "common_name"=>"api.bosh-dns", "extended_key_usage"=>["server_auth"]}, "type"=>"certificate"}, {"name"=>"/dns_api_client_tls", "options"=>{"ca"=>"/dns_api_tls_ca", "common_name"=>"api.bosh-dns", "extended_key_usage"=>["client_auth"]}, "type"=>"certificate"}]}
D, [2018-09-12T00:30:36.357184 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000536s) (conn: 46952693913000) SELECT * FROM "deployments" WHERE ("name" = 'cf') LIMIT 1
D, [2018-09-12T00:30:36.361385 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000800s) (conn: 46952693913000) SELECT "release_versions".* FROM "release_versions" INNER JOIN "deployments_release_versions" ON ("deployments_release_versions"."release_version_id" = "release_versions"."id") WHERE ("deployments_release_versions"."deployment_id" = 49)
D, [2018-09-12T00:30:36.364001 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000338s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 100
D, [2018-09-12T00:30:36.364796 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000129s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 101
D, [2018-09-12T00:30:36.365262 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000106s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 102
D, [2018-09-12T00:30:36.365691 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000103s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 103
D, [2018-09-12T00:30:36.367437 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000106s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 104
D, [2018-09-12T00:30:36.367852 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000101s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 105
D, [2018-09-12T00:30:36.368275 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000101s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 106
D, [2018-09-12T00:30:36.368685 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000103s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 107
D, [2018-09-12T00:30:36.369091 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000112s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 108
D, [2018-09-12T00:30:36.370711 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000103s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:36.371159 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000104s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 110
D, [2018-09-12T00:30:36.371568 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000100s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-12T00:30:36.371963 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000098s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 112
D, [2018-09-12T00:30:36.372374 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000097s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 113
D, [2018-09-12T00:30:36.373986 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000102s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 114
D, [2018-09-12T00:30:36.374412 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000099s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 1
D, [2018-09-12T00:30:36.374832 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000098s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 115
D, [2018-09-12T00:30:36.375277 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000099s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 116
D, [2018-09-12T00:30:36.376874 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000126s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 117
D, [2018-09-12T00:30:36.377311 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000110s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 118
D, [2018-09-12T00:30:36.377728 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000097s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 119
D, [2018-09-12T00:30:36.378147 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000101s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 120
D, [2018-09-12T00:30:36.378560 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000099s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-12T00:30:36.379012 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000141s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 122
D, [2018-09-12T00:30:36.379416 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000097s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-12T00:30:36.381120 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000134s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 124
D, [2018-09-12T00:30:36.381538 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 125
D, [2018-09-12T00:30:36.381939 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000099s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 126
D, [2018-09-12T00:30:36.382357 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000098s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-12T00:30:36.382772 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000098s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 128
D, [2018-09-12T00:30:36.383219 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000104s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 129
D, [2018-09-12T00:30:36.384746 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000110s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 130
D, [2018-09-12T00:30:36.385172 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000103s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 7
D, [2018-09-12T00:30:36.385586 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000101s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 131
D, [2018-09-12T00:30:36.385982 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000100s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 132
D, [2018-09-12T00:30:36.386395 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000097s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 133
D, [2018-09-12T00:30:36.386798 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000102s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 134
D, [2018-09-12T00:30:36.387236 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000098s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 135
D, [2018-09-12T00:30:36.388558 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 136
D, [2018-09-12T00:30:36.388968 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000100s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 137
D, [2018-09-12T00:30:36.389387 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000097s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 138
D, [2018-09-12T00:30:36.389797 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000097s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 139
D, [2018-09-12T00:30:36.390211 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000097s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 140
D, [2018-09-12T00:30:36.391584 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000111s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 44
D, [2018-09-12T00:30:36.394016 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000817s) (conn: 46952693913000) SELECT "stemcells".* FROM "stemcells" INNER JOIN "deployments_stemcells" ON ("deployments_stemcells"."stemcell_id" = "stemcells"."id") WHERE ("deployments_stemcells"."deployment_id" = 49) ORDER BY "name" ASC, "version" ASC
D, [2018-09-12T00:30:36.394668 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952693913000) SELECT * FROM "tasks" WHERE "id" = 21966
D, [2018-09-12T00:30:36.397081 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:36.398269 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000628s) (conn: 46952693913000) INSERT INTO "events" ("parent_id", "timestamp", "user", "action", "object_type", "object_name", "error", "task", "deployment", "instance", "context_json") VALUES (NULL, '2018-09-12 00:30:36.396364+0000', 'admin', 'update', 'deployment', 'cf', NULL, '21966', 'cf', NULL, '{}') RETURNING *
D, [2018-09-12T00:30:36.400190 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001522s) (conn: 46952693913000) COMMIT
I, [2018-09-12T00:30:36.400666 #27735] [task:21966] INFO -- DirectorJobRunner: Acquiring deployment lock on cf
D, [2018-09-12T00:30:36.402293 #27735] [task:21966] DEBUG -- DirectorJobRunner: Acquiring lock: lock:deployment:cf
D, [2018-09-12T00:30:36.405301 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000611s) (conn: 46952693913000) SELECT count(*) AS "count" FROM "locks" WHERE (("name" = 'lock:deployment:cf') AND ("uid" = 'b964e190-f641-4a22-93d3-7152321e0774')) LIMIT 1
D, [2018-09-12T00:30:36.407084 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:36.408077 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000357s) (conn: 46952693913000) INSERT INTO "locks" ("name", "uid", "expired_at", "task_id") VALUES ('lock:deployment:cf', 'b964e190-f641-4a22-93d3-7152321e0774', '2018-09-12 00:34:37.402346+0000', '21966') RETURNING *
D, [2018-09-12T00:30:36.410130 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001653s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:36.410268 #27735] [task:21966] DEBUG -- DirectorJobRunner: Acquired lock: lock:deployment:cf
D, [2018-09-12T00:30:36.411142 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:36.412938 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000273s) (conn: 46952693913000) INSERT INTO "events" ("parent_id", "timestamp", "user", "action", "object_type", "object_name", "error", "task", "deployment", "instance", "context_json") VALUES (NULL, '2018-09-12 00:30:36.410322+0000', 'admin', 'acquire', 'lock', 'lock:deployment:cf', NULL, '21966', 'cf', NULL, '{}') RETURNING *
D, [2018-09-12T00:30:36.415039 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001679s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:36.416532 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000222s) (conn: 46952693913000) SELECT * FROM "deployments" WHERE ("name" = 'cf') LIMIT 1
D, [2018-09-12T00:30:36.419295 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:36.460225 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.040298s) (conn: 46952693913000) INSERT INTO "variable_sets" ("created_at", "writable", "deployment_id") VALUES ('2018-09-12 00:30:36.416703+0000', true, 49) RETURNING *
D, [2018-09-12T00:30:36.462489 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001459s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:36.465761 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000336s) (conn: 46952693913000) SELECT count(*) AS "count" FROM "deployments" WHERE (("name" = 'cf') AND ("id" != 49)) LIMIT 1
D, [2018-09-12T00:30:36.466361 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:36.467294 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000348s) (conn: 46952693913000) UPDATE "deployments" SET "name" = 'cf', "manifest" = NULL, "manifest_text" = NULL, "has_stale_errand_links" = false, "links_serial_id" = 4 WHERE ("id" = 49)
D, [2018-09-12T00:30:36.468899 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001445s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:36.539494 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000272s) (conn: 46952693913000) SELECT * FROM "deployments" WHERE ("name" = 'cf') LIMIT 1
D, [2018-09-12T00:30:36.541153 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000494s) (conn: 46952693913000) SELECT * FROM "variable_sets" WHERE ("variable_sets"."deployment_id" = 49) ORDER BY "created_at" DESC LIMIT 1
D, [2018-09-12T00:30:36.619279 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000225s) (conn: 46952693913000) SELECT * FROM "deployments" WHERE "id" = 49
D, [2018-09-12T00:30:36.640570 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952693913000) SELECT * FROM "deployments" WHERE ("name" = 'cf') LIMIT 1
D, [2018-09-12T00:30:36.641593 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) SELECT * FROM "variable_sets" WHERE ("variable_sets"."deployment_id" = 49) ORDER BY "created_at" DESC LIMIT 1
D, [2018-09-12T00:30:36.646157 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952693913000) SELECT * FROM "deployments" WHERE "id" = 49
D, [2018-09-12T00:30:36.648477 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952693913000) SELECT * FROM "deployments" WHERE ("name" = 'cf') LIMIT 1
D, [2018-09-12T00:30:36.649402 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000176s) (conn: 46952693913000) SELECT * FROM "variable_sets" WHERE ("variable_sets"."deployment_id" = 49) ORDER BY "created_at" DESC LIMIT 1
D, [2018-09-12T00:30:36.651504 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000140s) (conn: 46952693913000) SELECT * FROM "deployments" WHERE "id" = 49
I, [2018-09-12T00:30:36.652284 #27735] [task:21966] INFO -- DirectorJobRunner: sending update deployment start event
D, [2018-09-12T00:30:36.652378 #27735] [task:21966] DEBUG -- DirectorJobRunner: SENT: hm.director.alert {"id":"b218df73-b28a-45bd-8040-2a1a654f125f","severity":4,"source":"director","title":"director - begin update deployment","summary":"Begin update deployment for 'cf' against Director '3b5853f3-ed1d-496a-a048-71978daf17ff'","created_at":1536712236,"deployment":"cf"}
D, [2018-09-12T00:30:36.937424 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000071s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:36.939025 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000854s) (conn: 46952693913000) UPDATE "tasks" SET "event_output" = ("event_output" || '{"time":1536712236,"stage":"Preparing deployment","tags":[],"total":1,"task":"Preparing deployment","index":1,"state":"started","progress":0}
') WHERE ("id" = 21966)
D, [2018-09-12T00:30:36.940840 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001606s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:36.981972 #27735] [task:21966] DEBUG -- DirectorJobRunner: Migrated deployment manifest:
{"addons"=>[{"exclude"=>{"jobs"=>[{"name"=>"smoke_tests", "release"=>"cf-smoke-tests"}]}, "include"=>{"stemcell"=>[{"os"=>"ubuntu-trusty"}, {"os"=>"ubuntu-xenial"}]}, "jobs"=>[{"name"=>"loggregator_agent", "properties"=>{"loggregator"=>{"tls"=>{"agent"=>{"cert"=>"((loggregator_tls_agent.certificate))", "key"=>"((loggregator_tls_agent.private_key))"}, "ca_cert"=>"((loggregator_ca.certificate))"}}}, "release"=>"loggregator-agent"}], "name"=>"loggregator_agent"}, {"include"=>{"stemcell"=>[{"os"=>"ubuntu-trusty"}, {"os"=>"ubuntu-xenial"}]}, "jobs"=>[{"name"=>"bpm", "release"=>"bpm"}], "name"=>"bpm"}, {"jobs"=>[{"name"=>"bosh-dns-aliases", "properties"=>{"aliases"=>[{"domain"=>"_.cell.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"diego-cell", "network"=>"default", "query"=>"_"}, {"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"windows-cell", "network"=>"default", "query"=>"_"}, {"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"windows2016-cell", "network"=>"default", "query"=>"_"}, {"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"isolated-diego-cell", "network"=>"default", "query"=>"_"}, {"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"diego-cell-ldap", "network"=>"default", "query"=>"_"}]}, {"domain"=>"auctioneer.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"scheduler", "network"=>"default", "query"=>"q-s4"}]}, {"domain"=>"bbs.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"diego-api", "network"=>"default", "query"=>"q-s4"}]}, {"domain"=>"bits.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"bits", "network"=>"default", "query"=>"*"}]}, {"domain"=>"blobstore.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"singleton-blobstore", "network"=>"default", "query"=>"*"}]}, {"domain"=>"cc-uploader.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"api", "network"=>"default", "query"=>"*"}]}, {"domain"=>"cloud-controller-ng.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"api", "network"=>"default", "query"=>"*"}]}, {"domain"=>"consul.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"consul", "network"=>"default", "query"=>"*"}]}, {"domain"=>"credhub.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"credhub", "network"=>"default", "query"=>"*"}]}, {"domain"=>"doppler.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"doppler", "network"=>"default", "query"=>"*"}]}, {"domain"=>"file-server.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"api", "network"=>"default", "query"=>"*"}]}, {"domain"=>"gorouter.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"router", "network"=>"default", "query"=>"*"}]}, {"domain"=>"locket.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"diego-api", "network"=>"default", "query"=>"*"}]}, {"domain"=>"loggregator-trafficcontroller.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"log-api", "network"=>"default", "query"=>"*"}]}, {"domain"=>"policy-server.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"api", "network"=>"default", "query"=>"*"}]}, {"domain"=>"reverse-log-proxy.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"log-api", "network"=>"default", "query"=>"*"}]}, {"domain"=>"routing-api.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"api", "network"=>"default", "query"=>"*"}]}, {"domain"=>"silk-controller.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"diego-api", "network"=>"default", "query"=>"*"}]}, {"domain"=>"sql-db.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"database", "network"=>"default", "query"=>"*"}]}, {"domain"=>"ssh-proxy.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"scheduler", "network"=>"default", "query"=>"*"}]}, {"domain"=>"tps.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"scheduler", "network"=>"default", "query"=>"*"}]}, {"domain"=>"uaa.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"uaa", "network"=>"default", "query"=>"*"}]}, {"domain"=>"nfstestserver.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"nfstestserver", "network"=>"default", "query"=>"*"}]}, {"domain"=>"nfstestldapserver.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"nfstestldapserver", "network"=>"default", "query"=>"*"}]}, {"domain"=>"smbtestserver.service.cf.internal", "targets"=>[{"deployment"=>"cf", "domain"=>"bosh", "instance_group"=>"smbtestserver", "network"=>"default", "query"=>"*"}]}]}, "release"=>"bosh-dns-aliases"}], "name"=>"bosh-dns-aliases"}], "instance_groups"=>[{"azs"=>["z1"], "instances"=>1, "jobs"=>[{"name"=>"smoke_tests", "properties"=>{"smoke_tests"=>{"api"=>"https://api.gorgophone.cf-app.com", "apps_domain"=>"gorgophone.cf-app.com", "cf_dial_timeout_in_seconds"=>300, "org"=>"cf_smoke_tests_org", "password"=>"((cf_bosh_password))", "skip_ssl_validation"=>true, "space"=>"cf_smoke_tests_space", "user"=>"bosh"}}, "release"=>"cf-smoke-tests"}], "lifecycle"=>"errand", "name"=>"smoke-tests", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "update"=>{"serial"=>true}, "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>{"from"=>"consul_server_link"}}, "name"=>"consul_agent", "properties"=>{"consul"=>{"agent"=>{"domain"=>"cf.internal", "mode"=>"server"}, "agent_cert"=>"((consul_agent.certificate))", "agent_key"=>"((consul_agent.private_key))", "ca_cert"=>"((consul_agent_ca.certificate))", "encrypt_keys"=>["((consul_encrypt_key))"], "server_cert"=>"((consul_server.certificate))", "server_key"=>"((consul_server.private_key))"}}, "provides"=>{"consul_client"=>{"as"=>"consul_client_link", "shared"=>true}, "consul_common"=>{"as"=>"consul_common_link", "shared"=>true}, "consul_server"=>{"as"=>"consul_server_link", "shared"=>true}}, "release"=>"consul"}], "name"=>"consul", "networks"=>[{"name"=>"default"}], "persistent_disk_type"=>"5GB", "stemcell"=>"default", "update"=>{"serial"=>true}, "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "release"=>"consul"}, {"name"=>"nats", "properties"=>{"nats"=>{"password"=>"((nats_password))", "user"=>"nats"}}, "provides"=>{"nats"=>{"as"=>"nats", "shared"=>true}}, "release"=>"nats"}], "name"=>"nats", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "release"=>"consul"}, {"name"=>"adapter", "properties"=>{"scalablesyslog"=>{"adapter"=>{"logs"=>{"addr"=>"reverse-log-proxy.service.cf.internal:8082"}, "tls"=>{"ca"=>"((loggregator_ca.certificate))", "cert"=>"((adapter_tls.certificate))", "cn"=>"ss-adapter", "key"=>"((adapter_tls.private_key))"}}, "adapter_rlp"=>{"tls"=>{"ca"=>"((loggregator_ca.certificate))", "cert"=>"((adapter_rlp_tls.certificate))", "cn"=>"reverselogproxy", "key"=>"((adapter_rlp_tls.private_key))"}}}}, "release"=>"cf-syslog-drain"}], "name"=>"adapter", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "properties"=>{"consul"=>{"agent"=>{"services"=>{"sql-db"=>{"check"=>{"http"=>"http://localhost:1936", "interval"=>"3s"}}}}}}, "release"=>"consul"}, {"name"=>"pxc-mysql", "properties"=>{"admin_password"=>"((cf_mysql_mysql_admin_password))", "engine_config"=>{"binlog"=>{"enabled"=>false}, "galera"=>{"enabled"=>true}}, "port"=>13306, "seeded_databases"=>[{"name"=>"cloud_controller", "password"=>"((cc_database_password))", "username"=>"cloud_controller"}, {"name"=>"diego", "password"=>"((diego_database_password))", "username"=>"diego"}, {"name"=>"network_connectivity", "password"=>"((network_connectivity_database_password))", "username"=>"network_connectivity"}, {"name"=>"network_policy", "password"=>"((network_policy_database_password))", "username"=>"network_policy"}, {"name"=>"routing-api", "password"=>"((routing_api_database_password))", "username"=>"routing-api"}, {"name"=>"uaa", "password"=>"((uaa_database_password))", "username"=>"uaa"}, {"name"=>"locket", "password"=>"((locket_database_password))", "username"=>"locket"}, {"name"=>"credhub", "password"=>"((credhub_database_password))", "username"=>"credhub"}, {"name"=>"nfs-broker", "password"=>"((nfs-broker-database-password))", "username"=>"nfs-broker"}, {"name"=>"azurefile-broker", "password"=>"((azurefile-broker-database-password))", "username"=>"azurefile-broker"}, {"name"=>"nfs-broker-migration-test", "password"=>"((nfs-broker-migration-test-database-password))", "username"=>"nfs-broker-migration-test"}], "tls"=>{"galera"=>"((galera_server_certificate))", "server"=>"((mysql_server_certificate))"}}, "release"=>"pxc"}, {"name"=>"proxy", "properties"=>{"api_password"=>"((cf_mysql_proxy_api_password))", "api_port"=>8083, "api_uri"=>"proxy.gorgophone.cf-app.com"}, "release"=>"pxc"}, {"name"=>"galera-agent", "properties"=>{"db_password"=>"((cf_mysql_mysql_galera_healthcheck_password))", "endpoint_password"=>"((cf_mysql_mysql_galera_healthcheck_endpoint_password))"}, "release"=>"pxc"}, {"name"=>"gra-log-purger", "release"=>"pxc"}, {"name"=>"cluster-health-logger", "properties"=>{"db_password"=>"((cf_mysql_mysql_cluster_health_password))"}, "release"=>"pxc"}, {"name"=>"route_registrar", "properties"=>{"route_registrar"=>{"routes"=>[{"name"=>"cf-mysql-proxy", "port"=>8083, "prepend_instance_index"=>true, "registration_interval"=>"10s", "uris"=>["proxy.gorgophone.cf-app.com"]}, {"name"=>"cf-mysql-proxy-aggregator", "port"=>8082, "registration_interval"=>"10s", "uris"=>["proxy.gorgophone.cf-app.com"]}]}}, "release"=>"routing"}, {"name"=>"bootstrap", "release"=>"pxc"}], "migrated_from"=>[{"name"=>"mysql"}, {"name"=>"singleton-database"}], "name"=>"database", "networks"=>[{"name"=>"default"}], "persistent_disk_type"=>"10GB", "stemcell"=>"default", "update"=>{"serial"=>true}, "vm_type"=>"small"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "properties"=>{"consul"=>{"agent"=>{"services"=>{"silk-controller"=>{"name"=>"silk-controller"}}}}}, "release"=>"consul"}, {"name"=>"cfdot", "properties"=>{"tls"=>{"ca_certificate"=>"((service_cf_internal_ca.certificate))", "certificate"=>"((diego_rep_client.certificate))", "private_key"=>"((diego_rep_client.private_key))"}}, "release"=>"diego"}, {"name"=>"bbs", "properties"=>{"bpm"=>{"enabled"=>true}, "diego"=>{"bbs"=>{"active_key_label"=>"key-2016-06", "auctioneer"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "client_cert"=>"((diego_auctioneer_client.certificate))", "client_key"=>"((diego_auctioneer_client.private_key))"}, "ca_cert"=>"((service_cf_internal_ca.certificate))", "detect_consul_cell_registrations"=>false, "encryption_keys"=>[{"label"=>"key-2016-06", "passphrase"=>"((diego_bbs_encryption_keys_passphrase))"}], "rep"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "client_cert"=>"((diego_rep_client.certificate))", "client_key"=>"((diego_rep_client.private_key))", "require_tls"=>true}, "server_cert"=>"((diego_bbs_server.certificate))", "server_key"=>"((diego_bbs_server.private_key))", "skip_consul_lock"=>true, "sql"=>{"ca_cert"=>"((pxc_server_ca.certificate))", "db_driver"=>"mysql", "db_host"=>"sql-db.service.cf.internal", "db_password"=>"((diego_database_password))", "db_port"=>3306, "db_schema"=>"diego", "db_username"=>"diego", "require_ssl"=>true}}}, "logging"=>{"format"=>{"timestamp"=>"rfc3339"}}, "loggregator"=>{"ca_cert"=>"((loggregator_ca.certificate))", "cert"=>"((loggregator_tls_agent.certificate))", "key"=>"((loggregator_tls_agent.private_key))", "use_v2_api"=>true}}, "release"=>"diego"}, {"name"=>"silk-controller", "properties"=>{"ca_cert"=>"((silk_ca.certificate))", "database"=>{"ca_cert"=>"((pxc_server_ca.certificate))", "host"=>"sql-db.service.cf.internal", "name"=>"network_connectivity", "password"=>"((network_connectivity_database_password))", "port"=>3306, "require_ssl"=>true, "type"=>"mysql", "username"=>"network_connectivity"}, "server_cert"=>"((silk_controller.certificate))", "server_key"=>"((silk_controller.private_key))", "silk_daemon"=>{"ca_cert"=>"((silk_ca.certificate))", "client_cert"=>"((silk_daemon.certificate))", "client_key"=>"((silk_daemon.private_key))"}}, "release"=>"silk"}, {"name"=>"locket", "properties"=>{"bpm"=>{"enabled"=>true}, "diego"=>{"locket"=>{"sql"=>{"ca_cert"=>"((pxc_server_ca.certificate))", "db_driver"=>"mysql", "db_host"=>"sql-db.service.cf.internal", "db_password"=>"((locket_database_password))", "db_port"=>3306, "db_schema"=>"locket", "db_username"=>"locket", "require_ssl"=>true}}}, "logging"=>{"format"=>{"timestamp"=>"rfc3339"}}, "loggregator"=>{"ca_cert"=>"((loggregator_ca.certificate))", "cert"=>"((loggregator_tls_agent.certificate))", "key"=>"((loggregator_tls_agent.private_key))", "use_v2_api"=>true}, "tls"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "cert"=>"((diego_locket_server.certificate))", "key"=>"((diego_locket_server.private_key))"}}, "release"=>"diego"}], "migrated_from"=>[{"name"=>"diego-bbs"}], "name"=>"diego-api", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "update"=>{"serial"=>true}, "vm_type"=>"small"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "properties"=>{"consul"=>{"agent"=>{"services"=>{"uaa"=>{}}}}}, "release"=>"consul"}, {"name"=>"uaa", "properties"=>{"bpm"=>{"enabled"=>true}, "encryption"=>{"active_key_label"=>"default_key", "encryption_keys"=>[{"label"=>"default_key", "passphrase"=>"((uaa_default_encryption_passphrase))"}]}, "login"=>{"saml"=>{"activeKeyId"=>"key-1", "keys"=>{"key-1"=>{"certificate"=>"((uaa_login_saml.certificate))", "key"=>"((uaa_login_saml.private_key))", "passphrase"=>""}}}}, "release_level_backup"=>true, "uaa"=>{"admin"=>{"client_secret"=>"((uaa_admin_client_secret))"}, "ca_certs"=>["((pxc_server_ca.certificate))"], "clients"=>{"cc-service-dashboards"=>{"authorities"=>"clients.read,clients.write,clients.admin", "authorized-grant-types"=>"client_credentials", "scope"=>"openid,cloud_controller_service_permissions.read", "secret"=>"((uaa_clients_cc-service-dashboards_secret))"}, "cc_routing"=>{"authorities"=>"routing.router_groups.read", "authorized-grant-types"=>"client_credentials", "secret"=>"((uaa_clients_cc-routing_secret))"}, "cc_service_key_client"=>{"authorities"=>"credhub.read,credhub.write", "authorized-grant-types"=>"client_credentials", "secret"=>"((uaa_clients_cc_service_key_client_secret))"}, "cf"=>{"access-token-validity"=>600, "authorities"=>"uaa.none", "authorized-grant-types"=>"password,refresh_token", "override"=>true, "refresh-token-validity"=>2592000, "scope"=>"network.admin,network.write,cloud_controller.read,cloud_controller.write,openid,password.write,cloud_controller.admin,scim.read,scim.write,doppler.firehose,uaa.user,routing.router_groups.read,routing.router_groups.write,cloud_controller.admin_read_only,cloud_controller.global_auditor,perm.admin", "secret"=>""}, "cloud_controller_username_lookup"=>{"authorities"=>"scim.userids", "authorized-grant-types"=>"client_credentials", "secret"=>"((uaa_clients_cloud_controller_username_lookup_secret))"}, "credhub_admin_client"=>{"authorities"=>"credhub.read,credhub.write", "authorized-grant-types"=>"client_credentials", "secret"=>"((credhub_admin_client_secret))"}, "doppler"=>{"authorities"=>"uaa.resource", "authorized-grant-types"=>"client_credentials", "override"=>true, "secret"=>"((uaa_clients_doppler_secret))"}, "gorouter"=>{"authorities"=>"routing.routes.read", "authorized-grant-types"=>"client_credentials", "secret"=>"((uaa_clients_gorouter_secret))"}, "network-policy"=>{"authorities"=>"uaa.resource,cloud_controller.admin_read_only", "authorized-grant-types"=>"client_credentials", "secret"=>"((uaa_clients_network_policy_secret))"}, "nfs-broker-credhub-client"=>{"authorities"=>"credhub.read,credhub.write", "authorized-grant-types"=>"client_credentials", "secret"=>"((nfs-broker-credhub-uaa-client-secret))"}, "nfs-broker-migration-test-credhub-client"=>{"authorities"=>"credhub.read,credhub.write", "authorized-grant-types"=>"client_credentials", "secret"=>"((nfs-broker-migration-test-credhub-uaa-client-secret))"}, "routing_api_client"=>{"authorities"=>"routing.routes.write,routing.routes.read,routing.router_groups.read", "authorized-grant-types"=>"client_credentials", "secret"=>"((uaa_clients_routing_api_client_secret))"}, "ssh-proxy"=>{"authorized-grant-types"=>"authorization_code", "autoapprove"=>true, "override"=>true, "redirect-uri"=>"https://uaa.gorgophone.cf-app.com/login", "scope"=>"openid,cloud_controller.read,cloud_controller.write", "secret"=>"((uaa_clients_ssh-proxy_secret))"}, "tcp_emitter"=>{"authorities"=>"routing.routes.write,routing.routes.read", "authorized-grant-types"=>"client_credentials", "secret"=>"((uaa_clients_tcp_emitter_secret))"}, "tcp_router"=>{"authorities"=>"routing.routes.read", "authorized-grant-types"=>"client_credentials", "secret"=>"((uaa_clients_tcp_router_secret))"}}, "jwt"=>{"policy"=>{"active_key_id"=>"key-1", "keys"=>{"key-1"=>{"signingKey"=>"((uaa_jwt_signing_key.private_key))"}}}}, "logging_level"=>"INFO", "scim"=>{"users"=>[{"groups"=>["cloud_controller.admin", "doppler.firehose", "network.admin", "openid", "routing.router_groups.read", "routing.router_groups.write", "scim.read", "scim.write"], "name"=>"admin", "password"=>"((cf_admin_password))"}, {"groups"=>["cloud_controller.admin", "doppler.firehose", "openid", "routing.router_groups.read", "routing.router_groups.write", "scim.read", "scim.write"], "name"=>"bosh", "password"=>"((cf_bosh_password))"}]}, "sslCertificate"=>"((uaa_ssl.certificate))", "sslPrivateKey"=>"((uaa_ssl.private_key))", "url"=>"https://uaa.gorgophone.cf-app.com", "zones"=>{"internal"=>{"hostnames"=>["uaa.service.cf.internal"]}}}, "uaadb"=>{"address"=>"sql-db.service.cf.internal", "databases"=>[{"name"=>"uaa", "tag"=>"uaa"}], "db_scheme"=>"mysql", "port"=>3306, "roles"=>[{"name"=>"uaa", "password"=>"((uaa_database_password))", "tag"=>"admin"}], "tls_enabled"=>true}}, "release"=>"uaa"}, {"name"=>"route_registrar", "properties"=>{"route_registrar"=>{"routes"=>[{"health_check"=>{"name"=>"uaa-healthcheck", "script_path"=>"/var/vcap/jobs/uaa/bin/health_check"}, "name"=>"uaa", "port"=>8080, "registration_interval"=>"10s", "tags"=>{"component"=>"uaa"}, "uris"=>["uaa.gorgophone.cf-app.com", "*.uaa.gorgophone.cf-app.com", "login.gorgophone.cf-app.com", "*.login.gorgophone.cf-app.com"]}]}}, "release"=>"routing"}, {"name"=>"statsd_injector", "properties"=>{"loggregator"=>{"tls"=>{"ca_cert"=>"((loggregator_ca.certificate))", "statsd_injector"=>{"cert"=>"((loggregator_tls_statsdinjector.certificate))", "key"=>"((loggregator_tls_statsdinjector.private_key))"}}}}, "release"=>"statsd-injector"}], "name"=>"uaa", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "properties"=>{"consul"=>{"agent"=>{"services"=>{"blobstore"=>{}}}}}, "release"=>"consul"}, {"name"=>"blobstore", "properties"=>{"blobstore"=>{"admin_users"=>[{"password"=>"((blobstore_admin_users_password))", "username"=>"blobstore-user"}], "release_level_backup"=>true, "secure_link"=>{"secret"=>"((blobstore_secure_link_secret))"}, "tls"=>{"cert"=>"((blobstore_tls.certificate))", "private_key"=>"((blobstore_tls.private_key))"}}, "bpm"=>{"enabled"=>true}, "system_domain"=>"gorgophone.cf-app.com"}, "release"=>"capi"}, {"name"=>"route_registrar", "properties"=>{"route_registrar"=>{"routes"=>[{"name"=>"blobstore", "port"=>8080, "registration_interval"=>"20s", "tags"=>{"component"=>"blobstore"}, "uris"=>["blobstore.gorgophone.cf-app.com"]}]}}, "release"=>"routing"}], "migrated_from"=>[{"name"=>"blobstore"}], "name"=>"singleton-blobstore", "networks"=>[{"name"=>"default"}], "persistent_disk_type"=>"100GB", "stemcell"=>"default", "update"=>{"serial"=>true}, "vm_type"=>"small"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "properties"=>{"consul"=>{"agent"=>{"services"=>{"cloud_controller_ng"=>{}, "policy-server-internal"=>{"name"=>"policy-server"}, "routing-api"=>{}}}}}, "release"=>"consul"}, {"name"=>"cloud_controller_ng", "properties"=>{"app_domains"=>["gorgophone.cf-app.com"], "app_ssh"=>{"host_key_fingerprint"=>"((diego_ssh_proxy_host_key.public_key_fingerprint))"}, "bpm"=>{"enabled"=>true}, "cc"=>{"buildpacks"=>{"blobstore_type"=>"webdav", "webdav_config"=>{"blobstore_timeout"=>5, "ca_cert"=>"((service_cf_internal_ca.certificate))", "password"=>"((blobstore_admin_users_password))", "private_endpoint"=>"https://blobstore.service.cf.internal:4443", "public_endpoint"=>"https://blobstore.gorgophone.cf-app.com", "username"=>"blobstore-user"}}, "bulk_api_password"=>"((cc_bulk_api_password))", "database_encryption"=>{"current_key_label"=>"encryption_key_0", "keys"=>{"encryption_key_0"=>"((cc_db_encryption_key))"}}, "db_encryption_key"=>"((cc_db_encryption_key))", "default_running_security_groups"=>["public_networks", "dns"], "default_staging_security_groups"=>["public_networks", "dns"], "droplets"=>{"blobstore_type"=>"webdav", "webdav_config"=>{"blobstore_timeout"=>5, "ca_cert"=>"((service_cf_internal_ca.certificate))", "password"=>"((blobstore_admin_users_password))", "private_endpoint"=>"https://blobstore.service.cf.internal:4443", "public_endpoint"=>"https://blobstore.gorgophone.cf-app.com", "username"=>"blobstore-user"}}, "install_buildpacks"=>[{"name"=>"staticfile_buildpack", "package"=>"staticfile-buildpack-cflinuxfs2"}, {"name"=>"java_buildpack", "package"=>"java-buildpack-cflinuxfs2"}, {"name"=>"ruby_buildpack", "package"=>"ruby-buildpack-cflinuxfs2"}, {"name"=>"dotnet_core_buildpack", "package"=>"dotnet-core-buildpack-cflinuxfs2"}, {"name"=>"nodejs_buildpack", "package"=>"nodejs-buildpack-cflinuxfs2"}, {"name"=>"go_buildpack", "package"=>"go-buildpack-cflinuxfs2"}, {"name"=>"python_buildpack", "package"=>"python-buildpack-cflinuxfs2"}, {"name"=>"php_buildpack", "package"=>"php-buildpack-cflinuxfs2"}, {"name"=>"binary_buildpack", "package"=>"binary-buildpack-cflinuxfs2"}, {"name"=>"hwc_buildpack", "package"=>"hwc-buildpack"}, {"name"=>"staticfile_buildpack", "package"=>"staticfile-buildpack-cflinuxfs3"}, {"name"=>"java_buildpack", "package"=>"java-buildpack-cflinuxfs3"}, {"name"=>"ruby_buildpack", "package"=>"ruby-buildpack-cflinuxfs3"}, {"name"=>"dotnet_core_buildpack", "package"=>"dotnet-core-buildpack-cflinuxfs3"}, {"name"=>"nodejs_buildpack", "package"=>"nodejs-buildpack-cflinuxfs3"}, {"name"=>"go_buildpack", "package"=>"go-buildpack-cflinuxfs3"}, {"name"=>"python_buildpack", "package"=>"python-buildpack-cflinuxfs3"}, {"name"=>"php_buildpack", "package"=>"php-buildpack-cflinuxfs3"}, {"name"=>"binary_buildpack", "package"=>"binary-buildpack-cflinuxfs3"}], "internal_api_password"=>"((cc_internal_api_password))", "mutual_tls"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "private_key"=>"((cc_tls.private_key))", "public_cert"=>"((cc_tls.certificate))"}, "packages"=>{"blobstore_type"=>"webdav", "webdav_config"=>{"blobstore_timeout"=>5, "ca_cert"=>"((service_cf_internal_ca.certificate))", "password"=>"((blobstore_admin_users_password))", "private_endpoint"=>"https://blobstore.service.cf.internal:4443", "public_endpoint"=>"https://blobstore.gorgophone.cf-app.com", "username"=>"blobstore-user"}}, "public_tls"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "certificate"=>"((cc_public_tls.certificate))", "private_key"=>"((cc_public_tls.private_key))"}, "resource_pool"=>{"blobstore_type"=>"webdav", "webdav_config"=>{"blobstore_timeout"=>5, "ca_cert"=>"((service_cf_internal_ca.certificate))", "password"=>"((blobstore_admin_users_password))", "private_endpoint"=>"https://blobstore.service.cf.internal:4443", "public_endpoint"=>"https://blobstore.gorgophone.cf-app.com", "username"=>"blobstore-user"}}, "security_group_definitions"=>[{"name"=>"public_networks", "rules"=>[{"destination"=>"0.0.0.0-9.255.255.255", "protocol"=>"all"}, {"destination"=>"11.0.0.0-169.253.255.255", "protocol"=>"all"}, {"destination"=>"169.255.0.0-172.15.255.255", "protocol"=>"all"}, {"destination"=>"172.32.0.0-192.167.255.255", "protocol"=>"all"}, {"destination"=>"192.169.0.0-255.255.255.255", "protocol"=>"all"}]}, {"name"=>"dns", "rules"=>[{"destination"=>"0.0.0.0/0", "ports"=>"53", "protocol"=>"tcp"}, {"destination"=>"0.0.0.0/0", "ports"=>"53", "protocol"=>"udp"}]}], "stacks"=>[{"description"=>"Cloud Foundry Linux-based filesystem", "name"=>"cflinuxfs2"}, {"description"=>"Windows Server 2016", "name"=>"windows2016"}, {"description"=>"Cloud Foundry Linux-based filesystem (Ubuntu 18.04)", "name"=>"cflinuxfs3"}], "staging_upload_password"=>"((cc_staging_upload_password))", "staging_upload_user"=>"staging_user", "volume_services_enabled"=>true}, "ccdb"=>{"address"=>"sql-db.service.cf.internal", "ca_cert"=>"((pxc_server_ca.certificate))", "databases"=>[{"name"=>"cloud_controller", "tag"=>"cc"}], "db_scheme"=>"mysql", "port"=>3306, "roles"=>[{"name"=>"cloud_controller", "password"=>"((cc_database_password))", "tag"=>"admin"}]}, "cloud_controller"=>{"release_level_backup"=>true}, "credhub_api"=>{"ca_cert"=>"((credhub_ca.certificate))"}, "router"=>{"route_services_secret"=>"((router_route_services_secret))"}, "routing_api"=>{"enabled"=>true}, "ssl"=>{"skip_cert_verify"=>true}, "system_domain"=>"gorgophone.cf-app.com", "uaa"=>{"ca_cert"=>"((uaa_ca.certificate))", "clients"=>{"cc-service-dashboards"=>{"secret"=>"((uaa_clients_cc-service-dashboards_secret))"}, "cc_routing"=>{"secret"=>"((uaa_clients_cc-routing_secret))"}, "cc_service_key_client"=>{"secret"=>"((uaa_clients_cc_service_key_client_secret))"}, "cloud_controller_username_lookup"=>{"secret"=>"((uaa_clients_cloud_controller_username_lookup_secret))"}}, "url"=>"https://uaa.gorgophone.cf-app.com"}}, "provides"=>{"cloud_controller"=>{"as"=>"cloud_controller", "shared"=>true}}, "release"=>"capi"}, {"name"=>"binary-buildpack", "release"=>"binary-buildpack"}, {"name"=>"dotnet-core-buildpack", "release"=>"dotnet-core-buildpack"}, {"name"=>"go-buildpack", "release"=>"go-buildpack"}, {"name"=>"java-buildpack", "release"=>"java-buildpack"}, {"name"=>"nodejs-buildpack", "release"=>"nodejs-buildpack"}, {"name"=>"php-buildpack", "release"=>"php-buildpack"}, {"name"=>"python-buildpack", "release"=>"python-buildpack"}, {"name"=>"ruby-buildpack", "release"=>"ruby-buildpack"}, {"name"=>"staticfile-buildpack", "release"=>"staticfile-buildpack"}, {"name"=>"route_registrar", "properties"=>{"route_registrar"=>{"routes"=>[{"health_check"=>{"name"=>"api-health-check", "script_path"=>"/var/vcap/jobs/cloud_controller_ng/bin/cloud_controller_ng_health_check", "timeout"=>"6s"}, "name"=>"api", "port"=>9022, "registration_interval"=>"10s", "server_cert_domain_san"=>"api.gorgophone.cf-app.com", "tags"=>{"component"=>"CloudController"}, "tls_port"=>9024, "uris"=>["api.gorgophone.cf-app.com"]}, {"name"=>"policy-server", "port"=>4002, "registration_interval"=>"20s", "uris"=>["api.gorgophone.cf-app.com/networking"]}]}}, "release"=>"routing"}, {"name"=>"statsd_injector", "properties"=>{"loggregator"=>{"tls"=>{"ca_cert"=>"((loggregator_ca.certificate))", "statsd_injector"=>{"cert"=>"((loggregator_tls_statsdinjector.certificate))", "key"=>"((loggregator_tls_statsdinjector.private_key))"}}}}, "release"=>"statsd-injector"}, {"name"=>"file_server", "properties"=>{"bpm"=>{"enabled"=>true}, "logging"=>{"format"=>{"timestamp"=>"rfc3339"}}, "loggregator"=>{"ca_cert"=>"((loggregator_ca.certificate))", "cert"=>"((loggregator_tls_agent.certificate))", "key"=>"((loggregator_tls_agent.private_key))", "use_v2_api"=>true}}, "release"=>"diego"}, {"name"=>"routing-api", "properties"=>{"release_level_backup"=>true, "routing_api"=>{"locket"=>{"api_location"=>"locket.service.cf.internal:8891", "ca_cert"=>"((service_cf_internal_ca.certificate))", "client_cert"=>"((diego_locket_client.certificate))", "client_key"=>"((diego_locket_client.private_key))"}, "router_groups"=>[{"name"=>"default-tcp", "reservable_ports"=>"1024-1123", "type"=>"tcp"}], "skip_consul_lock"=>true, "sqldb"=>{"ca_cert"=>"((pxc_server_ca.certificate))", "host"=>"sql-db.service.cf.internal", "password"=>"((routing_api_database_password))", "port"=>3306, "schema"=>"routing-api", "type"=>"mysql", "username"=>"routing-api"}, "system_domain"=>"gorgophone.cf-app.com"}, "uaa"=>{"ca_cert"=>"((uaa_ca.certificate))", "tls_port"=>8443}}, "release"=>"routing"}, {"name"=>"policy-server", "properties"=>{"database"=>{"ca_cert"=>"((pxc_server_ca.certificate))", "host"=>"sql-db.service.cf.internal", "name"=>"network_policy", "password"=>"((network_policy_database_password))", "port"=>3306, "require_ssl"=>true, "type"=>"mysql", "username"=>"network_policy"}, "uaa_ca"=>"((uaa_ca.certificate))", "uaa_client_secret"=>"((uaa_clients_network_policy_secret))"}, "release"=>"cf-networking"}, {"name"=>"policy-server-internal", "properties"=>{"ca_cert"=>"((network_policy_ca.certificate))", "server_cert"=>"((network_policy_server.certificate))", "server_key"=>"((network_policy_server.private_key))"}, "release"=>"cf-networking"}, {"name"=>"cc_uploader", "properties"=>{"bpm"=>{"enabled"=>true}, "capi"=>{"cc_uploader"=>{"cc"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "client_cert"=>"((cc_bridge_cc_uploader.certificate))", "client_key"=>"((cc_bridge_cc_uploader.private_key))"}, "mutual_tls"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "server_cert"=>"((cc_bridge_cc_uploader_server.certificate))", "server_key"=>"((cc_bridge_cc_uploader_server.private_key))"}}}}, "release"=>"capi"}, {"name"=>"hwc-buildpack", "release"=>"hwc-buildpack"}], "name"=>"api", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_extensions"=>["50GB_ephemeral_disk"], "vm_type"=>"small"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "release"=>"consul"}, {"name"=>"cloud_controller_worker", "properties"=>{"bpm"=>{"enabled"=>true}, "cc"=>{"buildpacks"=>{"blobstore_type"=>"webdav", "webdav_config"=>{"blobstore_timeout"=>5, "ca_cert"=>"((service_cf_internal_ca.certificate))", "password"=>"((blobstore_admin_users_password))", "private_endpoint"=>"https://blobstore.service.cf.internal:4443", "public_endpoint"=>"https://blobstore.gorgophone.cf-app.com", "username"=>"blobstore-user"}}, "database_encryption"=>{"current_key_label"=>"encryption_key_0", "keys"=>{"encryption_key_0"=>"((cc_db_encryption_key))"}}, "db_encryption_key"=>"((cc_db_encryption_key))", "droplets"=>{"blobstore_type"=>"webdav", "webdav_config"=>{"blobstore_timeout"=>5, "ca_cert"=>"((service_cf_internal_ca.certificate))", "password"=>"((blobstore_admin_users_password))", "private_endpoint"=>"https://blobstore.service.cf.internal:4443", "public_endpoint"=>"https://blobstore.gorgophone.cf-app.com", "username"=>"blobstore-user"}}, "internal_api_password"=>"((cc_internal_api_password))", "mutual_tls"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "private_key"=>"((cc_tls.private_key))", "public_cert"=>"((cc_tls.certificate))"}, "packages"=>{"blobstore_type"=>"webdav", "webdav_config"=>{"blobstore_timeout"=>5, "ca_cert"=>"((service_cf_internal_ca.certificate))", "password"=>"((blobstore_admin_users_password))", "private_endpoint"=>"https://blobstore.service.cf.internal:4443", "public_endpoint"=>"https://blobstore.gorgophone.cf-app.com", "username"=>"blobstore-user"}}, "resource_pool"=>{"blobstore_type"=>"webdav", "webdav_config"=>{"blobstore_timeout"=>5, "ca_cert"=>"((service_cf_internal_ca.certificate))", "password"=>"((blobstore_admin_users_password))", "private_endpoint"=>"https://blobstore.service.cf.internal:4443", "public_endpoint"=>"https://blobstore.gorgophone.cf-app.com", "username"=>"blobstore-user"}}, "staging_upload_password"=>"((cc_staging_upload_password))", "staging_upload_user"=>"staging_user", "volume_services_enabled"=>true}, "ccdb"=>{"address"=>"sql-db.service.cf.internal", "ca_cert"=>"((pxc_server_ca.certificate))", "databases"=>[{"name"=>"cloud_controller", "tag"=>"cc"}], "db_scheme"=>"mysql", "port"=>3306, "roles"=>[{"name"=>"cloud_controller", "password"=>"((cc_database_password))", "tag"=>"admin"}]}, "cloud_controller"=>{"release_level_backup"=>true}, "routing_api"=>{"enabled"=>true}, "ssl"=>{"skip_cert_verify"=>true}, "system_domain"=>"gorgophone.cf-app.com", "uaa"=>{"ca_cert"=>"((uaa_ca.certificate))", "clients"=>{"cc-service-dashboards"=>{"secret"=>"((uaa_clients_cc-service-dashboards_secret))"}, "cc_routing"=>{"secret"=>"((uaa_clients_cc-routing_secret))"}}}}, "release"=>"capi"}], "name"=>"cc-worker", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "properties"=>{"consul"=>{"agent"=>{"services"=>{"gorouter"=>{}}}}}, "release"=>"consul"}, {"name"=>"gorouter", "properties"=>{"router"=>{"backends"=>{"cert_chain"=>"((gorouter_backend_tls.certificate))", "enable_tls"=>true, "private_key"=>"((gorouter_backend_tls.private_key))"}, "ca_certs"=>"((application_ca.certificate))\n((service_cf_internal_ca.certificate))\n", "enable_ssl"=>true, "route_services_secret"=>"((router_route_services_secret))", "status"=>{"password"=>"((router_status_password))", "user"=>"router-status"}, "tls_pem"=>[{"cert_chain"=>"((router_ssl.certificate))", "private_key"=>"((router_ssl.private_key))"}], "tracing"=>{"enable_zipkin"=>true}}, "routing_api"=>{"enabled"=>true}, "uaa"=>{"ca_cert"=>"((uaa_ca.certificate))", "clients"=>{"gorouter"=>{"secret"=>"((uaa_clients_gorouter_secret))"}}, "ssl"=>{"port"=>8443}}}, "release"=>"routing"}], "name"=>"router", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "update"=>{"serial"=>true}, "vm_extensions"=>["cf-router-network-properties"], "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "release"=>"consul"}, {"name"=>"tcp_router", "properties"=>{"tcp_router"=>{"oauth_secret"=>"((uaa_clients_tcp_router_secret))", "router_group"=>"default-tcp"}, "uaa"=>{"ca_cert"=>"((uaa_ca.certificate))", "tls_port"=>8443}}, "release"=>"routing"}], "name"=>"tcp-router", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_extensions"=>["cf-tcp-router-network-properties"], "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "release"=>"consul"}, {"name"=>"cfdot", "properties"=>{"tls"=>{"ca_certificate"=>"((service_cf_internal_ca.certificate))", "certificate"=>"((diego_rep_client.certificate))", "private_key"=>"((diego_rep_client.private_key))"}}, "release"=>"diego"}, {"name"=>"auctioneer", "properties"=>{"bpm"=>{"enabled"=>true}, "diego"=>{"auctioneer"=>{"bbs"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "client_cert"=>"((diego_bbs_client.certificate))", "client_key"=>"((diego_bbs_client.private_key))"}, "ca_cert"=>"((service_cf_internal_ca.certificate))", "rep"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "client_cert"=>"((diego_rep_client.certificate))", "client_key"=>"((diego_rep_client.private_key))", "require_tls"=>true}, "server_cert"=>"((diego_auctioneer_server.certificate))", "server_key"=>"((diego_auctioneer_server.private_key))", "skip_consul_lock"=>true}}, "logging"=>{"format"=>{"timestamp"=>"rfc3339"}}, "loggregator"=>{"ca_cert"=>"((loggregator_ca.certificate))", "cert"=>"((loggregator_tls_agent.certificate))", "key"=>"((loggregator_tls_agent.private_key))", "use_v2_api"=>true}}, "release"=>"diego"}, {"name"=>"cloud_controller_clock", "properties"=>{"bpm"=>{"enabled"=>true}, "cc"=>{"buildpacks"=>{"blobstore_type"=>"webdav", "webdav_config"=>{"blobstore_timeout"=>5, "ca_cert"=>"((service_cf_internal_ca.certificate))", "password"=>"((blobstore_admin_users_password))", "private_endpoint"=>"https://blobstore.service.cf.internal:4443", "public_endpoint"=>"https://blobstore.gorgophone.cf-app.com", "username"=>"blobstore-user"}}, "database_encryption"=>{"current_key_label"=>"encryption_key_0", "keys"=>{"encryption_key_0"=>"((cc_db_encryption_key))"}}, "db_encryption_key"=>"((cc_db_encryption_key))", "droplets"=>{"blobstore_type"=>"webdav", "webdav_config"=>{"blobstore_timeout"=>5, "ca_cert"=>"((service_cf_internal_ca.certificate))", "password"=>"((blobstore_admin_users_password))", "private_endpoint"=>"https://blobstore.service.cf.internal:4443", "public_endpoint"=>"https://blobstore.gorgophone.cf-app.com", "username"=>"blobstore-user"}}, "internal_api_password"=>"((cc_internal_api_password))", "mutual_tls"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "private_key"=>"((cc_tls.private_key))", "public_cert"=>"((cc_tls.certificate))"}, "packages"=>{"blobstore_type"=>"webdav", "webdav_config"=>{"blobstore_timeout"=>5, "ca_cert"=>"((service_cf_internal_ca.certificate))", "password"=>"((blobstore_admin_users_password))", "private_endpoint"=>"https://blobstore.service.cf.internal:4443", "public_endpoint"=>"https://blobstore.gorgophone.cf-app.com", "username"=>"blobstore-user"}}, "resource_pool"=>{"blobstore_type"=>"webdav", "webdav_config"=>{"blobstore_timeout"=>5, "ca_cert"=>"((service_cf_internal_ca.certificate))", "password"=>"((blobstore_admin_users_password))", "private_endpoint"=>"https://blobstore.service.cf.internal:4443", "public_endpoint"=>"https://blobstore.gorgophone.cf-app.com", "username"=>"blobstore-user"}}, "staging_upload_password"=>"((cc_staging_upload_password))", "staging_upload_user"=>"staging_user", "volume_services_enabled"=>true}, "ccdb"=>{"address"=>"sql-db.service.cf.internal", "ca_cert"=>"((pxc_server_ca.certificate))", "databases"=>[{"name"=>"cloud_controller", "tag"=>"cc"}], "db_scheme"=>"mysql", "port"=>3306, "roles"=>[{"name"=>"cloud_controller", "password"=>"((cc_database_password))", "tag"=>"admin"}]}, "cloud_controller"=>{"release_level_backup"=>true}, "routing_api"=>{"enabled"=>true}, "system_domain"=>"gorgophone.cf-app.com", "uaa"=>{"ca_cert"=>"((uaa_ca.certificate))", "clients"=>{"cc-service-dashboards"=>{"secret"=>"((uaa_clients_cc-service-dashboards_secret))"}, "cc_routing"=>{"secret"=>"((uaa_clients_cc-routing_secret))"}}, "ssl"=>{"port"=>8443}}}, "release"=>"capi"}, {"name"=>"statsd_injector", "properties"=>{"loggregator"=>{"tls"=>{"ca_cert"=>"((loggregator_ca.certificate))", "statsd_injector"=>{"cert"=>"((loggregator_tls_statsdinjector.certificate))", "key"=>"((loggregator_tls_statsdinjector.private_key))"}}}}, "release"=>"statsd-injector"}, {"name"=>"tps", "properties"=>{"bpm"=>{"enabled"=>true}, "capi"=>{"tps"=>{"bbs"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "client_cert"=>"((diego_bbs_client.certificate))", "client_key"=>"((diego_bbs_client.private_key))"}, "cc"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "client_cert"=>"((cc_bridge_tps.certificate))", "client_key"=>"((cc_bridge_tps.private_key))"}, "listener_enabled"=>false, "watcher"=>{"locket"=>{"api_location"=>"locket.service.cf.internal:8891"}, "skip_consul_lock"=>true}}}, "cloud_controller"=>{"release_level_backup"=>true}}, "release"=>"capi"}, {"name"=>"ssh_proxy", "properties"=>{"bpm"=>{"enabled"=>true}, "diego"=>{"ssh_proxy"=>{"bbs"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "client_cert"=>"((diego_bbs_client.certificate))", "client_key"=>"((diego_bbs_client.private_key))"}, "enable_cf_auth"=>true, "host_key"=>"((diego_ssh_proxy_host_key.private_key))", "uaa"=>{"ca_cert"=>"((uaa_ca.certificate))"}, "uaa_secret"=>"((uaa_clients_ssh-proxy_secret))"}}, "logging"=>{"format"=>{"timestamp"=>"rfc3339"}}, "loggregator"=>{"ca_cert"=>"((loggregator_ca.certificate))", "cert"=>"((loggregator_tls_agent.certificate))", "key"=>"((loggregator_tls_agent.private_key))", "use_v2_api"=>true}}, "release"=>"diego"}, {"name"=>"scheduler", "properties"=>{"scalablesyslog"=>{"scheduler"=>{"api"=>{"url"=>"https://cloud-controller-ng.service.cf.internal:9023"}, "tls"=>{"api"=>{"ca"=>"((service_cf_internal_ca.certificate))", "cert"=>"((scheduler_api_tls.certificate))", "cn"=>"cloud-controller-ng.service.cf.internal", "key"=>"((scheduler_api_tls.private_key))"}, "client"=>{"adapter_cn"=>"ss-adapter", "ca"=>"((loggregator_ca.certificate))", "cert"=>"((scheduler_client_tls.certificate))", "key"=>"((scheduler_client_tls.private_key))"}}}}}, "release"=>"cf-syslog-drain"}, {"name"=>"log-cache-scheduler", "release"=>"log-cache"}, {"name"=>"log-cache-expvar-forwarder", "properties"=>{"counters"=>[], "gauges"=>[], "maps"=>[{"addr"=>"http://localhost:6064/debug/vars", "name"=>"worker-assignments", "source_id"=>"log-cache-scheduler", "template"=>"{{.WorkerAssignments | jsonMap}}"}, {"addr"=>"http://localhost:6064/debug/vars", "name"=>"worker-health", "source_id"=>"log-cache-scheduler", "template"=>"{{.WorkerHealth | jsonMap}}"}]}, "release"=>"log-cache"}], "migrated_from"=>[{"name"=>"cc-bridge"}, {"name"=>"cc-clock"}, {"name"=>"diego-brain"}], "name"=>"scheduler", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "update"=>{"serial"=>true}, "vm_extensions"=>["diego-ssh-proxy-network-properties"], "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "properties"=>{"consul"=>{"agent"=>{"services"=>{"doppler"=>{"name"=>"doppler"}}}}}, "release"=>"consul"}, {"name"=>"doppler", "properties"=>{"loggregator"=>{"tls"=>{"ca_cert"=>"((loggregator_ca.certificate))", "doppler"=>{"cert"=>"((loggregator_tls_doppler.certificate))", "key"=>"((loggregator_tls_doppler.private_key))"}}}}, "provides"=>{"doppler"=>{"as"=>"doppler", "shared"=>true}}, "release"=>"loggregator"}, {"name"=>"log-cache", "properties"=>{"egress_port"=>8080, "health_addr"=>"localhost:6060", "tls"=>{"ca_cert"=>"((log_cache.ca))", "cert"=>"((log_cache.certificate))", "key"=>"((log_cache.private_key))"}}, "provides"=>{"log-cache"=>{"shared"=>true}}, "release"=>"log-cache"}, {"name"=>"log-cache-gateway", "properties"=>{"gateway_addr"=>"localhost:8081"}, "release"=>"log-cache"}, {"name"=>"log-cache-group-reader", "properties"=>{"port"=>8084}, "release"=>"log-cache"}, {"consumes"=>{"reverse_log_proxy"=>{"from"=>"reverse_log_proxy"}}, "name"=>"log-cache-nozzle", "properties"=>{"logs_provider"=>{"tls"=>{"ca_cert"=>"((logs_provider.ca))", "cert"=>"((logs_provider.certificate))", "key"=>"((logs_provider.private_key))"}}}, "release"=>"log-cache"}, {"name"=>"log-cache-expvar-forwarder", "properties"=>{"counters"=>[{"addr"=>"http://localhost:6060/debug/vars", "name"=>"egress", "source_id"=>"log-cache", "template"=>"{{.LogCache.Egress}}"}, {"addr"=>"http://localhost:6060/debug/vars", "name"=>"ingress", "source_id"=>"log-cache", "template"=>"{{.LogCache.Ingress}}"}, {"addr"=>"http://localhost:6060/debug/vars", "name"=>"expired", "source_id"=>"log-cache", "template"=>"{{.LogCache.Expired}}"}, {"addr"=>"http://localhost:6060/debug/vars", "name"=>"dropped", "source_id"=>"log-cache", "template"=>"{{.LogCache.Dropped}}"}, {"addr"=>"http://localhost:6060/debug/vars", "name"=>"promql-timeout", "source_id"=>"log-cache", "template"=>"{{.LogCache.PromQLTimeout}}"}, {"addr"=>"http://localhost:6061/debug/vars", "name"=>"egress", "source_id"=>"log-cache-nozzle", "template"=>"{{.Nozzle.Egress}}"}, {"addr"=>"http://localhost:6061/debug/vars", "name"=>"ingress", "source_id"=>"log-cache-nozzle", "template"=>"{{.Nozzle.Ingress}}"}, {"addr"=>"http://localhost:6061/debug/vars", "name"=>"err", "source_id"=>"log-cache-nozzle", "template"=>"{{.Nozzle.Err}}"}, {"addr"=>"http://localhost:6061/debug/vars", "name"=>"dropped", "source_id"=>"log-cache-nozzle", "template"=>"{{.Nozzle.Dropped}}"}], "gauges"=>[{"addr"=>"http://localhost:6060/debug/vars", "name"=>"cache-period", "source_id"=>"log-cache", "template"=>"{{.LogCache.CachePeriod}}"}, {"addr"=>"http://localhost:6060/debug/vars", "name"=>"store-size", "source_id"=>"log-cache", "template"=>"{{.LogCache.StoreSize}}"}, {"addr"=>"http://localhost:6060/debug/vars", "name"=>"total-system-memory", "source_id"=>"log-cache", "template"=>"{{.LogCache.TotalSystemMemory}}"}, {"addr"=>"http://localhost:6060/debug/vars", "name"=>"available-system-memory", "source_id"=>"log-cache", "template"=>"{{.LogCache.AvailableSystemMemory}}"}, {"addr"=>"http://localhost:6065/debug/vars", "name"=>"last-uaa-latency", "source_id"=>"log-cache-cf-auth-proxy", "template"=>"{{.CFAuthProxy.LastUAALatency}}"}, {"addr"=>"http://localhost:6065/debug/vars", "name"=>"last-capi-v3-apps-latency", "source_id"=>"log-cache-cf-auth-proxy", "template"=>"{{.CFAuthProxy.LastCAPIV3AppsLatency}}"}, {"addr"=>"http://localhost:6065/debug/vars", "name"=>"last-capi-v2-list-service-instances-latency", "source_id"=>"log-cache-cf-auth-proxy", "template"=>"{{.CFAuthProxy.LastCAPIV2ListServiceInstancesLatency}}"}, {"addr"=>"http://localhost:6065/debug/vars", "name"=>"last-capi-v4-log-access-latency", "source_id"=>"log-cache-cf-auth-proxy", "template"=>"{{.CFAuthProxy.LastCAPIV4LogAccessLatency}}"}, {"addr"=>"http://localhost:6065/debug/vars", "name"=>"last-capi-v2-service-instances-latency", "source_id"=>"log-cache-cf-auth-proxy", "template"=>"{{.CFAuthProxy.LastCAPIV2ServiceInstancesLatency}}"}], "maps"=>[]}, "release"=>"log-cache"}, {"name"=>"route_registrar", "properties"=>{"route_registrar"=>{"routes"=>[{"name"=>"log-cache-reverse-proxy", "port"=>8083, "registration_interval"=>"20s", "uris"=>["log-cache.gorgophone.cf-app.com", "*.log-cache.gorgophone.cf-app.com"]}]}}, "release"=>"routing"}, {"name"=>"log-cache-cf-auth-proxy", "properties"=>{"cc"=>{"ca_cert"=>"((log_cache_tls_cc_auth_proxy.ca))", "capi_internal_addr"=>"https://cloud-controller-ng.service.cf.internal:9023", "cert"=>"((log_cache_tls_cc_auth_proxy.certificate))", "common_name"=>"cloud-controller-ng.service.cf.internal", "key"=>"((log_cache_tls_cc_auth_proxy.private_key))"}, "proxy_port"=>8083, "uaa"=>{"ca_cert"=>"((uaa_ca.certificate))", "client_id"=>"doppler", "client_secret"=>"((uaa_clients_doppler_secret))", "internal_addr"=>"https://uaa.service.cf.internal:8443"}}, "release"=>"log-cache"}], "name"=>"doppler", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"minimal"}, {"azs"=>["z1", "z2"], "instances"=>2, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "properties"=>{"consul"=>{"agent"=>{"node_name_includes_id"=>true}}}, "release"=>"consul"}, {"name"=>"cflinuxfs2-rootfs-setup", "properties"=>{"cflinuxfs2-rootfs"=>{"trusted_certs"=>"((application_ca.certificate))\n((credhub_ca.certificate))\n((uaa_ca.certificate))\n"}}, "release"=>"cflinuxfs2"}, {"name"=>"garden", "properties"=>{"garden"=>{"cleanup_process_dirs_on_wait"=>true, "debug_listen_address"=>"127.0.0.1:17019", "default_container_grace_time"=>0, "deny_networks"=>["0.0.0.0/0"], "destroy_containers_on_start"=>true, "network_plugin"=>"/var/vcap/packages/runc-cni/bin/garden-external-networker", "network_plugin_extra_args"=>["--configFile=/var/vcap/jobs/garden-cni/config/adapter.json"], "persistent_image_list"=>["/var/vcap/packages/cflinuxfs2/rootfs.tar", "/var/vcap/packages/cflinuxfs3/rootfs.tar"]}, "grootfs"=>{"reserved_space_for_other_jobs_in_mb"=>15360}, "logging"=>{"format"=>{"timestamp"=>"rfc3339"}}}, "release"=>"garden-runc"}, {"name"=>"rep", "properties"=>{"bpm"=>{"enabled"=>true}, "containers"=>{"trusted_ca_certificates"=>["((application_ca.certificate))", "((credhub_ca.certificate))", "((uaa_ca.certificate))"]}, "diego"=>{"executor"=>{"instance_identity_ca_cert"=>"((diego_instance_identity_ca.certificate))", "instance_identity_key"=>"((diego_instance_identity_ca.private_key))"}, "rep"=>{"preloaded_rootfses"=>["cflinuxfs2:/var/vcap/packages/cflinuxfs2/rootfs.tar", "cflinuxfs3:/var/vcap/packages/cflinuxfs3/rootfs.tar"]}}, "enable_declarative_healthcheck"=>true, "logging"=>{"format"=>{"timestamp"=>"rfc3339"}}, "loggregator"=>{"ca_cert"=>"((loggregator_ca.certificate))", "cert"=>"((loggregator_tls_agent.certificate))", "key"=>"((loggregator_tls_agent.private_key))", "use_v2_api"=>true}, "tls"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "cert"=>"((diego_rep_agent_v2.certificate))", "key"=>"((diego_rep_agent_v2.private_key))"}}, "release"=>"diego"}, {"name"=>"cfdot", "properties"=>{"tls"=>{"ca_certificate"=>"((service_cf_internal_ca.certificate))", "certificate"=>"((diego_rep_client.certificate))", "private_key"=>"((diego_rep_client.private_key))"}}, "release"=>"diego"}, {"name"=>"route_emitter", "properties"=>{"bpm"=>{"enabled"=>true}, "diego"=>{"route_emitter"=>{"bbs"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "client_cert"=>"((diego_bbs_client.certificate))", "client_key"=>"((diego_bbs_client.private_key))"}, "local_mode"=>true}}, "logging"=>{"format"=>{"timestamp"=>"rfc3339"}}, "loggregator"=>{"ca_cert"=>"((loggregator_ca.certificate))", "cert"=>"((loggregator_tls_agent.certificate))", "key"=>"((loggregator_tls_agent.private_key))", "use_v2_api"=>true}, "tcp"=>{"enabled"=>true}, "uaa"=>{"ca_cert"=>"((uaa_ca.certificate))", "client_secret"=>"((uaa_clients_tcp_emitter_secret))"}}, "release"=>"diego"}, {"name"=>"garden-cni", "properties"=>{"cni_config_dir"=>"/var/vcap/jobs/silk-cni/config/cni", "cni_plugin_dir"=>"/var/vcap/packages/silk-cni/bin"}, "release"=>"cf-networking"}, {"name"=>"netmon", "release"=>"silk"}, {"name"=>"vxlan-policy-agent", "properties"=>{"ca_cert"=>"((network_policy_ca.certificate))", "client_cert"=>"((network_policy_client.certificate))", "client_key"=>"((network_policy_client.private_key))"}, "provides"=>{"vpa"=>{"as"=>"diego-cell-vpa"}}, "release"=>"silk"}, {"consumes"=>{"vpa"=>{"from"=>"diego-cell-vpa"}}, "name"=>"silk-daemon", "properties"=>{"ca_cert"=>"((silk_ca.certificate))", "client_cert"=>"((silk_daemon.certificate))", "client_key"=>"((silk_daemon.private_key))"}, "release"=>"silk"}, {"consumes"=>{"vpa"=>{"from"=>"diego-cell-vpa"}}, "name"=>"silk-cni", "properties"=>{"dns_servers"=>["169.254.0.2"]}, "release"=>"silk"}, {"consumes"=>{"mapfs"=>{"from"=>"diego-cell-mapfs"}}, "name"=>"nfsv3driver", "properties"=>{"nfsv3driver"=>{"ldap_ca_cert"=>"((ldap_test_server_ca.certificate))", "ldap_host"=>"nfstestldapserver.service.cf.internal", "ldap_port"=>636, "ldap_proto"=>"tcp", "ldap_svc_password"=>"secret", "ldap_svc_user"=>"cn=admin,dc=domain,dc=com", "ldap_user_fqdn"=>"ou=Users,dc=domain,dc=com"}}, "release"=>"nfs-volume"}, {"name"=>"mapfs", "provides"=>{"mapfs"=>{"as"=>"diego-cell-mapfs"}}, "release"=>"mapfs"}, {"name"=>"localdriver", "properties"=>{}, "release"=>"local-volume"}, {"name"=>"csi-localdriver", "properties"=>{}, "release"=>"csi-local-volume"}, {"name"=>"csi-nfs-plugin", "properties"=>{"csi-nfs-plugin"=>{"start_command"=>"/nfsplugin --endpoint tcp://0.0.0.0:10000 --nodeid CSINode -v=5"}}, "release"=>"csi-plugins"}, {"name"=>"smbdriver", "properties"=>{}, "release"=>"smb-volume"}, {"name"=>"cflinuxfs3-rootfs-setup", "properties"=>{"cflinuxfs3-rootfs"=>{"trusted_certs"=>"((application_ca.certificate))\n((credhub_ca.certificate))\n((uaa_ca.certificate))\n"}}, "release"=>"cflinuxfs3"}], "name"=>"diego-cell", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_extensions"=>["100GB_ephemeral_disk"], "vm_type"=>"small-highmem"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "properties"=>{"consul"=>{"agent"=>{"services"=>{"loggregator_trafficcontroller"=>{}, "reverse_log_proxy"=>{}}}}}, "release"=>"consul"}, {"consumes"=>{"doppler"=>{"from"=>"doppler"}}, "name"=>"loggregator_trafficcontroller", "properties"=>{"cc"=>{"internal_service_hostname"=>"cloud-controller-ng.service.cf.internal", "mutual_tls"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))"}, "tls_port"=>9023}, "loggregator"=>{"tls"=>{"ca_cert"=>"((loggregator_ca.certificate))", "cc_trafficcontroller"=>{"cert"=>"((loggregator_tls_cc_tc.certificate))", "key"=>"((loggregator_tls_cc_tc.private_key))"}, "trafficcontroller"=>{"cert"=>"((loggregator_tls_tc.certificate))", "key"=>"((loggregator_tls_tc.private_key))"}}, "uaa"=>{"client_secret"=>"((uaa_clients_doppler_secret))"}}, "ssl"=>{"skip_cert_verify"=>true}, "system_domain"=>"gorgophone.cf-app.com", "uaa"=>{"ca_cert"=>"((uaa_ca.certificate))", "internal_url"=>"https://uaa.service.cf.internal:8443"}}, "release"=>"loggregator"}, {"name"=>"reverse_log_proxy", "properties"=>{"loggregator"=>{"tls"=>{"ca_cert"=>"((loggregator_ca.certificate))", "reverse_log_proxy"=>{"cert"=>"((loggregator_tls_rlp.certificate))", "key"=>"((loggregator_tls_rlp.private_key))"}}}}, "provides"=>{"reverse_log_proxy"=>{"as"=>"reverse_log_proxy", "shared"=>true}}, "release"=>"loggregator"}, {"name"=>"route_registrar", "properties"=>{"route_registrar"=>{"routes"=>[{"name"=>"loggregator", "port"=>8080, "registration_interval"=>"20s", "uris"=>["loggregator.gorgophone.cf-app.com"]}, {"name"=>"doppler", "port"=>8081, "registration_interval"=>"20s", "uris"=>["doppler.gorgophone.cf-app.com", "*.doppler.gorgophone.cf-app.com"]}]}}, "release"=>"routing"}], "name"=>"log-api", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "update"=>{"serial"=>true}, "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "properties"=>{"consul"=>{"agent"=>{"services"=>{"credhub"=>{}}}}}, "release"=>"consul"}, {"name"=>"credhub", "properties"=>{"credhub"=>{"authentication"=>{"mutual_tls"=>{"trusted_cas"=>["((application_ca.certificate))"]}, "uaa"=>{"ca_certs"=>["((uaa_ca.certificate))"], "url"=>"https://uaa.service.cf.internal:8443", "verification_key"=>"((uaa_jwt_signing_key.public_key))"}}, "authorization"=>{"acls"=>{"enabled"=>true}, "permissions"=>[{"actors"=>["uaa-client:credhub_admin_client"], "operations"=>["read", "write", "delete", "read_acl", "write_acl"], "path"=>"/*"}, {"actors"=>["uaa-client:cc_service_key_client"], "operations"=>["read"], "path"=>"/*"}]}, "data_storage"=>{"database"=>"credhub", "host"=>"sql-db.service.cf.internal", "password"=>"((credhub_database_password))", "port"=>3306, "tls_ca"=>"((pxc_server_ca.certificate))", "type"=>"mysql", "username"=>"credhub"}, "encryption"=>{"keys"=>[{"active"=>true, "key_properties"=>{"encryption_password"=>"((credhub_encryption_password))"}, "provider_name"=>"internal-provider"}], "providers"=>[{"name"=>"internal-provider", "type"=>"internal"}]}, "tls"=>"((credhub_tls))"}}, "release"=>"credhub"}], "name"=>"credhub", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"name"=>"rotate_cc_database_key", "properties"=>{}, "release"=>"capi"}], "lifecycle"=>"errand", "name"=>"rotate-cc-database-key", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"minimal"}, {"azs"=>["z1", "z2"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent_windows", "properties"=>{"syslog_daemon_config"=>{"enable"=>false}}, "release"=>"consul"}, {"name"=>"winc", "release"=>"winc"}, {"name"=>"winc-network", "properties"=>{"winc_network"=>{"dns_servers"=>["172.30.0.1"]}}, "release"=>"winc"}, {"name"=>"windows2016fs", "release"=>"windows2016fs"}, {"name"=>"groot", "properties"=>{"groot"=>{"cached_image_uris"=>["oci:///C:/var/vcap/packages/windows2016fs"], "driver_store"=>"/var/vcap/data/groot"}}, "release"=>"winc"}, {"name"=>"garden-windows", "properties"=>{"garden"=>{"destroy_containers_on_start"=>true, "image_plugin"=>"/var/vcap/packages/groot/groot.exe", "image_plugin_extra_args"=>["--driver-store=/var/vcap/data/groot", "--config=/var/vcap/jobs/groot/config/groot.yml"], "listen_address"=>"127.0.0.1:9241", "network_plugin"=>"/var/vcap/packages/winc-network/winc-network.exe", "network_plugin_extra_args"=>["--configFile=/var/vcap/jobs/winc-network/config/interface.json", "--log=/var/vcap/sys/log/winc-network/winc-network.log"], "nstar_bin"=>"/var/vcap/packages/nstar/nstar.exe", "runtime_plugin"=>"/var/vcap/packages/winc/winc.exe"}}, "release"=>"garden-runc"}, {"name"=>"rep_windows", "properties"=>{"containers"=>{"trusted_ca_certificates"=>["((application_ca.certificate))", "((credhub_ca.certificate))", "((uaa_ca.certificate))"]}, "declarative_healthcheck_path"=>"/var/vcap/packages/healthcheck_windows/internal", "diego"=>{"executor"=>{"instance_identity_ca_cert"=>"((diego_instance_identity_ca.certificate))", "instance_identity_key"=>"((diego_instance_identity_ca.private_key))"}, "rep"=>{"open_bindmounts_acl"=>true, "preloaded_rootfses"=>["windows2016:oci:///C:/var/vcap/packages/windows2016fs"]}}, "enable_declarative_healthcheck"=>true, "logging"=>{"format"=>{"timestamp"=>"rfc3339"}}, "loggregator"=>{"ca_cert"=>"((loggregator_ca.certificate))", "cert"=>"((loggregator_tls_agent.certificate))", "key"=>"((loggregator_tls_agent.private_key))", "use_v2_api"=>true}, "syslog_daemon_config"=>{"enable"=>false}, "tls"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "cert"=>"((diego_rep_agent_v2.certificate))", "key"=>"((diego_rep_agent_v2.private_key))"}}, "release"=>"diego"}, {"name"=>"route_emitter_windows", "properties"=>{"diego"=>{"route_emitter"=>{"bbs"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "client_cert"=>"((diego_bbs_client.certificate))", "client_key"=>"((diego_bbs_client.private_key))"}, "local_mode"=>true}}, "logging"=>{"format"=>{"timestamp"=>"rfc3339"}}, "loggregator"=>{"ca_cert"=>"((loggregator_ca.certificate))", "cert"=>"((loggregator_tls_agent.certificate))", "key"=>"((loggregator_tls_agent.private_key))", "use_v2_api"=>true}}, "release"=>"diego"}, {"name"=>"loggregator_agent_windows", "properties"=>{"loggregator"=>{"tls"=>{"agent"=>{"cert"=>"((loggregator_tls_agent.certificate))", "key"=>"((loggregator_tls_agent.private_key))"}, "ca_cert"=>"((loggregator_ca.certificate))"}}, "syslog_daemon_config"=>{"enable"=>false}}, "release"=>"loggregator-agent"}, {"name"=>"enable_ssh", "release"=>"windows-utilities"}, {"name"=>"localdriver-windows", "properties"=>{}, "release"=>"local-volume"}, {"name"=>"smbdriver-windows", "properties"=>{"log_level"=>"debug"}, "release"=>"smb-volume"}], "name"=>"windows2016-cell", "networks"=>[{"name"=>"default"}], "stemcell"=>"windows2016", "vm_extensions"=>["100GB_ephemeral_disk"], "vm_type"=>"small-highmem"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"name"=>"nfsbrokerpush", "properties"=>{"nfsbrokerpush"=>{"app_domain"=>"gorgophone.cf-app.com", "app_name"=>"nfs-broker", "cf"=>{"admin_password"=>"((cf_admin_password))", "admin_user"=>"admin"}, "db"=>{"ca_cert"=>"((pxc_server_ca.certificate))", "driver"=>"mysql", "host"=>"sql-db.service.cf.internal", "name"=>"nfs-broker", "password"=>"((nfs-broker-database-password))", "port"=>3306, "username"=>"nfs-broker"}, "domain"=>"gorgophone.cf-app.com", "ldap_enabled"=>true, "ldap_test_mode"=>true, "organization"=>"system", "password"=>"((nfs-broker-password))", "register_broker"=>true, "skip_cert_verify"=>true, "space"=>"nfs-broker-space", "syslog_url"=>"", "username"=>"nfs-broker"}}, "release"=>"nfs-volume"}, {"name"=>"cf-cli-6-linux", "release"=>"cf-cli"}], "lifecycle"=>"errand", "name"=>"nfs-broker-push", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"name"=>"nfsbrokerpush", "properties"=>{"nfsbrokerpush"=>{"app_domain"=>"gorgophone.cf-app.com", "app_name"=>"nfs-broker-credhub", "broker_name"=>"nfs-credhub-broker", "cf"=>{"admin_password"=>"((cf_admin_password))", "admin_user"=>"admin"}, "create_credhub_security_group"=>true, "create_sql_security_group"=>false, "credhub"=>{"uaa_client_id"=>"nfs-broker-credhub-client", "uaa_client_secret"=>"((nfs-broker-credhub-uaa-client-secret))", "url"=>"https://credhub.service.cf.internal:8844"}, "domain"=>"gorgophone.cf-app.com", "organization"=>"system", "password"=>"((nfs-broker-credhub-password))", "register_broker"=>true, "services"=>[{"bindable"=>true, "description"=>"Existing NFSv3 volumes with CredHub as a store", "id"=>"2b1ae04-6a97-4d6f-8979-fbe0bb3331c1", "name"=>"nfs-credhub", "plan_updatable"=>false, "plans"=>[{"description"=>"A preexisting filesystem", "id"=>"6316d9ca-9d05-44c2-b652-b83d60cf2f93", "name"=>"Existing"}], "requires"=>["volume_mount"], "tags"=>["nfs"]}, {"bindable"=>true, "description"=>"Experimental support for NFSv3 and v4 with CredHub as a store", "id"=>"d8ab29a9-81d0-4e45-afcd-fb9ed858ccf4", "name"=>"nfs-credhub-experimental", "plan_updatable"=>false, "plans"=>[{"description"=>"A preexisting filesystem", "id"=>"2e315570-802f-44fd-886c-1a2d6676da9d", "name"=>"Existing"}], "requires"=>["volume_mount"], "tags"=>["nfs", "experimental"]}], "skip_cert_verify"=>true, "space"=>"nfs-broker-space", "syslog_url"=>"", "username"=>"nfs-broker"}}, "release"=>"nfs-volume"}, {"name"=>"cf-cli-6-linux", "release"=>"cf-cli"}], "lifecycle"=>"errand", "name"=>"nfs-broker-credhub-push", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"name"=>"migrate_mysql_to_credhub", "properties"=>{"app_name"=>"nfs-broker", "cf"=>{"admin_password"=>"((cf_admin_password))", "admin_user"=>"admin"}, "credhub"=>{"ca_cert"=>"((credhub_ca.certificate))\n", "uaa_ca_cert"=>"((uaa_ca.certificate))\n", "uaa_client_id"=>"nfs-broker-credhub-client", "uaa_client_secret"=>"((nfs-broker-credhub-uaa-client-secret))", "url"=>"https://credhub.service.cf.internal:8844"}, "db"=>{"driver"=>"mysql", "name"=>"nfs-broker", "password"=>"((nfs-broker-database-password))", "port"=>3306, "username"=>"nfs-broker"}, "domain"=>"gorgophone.cf-app.com", "organization"=>"system", "skip_cert_verify"=>true, "space"=>"nfs-broker-space"}, "release"=>"nfs-volume"}], "lifecycle"=>"errand", "name"=>"migrate-mysql-to-credhub", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"name"=>"localbroker", "properties"=>{"localbroker"=>{"data-dir"=>"/var/vcap/store/pats-localbroker", "password"=>"((local-broker-password))", "plan-desc"=>"free local filesystem for bosh-lite", "plan-id"=>"free", "plan-name"=>"free-local-dist", "service-id"=>"local-volume", "service-name"=>"local-volume", "username"=>"admin"}}, "release"=>"local-volume"}, {"name"=>"route_registrar", "properties"=>{"route_registrar"=>{"routes"=>[{"name"=>"local-broker", "port"=>8999, "registration_interval"=>"20s", "tags"=>{"component"=>"local-broker"}, "uris"=>["local-broker.gorgophone.cf-app.com"]}]}}, "release"=>"routing"}], "name"=>"localbroker", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "properties"=>{"consul"=>{"agent"=>{"services"=>{"nfstestserver"=>{"check"=>{}, "name"=>"nfstestserver"}}}}}, "release"=>"consul"}, {"name"=>"nfstestserver", "properties"=>{"nfstestserver"=>{}}, "release"=>"nfs-volume"}], "name"=>"nfstestserver", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"medium"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "properties"=>{"consul"=>{"agent"=>{"services"=>{"nfstestldapserver"=>{"check"=>{}, "name"=>"nfstestldapserver"}}}}}, "release"=>"consul"}, {"name"=>"nfstestldapserver", "properties"=>{"ldap"=>{"ssl"=>{"active"=>true, "ca_cert"=>"((ldap_test_server_ca.certificate))", "server_cert"=>"((ldap_test_server_ssl.certificate))", "server_key"=>"((ldap_test_server_ssl.private_key))"}}}, "release"=>"nfs-volume"}], "name"=>"nfstestldapserver", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"small"}, {"azs"=>["z1", "z2"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "properties"=>{"consul"=>{"agent"=>{"node_name_includes_id"=>true}}}, "release"=>"consul"}, {"name"=>"cflinuxfs2-rootfs-setup", "properties"=>{"cflinuxfs2-rootfs"=>{"trusted_certs"=>"((application_ca.certificate))\n((credhub_ca.certificate))\n((uaa_ca.certificate))\n"}}, "release"=>"cflinuxfs2"}, {"name"=>"garden", "properties"=>{"garden"=>{"cleanup_process_dirs_on_wait"=>true, "debug_listen_address"=>"127.0.0.1:17019", "default_container_grace_time"=>0, "deny_networks"=>["0.0.0.0/0"], "destroy_containers_on_start"=>true, "network_plugin"=>"/var/vcap/packages/runc-cni/bin/garden-external-networker", "network_plugin_extra_args"=>["--configFile=/var/vcap/jobs/garden-cni/config/adapter.json"], "persistent_image_list"=>["/var/vcap/packages/cflinuxfs2/rootfs.tar"]}, "grootfs"=>{"reserved_space_for_other_jobs_in_mb"=>15360}, "logging"=>{"format"=>{"timestamp"=>"rfc3339"}}}, "release"=>"garden-runc"}, {"name"=>"rep", "properties"=>{"bpm"=>{"enabled"=>true}, "containers"=>{"trusted_ca_certificates"=>["((application_ca.certificate))", "((credhub_ca.certificate))", "((uaa_ca.certificate))"]}, "diego"=>{"executor"=>{"instance_identity_ca_cert"=>"((diego_instance_identity_ca.certificate))", "instance_identity_key"=>"((diego_instance_identity_ca.private_key))"}, "rep"=>{"placement_tags"=>["ldap"], "preloaded_rootfses"=>["cflinuxfs2:/var/vcap/packages/cflinuxfs2/rootfs.tar"]}}, "enable_declarative_healthcheck"=>true, "logging"=>{"format"=>{"timestamp"=>"rfc3339"}}, "loggregator"=>{"ca_cert"=>"((loggregator_ca.certificate))", "cert"=>"((loggregator_tls_agent.certificate))", "key"=>"((loggregator_tls_agent.private_key))", "use_v2_api"=>true}, "tls"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "cert"=>"((diego_rep_agent_v2.certificate))", "key"=>"((diego_rep_agent_v2.private_key))"}}, "release"=>"diego"}, {"name"=>"cfdot", "properties"=>{"tls"=>{"ca_certificate"=>"((service_cf_internal_ca.certificate))", "certificate"=>"((diego_rep_client.certificate))", "private_key"=>"((diego_rep_client.private_key))"}}, "release"=>"diego"}, {"name"=>"route_emitter", "properties"=>{"bpm"=>{"enabled"=>true}, "diego"=>{"route_emitter"=>{"bbs"=>{"ca_cert"=>"((service_cf_internal_ca.certificate))", "client_cert"=>"((diego_bbs_client.certificate))", "client_key"=>"((diego_bbs_client.private_key))"}, "local_mode"=>true}}, "logging"=>{"format"=>{"timestamp"=>"rfc3339"}}, "loggregator"=>{"ca_cert"=>"((loggregator_ca.certificate))", "cert"=>"((loggregator_tls_agent.certificate))", "key"=>"((loggregator_tls_agent.private_key))", "use_v2_api"=>true}, "tcp"=>{"enabled"=>true}, "uaa"=>{"ca_cert"=>"((uaa_ca.certificate))", "client_secret"=>"((uaa_clients_tcp_emitter_secret))"}}, "release"=>"diego"}, {"name"=>"garden-cni", "properties"=>{"cni_config_dir"=>"/var/vcap/jobs/silk-cni/config/cni", "cni_plugin_dir"=>"/var/vcap/packages/silk-cni/bin"}, "release"=>"cf-networking"}, {"name"=>"netmon", "release"=>"silk"}, {"name"=>"vxlan-policy-agent", "properties"=>{"ca_cert"=>"((network_policy_ca.certificate))", "client_cert"=>"((network_policy_client.certificate))", "client_key"=>"((network_policy_client.private_key))"}, "provides"=>{"vpa"=>{"as"=>"diego-cell-ldap-vpa"}}, "release"=>"silk"}, {"consumes"=>{"vpa"=>{"from"=>"diego-cell-ldap-vpa"}}, "name"=>"silk-daemon", "properties"=>{"ca_cert"=>"((silk_ca.certificate))", "client_cert"=>"((silk_daemon.certificate))", "client_key"=>"((silk_daemon.private_key))"}, "release"=>"silk"}, {"consumes"=>{"vpa"=>{"from"=>"diego-cell-ldap-vpa"}}, "name"=>"silk-cni", "properties"=>{"dns_servers"=>["169.254.0.2"]}, "release"=>"silk"}, {"consumes"=>{"mapfs"=>{"from"=>"diego-cell-ldap-mapfs"}}, "name"=>"nfsv3driver", "properties"=>{"nfsv3driver"=>{"allowed-in-source"=>"", "ldap_ca_cert"=>"((ldap_test_server_ca.certificate))", "ldap_host"=>"nfstestldapserver.service.cf.internal", "ldap_port"=>636, "ldap_proto"=>"tcp", "ldap_svc_password"=>"secret", "ldap_svc_user"=>"cn=admin,dc=domain,dc=com", "ldap_user_fqdn"=>"ou=Users,dc=domain,dc=com"}}, "release"=>"nfs-volume"}, {"name"=>"mapfs", "provides"=>{"mapfs"=>{"as"=>"diego-cell-ldap-mapfs"}}, "release"=>"mapfs"}], "name"=>"diego-cell-ldap", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_extensions"=>["100GB_ephemeral_disk"], "vm_type"=>"small-highmem"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "properties"=>{"consul"=>{"agent"=>{"services"=>{"smbtestserver"=>{"check"=>{}, "name"=>"smbtestserver"}}}}}, "release"=>"consul"}, {"name"=>"smbtestserver", "properties"=>{"password"=>"sgi11tdadfigag14", "username"=>"smbuser"}, "release"=>"smb-volume"}], "name"=>"smbtestserver", "networks"=>[{"name"=>"default"}], "persistent_disk_type"=>"10GB", "stemcell"=>"default", "vm_type"=>"medium"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"name"=>"csi-localbroker", "release"=>"csi-local-volume"}, {"name"=>"csi-localcontroller", "release"=>"csi-local-volume"}, {"name"=>"route_registrar", "release"=>"routing"}], "name"=>"csi-localbroker", "networks"=>[{"name"=>"default"}], "properties"=>{"csi-localbroker"=>{"csi-controller-addr"=>"127.0.0.1:9860", "password"=>"((csi-localbroker-password))", "username"=>"csi-localbroker"}, "route_registrar"=>{"routes"=>[{"name"=>"csi-localbroker", "port"=>8999, "registration_interval"=>"20s", "tags"=>{"component"=>"csi-localbroker"}, "uris"=>["csi-localbroker.gorgophone.cf-app.com"]}]}}, "stemcell"=>"default", "update"=>{"max_in_flight"=>1, "serial"=>true}, "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"name"=>"csi-broker", "release"=>"csi-plugins"}, {"name"=>"route_registrar", "release"=>"routing"}], "name"=>"csi-nfsbroker", "networks"=>[{"name"=>"default"}], "properties"=>{"csi-broker"=>{"password"=>"((csi-nfsbroker-password))", "username"=>"csi-nfsbroker"}, "route_registrar"=>{"routes"=>[{"name"=>"csi-nfsbroker", "port"=>8999, "registration_interval"=>"20s", "tags"=>{"component"=>"csi-nfsbroker"}, "uris"=>["csi-nfsbroker.gorgophone.cf-app.com"]}]}}, "stemcell"=>"default", "update"=>{"max_in_flight"=>1, "serial"=>true}, "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"lifecycle"=>"errand", "name"=>"deploy-broker", "properties"=>{"app_domains"=>"gorgophone.cf-app.com", "domain"=>"gorgophone.cf-app.com", "ecs_broker"=>{"app_name"=>"ECS", "app_push"=>{"memory"=>512, "org_quota"=>1024, "timeout"=>180}, "app_uri"=>"ecs-v1", "app_version"=>"v1", "base_url"=>"https://35.233.221.61:4443", "broker"=>{"internal_service_names"=>"ecs-bucket", "password"=>"((ecs-broker-password))", "user"=>"admin"}, "broker_api_version"=>2.1, "cf"=>{"admin_password"=>"((cf_admin_password))", "admin_user"=>"admin"}, "create_open_security_group"=>false, "ecs_password"=>"ChangeMe", "ecs_username"=>"root", "encryption_key"=>"test", "management_endpoint"=>"https://35.233.221.61:4443", "namespace"=>"bosh-namespace", "object_endpoint"=>"http://bosh-namespace.35.233.221.61.nip.io:9020", "on_demand_service_plans"=>{}, "persistence_store_type"=>"none", "prefix"=>"ecs-cf-broker-", "replication_group"=>"bosh_rep_grp", "repository_bucket"=>"ecs-cf-broker-repository", "repository_endpoint"=>"http://bosh-namespace.35.233.221.61.nip.io:9020", "repository_user"=>"ecs-cf-broker-user"}, "ssl"=>{"skip_cert_verify"=>true}, "uaa"=>{"clients"=>{"ecs_broker"=>{"secret"=>"test"}}}}, "release"=>"ecs-release"}], "lifecycle"=>"errand", "name"=>"ecs-broker-deploy", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"name"=>"database-backup-restorer", "release"=>"backup-and-restore-sdk"}, {"name"=>"bbr-cfnetworkingdb", "properties"=>{"release_level_backup"=>true}, "release"=>"cf-networking"}, {"name"=>"bbr-cloudcontrollerdb", "properties"=>{"cloud_controller"=>{"release_level_backup"=>true}}, "release"=>"capi"}, {"name"=>"bbr-routingdb", "release"=>"routing"}, {"name"=>"bbr-uaadb", "release"=>"uaa"}, {"name"=>"bbr-credhubdb", "properties"=>{"release_level_backup"=>true}, "release"=>"credhub"}, {"consumes"=>{"consul_client"=>{"from"=>"consul_client_link"}, "consul_common"=>{"from"=>"consul_common_link"}, "consul_server"=>"nil"}, "name"=>"consul_agent", "release"=>"consul"}, {"name"=>"nfsbroker-bbr", "properties"=>{"nfsbroker"=>{"db_driver"=>"mysql", "db_hostname"=>"sql-db.service.cf.internal", "db_name"=>"nfs-broker", "db_password"=>"((nfs-broker-database-password))", "db_port"=>3306, "db_username"=>"nfs-broker", "release_level_backup"=>true}}, "release"=>"nfs-volume"}, {"name"=>"azurefilebroker-bbr", "properties"=>{"db_driver"=>"mysql", "db_hostname"=>"sql-db.service.cf.internal", "db_name"=>"azurefile-broker", "db_password"=>"((azurefile-broker-database-password))", "db_port"=>3306, "db_username"=>"azurefile-broker", "release_level_backup"=>true}, "release"=>"smb-volume"}], "name"=>"backup-restore", "networks"=>[{"name"=>"default"}], "persistent_disk_type"=>"10GB", "stemcell"=>"default", "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"name"=>"azurefilebrokerpush", "properties"=>{"app_domain"=>"gorgophone.cf-app.com", "app_name"=>"azurefilebroker", "cf_admin_password"=>"((cf_admin_password))", "cf_admin_user"=>"admin", "create_sql_security_group"=>true, "db_ca_cert"=>"((pxc_server_ca.certificate))", "db_driver"=>"mysql", "db_hostname"=>"sql-db.service.cf.internal", "db_name"=>"azurefile-broker", "db_password"=>"((azurefile-broker-database-password))", "db_port"=>3306, "db_username"=>"azurefile-broker", "domain"=>"gorgophone.cf-app.com", "organization"=>"system", "password"=>"((azurefile-broker-password))", "register_broker"=>false, "service_id"=>"azurefile-volume", "service_name"=>"azurefile-service", "skip_cert_verify"=>true, "space"=>"azurefilebroker-space", "syslog_url"=>"", "username"=>"admin"}, "release"=>"smb-volume"}, {"name"=>"cf-cli-6-linux", "release"=>"cf-cli"}], "lifecycle"=>"errand", "name"=>"azurefilebrokerpush", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"name"=>"nfsbrokerpush", "properties"=>{"nfsbrokerpush"=>{"app_domain"=>"gorgophone.cf-app.com", "app_name"=>"nfs-broker-migration-test", "cf"=>{"admin_password"=>"((cf_admin_password))", "admin_user"=>"admin"}, "db"=>{"driver"=>"mysql", "name"=>"nfs-broker-migration-test", "password"=>"((nfs-broker-migration-test-database-password))", "port"=>3306, "username"=>"nfs-broker-migration-test"}, "domain"=>"gorgophone.cf-app.com", "organization"=>"system", "password"=>"((nfs-broker-migration-test-password))", "register_broker"=>false, "services"=>[{"bindable"=>true, "description"=>"Existing NFSv3 volumes with Mysql as a store", "id"=>"671d5cae-6524-42db-ab2b-0f0e262856c8", "name"=>"nfs-migration-test-mysql", "plan_updatable"=>false, "plans"=>[{"description"=>"A preexisting filesystem", "id"=>"c4bfb829-b172-49a5-88a0-2198e883ad68", "name"=>"Existing"}], "requires"=>["volume_mount"], "tags"=>["nfs"]}], "skip_cert_verify"=>true, "space"=>"nfs-broker-space", "syslog_url"=>"", "username"=>"nfs-broker"}}, "release"=>"nfs-volume"}, {"name"=>"cf-cli-6-linux", "release"=>"cf-cli"}], "lifecycle"=>"errand", "name"=>"nfs-broker-migration-test-mysql-push", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"name"=>"nfsbrokerpush", "properties"=>{"nfsbrokerpush"=>{"app_domain"=>"gorgophone.cf-app.com", "app_name"=>"nfs-broker-migration-test", "cf"=>{"admin_password"=>"((cf_admin_password))", "admin_user"=>"admin"}, "create_credhub_security_group"=>true, "create_sql_security_group"=>false, "credhub"=>{"uaa_client_id"=>"nfs-broker-migration-test-credhub-client", "uaa_client_secret"=>"((nfs-broker-migration-test-credhub-uaa-client-secret))", "url"=>"https://credhub.service.cf.internal:8844"}, "domain"=>"gorgophone.cf-app.com", "organization"=>"system", "password"=>"((nfs-broker-migration-test-password))", "register_broker"=>false, "services"=>[{"bindable"=>true, "description"=>"Existing NFSv3 volumes with CredHub as a store", "id"=>"2ec0edb8-b36c-48f9-a4be-02118914351e", "name"=>"nfs-migration-test-credhub", "plan_updatable"=>false, "plans"=>[{"description"=>"A preexisting filesystem", "id"=>"8f8150df-106c-447e-a5af-c3a0a0697863", "name"=>"Existing"}], "requires"=>["volume_mount"], "tags"=>["nfs"]}], "skip_cert_verify"=>true, "space"=>"nfs-broker-space", "syslog_url"=>"", "username"=>"nfs-broker"}}, "release"=>"nfs-volume"}, {"name"=>"cf-cli-6-linux", "release"=>"cf-cli"}], "lifecycle"=>"errand", "name"=>"nfs-broker-migration-test-credhub-push", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"minimal"}, {"azs"=>["z1"], "instances"=>1, "jobs"=>[{"name"=>"migrate_mysql_to_credhub", "properties"=>{"app_name"=>"nfs-broker-migration-test", "cf"=>{"admin_password"=>"((cf_admin_password))", "admin_user"=>"admin"}, "credhub"=>{"ca_cert"=>"((credhub_ca.certificate))\n", "uaa_ca_cert"=>"((uaa_ca.certificate))\n", "uaa_client_id"=>"nfs-broker-migration-test-credhub-client", "uaa_client_secret"=>"((nfs-broker-migration-test-credhub-uaa-client-secret))", "url"=>"https://credhub.service.cf.internal:8844"}, "db"=>{"driver"=>"mysql", "name"=>"nfs-broker-migration-test", "password"=>"((nfs-broker-migration-test-database-password))", "port"=>3306, "username"=>"nfs-broker-migration-test"}, "domain"=>"gorgophone.cf-app.com", "organization"=>"system", "skip_cert_verify"=>true, "space"=>"nfs-broker-space"}, "release"=>"nfs-volume"}, {"name"=>"cf-cli-6-linux", "release"=>"cf-cli"}], "lifecycle"=>"errand", "name"=>"migrate-mysql-to-credhub-test-migration", "networks"=>[{"name"=>"default"}], "stemcell"=>"default", "vm_type"=>"minimal"}], "manifest_version"=>"v4.2.0", "name"=>"cf", "releases"=>[{"name"=>"binary-buildpack", "sha1"=>"dfe04cb902252ffeb1bd6494ba5c119b52c5d864", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/binary-buildpack-1.0.25-ubuntu-xenial-97.15-20180907-190002-543886565.tgz", "version"=>"1.0.25"}, {"name"=>"bpm", "sha1"=>"b5cfded466685c2a4efa41d462c960451a3f2a31", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/bpm-0.12.3-ubuntu-xenial-97.15-20180910-224943-144059479.tgz", "version"=>"0.12.3"}, {"name"=>"capi", "sha1"=>"5f453242a5550866129175b8fcc4667d7fee514a", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/capi-1.68.0-ubuntu-xenial-97.15-20180911-003614-911387753.tgz", "version"=>"1.68.0"}, {"name"=>"pxc", "sha1"=>"517aa5ef99be020d7dd0662789d11f1238401f4c", "url"=>"https://bosh.io/d/github.com/cloudfoundry-incubator/pxc-release?v=0.14.0", "version"=>"0.14.0"}, {"name"=>"cf-networking", "sha1"=>"35ff12c81599c2391b6a4d81040522b170f88573", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/cf-networking-2.15.0-ubuntu-xenial-97.15-20180905-140506-193086589.tgz", "version"=>"2.15.0"}, {"name"=>"cf-smoke-tests", "sha1"=>"86cde4cae1220c1dd329d52bd5d4395d9e745296", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/cf-smoke-tests-40.0.8-ubuntu-xenial-97.15-20180904-224722-815437418.tgz", "version"=>"40.0.8"}, {"name"=>"cf-syslog-drain", "sha1"=>"19e4736daa7b7ca8d874162cde5fd3017069fad9", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/cf-syslog-drain-7.0-ubuntu-xenial-97.15-20180828-234952-998676386.tgz", "version"=>"7.0"}, {"name"=>"cflinuxfs2", "sha1"=>"d2106c83d4137be2ce87317e3f33db9d2633408c", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/cflinuxfs2-1.235.0-ubuntu-xenial-97.15-20180830-211655-677224647.tgz", "version"=>"1.235.0"}, {"name"=>"consul", "sha1"=>"84f149761929e59699d6ac3892b0cd806652c7b8", "url"=>"https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=196", "version"=>"196"}, {"name"=>"credhub", "sha1"=>"d3109f71779842f0a831f6f109a2342539386d4c", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/credhub-1.9.5-ubuntu-xenial-97.15-20180828-234901-51531971.tgz", "version"=>"1.9.5"}, {"name"=>"diego", "url"=>"../ops-files/diego.tgz", "version"=>"0.1476.1-dev.2371"}, {"name"=>"dotnet-core-buildpack", "sha1"=>"909ffe5fe8cd491bf7f02b3b9e27befd6f29eac5", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/dotnet-core-buildpack-2.1.4-ubuntu-xenial-97.15-20180828-234725-9176398.tgz", "version"=>"2.1.4"}, {"name"=>"garden-runc", "sha1"=>"2a7c813e7e4d862e19334addf022916fb6b91eb0", "url"=>"https://bosh.io/d/github.com/cloudfoundry/garden-runc-release?v=1.16.3", "version"=>"1.16.3"}, {"name"=>"go-buildpack", "sha1"=>"b172b98f39e9c8f6b254364a5d39df3de4c98eb5", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/go-buildpack-1.8.26-ubuntu-xenial-97.15-20180828-234725-95085833.tgz", "version"=>"1.8.26"}, {"name"=>"java-buildpack", "sha1"=>"b86572bfcd151a95584726fa3b369e687f4296c2", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/java-buildpack-4.15-ubuntu-xenial-97.15-20180828-234725-942848709.tgz", "version"=>"4.15"}, {"name"=>"loggregator", "sha1"=>"066fe04f0054f159251f0c1d390aa2555a1eb75a", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/loggregator-103.1-ubuntu-xenial-97.15-20180828-235018-947442929.tgz", "version"=>"103.1"}, {"name"=>"nats", "sha1"=>"b1e0ea637002d655e87e0148be5cc2f9ca2f669a", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/nats-25-ubuntu-xenial-97.15-20180828-234952-906750963.tgz", "version"=>"25"}, {"name"=>"nodejs-buildpack", "sha1"=>"81a781258517c097592bc159aafef9c51714c20e", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/nodejs-buildpack-1.6.30-ubuntu-xenial-97.15-20180828-234725-917712094.tgz", "version"=>"1.6.30"}, {"name"=>"php-buildpack", "sha1"=>"6b7fb48d2ce1b7dbd0996c97d3748a9b587f0edc", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/php-buildpack-4.3.59-ubuntu-xenial-97.15-20180828-234725-942764428.tgz", "version"=>"4.3.59"}, {"name"=>"python-buildpack", "sha1"=>"9c04728404543df7752161d38714eefe9e6c80db", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/python-buildpack-1.6.20-ubuntu-xenial-97.15-20180828-234707-011198237.tgz", "version"=>"1.6.20"}, {"name"=>"routing", "sha1"=>"b17daa3ee15b3c622fcdd3c8515932336e8a4530", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/routing-0.180.0-ubuntu-xenial-97.15-20180828-235019-069356431.tgz", "version"=>"0.180.0"}, {"name"=>"ruby-buildpack", "sha1"=>"0a9d974a7460ec9a35d9a36304389da43e5ce195", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/ruby-buildpack-1.7.22-ubuntu-xenial-97.15-20180828-234807-040874214.tgz", "version"=>"1.7.22"}, {"name"=>"silk", "sha1"=>"6d11a775b6520c636b686303d13438df0462974d", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/silk-2.15.0-ubuntu-xenial-97.15-20180905-001837-056995599.tgz", "version"=>"2.15.0"}, {"name"=>"staticfile-buildpack", "sha1"=>"a16ed97de26d0b9b9aaa6b7cb6b2bf7f1a36e2a0", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/staticfile-buildpack-1.4.31-ubuntu-xenial-97.15-20180828-234725-942783354.tgz", "version"=>"1.4.31"}, {"name"=>"statsd-injector", "sha1"=>"c3c3a4dd2a4264cd5fc14a40ba06f6eae073f0d0", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/statsd-injector-1.3.0-ubuntu-xenial-97.15-20180828-234806-937001859.tgz", "version"=>"1.3.0"}, {"name"=>"uaa", "sha1"=>"2877d655b05c9b2d2742813eac876f354bb5fc2b", "stemcell"=>{"os"=>"ubuntu-xenial", "version"=>"97.15"}, "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/uaa-61.0-ubuntu-xenial-97.15-20180910-172340-508346738.tgz", "version"=>"61.0"}, {"name"=>"loggregator-agent", "sha1"=>"40cb8299df17b2a83be2a211182dd0be0f4b1a99", "url"=>"https://bosh.io/d/github.com/cloudfoundry/loggregator-agent-release?v=2.1", "version"=>"2.1"}, {"name"=>"log-cache", "sha1"=>"9b496db7abb9192d315726c26cbcc60c774044d8", "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/log-cache-1.4.4-ubuntu-xenial-97.15-20180829-213943-007125032.tgz", "version"=>"1.4.4"}, {"name"=>"bosh-dns-aliases", "sha1"=>"c670c82943e7461f7bb8fe51e2fa3785a40116e8", "url"=>"https://storage.googleapis.com/cf-deployment-compiled-releases/bosh-dns-aliases-0.0.3-ubuntu-xenial-97.15-20180828-234040-270780903.tgz", "version"=>"0.0.3"}, {"name"=>"hwc-buildpack", "sha1"=>"ba4a628beff026e4d1dd7e1a21eea708fbd4897f", "url"=>"https://bosh.io/d/github.com/cloudfoundry-incubator/hwc-buildpack-release?v=2.3.19", "version"=>"2.3.19"}, {"name"=>"winc", "sha1"=>"232aff9b04266bd743208160cc27f4266214e0ee", "url"=>"https://bosh.io/d/github.com/cloudfoundry-incubator/winc-release?v=1.4.0", "version"=>"1.4.0"}, {"name"=>"windows2016fs", "sha1"=>"440e1525dd94bb56c3fe8b5f908d33451a4e57e5", "url"=>"https://bosh.io/d/github.com/cloudfoundry-incubator/windows2016fs-online-release?v=1.7.0", "version"=>"1.7.0"}, {"name"=>"windows-utilities", "sha1"=>"efc10ac0f4acae23637ce2c6f864d20df2e3a781", "url"=>"https://bosh.io/d/github.com/cloudfoundry-incubator/windows-utilities-release?v=0.11.0", "version"=>"0.11.0"}, {"name"=>"nfs-volume", "url"=>"../ops-files/nfs.tgz", "version"=>"1.5.4-rc.9"}, {"name"=>"mapfs", "url"=>"../ops-files/mapfs.tgz", "version"=>"1.1.1-rc.2"}, {"name"=>"cf-cli", "sha1"=>"c5a578bfdb8e51f479acee23356417538e5a0a36", "url"=>"https://bosh.io/d/github.com/bosh-packages/cf-cli-release?v=1.6.0", "version"=>"1.6.0"}, {"name"=>"local-volume", "url"=>"../ops-files/local.tgz", "version"=>"0.0.0-rc.196"}, {"name"=>"csi-local-volume", "url"=>"../ops-files/csi-local.tgz", "version"=>"0.0.0-rc.91"}, {"name"=>"csi-plugins", "url"=>"../ops-files/csi-plugins.tgz", "version"=>"0.0.0-rc.54"}, {"name"=>"ecs-release", "url"=>"../ops-files/ecs.tgz", "version"=>"0.0.0-rc.81"}, {"name"=>"backup-and-restore-sdk", "sha1"=>"bde7b6f00e139177af7624b3572e20361edf3086", "url"=>"https://bosh.io/d/github.com/cloudfoundry-incubator/backup-and-restore-sdk-release?v=1.10.0", "version"=>"1.10.0"}, {"name"=>"smb-volume", "url"=>"../ops-files/smb.tgz", "version"=>"0.1.13-rc.4"}, {"name"=>"cflinuxfs3", "sha1"=>"1b82546f7b29ef82d541f29fd1bbf490ea508148", "url"=>"https://bosh.io/d/github.com/cloudfoundry/cflinuxfs3-release?v=0.22.0", "version"=>"0.22.0"}], "stemcells"=>[{"alias"=>"default", "os"=>"ubuntu-xenial", "version"=>"97.15"}, {"alias"=>"windows2016", "os"=>"windows2016", "version"=>"1709.12"}], "update"=>{"canaries"=>1, "canary_watch_time"=>"30000-1200000", "max_in_flight"=>1, "serial"=>false, "update_watch_time"=>"5000-1200000"}, "variables"=>[{"name"=>"blobstore_admin_users_password", "type"=>"password"}, {"name"=>"blobstore_secure_link_secret", "type"=>"password"}, {"name"=>"cc_bulk_api_password", "type"=>"password"}, {"name"=>"cc_db_encryption_key", "type"=>"password"}, {"name"=>"cc_internal_api_password", "type"=>"password"}, {"name"=>"cc_staging_upload_password", "type"=>"password"}, {"name"=>"cf_mysql_mysql_admin_password", "type"=>"password"}, {"name"=>"cf_mysql_mysql_cluster_health_password", "type"=>"password"}, {"name"=>"cf_mysql_mysql_galera_healthcheck_endpoint_password", "type"=>"password"}, {"name"=>"cf_mysql_mysql_galera_healthcheck_password", "type"=>"password"}, {"name"=>"cf_mysql_proxy_api_password", "type"=>"password"}, {"name"=>"cc_database_password", "type"=>"password"}, {"name"=>"credhub_database_password", "type"=>"password"}, {"name"=>"diego_database_password", "type"=>"password"}, {"name"=>"uaa_database_password", "type"=>"password"}, {"name"=>"routing_api_database_password", "type"=>"password"}, {"name"=>"network_policy_database_password", "type"=>"password"}, {"name"=>"network_connectivity_database_password", "type"=>"password"}, {"name"=>"uaa_default_encryption_passphrase", "type"=>"password"}, {"name"=>"silk_ca", "options"=>{"common_name"=>"silk-ca", "is_ca"=>true}, "type"=>"certificate"}, {"name"=>"silk_controller", "options"=>{"ca"=>"silk_ca", "common_name"=>"silk-controller.service.cf.internal", "extended_key_usage"=>["server_auth"]}, "type"=>"certificate"}, {"name"=>"silk_daemon", "options"=>{"ca"=>"silk_ca", "common_name"=>"silk-daemon", "extended_key_usage"=>["client_auth"]}, "type"=>"certificate"}, {"name"=>"network_policy_ca", "options"=>{"common_name"=>"networkPolicyCA", "is_ca"=>true}, "type"=>"certificate"}, {"name"=>"network_policy_server", "options"=>{"ca"=>"network_policy_ca", "common_name"=>"policy-server.service.cf.internal", "extended_key_usage"=>["server_auth"]}, "type"=>"certificate"}, {"name"=>"network_policy_client", "options"=>{"ca"=>"network_policy_ca", "common_name"=>"clientName", "extended_key_usage"=>["client_auth"]}, "type"=>"certificate"}, {"name"=>"uaa_clients_routing_api_client_secret", "type"=>"password"}, {"name"=>"uaa_clients_tcp_emitter_secret", "type"=>"password"}, {"name"=>"nats_password", "type"=>"password"}, {"name"=>"router_status_password", "type"=>"password"}, {"name"=>"cf_admin_password", "type"=>"password"}, {"name"=>"cf_bosh_password", "type"=>"password"}, {"name"=>"router_route_services_secret", "type"=>"password"}, {"name"=>"uaa_admin_client_secret", "type"=>"password"}, {"name"=>"uaa_clients_cc-routing_secret", "type"=>"password"}, {"name"=>"uaa_clients_cc-service-dashboards_secret", "type"=>"password"}, {"name"=>"uaa_clients_cc_service_key_client_secret", "type"=>"password"}, {"name"=>"uaa_clients_cloud_controller_username_lookup_secret", "type"=>"password"}, {"name"=>"uaa_clients_doppler_secret", "type"=>"password"}, {"name"=>"uaa_clients_gorouter_secret", "type"=>"password"}, {"name"=>"uaa_clients_network_policy_secret", "type"=>"password"}, {"name"=>"uaa_clients_ssh-proxy_secret", "type"=>"password"}, {"name"=>"uaa_clients_tcp_router_secret", "type"=>"password"}, {"name"=>"diego_bbs_encryption_keys_passphrase", "type"=>"password"}, {"name"=>"consul_encrypt_key", "type"=>"password"}, {"name"=>"credhub_encryption_password", "type"=>"password"}, {"name"=>"credhub_admin_client_secret", "type"=>"password"}, {"name"=>"diego_ssh_proxy_host_key", "type"=>"ssh"}, {"name"=>"uaa_jwt_signing_key", "type"=>"rsa"}, {"name"=>"service_cf_internal_ca", "options"=>{"common_name"=>"internalCA", "is_ca"=>true}, "type"=>"certificate"}, {"name"=>"blobstore_tls", "options"=>{"ca"=>"service_cf_internal_ca", "common_name"=>"blobstore.service.cf.internal"}, "type"=>"certificate"}, {"name"=>"consul_agent_ca", "options"=>{"common_name"=>"consulCA", "is_ca"=>true}, "type"=>"certificate"}, {"name"=>"consul_agent", "options"=>{"alternative_names"=>["127.0.0.1"], "ca"=>"consul_agent_ca", "common_name"=>"consul_agent", "extended_key_usage"=>["client_auth", "server_auth"]}, "type"=>"certificate"}, {"name"=>"consul_server", "options"=>{"ca"=>"consul_agent_ca", "common_name"=>"server.dc1.cf.internal", "extended_key_usage"=>["client_auth", "server_auth"]}, "type"=>"certificate"}, {"name"=>"diego_auctioneer_client", "options"=>{"ca"=>"service_cf_internal_ca", "common_name"=>"auctioneer client", "extended_key_usage"=>["client_auth"]}, "type"=>"certificate"}, {"name"=>"diego_auctioneer_server", "options"=>{"alternative_names"=>["*.auctioneer.service.cf.internal", "auctioneer.service.cf.internal"], "ca"=>"service_cf_internal_ca", "common_name"=>"auctioneer.service.cf.internal", "extended_key_usage"=>["server_auth"]}, "type"=>"certificate"}, {"name"=>"diego_bbs_client", "options"=>{"ca"=>"service_cf_internal_ca", "common_name"=>"bbs client", "extended_key_usage"=>["client_auth"]}, "type"=>"certificate"}, {"name"=>"diego_bbs_server", "options"=>{"alternative_names"=>["*.bbs.service.cf.internal", "bbs.service.cf.internal"], "ca"=>"service_cf_internal_ca", "common_name"=>"bbs.service.cf.internal", "extended_key_usage"=>["server_auth", "client_auth"]}, "type"=>"certificate"}, {"name"=>"diego_rep_client", "options"=>{"ca"=>"service_cf_internal_ca", "common_name"=>"rep client", "extended_key_usage"=>["client_auth"]}, "type"=>"certificate"}, {"name"=>"diego_rep_agent_v2", "options"=>{"alternative_names"=>["*.cell.service.cf.internal", "cell.service.cf.internal", "127.0.0.1", "localhost"], "ca"=>"service_cf_internal_ca", "common_name"=>"cell.service.cf.internal", "extended_key_usage"=>["client_auth", "server_auth"]}, "type"=>"certificate"}, {"name"=>"loggregator_ca", "options"=>{"common_name"=>"loggregatorCA", "is_ca"=>true}, "type"=>"certificate"}, {"name"=>"loggregator_tls_statsdinjector", "options"=>{"ca"=>"loggregator_ca", "common_name"=>"statsdinjector", "extended_key_usage"=>["client_auth"]}, "type"=>"certificate"}, {"name"=>"loggregator_tls_agent", "options"=>{"ca"=>"loggregator_ca", "common_name"=>"metron", "extended_key_usage"=>["client_auth", "server_auth"]}, "type"=>"certificate"}, {"name"=>"loggregator_tls_doppler", "options"=>{"ca"=>"loggregator_ca", "common_name"=>"doppler", "extended_key_usage"=>["client_auth", "server_auth"]}, "type"=>"certificate"}, {"name"=>"loggregator_tls_tc", "options"=>{"ca"=>"loggregator_ca", "common_name"=>"trafficcontroller", "extended_key_usage"=>["client_auth", "server_auth"]}, "type"=>"certificate"}, {"name"=>"loggregator_tls_cc_tc", "options"=>{"ca"=>"service_cf_internal_ca", "common_name"=>"trafficcontroller", "extended_key_usage"=>["client_auth"]}, "type"=>"certificate"}, {"name"=>"loggregator_tls_rlp", "options"=>{"ca"=>"loggregator_ca", "common_name"=>"reverselogproxy", "extended_key_usage"=>["client_auth", "server_auth"]}, "type"=>"certificate"}, {"name"=>"adapter_rlp_tls", "options"=>{"ca"=>"loggregator_ca", "common_name"=>"ss-adapter-rlp", "extended_key_usage"=>["client_auth", "server_auth"]}, "type"=>"certificate"}, {"name"=>"scheduler_api_tls", "options"=>{"ca"=>"service_cf_internal_ca", "common_name"=>"ss-scheduler", "extended_key_usage"=>["client_auth", "server_auth"]}, "type"=>"certificate"}, {"name"=>"adapter_tls", "options"=>{"ca"=>"loggregator_ca", "common_name"=>"ss-adapter", "extended_key_usage"=>["server_auth", "client_auth"]}, "type"=>"certificate"}, {"name"=>"scheduler_client_tls", "options"=>{"ca"=>"loggregator_ca", "common_name"=>"ss-scheduler", "extended_key_usage"=>["client_auth"]}, "type"=>"certificate"}, {"name"=>"logs_provider", "options"=>{"ca"=>"loggregator_ca", "common_name"=>"log-cache", "extended_key_usage"=>["client_auth", "server_auth"]}, "type"=>"certificate"}, {"name"=>"log_cache_ca", "options"=>{"common_name"=>"log-cache", "is_ca"=>true}, "type"=>"certificate"}, {"name"=>"log_cache", "options"=>{"alternative_names"=>["log_cache", "log-cache", "logcache"], "ca"=>"log_cache_ca", "common_name"=>"log-cache", "extended_key_usage"=>["client_auth", "server_auth"]}, "type"=>"certificate"}, {"name"=>"log_cache_tls_cc_auth_proxy", "options"=>{"ca"=>"service_cf_internal_ca", "common_name"=>"log-cache", "extended_key_usage"=>["client_auth"]}, "type"=>"certificate"}, {"name"=>"router_ca", "options"=>{"common_name"=>"routerCA", "is_ca"=>true}, "type"=>"certificate"}, {"name"=>"router_ssl", "options"=>{"alternative_names"=>["gorgophone.cf-app.com", "*.gorgophone.cf-app.com"], "ca"=>"router_ca", "common_name"=>"routerSSL"}, "type"=>"certificate"}, {"name"=>"uaa_ca", "options"=>{"common_name"=>"uaaCA", "is_ca"=>true}, "type"=>"certificate"}, {"name"=>"uaa_ssl", "options"=>{"alternative_names"=>["uaa.service.cf.internal"], "ca"=>"uaa_ca", "common_name"=>"uaa.service.cf.internal"}, "type"=>"certificate"}, {"name"=>"uaa_login_saml", "options"=>{"ca"=>"uaa_ca", "common_name"=>"uaa_login_saml"}, "type"=>"certificate"}, {"name"=>"cc_tls", "options"=>{"ca"=>"service_cf_internal_ca", "common_name"=>"cloud-controller-ng.service.cf.internal", "extended_key_usage"=>["client_auth", "server_auth"]}, "type"=>"certificate"}, {"name"=>"cc_public_tls", "options"=>{"alternative_names"=>["api.gorgophone.cf-app.com", "cloud-controller-ng.service.cf.internal"], "ca"=>"service_cf_internal_ca", "common_name"=>"api.gorgophone.cf-app.com"}, "type"=>"certificate"}, {"name"=>"cc_bridge_tps", "options"=>{"ca"=>"service_cf_internal_ca", "common_name"=>"tps_watcher", "extended_key_usage"=>["client_auth"]}, "type"=>"certificate"}, {"name"=>"cc_bridge_cc_uploader", "options"=>{"ca"=>"service_cf_internal_ca", "common_name"=>"cc_uploader", "extended_key_usage"=>["client_auth"]}, "type"=>"certificate"}, {"name"=>"cc_bridge_cc_uploader_server", "options"=>{"ca"=>"service_cf_internal_ca", "common_name"=>"cc-uploader.service.cf.internal", "extended_key_usage"=>["server_auth"]}, "type"=>"certificate"}, {"name"=>"diego_locket_server", "options"=>{"alternative_names"=>["*.locket.service.cf.internal", "locket.service.cf.internal"], "ca"=>"service_cf_internal_ca", "common_name"=>"locket.service.cf.internal", "extended_key_usage"=>["server_auth"]}, "type"=>"certificate"}, {"name"=>"diego_locket_client", "options"=>{"ca"=>"service_cf_internal_ca", "common_name"=>"locket client", "extended_key_usage"=>["client_auth"]}, "type"=>"certificate"}, {"name"=>"locket_database_password", "type"=>"password"}, {"name"=>"application_ca", "options"=>{"common_name"=>"appRootCA", "is_ca"=>true}, "type"=>"certificate"}, {"name"=>"diego_instance_identity_ca", "options"=>{"ca"=>"application_ca", "common_name"=>"instanceIdentityCA", "is_ca"=>true}, "type"=>"certificate"}, {"name"=>"gorouter_backend_tls", "options"=>{"alternative_names"=>["gorouter.service.cf.internal"], "ca"=>"service_cf_internal_ca", "common_name"=>"gorouter_backend_tls", "extended_key_usage"=>["client_auth"]}, "type"=>"certificate"}, {"name"=>"credhub_ca", "options"=>{"common_name"=>"credhubServerCa", "is_ca"=>true}, "type"=>"certificate"}, {"name"=>"credhub_tls", "options"=>{"alternative_names"=>["credhub.service.cf.internal", "credhub.gorgophone.cf-app.com"], "ca"=>"credhub_ca", "common_name"=>"credhub.gorgophone.cf-app.com"}, "type"=>"certificate"}, {"name"=>"nfs-broker-password", "type"=>"password"}, {"name"=>"nfs-broker-database-password", "type"=>"password"}, {"name"=>"nfs-broker-credhub-password", "type"=>"password"}, {"name"=>"nfs-broker-credhub-uaa-client-secret", "type"=>"password"}, {"name"=>"local-broker-password", "type"=>"password"}, {"name"=>"ldap_test_server_ca", "options"=>{"common_name"=>"ldap_test_server_ca", "is_ca"=>true}, "type"=>"certificate"}, {"name"=>"ldap_test_server_ssl", "options"=>{"ca"=>"ldap_test_server_ca", "common_name"=>"nfstestldapserver.service.cf.internal"}, "type"=>"certificate"}, {"name"=>"csi-localbroker-password", "type"=>"password"}, {"name"=>"csi-nfsbroker-password", "type"=>"password"}, {"name"=>"ecs-broker-password", "type"=>"password"}, {"name"=>"azurefile-broker-password", "type"=>"password"}, {"name"=>"azurefile-broker-database-password", "type"=>"password"}, {"name"=>"pxc_galera_ca", "options"=>{"common_name"=>"pxc_galera_ca", "is_ca"=>true}, "type"=>"certificate"}, {"name"=>"pxc_server_ca", "options"=>{"common_name"=>"pxc_server_ca", "is_ca"=>true}, "type"=>"certificate"}, {"name"=>"galera_server_certificate", "options"=>{"ca"=>"pxc_galera_ca", "common_name"=>"galera_server_certificate", "extended_key_usage"=>["server_auth", "client_auth"]}, "type"=>"certificate"}, {"name"=>"mysql_server_certificate", "options"=>{"ca"=>"pxc_server_ca", "common_name"=>"sql-db.service.cf.internal"}, "type"=>"certificate"}, {"name"=>"nfs-broker-migration-test-password", "type"=>"password"}, {"name"=>"nfs-broker-migration-test-database-password", "type"=>"password"}, {"name"=>"nfs-broker-migration-test-credhub-uaa-client-secret", "type"=>"password"}]}
D, [2018-09-12T00:30:36.999683 #27735] [task:21966] DEBUG -- DirectorJobRunner: Migrated cloud config manifest:
{"azs"=>[{"cloud_properties"=>{"zone"=>"us-west1-a"}, "name"=>"z1"}, {"cloud_properties"=>{"zone"=>"us-west1-b"}, "name"=>"z2"}, {"cloud_properties"=>{"zone"=>"us-west1-c"}, "name"=>"z3"}], "vm_types"=>[{"cloud_properties"=>{"machine_type"=>"n1-standard-1", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"default"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-1", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"minimal"}, {"cloud_properties"=>{"machine_type"=>"g1-small", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"sharedcpu"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-2", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"small"}, {"cloud_properties"=>{"machine_type"=>"n1-highmem-4", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"small-highmem"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-4", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"medium"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-8", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"large"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-16", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"extra-large"}, {"cloud_properties"=>{"machine_type"=>"n1-highcpu-2", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"small-highcpu"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-1", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-standard-1"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-2", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-standard-2"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-4", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-standard-4"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-8", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-standard-8"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-16", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-standard-16"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-32", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-standard-32"}, {"cloud_properties"=>{"machine_type"=>"n1-highmem-2", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highmem-2"}, {"cloud_properties"=>{"machine_type"=>"n1-highmem-4", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highmem-4"}, {"cloud_properties"=>{"machine_type"=>"n1-highmem-8", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highmem-8"}, {"cloud_properties"=>{"machine_type"=>"n1-highmem-16", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highmem-16"}, {"cloud_properties"=>{"machine_type"=>"n1-highmem-32", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highmem-32"}, {"cloud_properties"=>{"machine_type"=>"n1-highcpu-2", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highcpu-2"}, {"cloud_properties"=>{"machine_type"=>"n1-highcpu-4", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highcpu-4"}, {"cloud_properties"=>{"machine_type"=>"n1-highcpu-8", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highcpu-8"}, {"cloud_properties"=>{"machine_type"=>"n1-highcpu-16", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highcpu-16"}, {"cloud_properties"=>{"machine_type"=>"n1-highcpu-32", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"n1-highcpu-32"}, {"cloud_properties"=>{"machine_type"=>"f1-micro", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"f1-micro"}, {"cloud_properties"=>{"machine_type"=>"g1-small", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"g1-small"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-1", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"m3.medium"}, {"cloud_properties"=>{"machine_type"=>"n1-standard-2", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"m3.large"}, {"cloud_properties"=>{"machine_type"=>"n1-highcpu-2", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"c3.large"}, {"cloud_properties"=>{"machine_type"=>"n1-highmem-4", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"r3.xlarge"}, {"cloud_properties"=>{"machine_type"=>"g1-small", "root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"t2.small"}], "disk_types"=>[{"cloud_properties"=>{"encrypted"=>true, "type"=>"pd-ssd"}, "disk_size"=>1024, "name"=>"default"}, {"cloud_properties"=>{"encrypted"=>true, "type"=>"pd-ssd"}, "disk_size"=>1024, "name"=>"1GB"}, {"cloud_properties"=>{"encrypted"=>true, "type"=>"pd-ssd"}, "disk_size"=>5120, "name"=>"5GB"}, {"cloud_properties"=>{"encrypted"=>true, "type"=>"pd-ssd"}, "disk_size"=>10240, "name"=>"10GB"}, {"cloud_properties"=>{"encrypted"=>true, "type"=>"pd-ssd"}, "disk_size"=>51200, "name"=>"50GB"}, {"cloud_properties"=>{"encrypted"=>true, "type"=>"pd-ssd"}, "disk_size"=>102400, "name"=>"100GB"}, {"cloud_properties"=>{"encrypted"=>true, "type"=>"pd-ssd"}, "disk_size"=>512000, "name"=>"500GB"}, {"cloud_properties"=>{"encrypted"=>true, "type"=>"pd-ssd"}, "disk_size"=>1048576, "name"=>"1TB"}], "networks"=>[{"name"=>"private", "subnets"=>[{"azs"=>["z1", "z2", "z3"], "cloud_properties"=>{"ephemeral_external_ip"=>true, "network_name"=>"bbl-env-victoria-2018-04-23t19-08z-network", "subnetwork_name"=>"bbl-env-victoria-2018-04-23t19-08z-subnet", "tags"=>["bbl-env-victoria-2018-04-23t19-08z-internal"]}, "gateway"=>"10.0.0.1", "range"=>"10.0.0.0/16", "reserved"=>["10.0.0.1-10.0.0.255"], "static"=>["10.0.255.0-10.0.255.254"]}], "type"=>"manual"}, {"name"=>"default", "subnets"=>[{"azs"=>["z1", "z2", "z3"], "cloud_properties"=>{"ephemeral_external_ip"=>true, "network_name"=>"bbl-env-victoria-2018-04-23t19-08z-network", "subnetwork_name"=>"bbl-env-victoria-2018-04-23t19-08z-subnet", "tags"=>["bbl-env-victoria-2018-04-23t19-08z-internal"]}, "gateway"=>"10.0.0.1", "range"=>"10.0.0.0/16", "reserved"=>["10.0.0.1-10.0.0.255"], "static"=>["10.0.255.0-10.0.255.254"]}], "type"=>"manual"}], "vm_extensions"=>[{"cloud_properties"=>{"root_disk_size_gb"=>1, "root_disk_type"=>"pd-ssd"}, "name"=>"1GB_ephemeral_disk"}, {"cloud_properties"=>{"root_disk_size_gb"=>5, "root_disk_type"=>"pd-ssd"}, "name"=>"5GB_ephemeral_disk"}, {"cloud_properties"=>{"root_disk_size_gb"=>10, "root_disk_type"=>"pd-ssd"}, "name"=>"10GB_ephemeral_disk"}, {"cloud_properties"=>{"root_disk_size_gb"=>50, "root_disk_type"=>"pd-ssd"}, "name"=>"50GB_ephemeral_disk"}, {"cloud_properties"=>{"root_disk_size_gb"=>100, "root_disk_type"=>"pd-ssd"}, "name"=>"100GB_ephemeral_disk"}, {"cloud_properties"=>{"root_disk_size_gb"=>500, "root_disk_type"=>"pd-ssd"}, "name"=>"500GB_ephemeral_disk"}, {"cloud_properties"=>{"root_disk_size_gb"=>1000, "root_disk_type"=>"pd-ssd"}, "name"=>"1TB_ephemeral_disk"}, {"cloud_properties"=>{"ephemeral_external_ip"=>true}, "name"=>"internet-required"}, {"cloud_properties"=>{"ephemeral_external_ip"=>false}, "name"=>"internet-not-required"}, {"cloud_properties"=>{"preemptible"=>true}, "name"=>"preemptible"}, {"cloud_properties"=>{"backend_service"=>"bbl-env-victoria-2018-04-23t19-08z-router-lb", "tags"=>["bbl-env-victoria-2018-04-23t19-08z-router-lb", "bbl-env-victoria-2018-04-23t19-08z-cf-ws"], "target_pool"=>"bbl-env-victoria-2018-04-23t19-08z-cf-ws"}, "name"=>"cf-router-network-properties"}, {"cloud_properties"=>{"tags"=>["bbl-env-victoria-2018-04-23t19-08z-cf-ssh-proxy"], "target_pool"=>"bbl-env-victoria-2018-04-23t19-08z-cf-ssh-proxy"}, "name"=>"diego-ssh-proxy-network-properties"}, {"cloud_properties"=>{"tags"=>["bbl-env-victoria-2018-04-23t19-08z-cf-tcp-router"], "target_pool"=>"bbl-env-victoria-2018-04-23t19-08z-cf-tcp-router"}, "name"=>"cf-tcp-router-network-properties"}], "compilation"=>{"az"=>"z1", "network"=>"private", "reuse_compilation_vms"=>true, "vm_extensions"=>["100GB_ephemeral_disk"], "vm_type"=>"n1-highcpu-8", "workers"=>6}}
D, [2018-09-12T00:30:37.003437 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.002647s) (conn: 46952693913000) SELECT * FROM "deployments" WHERE ("name" = 'cf') LIMIT 1
D, [2018-09-12T00:30:37.004591 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) SELECT * FROM "variable_sets" WHERE ("variable_sets"."deployment_id" = 49)
D, [2018-09-12T00:30:37.008738 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) SELECT * FROM "deployments" WHERE ("name" = 'cf') LIMIT 1
D, [2018-09-12T00:30:37.009736 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) SELECT * FROM "variable_sets" WHERE ("variable_sets"."deployment_id" = 49) ORDER BY "created_at" DESC LIMIT 1
D, [2018-09-12T00:30:37.011884 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000139s) (conn: 46952693913000) SELECT * FROM "deployments" WHERE "id" = 49
I, [2018-09-12T00:30:37.012530 #27735] [task:21966] INFO -- DirectorJobRunner: Creating deployment plan
I, [2018-09-12T00:30:37.012605 #27735] [task:21966] INFO -- DirectorJobRunner: Deployment plan options: {"is_deploy_action"=>true, "recreate"=>false, "recreate_persistent_disks"=>false, "fix"=>false, "skip_drain"=>nil, "job_states"=>{}, "max_in_flight"=>nil, "canaries"=>nil, "tags"=>{}}
D, [2018-09-12T00:30:37.029218 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000553s) (conn: 46952693913000) SELECT "teams".* FROM "teams" INNER JOIN "deployments_teams" ON ("deployments_teams"."team_id" = "teams"."id") WHERE ("deployments_teams"."deployment_id" = 49) ORDER BY "name" ASC
D, [2018-09-12T00:30:37.030990 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000498s) (conn: 46952693913000) SELECT * FROM "configs" WHERE ("id" IN (SELECT max("id") FROM "configs" WHERE (((1 = 0) OR ("team_id" IS NULL)) AND ("type" = 'cloud')) GROUP BY "name"))
D, [2018-09-12T00:30:37.055763 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952693913000) SELECT * FROM "deployments" WHERE ("name" = 'cf') LIMIT 1
D, [2018-09-12T00:30:37.056820 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952693913000) SELECT * FROM "variable_sets" WHERE ("variable_sets"."deployment_id" = 49) ORDER BY "created_at" DESC LIMIT 1
D, [2018-09-12T00:30:37.061343 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000160s) (conn: 46952693913000) SELECT * FROM "deployments" WHERE "id" = 49
D, [2018-09-12T00:30:37.064136 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000320s) (conn: 46952693913000) SELECT * FROM "configs" WHERE ("id" IN (SELECT max("id") FROM "configs" WHERE ("type" = 'cpi') GROUP BY "name"))
D, [2018-09-12T00:30:37.082171 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000877s) (conn: 46952693913000) SELECT * FROM "deployments" WHERE ((("deployments"."id" NOT IN (SELECT "deployments_configs"."deployment_id" FROM "configs" INNER JOIN "deployments_configs" ON ("deployments_configs"."config_id" = "configs"."id") WHERE (("type" = 'cloud') AND ("deployments_configs"."deployment_id" IS NOT NULL) AND ("configs"."id" IN (SELECT "configs"."id" FROM "configs" WHERE ("type" = 'cloud')))))) OR ("deployments"."id" IS NULL)) AND ("name" != 'cf') AND ("manifest" IS NOT NULL))
I, [2018-09-12T00:30:37.094586 #27735] [task:21966] INFO -- DirectorJobRunner: Following networks and individual IPs are reserved by non-cloud-config deployments: 10.0.0.6
D, [2018-09-12T00:30:37.094826 #27735] [task:21966] DEBUG -- DirectorJobRunner: reserved ranges 10.0.0.6
I, [2018-09-12T00:30:37.130919 #27735] [task:21966] INFO -- DirectorJobRunner: Following networks and individual IPs are reserved by non-cloud-config deployments: 10.0.0.6
D, [2018-09-12T00:30:37.131158 #27735] [task:21966] DEBUG -- DirectorJobRunner: reserved ranges 10.0.0.6
D, [2018-09-12T00:30:37.162134 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000249s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'cf-smoke-tests') LIMIT 1
D, [2018-09-12T00:30:37.163632 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 105) AND ("version" = '40.0.8')) LIMIT 1
D, [2018-09-12T00:30:37.165753 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000841s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 701)
D, [2018-09-12T00:30:37.167108 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000148s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 105
D, [2018-09-12T00:30:37.169185 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000137s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:37.170178 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000163s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:37.171122 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000534s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:37.172452 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000136s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:37.175109 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000408s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'consul') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.175812 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.176552 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000264s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'consul', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 362)
D, [2018-09-12T00:30:37.178485 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001739s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.195322 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.015437s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 362) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:37.196328 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.197493 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000370s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 362, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"consul","properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":"cf.internal"},"ca_cert":"((consul_agent_ca.certificate))","encrypt_keys":["((consul_encrypt_key))"]}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"consul","id":"26d9ed83-61d8-4828-86b5-0e8d8586c0fb","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.0","addresses":{"default":"10.0.1.0"},"dns_addresses":{"default":"26d9ed83-61d8-4828-86b5-0e8d8586c0fb.consul.default.cf.bosh"}}]}', "shared" = true, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":"cf.internal"},"ca_cert":"((consul_agent_ca.certificate))","encrypt_keys":["((consul_encrypt_key))"]}},"custom":false}', "serial_id" = 4 WHERE ("id" = 579)
D, [2018-09-12T00:30:37.199258 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001598s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.199985 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.200796 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000243s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 362, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"consul","properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":"cf.internal"},"ca_cert":"((consul_agent_ca.certificate))","encrypt_keys":["((consul_encrypt_key))"]}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"consul","id":"26d9ed83-61d8-4828-86b5-0e8d8586c0fb","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.0","addresses":{"default":"10.0.1.0"},"dns_addresses":{"default":"26d9ed83-61d8-4828-86b5-0e8d8586c0fb.consul.default.cf.bosh"}}]}', "shared" = true, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":"cf.internal"},"ca_cert":"((consul_agent_ca.certificate))","encrypt_keys":["((consul_encrypt_key))"]}},"custom":false}', "serial_id" = 4 WHERE ("id" = 579)
D, [2018-09-12T00:30:37.202617 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001683s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.204202 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000265s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 362) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:37.204942 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.205658 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000230s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 362, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server_link', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"consul","properties":{"consul":{"server_cert":"((consul_server.certificate))","server_key":"((consul_server.private_key))"}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"consul","id":"26d9ed83-61d8-4828-86b5-0e8d8586c0fb","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.0","addresses":{"default":"10.0.1.0"},"dns_addresses":{"default":"26d9ed83-61d8-4828-86b5-0e8d8586c0fb.consul.default.cf.bosh"}}]}', "shared" = true, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":"((consul_server.certificate))","server_key":"((consul_server.private_key))"}},"custom":false}', "serial_id" = 4 WHERE ("id" = 580)
D, [2018-09-12T00:30:37.223146 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.017296s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.224096 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.225015 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000264s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 362, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server_link', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"consul","properties":{"consul":{"server_cert":"((consul_server.certificate))","server_key":"((consul_server.private_key))"}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"consul","id":"26d9ed83-61d8-4828-86b5-0e8d8586c0fb","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.0","addresses":{"default":"10.0.1.0"},"dns_addresses":{"default":"26d9ed83-61d8-4828-86b5-0e8d8586c0fb.consul.default.cf.bosh"}}]}', "shared" = true, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":"((consul_server.certificate))","server_key":"((consul_server.private_key))"}},"custom":false}', "serial_id" = 4 WHERE ("id" = 580)
D, [2018-09-12T00:30:37.226613 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001447s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.227994 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000303s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 362) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:37.228604 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.229258 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 362, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"consul","properties":{"consul":{"agent_cert":"((consul_agent.certificate))","agent_key":"((consul_agent.private_key))"}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"consul","id":"26d9ed83-61d8-4828-86b5-0e8d8586c0fb","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.0","addresses":{"default":"10.0.1.0"},"dns_addresses":{"default":"26d9ed83-61d8-4828-86b5-0e8d8586c0fb.consul.default.cf.bosh"}}]}', "shared" = true, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":"((consul_agent.certificate))","agent_key":"((consul_agent.private_key))"}},"custom":false}', "serial_id" = 4 WHERE ("id" = 581)
D, [2018-09-12T00:30:37.230930 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001522s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.231543 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.232170 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 362, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"consul","properties":{"consul":{"agent_cert":"((consul_agent.certificate))","agent_key":"((consul_agent.private_key))"}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"consul","id":"26d9ed83-61d8-4828-86b5-0e8d8586c0fb","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.0","addresses":{"default":"10.0.1.0"},"dns_addresses":{"default":"26d9ed83-61d8-4828-86b5-0e8d8586c0fb.consul.default.cf.bosh"}}]}', "shared" = true, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":"((consul_agent.certificate))","agent_key":"((consul_agent.private_key))"}},"custom":false}', "serial_id" = 4 WHERE ("id" = 581)
D, [2018-09-12T00:30:37.233714 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001418s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.236031 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000418s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'consul') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.236707 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.237445 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000265s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'consul', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 516)
D, [2018-09-12T00:30:37.239059 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001466s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.241036 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000394s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 516) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:37.241713 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.242508 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000305s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 516, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 836)
D, [2018-09-12T00:30:37.243921 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001255s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.244464 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.245046 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 516, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 836)
D, [2018-09-12T00:30:37.246515 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001346s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.247762 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000238s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 516) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:37.248321 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.248893 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 516, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 837)
D, [2018-09-12T00:30:37.250333 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001317s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.250903 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.251552 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000236s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 516, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 837)
D, [2018-09-12T00:30:37.253075 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001407s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.254494 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000232s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 516) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:37.255118 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.255739 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 516, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 838)
D, [2018-09-12T00:30:37.257219 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001351s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.257757 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.258394 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 516, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 838)
D, [2018-09-12T00:30:37.260061 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001460s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.261657 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000143s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:37.262838 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000165s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:37.263796 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000506s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:37.276110 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000163s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:37.278697 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000381s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'nats') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.279299 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.279919 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'nats', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 363)
D, [2018-09-12T00:30:37.281828 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001770s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.284788 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001782s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 363) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:37.285578 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.286327 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000249s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 363, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 582)
D, [2018-09-12T00:30:37.287979 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001493s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.288577 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.289240 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 363, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 582)
D, [2018-09-12T00:30:37.290764 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001406s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.292070 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 363) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:37.292614 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.293169 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 363, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 583)
D, [2018-09-12T00:30:37.294693 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001403s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.295246 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.295802 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 363, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 583)
D, [2018-09-12T00:30:37.297523 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001586s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.298683 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 363) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:37.299232 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.299828 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 363, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 584)
D, [2018-09-12T00:30:37.301482 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001539s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.302047 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000057s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.302668 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000236s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 363, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 584)
D, [2018-09-12T00:30:37.304294 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001512s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.306444 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000271s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'nats') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.307075 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.307630 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'nats', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 517)
D, [2018-09-12T00:30:37.309299 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001546s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.310785 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 517) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:37.311457 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000058s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.312056 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 517, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 839)
D, [2018-09-12T00:30:37.313747 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001555s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.314174 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.314765 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 517, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 839)
D, [2018-09-12T00:30:37.316695 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001820s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.317786 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 517) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:37.318309 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.318973 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 517, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 840)
D, [2018-09-12T00:30:37.320418 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001314s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.320958 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.321546 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 517, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 840)
D, [2018-09-12T00:30:37.323158 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001476s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.324335 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 517) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:37.324875 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.325423 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 517, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 841)
D, [2018-09-12T00:30:37.326893 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001350s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.327440 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.328057 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 517, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 841)
D, [2018-09-12T00:30:37.329510 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001336s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.330381 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000139s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'nats') LIMIT 1
D, [2018-09-12T00:30:37.331434 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000156s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 116) AND ("version" = '25')) LIMIT 1
D, [2018-09-12T00:30:37.332213 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000314s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 713)
D, [2018-09-12T00:30:37.333338 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 116
D, [2018-09-12T00:30:37.335043 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'nats') AND ("name" = 'nats') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.335584 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.336114 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'nats', "name" = 'nats', "type" = 'job', "serial_id" = 4 WHERE ("id" = 364)
D, [2018-09-12T00:30:37.337790 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001552s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.339203 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 364) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-12T00:30:37.339752 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.340317 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 364, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"nats","properties":{"nats":{"user":"nats","password":"((nats_password))","port":4222}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"nats","id":"86f77635-d04b-48d0-9494-6d4ec566353e","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.1","addresses":{"default":"10.0.1.1"},"dns_addresses":{"default":"86f77635-d04b-48d0-9494-6d4ec566353e.nats.default.cf.bosh"}}]}', "shared" = true, "consumable" = true, "metadata" = '{"mapped_properties":{"nats":{"user":"nats","password":"((nats_password))","port":4222}},"custom":false}', "serial_id" = 4 WHERE ("id" = 585)
D, [2018-09-12T00:30:37.341839 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001382s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.342414 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.342998 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000216s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 364, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"nats","properties":{"nats":{"user":"nats","password":"((nats_password))","port":4222}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"nats","id":"86f77635-d04b-48d0-9494-6d4ec566353e","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.1","addresses":{"default":"10.0.1.1"},"dns_addresses":{"default":"86f77635-d04b-48d0-9494-6d4ec566353e.nats.default.cf.bosh"}}]}', "shared" = true, "consumable" = true, "metadata" = '{"mapped_properties":{"nats":{"user":"nats","password":"((nats_password))","port":4222}},"custom":false}', "serial_id" = 4 WHERE ("id" = 585)
D, [2018-09-12T00:30:37.344550 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001413s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.346186 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'nats') AND ("name" = 'nats') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.346706 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.347283 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'nats', "name" = 'nats', "type" = 'job', "serial_id" = 4 WHERE ("id" = 518)
D, [2018-09-12T00:30:37.349068 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001661s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.350264 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 518) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-12T00:30:37.350970 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.351589 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 518, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 842)
D, [2018-09-12T00:30:37.353302 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001583s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.353959 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.354707 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000247s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 518, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 842)
D, [2018-09-12T00:30:37.356586 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001759s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.358006 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000162s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:37.358999 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:37.359864 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000484s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:37.360862 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:37.362907 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'adapter') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.363483 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.364013 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000165s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'adapter', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 365)
D, [2018-09-12T00:30:37.365791 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001649s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.367100 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000223s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 365) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:37.367715 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.368361 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 365, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 586)
D, [2018-09-12T00:30:37.370256 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001742s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.371014 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000061s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.371825 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000336s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 365, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 586)
D, [2018-09-12T00:30:37.373176 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001226s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.374380 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000225s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 365) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:37.375018 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.375635 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 365, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 587)
D, [2018-09-12T00:30:37.377154 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001352s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.377771 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.378362 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 365, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 587)
D, [2018-09-12T00:30:37.379846 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001355s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.381018 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 365) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:37.381548 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.382106 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000168s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 365, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 588)
D, [2018-09-12T00:30:37.383701 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001467s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.384253 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.384817 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 365, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 588)
D, [2018-09-12T00:30:37.386375 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001442s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.388355 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'adapter') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.388931 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.389696 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000302s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'adapter', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 519)
D, [2018-09-12T00:30:37.391510 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001616s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.392930 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 519) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:37.393549 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.394141 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 519, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 843)
D, [2018-09-12T00:30:37.395742 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001479s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.396196 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.396819 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000264s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 519, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 843)
D, [2018-09-12T00:30:37.398293 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001361s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.399495 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 519) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:37.400017 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.400626 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 519, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 844)
D, [2018-09-12T00:30:37.402137 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001382s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.402620 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.403191 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 519, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 844)
D, [2018-09-12T00:30:37.404678 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001373s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.405808 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 519) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:37.406334 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.406931 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 519, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 845)
D, [2018-09-12T00:30:37.408456 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001376s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.408969 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.409581 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000269s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 519, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 845)
D, [2018-09-12T00:30:37.411139 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001443s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.412092 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000158s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'cf-syslog-drain') LIMIT 1
D, [2018-09-12T00:30:37.413136 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000146s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 107) AND ("version" = '7.0')) LIMIT 1
D, [2018-09-12T00:30:37.414007 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000463s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 703)
D, [2018-09-12T00:30:37.415259 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000115s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 107
D, [2018-09-12T00:30:37.417348 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'adapter') AND ("name" = 'adapter') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.417903 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.418469 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'adapter', "name" = 'adapter', "type" = 'job', "serial_id" = 4 WHERE ("id" = 366)
D, [2018-09-12T00:30:37.420639 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.002028s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.421858 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 366) AND ("original_name" = 'adapter_addrs')) LIMIT 1
D, [2018-09-12T00:30:37.422529 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.423194 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 366, "original_name" = 'adapter_addrs', "type" = 'addr', "name" = 'adapter_addrs', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"adapter","properties":{"scalablesyslog":{"adapter":{"port":4443}}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"adapter","id":"56e13a3b-25c2-4551-a11e-c3ff38f18946","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.2","addresses":{"default":"10.0.1.2"},"dns_addresses":{"default":"56e13a3b-25c2-4551-a11e-c3ff38f18946.adapter.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"scalablesyslog":{"adapter":{"port":4443}}},"custom":false}', "serial_id" = 4 WHERE ("id" = 589)
D, [2018-09-12T00:30:37.424903 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001577s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.425491 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000056s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.426123 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 366, "original_name" = 'adapter_addrs', "type" = 'addr', "name" = 'adapter_addrs', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"adapter","properties":{"scalablesyslog":{"adapter":{"port":4443}}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"adapter","id":"56e13a3b-25c2-4551-a11e-c3ff38f18946","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.2","addresses":{"default":"10.0.1.2"},"dns_addresses":{"default":"56e13a3b-25c2-4551-a11e-c3ff38f18946.adapter.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"scalablesyslog":{"adapter":{"port":4443}}},"custom":false}', "serial_id" = 4 WHERE ("id" = 589)
D, [2018-09-12T00:30:37.427529 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001288s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.429295 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'adapter') AND ("name" = 'adapter') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.429885 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.430547 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000290s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'adapter', "name" = 'adapter', "type" = 'job', "serial_id" = 4 WHERE ("id" = 520)
D, [2018-09-12T00:30:37.433058 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.002370s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.434962 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000248s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 520) AND ("original_name" = 'reverse_log_proxy')) LIMIT 1
D, [2018-09-12T00:30:37.439102 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000060s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.440776 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001107s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 520, "original_name" = 'reverse_log_proxy', "type" = 'reverse_log_proxy', "name" = 'reverse_log_proxy', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 846)
D, [2018-09-12T00:30:37.442524 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001586s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.443154 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.444028 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000329s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 520, "original_name" = 'reverse_log_proxy', "type" = 'reverse_log_proxy', "name" = 'reverse_log_proxy', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 846)
D, [2018-09-12T00:30:37.445592 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001427s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.447109 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:37.448208 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000165s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:37.449080 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000464s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:37.450639 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'mysql') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.451926 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000162s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'singleton-database') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.452824 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000232s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:37.455081 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'database') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.455634 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.456170 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000161s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 367)
D, [2018-09-12T00:30:37.457770 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001470s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.459042 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 367) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:37.459643 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.460237 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 367, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 590)
D, [2018-09-12T00:30:37.461874 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001453s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.462560 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000059s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.463188 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000237s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 367, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 590)
D, [2018-09-12T00:30:37.464886 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001573s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.466179 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 367) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:37.466777 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.467361 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 367, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 591)
D, [2018-09-12T00:30:37.468937 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001439s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.469590 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.470317 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000238s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 367, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 591)
D, [2018-09-12T00:30:37.471910 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001470s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.473239 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 367) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:37.473820 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.474373 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 367, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 592)
D, [2018-09-12T00:30:37.475722 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001222s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.476270 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.476854 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 367, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 592)
D, [2018-09-12T00:30:37.478261 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001285s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.480284 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'mysql') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.481571 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'singleton-database') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.484910 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'database') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.485455 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.486749 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 521)
D, [2018-09-12T00:30:37.490241 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.003361s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.492940 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 521) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:37.494690 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.496332 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001121s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 521, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 847)
D, [2018-09-12T00:30:37.498106 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001641s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.498648 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.499308 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000245s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 521, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 847)
D, [2018-09-12T00:30:37.500811 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001386s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.502060 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 521) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:37.502664 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.503251 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 521, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 848)
D, [2018-09-12T00:30:37.504597 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001231s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.505131 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.505791 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000278s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 521, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 848)
D, [2018-09-12T00:30:37.507109 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001202s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.508228 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 521) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:37.508849 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.509397 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 521, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 849)
D, [2018-09-12T00:30:37.510850 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001325s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.511291 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.511948 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000295s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 521, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 849)
D, [2018-09-12T00:30:37.513451 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001293s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.514300 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000138s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'pxc') LIMIT 1
D, [2018-09-12T00:30:37.515402 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000148s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 106) AND ("version" = '0.14.0')) LIMIT 1
D, [2018-09-12T00:30:37.516530 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000642s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 702)
D, [2018-09-12T00:30:37.518444 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'mysql') AND ("name" = 'pxc-mysql') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.519783 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000168s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'singleton-database') AND ("name" = 'pxc-mysql') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.520775 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000118s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 106
D, [2018-09-12T00:30:37.523318 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'database') AND ("name" = 'pxc-mysql') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.523912 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.524472 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'pxc-mysql', "type" = 'job', "serial_id" = 4 WHERE ("id" = 368)
D, [2018-09-12T00:30:37.526266 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001626s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.527525 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 368) AND ("original_name" = 'mysql')) LIMIT 1
D, [2018-09-12T00:30:37.528176 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.528825 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 368, "original_name" = 'mysql', "type" = 'mysql', "name" = 'mysql', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"database","properties":{"port":13306,"max_open_files":65536,"pxc_enabled":true},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"database","id":"1d63f922-caac-4d61-a82b-32ea4a6ffd92","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.3","addresses":{"default":"10.0.1.3"},"dns_addresses":{"default":"1d63f922-caac-4d61-a82b-32ea4a6ffd92.database.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"port":13306,"max_open_files":65536,"pxc_enabled":true},"custom":false}', "serial_id" = 4 WHERE ("id" = 593)
D, [2018-09-12T00:30:37.530446 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001483s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.531131 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.531845 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 368, "original_name" = 'mysql', "type" = 'mysql', "name" = 'mysql', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"database","properties":{"port":13306,"max_open_files":65536,"pxc_enabled":true},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"database","id":"1d63f922-caac-4d61-a82b-32ea4a6ffd92","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.3","addresses":{"default":"10.0.1.3"},"dns_addresses":{"default":"1d63f922-caac-4d61-a82b-32ea4a6ffd92.database.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"port":13306,"max_open_files":65536,"pxc_enabled":true},"custom":false}', "serial_id" = 4 WHERE ("id" = 593)
D, [2018-09-12T00:30:37.533339 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001303s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.534451 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 368) AND ("original_name" = 'internal-mysql-database')) LIMIT 1
D, [2018-09-12T00:30:37.535058 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.535634 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 368, "original_name" = 'internal-mysql-database', "type" = 'internal-database', "name" = 'internal-mysql-database', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{},"custom":false}', "serial_id" = 4 WHERE ("id" = 594)
D, [2018-09-12T00:30:37.537104 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001340s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.537616 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.538307 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 368, "original_name" = 'internal-mysql-database', "type" = 'internal-database', "name" = 'internal-mysql-database', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{},"custom":false}', "serial_id" = 4 WHERE ("id" = 594)
D, [2018-09-12T00:30:37.543165 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.004728s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.544768 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000240s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'mysql') AND ("name" = 'pxc-mysql') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.546080 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'singleton-database') AND ("name" = 'pxc-mysql') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.547910 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000157s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'database') AND ("name" = 'pxc-mysql') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.548452 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.549002 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'pxc-mysql', "type" = 'job', "serial_id" = 4 WHERE ("id" = 522)
D, [2018-09-12T00:30:37.550600 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001459s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.552097 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 522) AND ("original_name" = 'mysql')) LIMIT 1
D, [2018-09-12T00:30:37.552710 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000053s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.553312 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 522, "original_name" = 'mysql', "type" = 'mysql', "name" = 'mysql', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 850)
D, [2018-09-12T00:30:37.554906 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001470s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.555372 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.555997 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 522, "original_name" = 'mysql', "type" = 'mysql', "name" = 'mysql', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 850)
D, [2018-09-12T00:30:37.557389 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001281s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.558419 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 522) AND ("original_name" = 'galera-agent')) LIMIT 1
D, [2018-09-12T00:30:37.559004 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000056s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.559575 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 522, "original_name" = 'galera-agent', "type" = 'galera-agent', "name" = 'galera-agent', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 851)
D, [2018-09-12T00:30:37.561144 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001445s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.561683 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000083s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.562268 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000219s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 522, "original_name" = 'galera-agent', "type" = 'galera-agent', "name" = 'galera-agent', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 851)
D, [2018-09-12T00:30:37.563566 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001190s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.565401 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'mysql') AND ("name" = 'proxy') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.566679 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000228s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'singleton-database') AND ("name" = 'proxy') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.567438 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 106
D, [2018-09-12T00:30:37.569136 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000165s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'database') AND ("name" = 'proxy') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.569680 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.570198 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000158s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'proxy', "type" = 'job', "serial_id" = 4 WHERE ("id" = 369)
D, [2018-09-12T00:30:37.571844 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001515s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.573077 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 369) AND ("original_name" = 'proxy')) LIMIT 1
D, [2018-09-12T00:30:37.573664 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.574246 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 369, "original_name" = 'proxy', "type" = 'proxy', "name" = 'proxy', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"database","properties":{"api_username":"proxy","api_password":"((cf_mysql_proxy_api_password))","api_port":8083,"api_aggregator_port":8082,"port":3306},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"database","id":"1d63f922-caac-4d61-a82b-32ea4a6ffd92","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.3","addresses":{"default":"10.0.1.3"},"dns_addresses":{"default":"1d63f922-caac-4d61-a82b-32ea4a6ffd92.database.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"api_username":"proxy","api_password":"((cf_mysql_proxy_api_password))","api_port":8083,"api_aggregator_port":8082,"port":3306},"custom":false}', "serial_id" = 4 WHERE ("id" = 595)
D, [2018-09-12T00:30:37.575834 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001458s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.576344 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.576998 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 369, "original_name" = 'proxy', "type" = 'proxy', "name" = 'proxy', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"database","properties":{"api_username":"proxy","api_password":"((cf_mysql_proxy_api_password))","api_port":8083,"api_aggregator_port":8082,"port":3306},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"database","id":"1d63f922-caac-4d61-a82b-32ea4a6ffd92","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.3","addresses":{"default":"10.0.1.3"},"dns_addresses":{"default":"1d63f922-caac-4d61-a82b-32ea4a6ffd92.database.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"api_username":"proxy","api_password":"((cf_mysql_proxy_api_password))","api_port":8083,"api_aggregator_port":8082,"port":3306},"custom":false}', "serial_id" = 4 WHERE ("id" = 595)
D, [2018-09-12T00:30:37.578484 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001355s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.579571 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 369) AND ("original_name" = 'mysql-database')) LIMIT 1
D, [2018-09-12T00:30:37.580113 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.580670 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 369, "original_name" = 'mysql-database', "type" = 'database', "name" = 'mysql-database', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"database","properties":{"port":3306,"type":"mysql"},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"database","id":"1d63f922-caac-4d61-a82b-32ea4a6ffd92","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.3","addresses":{"default":"10.0.1.3"},"dns_addresses":{"default":"1d63f922-caac-4d61-a82b-32ea4a6ffd92.database.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"port":3306,"type":"mysql"},"custom":false}', "serial_id" = 4 WHERE ("id" = 596)
D, [2018-09-12T00:30:37.583185 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.002397s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.583703 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.584311 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000225s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 369, "original_name" = 'mysql-database', "type" = 'database', "name" = 'mysql-database', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"database","properties":{"port":3306,"type":"mysql"},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"database","id":"1d63f922-caac-4d61-a82b-32ea4a6ffd92","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.3","addresses":{"default":"10.0.1.3"},"dns_addresses":{"default":"1d63f922-caac-4d61-a82b-32ea4a6ffd92.database.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"port":3306,"type":"mysql"},"custom":false}', "serial_id" = 4 WHERE ("id" = 596)
D, [2018-09-12T00:30:37.585691 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001261s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.587299 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'mysql') AND ("name" = 'proxy') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.588686 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'singleton-database') AND ("name" = 'proxy') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.590153 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000154s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'database') AND ("name" = 'proxy') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.590669 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.591251 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'proxy', "type" = 'job', "serial_id" = 4 WHERE ("id" = 523)
D, [2018-09-12T00:30:37.592640 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001265s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.593859 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 523) AND ("original_name" = 'proxy')) LIMIT 1
D, [2018-09-12T00:30:37.594416 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.595025 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 523, "original_name" = 'proxy', "type" = 'proxy', "name" = 'proxy', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 852)
D, [2018-09-12T00:30:37.596782 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001632s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.597295 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.597879 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 523, "original_name" = 'proxy', "type" = 'proxy', "name" = 'proxy', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 852)
D, [2018-09-12T00:30:37.599361 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001370s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.600415 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 523) AND ("original_name" = 'mysql')) LIMIT 1
D, [2018-09-12T00:30:37.601002 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.601572 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 523, "original_name" = 'mysql', "type" = 'mysql', "name" = 'mysql', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 853)
D, [2018-09-12T00:30:37.603129 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001313s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.603610 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.604221 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 523, "original_name" = 'mysql', "type" = 'mysql', "name" = 'mysql', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 853)
D, [2018-09-12T00:30:37.605649 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001230s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.606730 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 523) AND ("original_name" = 'arbitrator')) LIMIT 1
D, [2018-09-12T00:30:37.607285 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.607864 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 523, "original_name" = 'arbitrator', "type" = 'arbitrator', "name" = 'arbitrator', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 854)
D, [2018-09-12T00:30:37.609417 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001428s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.609958 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.610507 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000200s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 523, "original_name" = 'arbitrator', "type" = 'arbitrator', "name" = 'arbitrator', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 854)
D, [2018-09-12T00:30:37.612014 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001378s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.613095 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 523) AND ("original_name" = 'galera-agent')) LIMIT 1
D, [2018-09-12T00:30:37.613648 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.614223 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 523, "original_name" = 'galera-agent', "type" = 'galera-agent', "name" = 'galera-agent', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 855)
D, [2018-09-12T00:30:37.615622 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001285s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.616098 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.616780 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000314s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 523, "original_name" = 'galera-agent', "type" = 'galera-agent', "name" = 'galera-agent', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 855)
D, [2018-09-12T00:30:37.618470 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001569s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.620334 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'mysql') AND ("name" = 'galera-agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.621594 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'singleton-database') AND ("name" = 'galera-agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.622228 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000124s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 106
D, [2018-09-12T00:30:37.623756 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'database') AND ("name" = 'galera-agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.624300 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.624842 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'galera-agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 370)
D, [2018-09-12T00:30:37.626535 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001555s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.627673 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 370) AND ("original_name" = 'galera-agent')) LIMIT 1
D, [2018-09-12T00:30:37.628291 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.628929 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000230s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 370, "original_name" = 'galera-agent', "type" = 'galera-agent', "name" = 'galera-agent', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"database","properties":{"port":9200,"endpoint_username":"galera-agent","endpoint_password":"((cf_mysql_mysql_galera_healthcheck_endpoint_password))"},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"database","id":"1d63f922-caac-4d61-a82b-32ea4a6ffd92","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.3","addresses":{"default":"10.0.1.3"},"dns_addresses":{"default":"1d63f922-caac-4d61-a82b-32ea4a6ffd92.database.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"port":9200,"endpoint_username":"galera-agent","endpoint_password":"((cf_mysql_mysql_galera_healthcheck_endpoint_password))"},"custom":false}', "serial_id" = 4 WHERE ("id" = 597)
D, [2018-09-12T00:30:37.634930 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.005858s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.635517 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.636185 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 370, "original_name" = 'galera-agent', "type" = 'galera-agent', "name" = 'galera-agent', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"database","properties":{"port":9200,"endpoint_username":"galera-agent","endpoint_password":"((cf_mysql_mysql_galera_healthcheck_endpoint_password))"},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"database","id":"1d63f922-caac-4d61-a82b-32ea4a6ffd92","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.3","addresses":{"default":"10.0.1.3"},"dns_addresses":{"default":"1d63f922-caac-4d61-a82b-32ea4a6ffd92.database.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"port":9200,"endpoint_username":"galera-agent","endpoint_password":"((cf_mysql_mysql_galera_healthcheck_endpoint_password))"},"custom":false}', "serial_id" = 4 WHERE ("id" = 597)
D, [2018-09-12T00:30:37.637883 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001570s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.639414 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'mysql') AND ("name" = 'galera-agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.640781 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'singleton-database') AND ("name" = 'galera-agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.642397 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'database') AND ("name" = 'galera-agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.642988 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000059s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.643592 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000223s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'galera-agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 524)
D, [2018-09-12T00:30:37.645242 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001498s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.646353 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 524) AND ("original_name" = 'mysql')) LIMIT 1
D, [2018-09-12T00:30:37.647079 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.647733 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000247s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 524, "original_name" = 'mysql', "type" = 'mysql', "name" = 'mysql', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 856)
D, [2018-09-12T00:30:37.649391 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001527s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.649950 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.650587 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000244s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 524, "original_name" = 'mysql', "type" = 'mysql', "name" = 'mysql', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 856)
D, [2018-09-12T00:30:37.652224 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001493s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.654064 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'mysql') AND ("name" = 'gra-log-purger') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.655503 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'singleton-database') AND ("name" = 'gra-log-purger') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.656074 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 106
D, [2018-09-12T00:30:37.657456 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'mysql') AND ("name" = 'gra-log-purger') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.658715 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'singleton-database') AND ("name" = 'gra-log-purger') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.660056 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000158s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'database') AND ("name" = 'gra-log-purger') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.660584 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000057s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.661143 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'gra-log-purger', "type" = 'job', "serial_id" = 4 WHERE ("id" = 525)
D, [2018-09-12T00:30:37.662920 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001643s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.664131 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 525) AND ("original_name" = 'mysql')) LIMIT 1
D, [2018-09-12T00:30:37.664756 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.665347 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 525, "original_name" = 'mysql', "type" = 'mysql', "name" = 'mysql', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 857)
D, [2018-09-12T00:30:37.667290 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001763s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.667793 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.668353 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 525, "original_name" = 'mysql', "type" = 'mysql', "name" = 'mysql', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 857)
D, [2018-09-12T00:30:37.669857 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001382s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.671724 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'mysql') AND ("name" = 'cluster-health-logger') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.673010 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000157s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'singleton-database') AND ("name" = 'cluster-health-logger') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.673593 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000126s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 106
D, [2018-09-12T00:30:37.675084 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'mysql') AND ("name" = 'cluster-health-logger') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.676351 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000168s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'singleton-database') AND ("name" = 'cluster-health-logger') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.677666 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000167s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'database') AND ("name" = 'cluster-health-logger') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.678184 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.678820 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'cluster-health-logger', "type" = 'job', "serial_id" = 4 WHERE ("id" = 526)
D, [2018-09-12T00:30:37.680450 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001496s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.681635 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 526) AND ("original_name" = 'mysql')) LIMIT 1
D, [2018-09-12T00:30:37.682224 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.683230 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000292s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 526, "original_name" = 'mysql', "type" = 'mysql', "name" = 'mysql', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 858)
D, [2018-09-12T00:30:37.684776 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001403s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.685438 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.686135 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 526, "original_name" = 'mysql', "type" = 'mysql', "name" = 'mysql', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 858)
D, [2018-09-12T00:30:37.687742 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001485s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.688579 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000157s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-12T00:30:37.689675 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-12T00:30:37.691213 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001152s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 718)
D, [2018-09-12T00:30:37.693074 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000176s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'mysql') AND ("name" = 'route_registrar') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.694329 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000156s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'singleton-database') AND ("name" = 'route_registrar') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.695002 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000141s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-12T00:30:37.696480 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'mysql') AND ("name" = 'route_registrar') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.697780 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'singleton-database') AND ("name" = 'route_registrar') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.699224 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'database') AND ("name" = 'route_registrar') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.699768 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.700368 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000166s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'route_registrar', "type" = 'job', "serial_id" = 4 WHERE ("id" = 527)
D, [2018-09-12T00:30:37.702185 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001684s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.703641 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000271s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 527) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-12T00:30:37.704338 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.705041 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000219s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 527, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 859)
D, [2018-09-12T00:30:37.706744 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001556s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.707263 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.707960 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000286s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 527, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 859)
D, [2018-09-12T00:30:37.709448 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001371s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.711325 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'mysql') AND ("name" = 'bootstrap') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.712622 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000178s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'singleton-database') AND ("name" = 'bootstrap') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.713210 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000112s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 106
D, [2018-09-12T00:30:37.714669 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000219s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'mysql') AND ("name" = 'bootstrap') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.715927 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000178s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'singleton-database') AND ("name" = 'bootstrap') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.717312 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000155s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'database') AND ("name" = 'bootstrap') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.717857 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.718391 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000166s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'bootstrap', "type" = 'job', "serial_id" = 4 WHERE ("id" = 528)
D, [2018-09-12T00:30:37.720117 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001593s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.721259 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 528) AND ("original_name" = 'galera-agent')) LIMIT 1
D, [2018-09-12T00:30:37.721935 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.722538 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 528, "original_name" = 'galera-agent', "type" = 'galera-agent', "name" = 'galera-agent', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 860)
D, [2018-09-12T00:30:37.724033 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001354s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.724573 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.725211 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 528, "original_name" = 'galera-agent', "type" = 'galera-agent', "name" = 'galera-agent', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 860)
D, [2018-09-12T00:30:37.726745 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001407s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.728252 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000133s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:37.729323 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000158s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:37.730320 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000518s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:37.731871 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-bbs') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.732668 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:37.734669 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-api') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.735278 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.735850 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'diego-api', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 371)
D, [2018-09-12T00:30:37.737670 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001689s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.738973 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 371) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:37.739522 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.740239 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 371, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 598)
D, [2018-09-12T00:30:37.741804 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001425s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.742415 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.743070 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 371, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 598)
D, [2018-09-12T00:30:37.744448 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001246s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.745701 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000222s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 371) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:37.746232 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.746848 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 371, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 599)
D, [2018-09-12T00:30:37.748423 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001457s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.748936 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.749520 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 371, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 599)
D, [2018-09-12T00:30:37.751075 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001424s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.752206 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 371) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:37.752797 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000094s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.753460 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 371, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 600)
D, [2018-09-12T00:30:37.755005 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001367s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.755529 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.756148 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 371, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 600)
D, [2018-09-12T00:30:37.757764 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001499s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.759308 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000240s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-bbs') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.761013 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000178s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-api') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.761553 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.762136 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000168s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-api', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 529)
D, [2018-09-12T00:30:37.763622 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001356s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.765046 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 529) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:37.765681 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.766308 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 529, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 861)
D, [2018-09-12T00:30:37.767956 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001518s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.768504 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.769281 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000241s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 529, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 861)
D, [2018-09-12T00:30:37.770718 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001310s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.771897 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000249s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 529) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:37.772426 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.773011 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 529, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 862)
D, [2018-09-12T00:30:37.774641 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001468s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.775184 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.775781 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 529, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 862)
D, [2018-09-12T00:30:37.777304 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001402s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.778731 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000293s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 529) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:37.779344 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.780167 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 529, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 863)
D, [2018-09-12T00:30:37.781685 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001379s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.782175 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.782853 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000286s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 529, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 863)
D, [2018-09-12T00:30:37.784679 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001692s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.785886 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'diego') LIMIT 1
D, [2018-09-12T00:30:37.786971 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000147s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 111) AND ("version" = '0.1476.1-dev.2371')) LIMIT 1
D, [2018-09-12T00:30:37.788213 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000800s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 707)
D, [2018-09-12T00:30:37.790171 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-bbs') AND ("name" = 'cfdot') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.790804 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000122s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-12T00:30:37.792339 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-bbs') AND ("name" = 'cfdot') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.794042 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-bbs') AND ("name" = 'bbs') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.794921 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000127s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-12T00:30:37.796680 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-bbs') AND ("name" = 'bbs') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.797855 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000123s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'silk') LIMIT 1
D, [2018-09-12T00:30:37.798816 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000148s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 123) AND ("version" = '2.15.0')) LIMIT 1
D, [2018-09-12T00:30:37.799740 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000525s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 720)
D, [2018-09-12T00:30:37.801488 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000166s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-bbs') AND ("name" = 'silk-controller') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.802426 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000111s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-12T00:30:37.804388 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-api') AND ("name" = 'silk-controller') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.805138 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000103s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.805716 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'diego-api', "name" = 'silk-controller', "type" = 'job', "serial_id" = 4 WHERE ("id" = 372)
D, [2018-09-12T00:30:37.807647 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001751s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.808945 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000254s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 372) AND ("original_name" = 'cf_network')) LIMIT 1
D, [2018-09-12T00:30:37.809544 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.810345 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000300s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 372, "original_name" = 'cf_network', "type" = 'cf_network', "name" = 'cf_network', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"diego-api","properties":{"network":"10.255.0.0/16","subnet_prefix_length":24},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"diego-api","id":"31d65451-2211-4992-8136-040e9ebf05f4","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.4","addresses":{"default":"10.0.1.4"},"dns_addresses":{"default":"31d65451-2211-4992-8136-040e9ebf05f4.diego-api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"network":"10.255.0.0/16","subnet_prefix_length":24},"custom":false}', "serial_id" = 4 WHERE ("id" = 601)
D, [2018-09-12T00:30:37.813621 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.003120s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.814162 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.814835 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000200s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 372, "original_name" = 'cf_network', "type" = 'cf_network', "name" = 'cf_network', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"diego-api","properties":{"network":"10.255.0.0/16","subnet_prefix_length":24},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"diego-api","id":"31d65451-2211-4992-8136-040e9ebf05f4","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.4","addresses":{"default":"10.0.1.4"},"dns_addresses":{"default":"31d65451-2211-4992-8136-040e9ebf05f4.diego-api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"network":"10.255.0.0/16","subnet_prefix_length":24},"custom":false}', "serial_id" = 4 WHERE ("id" = 601)
D, [2018-09-12T00:30:37.816201 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001245s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.817952 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-bbs') AND ("name" = 'silk-controller') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.819649 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-api') AND ("name" = 'silk-controller') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.820222 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.820852 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000251s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-api', "name" = 'silk-controller', "type" = 'job', "serial_id" = 4 WHERE ("id" = 530)
D, [2018-09-12T00:30:37.822338 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001357s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.823652 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 530) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-12T00:30:37.824309 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.824969 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 530, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 864)
D, [2018-09-12T00:30:37.826331 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001233s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.826873 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.827480 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000213s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 530, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 864)
D, [2018-09-12T00:30:37.829013 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001420s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.830876 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-bbs') AND ("name" = 'locket') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.831673 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000134s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-12T00:30:37.833309 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-bbs') AND ("name" = 'locket') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.834859 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000126s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:37.835849 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:37.836734 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000497s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:37.837667 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000129s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:37.839750 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'uaa') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.840334 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.840907 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000178s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'uaa', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 373)
D, [2018-09-12T00:30:37.842677 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001640s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.843932 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000175s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 373) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:37.844540 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.845155 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 373, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 602)
D, [2018-09-12T00:30:37.846670 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001330s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.847239 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.847870 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000262s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 373, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 602)
D, [2018-09-12T00:30:37.849175 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001185s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.850234 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000178s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 373) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:37.850826 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.851388 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000167s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 373, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 603)
D, [2018-09-12T00:30:37.852744 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001240s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.853270 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.853860 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 373, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 603)
D, [2018-09-12T00:30:37.855353 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001366s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.856471 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000175s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 373) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:37.857032 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.857548 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000163s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 373, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 604)
D, [2018-09-12T00:30:37.859066 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001384s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.859609 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.860223 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000178s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 373, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 604)
D, [2018-09-12T00:30:37.861643 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001299s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.863486 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'uaa') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.864068 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.864591 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000175s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'uaa', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 531)
D, [2018-09-12T00:30:37.865901 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001176s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.867389 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000248s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 531) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:37.868130 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.868757 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 531, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 865)
D, [2018-09-12T00:30:37.870267 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001385s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.870855 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.871456 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 531, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 865)
D, [2018-09-12T00:30:37.873022 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001448s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.874192 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 531) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:37.874790 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.875397 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 531, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 866)
D, [2018-09-12T00:30:37.876851 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001333s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.877362 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.877992 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 531, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 866)
D, [2018-09-12T00:30:37.879459 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001328s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.880733 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 531) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:37.881313 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.881909 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 531, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 867)
D, [2018-09-12T00:30:37.883543 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001501s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.884060 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.884984 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000476s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 531, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 867)
D, [2018-09-12T00:30:37.886466 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001369s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.887446 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000175s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'uaa') LIMIT 1
D, [2018-09-12T00:30:37.888623 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 125) AND ("version" = '61.0')) LIMIT 1
D, [2018-09-12T00:30:37.889874 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000744s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 722)
D, [2018-09-12T00:30:37.893253 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 125
D, [2018-09-12T00:30:37.901434 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000242s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'uaa') AND ("name" = 'uaa') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.902090 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.902742 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'uaa', "name" = 'uaa', "type" = 'job', "serial_id" = 4 WHERE ("id" = 374)
D, [2018-09-12T00:30:37.904762 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001851s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.906140 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000279s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 374) AND ("original_name" = 'uaa_db')) LIMIT 1
D, [2018-09-12T00:30:37.906791 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.907486 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 374, "original_name" = 'uaa_db', "type" = 'uaa_db', "name" = 'uaa_db', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"uaa","properties":{"uaadb":{"address":"sql-db.service.cf.internal","databases":[{"name":"uaa","tag":"uaa"}],"db_scheme":"mysql","port":3306,"roles":[{"name":"uaa","password":"((uaa_database_password))","tag":"admin"}],"tls_enabled":true},"release_level_backup":true},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"uaa","id":"67564a42-2fc3-4f49-b260-48314fe61e5e","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.5","addresses":{"default":"10.0.1.5"},"dns_addresses":{"default":"67564a42-2fc3-4f49-b260-48314fe61e5e.uaa.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"uaadb":{"address":"sql-db.service.cf.internal","databases":[{"name":"uaa","tag":"uaa"}],"db_scheme":"mysql","port":3306,"roles":[{"name":"uaa","password":"((uaa_database_password))","tag":"admin"}],"tls_enabled":true},"release_level_backup":true},"custom":false}', "serial_id" = 4 WHERE ("id" = 605)
D, [2018-09-12T00:30:37.909188 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001551s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.909776 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.910462 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 374, "original_name" = 'uaa_db', "type" = 'uaa_db', "name" = 'uaa_db', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"uaa","properties":{"uaadb":{"address":"sql-db.service.cf.internal","databases":[{"name":"uaa","tag":"uaa"}],"db_scheme":"mysql","port":3306,"roles":[{"name":"uaa","password":"((uaa_database_password))","tag":"admin"}],"tls_enabled":true},"release_level_backup":true},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"uaa","id":"67564a42-2fc3-4f49-b260-48314fe61e5e","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.5","addresses":{"default":"10.0.1.5"},"dns_addresses":{"default":"67564a42-2fc3-4f49-b260-48314fe61e5e.uaa.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"uaadb":{"address":"sql-db.service.cf.internal","databases":[{"name":"uaa","tag":"uaa"}],"db_scheme":"mysql","port":3306,"roles":[{"name":"uaa","password":"((uaa_database_password))","tag":"admin"}],"tls_enabled":true},"release_level_backup":true},"custom":false}', "serial_id" = 4 WHERE ("id" = 605)
D, [2018-09-12T00:30:37.912018 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001426s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.913290 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 374) AND ("original_name" = 'uaa_keys')) LIMIT 1
D, [2018-09-12T00:30:37.913956 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.914578 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 374, "original_name" = 'uaa_keys', "type" = 'uaa_keys', "name" = 'uaa_keys', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"encryption":{"active_key_label":"default_key","encryption_keys":[{"label":"default_key","passphrase":"((uaa_default_encryption_passphrase))"}]}},"custom":false}', "serial_id" = 4 WHERE ("id" = 606)
D, [2018-09-12T00:30:37.916105 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001381s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.916762 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000087s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.917449 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000219s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 374, "original_name" = 'uaa_keys', "type" = 'uaa_keys', "name" = 'uaa_keys', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"encryption":{"active_key_label":"default_key","encryption_keys":[{"label":"default_key","passphrase":"((uaa_default_encryption_passphrase))"}]}},"custom":false}', "serial_id" = 4 WHERE ("id" = 606)
D, [2018-09-12T00:30:37.918969 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001367s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.930753 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000275s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'uaa') AND ("name" = 'uaa') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.931398 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.932068 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'uaa', "name" = 'uaa', "type" = 'job', "serial_id" = 4 WHERE ("id" = 532)
D, [2018-09-12T00:30:37.933851 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001642s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.937038 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 532) AND ("original_name" = 'router')) LIMIT 1
D, [2018-09-12T00:30:37.937677 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.938335 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000223s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 532, "original_name" = 'router', "type" = 'http-router', "name" = 'router', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 868)
D, [2018-09-12T00:30:37.939953 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001483s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.940527 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000096s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.941129 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 532, "original_name" = 'router', "type" = 'http-router', "name" = 'router', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 868)
D, [2018-09-12T00:30:37.942552 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001308s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.943707 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 532) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-12T00:30:37.944344 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.944947 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 532, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 869)
D, [2018-09-12T00:30:37.946324 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001258s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.946796 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.947403 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 532, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 869)
D, [2018-09-12T00:30:37.948852 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001330s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.949800 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000162s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-12T00:30:37.950870 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000161s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-12T00:30:37.951981 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000635s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 718)
D, [2018-09-12T00:30:37.952870 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000127s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-12T00:30:37.954627 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000213s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'uaa') AND ("name" = 'route_registrar') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.955225 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.955790 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'uaa', "name" = 'route_registrar', "type" = 'job', "serial_id" = 4 WHERE ("id" = 533)
D, [2018-09-12T00:30:37.957538 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001605s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.958851 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 533) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-12T00:30:37.960439 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.961129 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 533, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 870)
D, [2018-09-12T00:30:37.962638 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001381s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.963217 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.963837 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000246s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 533, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 870)
D, [2018-09-12T00:30:37.965321 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001348s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.966254 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000139s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'statsd-injector') LIMIT 1
D, [2018-09-12T00:30:37.967278 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000159s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 124) AND ("version" = '1.3.0')) LIMIT 1
D, [2018-09-12T00:30:37.968037 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000321s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 721)
D, [2018-09-12T00:30:37.969070 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 124
D, [2018-09-12T00:30:37.970594 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000120s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:37.971520 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000135s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:37.972363 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000451s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:37.973902 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'blobstore') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.974652 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000109s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:37.976907 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'singleton-blobstore') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:37.977435 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.978024 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'singleton-blobstore', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 375)
D, [2018-09-12T00:30:37.980005 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001843s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.981338 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 375) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:37.981928 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.982568 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 375, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 607)
D, [2018-09-12T00:30:37.985385 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.002649s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.986010 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.986584 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 375, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 607)
D, [2018-09-12T00:30:37.987957 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001244s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.989054 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 375) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:37.989540 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.990126 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 375, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 608)
D, [2018-09-12T00:30:37.991614 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001375s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.992241 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.992801 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 375, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 608)
D, [2018-09-12T00:30:37.994325 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001410s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.995551 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 375) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:37.996078 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:37.996617 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 375, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 609)
D, [2018-09-12T00:30:37.998192 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001443s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:37.998889 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.001245 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001903s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 375, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 609)
D, [2018-09-12T00:30:38.003190 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001793s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.010381 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000245s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'blobstore') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.012423 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'singleton-blobstore') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.013057 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.013862 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000275s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'singleton-blobstore', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 534)
D, [2018-09-12T00:30:38.015465 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001456s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.016984 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000219s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 534) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:38.017628 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.018356 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000228s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 534, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 871)
D, [2018-09-12T00:30:38.020428 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001935s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.021020 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.021652 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000239s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 534, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 871)
D, [2018-09-12T00:30:38.023090 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001305s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.024287 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 534) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:38.024835 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.025442 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 534, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 872)
D, [2018-09-12T00:30:38.027312 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001754s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.027904 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.028501 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000225s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 534, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 872)
D, [2018-09-12T00:30:38.030039 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001412s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.031222 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 534) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:38.031776 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.032375 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 534, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 873)
D, [2018-09-12T00:30:38.033897 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001405s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.034389 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.035098 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 534, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 873)
D, [2018-09-12T00:30:38.036573 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001364s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.037448 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000150s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'capi') LIMIT 1
D, [2018-09-12T00:30:38.038524 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000149s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 104) AND ("version" = '1.68.0')) LIMIT 1
D, [2018-09-12T00:30:38.039892 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000966s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 700)
D, [2018-09-12T00:30:38.041865 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'blobstore') AND ("name" = 'blobstore') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.042595 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000115s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 104
D, [2018-09-12T00:30:38.044222 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'blobstore') AND ("name" = 'blobstore') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.045637 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000162s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'singleton-blobstore') AND ("name" = 'blobstore') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.046179 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.046805 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'singleton-blobstore', "name" = 'blobstore', "type" = 'job', "serial_id" = 4 WHERE ("id" = 535)
D, [2018-09-12T00:30:38.048667 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001726s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.050011 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 535) AND ("original_name" = 'directories_to_backup')) LIMIT 1
D, [2018-09-12T00:30:38.050610 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.053144 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000228s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 535, "original_name" = 'directories_to_backup', "type" = 'directories_to_backup', "name" = 'directories_to_backup', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 874)
D, [2018-09-12T00:30:38.054735 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001452s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.058826 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.059582 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000258s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 535, "original_name" = 'directories_to_backup', "type" = 'directories_to_backup', "name" = 'directories_to_backup', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 874)
D, [2018-09-12T00:30:38.061075 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001360s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.063949 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000148s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-12T00:30:38.065084 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000145s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-12T00:30:38.066098 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000620s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 718)
D, [2018-09-12T00:30:38.067808 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000241s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'blobstore') AND ("name" = 'route_registrar') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.068515 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000117s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-12T00:30:38.070197 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000338s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'blobstore') AND ("name" = 'route_registrar') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.071845 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000238s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'singleton-blobstore') AND ("name" = 'route_registrar') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.072386 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.072964 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'singleton-blobstore', "name" = 'route_registrar', "type" = 'job', "serial_id" = 4 WHERE ("id" = 536)
D, [2018-09-12T00:30:38.074885 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001788s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.076191 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 536) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-12T00:30:38.076864 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.077506 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000236s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 536, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 875)
D, [2018-09-12T00:30:38.079289 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001649s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.079951 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.080560 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000230s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 536, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 875)
D, [2018-09-12T00:30:38.082035 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001351s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.083561 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000150s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:38.084597 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000156s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:38.085600 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000460s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:38.086561 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:38.088632 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000163s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'api') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.089179 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.089733 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000158s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 376)
D, [2018-09-12T00:30:38.091300 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001438s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.092516 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 376) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:38.093219 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.093814 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 376, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 610)
D, [2018-09-12T00:30:38.095352 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001399s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.095975 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.096608 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 376, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 610)
D, [2018-09-12T00:30:38.098085 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001360s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.099215 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000178s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 376) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:38.099802 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.100380 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 376, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 611)
D, [2018-09-12T00:30:38.101857 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001355s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.102318 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.102846 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000180s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 376, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 611)
D, [2018-09-12T00:30:38.104458 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001430s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.105664 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 376) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:38.106352 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.106985 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 376, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 612)
D, [2018-09-12T00:30:38.108557 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001453s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.109137 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.109704 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 376, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 612)
D, [2018-09-12T00:30:38.111344 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001415s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.113149 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'api') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.113645 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000036s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.114215 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000162s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 537)
D, [2018-09-12T00:30:38.115677 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001341s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.117057 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 537) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:38.117942 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000086s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.118509 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 537, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 876)
D, [2018-09-12T00:30:38.120157 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001523s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.120629 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.121265 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 537, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 876)
D, [2018-09-12T00:30:38.122832 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001451s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.123969 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 537) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:38.124481 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.125049 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 537, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 877)
D, [2018-09-12T00:30:38.126836 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001669s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.127368 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.127938 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 537, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 877)
D, [2018-09-12T00:30:38.129515 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001463s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.130659 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 537) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:38.131255 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.131789 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 537, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 878)
D, [2018-09-12T00:30:38.133368 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001458s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.133873 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000092s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.134388 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 537, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 878)
D, [2018-09-12T00:30:38.135766 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001249s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.136589 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000138s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'capi') LIMIT 1
D, [2018-09-12T00:30:38.137673 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000157s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 104) AND ("version" = '1.68.0')) LIMIT 1
D, [2018-09-12T00:30:38.139044 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000963s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 700)
D, [2018-09-12T00:30:38.142052 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000123s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 104
D, [2018-09-12T00:30:38.149078 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'api') AND ("name" = 'cloud_controller_ng') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.149664 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.150311 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'cloud_controller_ng', "type" = 'job', "serial_id" = 4 WHERE ("id" = 377)
D, [2018-09-12T00:30:38.152099 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001652s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.153320 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 377) AND ("original_name" = 'cloud_controller')) LIMIT 1
D, [2018-09-12T00:30:38.153973 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.154585 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 377, "original_name" = 'cloud_controller', "type" = 'cloud_controller', "name" = 'cloud_controller', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"system_domain":"gorgophone.cf-app.com","app_domains":["gorgophone.cf-app.com"]},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = true, "consumable" = true, "metadata" = '{"mapped_properties":{"system_domain":"gorgophone.cf-app.com","app_domains":["gorgophone.cf-app.com"]},"custom":false}', "serial_id" = 4 WHERE ("id" = 613)
D, [2018-09-12T00:30:38.156217 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001476s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.156859 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000106s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.157464 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 377, "original_name" = 'cloud_controller', "type" = 'cloud_controller', "name" = 'cloud_controller', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"system_domain":"gorgophone.cf-app.com","app_domains":["gorgophone.cf-app.com"]},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = true, "consumable" = true, "metadata" = '{"mapped_properties":{"system_domain":"gorgophone.cf-app.com","app_domains":["gorgophone.cf-app.com"]},"custom":false}', "serial_id" = 4 WHERE ("id" = 613)
D, [2018-09-12T00:30:38.159018 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001428s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.160282 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 377) AND ("original_name" = 'cloud_controller_db')) LIMIT 1
D, [2018-09-12T00:30:38.160837 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.177671 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.016355s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 377, "original_name" = 'cloud_controller_db', "type" = 'cloud_controller_db', "name" = 'cloud_controller_db', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"ccdb":{"address":"sql-db.service.cf.internal","ca_cert":"((pxc_server_ca.certificate))","databases":[{"name":"cloud_controller","tag":"cc"}],"db_scheme":"mysql","port":3306,"roles":[{"name":"cloud_controller","password":"((cc_database_password))","tag":"admin"}],"connection_validation_timeout":3600,"max_connections":25,"pool_timeout":10,"read_timeout":3600,"ssl_verify_hostname":true}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"ccdb":{"address":"sql-db.service.cf.internal","ca_cert":"((pxc_server_ca.certificate))","databases":[{"name":"cloud_controller","tag":"cc"}],"db_scheme":"mysql","port":3306,"roles":[{"name":"cloud_controller","password":"((cc_database_password))","tag":"admin"}],"connection_validation_timeout":3600,"max_connections":25,"pool_timeout":10,"read_timeout":3600,"ssl_verify_hostname":true}},"custom":false}', "serial_id" = 4 WHERE ("id" = 614)
D, [2018-09-12T00:30:38.179623 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001690s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.180420 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.181287 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000325s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 377, "original_name" = 'cloud_controller_db', "type" = 'cloud_controller_db', "name" = 'cloud_controller_db', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"ccdb":{"address":"sql-db.service.cf.internal","ca_cert":"((pxc_server_ca.certificate))","databases":[{"name":"cloud_controller","tag":"cc"}],"db_scheme":"mysql","port":3306,"roles":[{"name":"cloud_controller","password":"((cc_database_password))","tag":"admin"}],"connection_validation_timeout":3600,"max_connections":25,"pool_timeout":10,"read_timeout":3600,"ssl_verify_hostname":true}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"ccdb":{"address":"sql-db.service.cf.internal","ca_cert":"((pxc_server_ca.certificate))","databases":[{"name":"cloud_controller","tag":"cc"}],"db_scheme":"mysql","port":3306,"roles":[{"name":"cloud_controller","password":"((cc_database_password))","tag":"admin"}],"connection_validation_timeout":3600,"max_connections":25,"pool_timeout":10,"read_timeout":3600,"ssl_verify_hostname":true}},"custom":false}', "serial_id" = 4 WHERE ("id" = 614)
D, [2018-09-12T00:30:38.182983 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001515s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.184416 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000239s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 377) AND ("original_name" = 'directories_to_backup')) LIMIT 1
D, [2018-09-12T00:30:38.185025 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.185797 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000266s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 377, "original_name" = 'directories_to_backup', "type" = 'directories_to_backup', "name" = 'directories_to_backup', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"cc":{"packages":{"app_package_directory_key":"cc-packages"},"droplets":{"droplet_directory_key":"cc-droplets"},"buildpacks":{"buildpack_directory_key":"cc-buildpacks"}}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"cc":{"packages":{"app_package_directory_key":"cc-packages"},"droplets":{"droplet_directory_key":"cc-droplets"},"buildpacks":{"buildpack_directory_key":"cc-buildpacks"}}},"custom":false}', "serial_id" = 4 WHERE ("id" = 615)
D, [2018-09-12T00:30:38.187731 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001800s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.188370 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.189068 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 377, "original_name" = 'directories_to_backup', "type" = 'directories_to_backup', "name" = 'directories_to_backup', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"cc":{"packages":{"app_package_directory_key":"cc-packages"},"droplets":{"droplet_directory_key":"cc-droplets"},"buildpacks":{"buildpack_directory_key":"cc-buildpacks"}}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"cc":{"packages":{"app_package_directory_key":"cc-packages"},"droplets":{"droplet_directory_key":"cc-droplets"},"buildpacks":{"buildpack_directory_key":"cc-buildpacks"}}},"custom":false}', "serial_id" = 4 WHERE ("id" = 615)
D, [2018-09-12T00:30:38.190704 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001499s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.191988 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 377) AND ("original_name" = 'cloud_controller_https_endpoint')) LIMIT 1
D, [2018-09-12T00:30:38.192549 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.193167 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 377, "original_name" = 'cloud_controller_https_endpoint', "type" = 'cloud_controller_https_endpoint', "name" = 'cloud_controller_https_endpoint', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"cc":{"internal_service_hostname":"cloud-controller-ng.service.cf.internal","public_tls":{"port":9024,"ca_cert":"((service_cf_internal_ca.certificate))"}}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"cc":{"internal_service_hostname":"cloud-controller-ng.service.cf.internal","public_tls":{"port":9024,"ca_cert":"((service_cf_internal_ca.certificate))"}}},"custom":false}', "serial_id" = 4 WHERE ("id" = 616)
D, [2018-09-12T00:30:38.194680 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001346s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.195249 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.195897 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 377, "original_name" = 'cloud_controller_https_endpoint', "type" = 'cloud_controller_https_endpoint', "name" = 'cloud_controller_https_endpoint', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"cc":{"internal_service_hostname":"cloud-controller-ng.service.cf.internal","public_tls":{"port":9024,"ca_cert":"((service_cf_internal_ca.certificate))"}}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"cc":{"internal_service_hostname":"cloud-controller-ng.service.cf.internal","public_tls":{"port":9024,"ca_cert":"((service_cf_internal_ca.certificate))"}}},"custom":false}', "serial_id" = 4 WHERE ("id" = 616)
D, [2018-09-12T00:30:38.197396 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001324s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.198857 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 377) AND ("original_name" = 'cloud_controller_mtls_endpoint')) LIMIT 1
D, [2018-09-12T00:30:38.199453 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.200018 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 377, "original_name" = 'cloud_controller_mtls_endpoint', "type" = 'cloud_controller_mtls_endpoint', "name" = 'cloud_controller_mtls_endpoint', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"cc":{"internal_service_hostname":"cloud-controller-ng.service.cf.internal","tls_port":9023,"mutual_tls":{"ca_cert":"((service_cf_internal_ca.certificate))"}}},"custom":false}', "serial_id" = 4 WHERE ("id" = 617)
D, [2018-09-12T00:30:38.201498 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001363s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.202101 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.202645 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000180s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 377, "original_name" = 'cloud_controller_mtls_endpoint', "type" = 'cloud_controller_mtls_endpoint', "name" = 'cloud_controller_mtls_endpoint', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"cc":{"internal_service_hostname":"cloud-controller-ng.service.cf.internal","tls_port":9023,"mutual_tls":{"ca_cert":"((service_cf_internal_ca.certificate))"}}},"custom":false}', "serial_id" = 4 WHERE ("id" = 617)
D, [2018-09-12T00:30:38.204177 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001416s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.206690 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000331s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 377) AND ("original_name" = 'cloud_controller_internal')) LIMIT 1
D, [2018-09-12T00:30:38.207270 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.208301 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000626s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 377, "original_name" = 'cloud_controller_internal', "type" = 'cloud_controller_internal', "name" = 'cloud_controller_internal', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"cc":{"bits_service":{"ca_cert":"","enabled":false,"password":"","private_endpoint":"","public_endpoint":"","username":""},"buildpacks":{"blobstore_type":"webdav","buildpack_directory_key":"cc-buildpacks","cdn":{"key_pair_id":"","private_key":"","uri":""},"fog_aws_storage_options":{},"fog_connection":null,"webdav_config":{"blobstore_timeout":5,"ca_cert":"((service_cf_internal_ca.certificate))","password":"((blobstore_admin_users_password))","private_endpoint":"https://blobstore.service.cf.internal:4443","public_endpoint":"https://blobstore.gorgophone.cf-app.com","username":"blobstore-user"}},"credential_references":{"interpolate_service_bindings":true},"database_encryption":{"current_key_label":"encryption_key_0","keys":{"encryption_key_0":"((cc_db_encryption_key))"}},"db_encryption_key":"((cc_db_encryption_key))","db_logging_level":"debug2","default_health_check_timeout":60,"default_stack":"cflinuxfs2","droplets":{"blobstore_type":"webdav","cdn":{"key_pair_id":"","private_key":"","uri":""},"droplet_directory_key":"cc-droplets","fog_aws_storage_options":{},"fog_connection":null,"webdav_config":{"blobstore_timeout":5,"ca_cert":"((service_cf_internal_ca.certificate))","password":"((blobstore_admin_users_password))","private_endpoint":"https://blobstore.service.cf.internal:4443","public_endpoint":"https://blobstore.gorgophone.cf-app.com","username":"blobstore-user"}},"external_host":"api","external_port":9022,"external_protocol":"https","internal_service_hostname":"cloud-controller-ng.service.cf.internal","log_db_queries":false,"logging_level":"info","logging_max_retries":1,"packages":{"app_package_directory_key":"cc-packages","blobstore_type":"webdav","cdn":{"key_pair_id":"","private_key":"","uri":""},"fog_aws_storage_options":{},"fog_connection":null,"max_package_size":1073741824,"webdav_config":{"blobstore_timeout":5,"ca_cert":"((service_cf_internal_ca.certificate))","password":"((blobstore_admin_users_password))","private_endpoint":"https://blobstore.service.cf.internal:4443","public_endpoint":"https://blobstore.gorgophone.cf-app.com","username":"blobstore-user"}},"resource_pool":{"blobstore_type":"webdav","cdn":{"key_pair_id":"","private_key":"","uri":""},"fog_aws_storage_options":{},"fog_connection":null,"maximum_size":536870912,"minimum_size":65536,"resource_directory_key":"cc-resources","webdav_config":{"blobstore_timeout":5,"ca_cert":"((service_cf_internal_ca.certificate))","password":"((blobstore_admin_users_password))","private_endpoint":"https://blobstore.service.cf.internal:4443","public_endpoint":"https://blobstore.gorgophone.cf-app.com","username":"blobstore-user"}},"stacks":[{"description":"Cloud Foundry Linux-based filesystem","name":"cflinuxfs2"},{"description":"Windows Server 2016","name":"windows2016"},{"description":"Cloud Foundry Linux-based filesystem (Ubuntu 18.04)","name":"cflinuxfs3"}],"staging_timeout_in_seconds":900,"staging_upload_password":"((cc_staging_upload_password))","staging_upload_user":"staging_user","statsd_host":"127.0.0.1","statsd_port":8125,"system_hostnames":["api","uaa","login","doppler","loggregator","hm9000","credhub"],"tls_port":9023,"uaa":{"client_timeout":60},"volume_services_enabled":true},"copilot":{"client_ca_file":null,"client_chain_file":null,"client_key_file":null,"enabled":false,"host":"copilot.service.cf.internal"},"credhub_api":{"ca_cert":"((credhub_ca.certificate))","hostname":"credhub.service.cf.internal"},"routing_api":{"enabled":true},"ssl":{"skip_cert_verify":true},"system_domain":"gorgophone.cf-app.com","uaa":{"clients":{"cc_routing":{"secret":"((uaa_clients_cc-routing_secret))"}}}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"cc":{"bits_service":{"ca_cert":"","enabled":false,"password":"","private_endpoint":"","public_endpoint":"","username":""},"buildpacks":{"blobstore_type":"webdav","buildpack_directory_key":"cc-buildpacks","cdn":{"key_pair_id":"","private_key":"","uri":""},"fog_aws_storage_options":{},"fog_connection":null,"webdav_config":{"blobstore_timeout":5,"ca_cert":"((service_cf_internal_ca.certificate))","password":"((blobstore_admin_users_password))","private_endpoint":"https://blobstore.service.cf.internal:4443","public_endpoint":"https://blobstore.gorgophone.cf-app.com","username":"blobstore-user"}},"credential_references":{"interpolate_service_bindings":true},"database_encryption":{"current_key_label":"encryption_key_0","keys":{"encryption_key_0":"((cc_db_encryption_key))"}},"db_encryption_key":"((cc_db_encryption_key))","db_logging_level":"debug2","default_health_check_timeout":60,"default_stack":"cflinuxfs2","droplets":{"blobstore_type":"webdav","cdn":{"key_pair_id":"","private_key":"","uri":""},"droplet_directory_key":"cc-droplets","fog_aws_storage_options":{},"fog_connection":null,"webdav_config":{"blobstore_timeout":5,"ca_cert":"((service_cf_internal_ca.certificate))","password":"((blobstore_admin_users_password))","private_endpoint":"https://blobstore.service.cf.internal:4443","public_endpoint":"https://blobstore.gorgophone.cf-app.com","username":"blobstore-user"}},"external_host":"api","external_port":9022,"external_protocol":"https","internal_service_hostname":"cloud-controller-ng.service.cf.internal","log_db_queries":false,"logging_level":"info","logging_max_retries":1,"packages":{"app_package_directory_key":"cc-packages","blobstore_type":"webdav","cdn":{"key_pair_id":"","private_key":"","uri":""},"fog_aws_storage_options":{},"fog_connection":null,"max_package_size":1073741824,"webdav_config":{"blobstore_timeout":5,"ca_cert":"((service_cf_internal_ca.certificate))","password":"((blobstore_admin_users_password))","private_endpoint":"https://blobstore.service.cf.internal:4443","public_endpoint":"https://blobstore.gorgophone.cf-app.com","username":"blobstore-user"}},"resource_pool":{"blobstore_type":"webdav","cdn":{"key_pair_id":"","private_key":"","uri":""},"fog_aws_storage_options":{},"fog_connection":null,"maximum_size":536870912,"minimum_size":65536,"resource_directory_key":"cc-resources","webdav_config":{"blobstore_timeout":5,"ca_cert":"((service_cf_internal_ca.certificate))","password":"((blobstore_admin_users_password))","private_endpoint":"https://blobstore.service.cf.internal:4443","public_endpoint":"https://blobstore.gorgophone.cf-app.com","username":"blobstore-user"}},"stacks":[{"description":"Cloud Foundry Linux-based filesystem","name":"cflinuxfs2"},{"description":"Windows Server 2016","name":"windows2016"},{"description":"Cloud Foundry Linux-based filesystem (Ubuntu 18.04)","name":"cflinuxfs3"}],"staging_timeout_in_seconds":900,"staging_upload_password":"((cc_staging_upload_password))","staging_upload_user":"staging_user","statsd_host":"127.0.0.1","statsd_port":8125,"system_hostnames":["api","uaa","login","doppler","loggregator","hm9000","credhub"],"tls_port":9023,"uaa":{"client_timeout":60},"volume_services_enabled":true},"copilot":{"client_ca_file":null,"client_chain_file":null,"client_key_file":null,"enabled":false,"host":"copilot.service.cf.internal"},"credhub_api":{"ca_cert":"((credhub_ca.certificate))","hostname":"credhub.service.cf.internal"},"routing_api":{"enabled":true},"ssl":{"skip_cert_verify":true},"system_domain":"gorgophone.cf-app.com","uaa":{"clients":{"cc_routing":{"secret":"((uaa_clients_cc-routing_secret))"}}}},"custom":false}', "serial_id" = 4 WHERE ("id" = 618)
D, [2018-09-12T00:30:38.209953 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001420s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.210740 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.211633 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000394s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 377, "original_name" = 'cloud_controller_internal', "type" = 'cloud_controller_internal', "name" = 'cloud_controller_internal', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"cc":{"bits_service":{"ca_cert":"","enabled":false,"password":"","private_endpoint":"","public_endpoint":"","username":""},"buildpacks":{"blobstore_type":"webdav","buildpack_directory_key":"cc-buildpacks","cdn":{"key_pair_id":"","private_key":"","uri":""},"fog_aws_storage_options":{},"fog_connection":null,"webdav_config":{"blobstore_timeout":5,"ca_cert":"((service_cf_internal_ca.certificate))","password":"((blobstore_admin_users_password))","private_endpoint":"https://blobstore.service.cf.internal:4443","public_endpoint":"https://blobstore.gorgophone.cf-app.com","username":"blobstore-user"}},"credential_references":{"interpolate_service_bindings":true},"database_encryption":{"current_key_label":"encryption_key_0","keys":{"encryption_key_0":"((cc_db_encryption_key))"}},"db_encryption_key":"((cc_db_encryption_key))","db_logging_level":"debug2","default_health_check_timeout":60,"default_stack":"cflinuxfs2","droplets":{"blobstore_type":"webdav","cdn":{"key_pair_id":"","private_key":"","uri":""},"droplet_directory_key":"cc-droplets","fog_aws_storage_options":{},"fog_connection":null,"webdav_config":{"blobstore_timeout":5,"ca_cert":"((service_cf_internal_ca.certificate))","password":"((blobstore_admin_users_password))","private_endpoint":"https://blobstore.service.cf.internal:4443","public_endpoint":"https://blobstore.gorgophone.cf-app.com","username":"blobstore-user"}},"external_host":"api","external_port":9022,"external_protocol":"https","internal_service_hostname":"cloud-controller-ng.service.cf.internal","log_db_queries":false,"logging_level":"info","logging_max_retries":1,"packages":{"app_package_directory_key":"cc-packages","blobstore_type":"webdav","cdn":{"key_pair_id":"","private_key":"","uri":""},"fog_aws_storage_options":{},"fog_connection":null,"max_package_size":1073741824,"webdav_config":{"blobstore_timeout":5,"ca_cert":"((service_cf_internal_ca.certificate))","password":"((blobstore_admin_users_password))","private_endpoint":"https://blobstore.service.cf.internal:4443","public_endpoint":"https://blobstore.gorgophone.cf-app.com","username":"blobstore-user"}},"resource_pool":{"blobstore_type":"webdav","cdn":{"key_pair_id":"","private_key":"","uri":""},"fog_aws_storage_options":{},"fog_connection":null,"maximum_size":536870912,"minimum_size":65536,"resource_directory_key":"cc-resources","webdav_config":{"blobstore_timeout":5,"ca_cert":"((service_cf_internal_ca.certificate))","password":"((blobstore_admin_users_password))","private_endpoint":"https://blobstore.service.cf.internal:4443","public_endpoint":"https://blobstore.gorgophone.cf-app.com","username":"blobstore-user"}},"stacks":[{"description":"Cloud Foundry Linux-based filesystem","name":"cflinuxfs2"},{"description":"Windows Server 2016","name":"windows2016"},{"description":"Cloud Foundry Linux-based filesystem (Ubuntu 18.04)","name":"cflinuxfs3"}],"staging_timeout_in_seconds":900,"staging_upload_password":"((cc_staging_upload_password))","staging_upload_user":"staging_user","statsd_host":"127.0.0.1","statsd_port":8125,"system_hostnames":["api","uaa","login","doppler","loggregator","hm9000","credhub"],"tls_port":9023,"uaa":{"client_timeout":60},"volume_services_enabled":true},"copilot":{"client_ca_file":null,"client_chain_file":null,"client_key_file":null,"enabled":false,"host":"copilot.service.cf.internal"},"credhub_api":{"ca_cert":"((credhub_ca.certificate))","hostname":"credhub.service.cf.internal"},"routing_api":{"enabled":true},"ssl":{"skip_cert_verify":true},"system_domain":"gorgophone.cf-app.com","uaa":{"clients":{"cc_routing":{"secret":"((uaa_clients_cc-routing_secret))"}}}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"cc":{"bits_service":{"ca_cert":"","enabled":false,"password":"","private_endpoint":"","public_endpoint":"","username":""},"buildpacks":{"blobstore_type":"webdav","buildpack_directory_key":"cc-buildpacks","cdn":{"key_pair_id":"","private_key":"","uri":""},"fog_aws_storage_options":{},"fog_connection":null,"webdav_config":{"blobstore_timeout":5,"ca_cert":"((service_cf_internal_ca.certificate))","password":"((blobstore_admin_users_password))","private_endpoint":"https://blobstore.service.cf.internal:4443","public_endpoint":"https://blobstore.gorgophone.cf-app.com","username":"blobstore-user"}},"credential_references":{"interpolate_service_bindings":true},"database_encryption":{"current_key_label":"encryption_key_0","keys":{"encryption_key_0":"((cc_db_encryption_key))"}},"db_encryption_key":"((cc_db_encryption_key))","db_logging_level":"debug2","default_health_check_timeout":60,"default_stack":"cflinuxfs2","droplets":{"blobstore_type":"webdav","cdn":{"key_pair_id":"","private_key":"","uri":""},"droplet_directory_key":"cc-droplets","fog_aws_storage_options":{},"fog_connection":null,"webdav_config":{"blobstore_timeout":5,"ca_cert":"((service_cf_internal_ca.certificate))","password":"((blobstore_admin_users_password))","private_endpoint":"https://blobstore.service.cf.internal:4443","public_endpoint":"https://blobstore.gorgophone.cf-app.com","username":"blobstore-user"}},"external_host":"api","external_port":9022,"external_protocol":"https","internal_service_hostname":"cloud-controller-ng.service.cf.internal","log_db_queries":false,"logging_level":"info","logging_max_retries":1,"packages":{"app_package_directory_key":"cc-packages","blobstore_type":"webdav","cdn":{"key_pair_id":"","private_key":"","uri":""},"fog_aws_storage_options":{},"fog_connection":null,"max_package_size":1073741824,"webdav_config":{"blobstore_timeout":5,"ca_cert":"((service_cf_internal_ca.certificate))","password":"((blobstore_admin_users_password))","private_endpoint":"https://blobstore.service.cf.internal:4443","public_endpoint":"https://blobstore.gorgophone.cf-app.com","username":"blobstore-user"}},"resource_pool":{"blobstore_type":"webdav","cdn":{"key_pair_id":"","private_key":"","uri":""},"fog_aws_storage_options":{},"fog_connection":null,"maximum_size":536870912,"minimum_size":65536,"resource_directory_key":"cc-resources","webdav_config":{"blobstore_timeout":5,"ca_cert":"((service_cf_internal_ca.certificate))","password":"((blobstore_admin_users_password))","private_endpoint":"https://blobstore.service.cf.internal:4443","public_endpoint":"https://blobstore.gorgophone.cf-app.com","username":"blobstore-user"}},"stacks":[{"description":"Cloud Foundry Linux-based filesystem","name":"cflinuxfs2"},{"description":"Windows Server 2016","name":"windows2016"},{"description":"Cloud Foundry Linux-based filesystem (Ubuntu 18.04)","name":"cflinuxfs3"}],"staging_timeout_in_seconds":900,"staging_upload_password":"((cc_staging_upload_password))","staging_upload_user":"staging_user","statsd_host":"127.0.0.1","statsd_port":8125,"system_hostnames":["api","uaa","login","doppler","loggregator","hm9000","credhub"],"tls_port":9023,"uaa":{"client_timeout":60},"volume_services_enabled":true},"copilot":{"client_ca_file":null,"client_chain_file":null,"client_key_file":null,"enabled":false,"host":"copilot.service.cf.internal"},"credhub_api":{"ca_cert":"((credhub_ca.certificate))","hostname":"credhub.service.cf.internal"},"routing_api":{"enabled":true},"ssl":{"skip_cert_verify":true},"system_domain":"gorgophone.cf-app.com","uaa":{"clients":{"cc_routing":{"secret":"((uaa_clients_cc-routing_secret))"}}}},"custom":false}', "serial_id" = 4 WHERE ("id" = 618)
D, [2018-09-12T00:30:38.213284 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001470s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.217080 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000249s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'api') AND ("name" = 'cloud_controller_ng') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.217642 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.218271 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'cloud_controller_ng', "type" = 'job', "serial_id" = 4 WHERE ("id" = 538)
D, [2018-09-12T00:30:38.220228 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001830s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.223362 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000213s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 538) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-12T00:30:38.224005 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.224711 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000216s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 538, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 879)
D, [2018-09-12T00:30:38.226548 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001687s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.227145 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.227802 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 538, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 879)
D, [2018-09-12T00:30:38.229587 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001657s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.230858 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 538) AND ("original_name" = 'cc_uploader')) LIMIT 1
D, [2018-09-12T00:30:38.231452 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.232064 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 538, "original_name" = 'cc_uploader', "type" = 'cc_uploader', "name" = 'cc_uploader', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 880)
D, [2018-09-12T00:30:38.233645 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001460s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.234254 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.234878 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 538, "original_name" = 'cc_uploader', "type" = 'cc_uploader', "name" = 'cc_uploader', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 880)
D, [2018-09-12T00:30:38.236505 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001481s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.237583 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 538) AND ("original_name" = 'perm')) LIMIT 1
D, [2018-09-12T00:30:38.238261 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.238820 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 538, "original_name" = 'perm', "type" = 'perm', "name" = 'perm', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 881)
D, [2018-09-12T00:30:38.240317 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001369s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.240852 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.241500 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000279s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 538, "original_name" = 'perm', "type" = 'perm', "name" = 'perm', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 881)
D, [2018-09-12T00:30:38.243139 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001443s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.244206 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000180s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 538) AND ("original_name" = 'credhub')) LIMIT 1
D, [2018-09-12T00:30:38.244737 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.245343 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 538, "original_name" = 'credhub', "type" = 'credhub', "name" = 'credhub', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 882)
D, [2018-09-12T00:30:38.246897 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001424s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.247424 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.248021 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000238s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 538, "original_name" = 'credhub', "type" = 'credhub', "name" = 'credhub', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 882)
D, [2018-09-12T00:30:38.249466 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001328s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.250607 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 538) AND ("original_name" = 'cloud_controller_to_copilot_conn')) LIMIT 1
D, [2018-09-12T00:30:38.251220 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.251756 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 538, "original_name" = 'cloud_controller_to_copilot_conn', "type" = 'cloud_controller_to_copilot_conn', "name" = 'cloud_controller_to_copilot_conn', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 883)
D, [2018-09-12T00:30:38.253448 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001550s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.254063 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000091s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.254628 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 538, "original_name" = 'cloud_controller_to_copilot_conn', "type" = 'cloud_controller_to_copilot_conn', "name" = 'cloud_controller_to_copilot_conn', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 883)
D, [2018-09-12T00:30:38.256045 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001306s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.257075 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 538) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-12T00:30:38.257667 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.258223 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 538, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 884)
D, [2018-09-12T00:30:38.259755 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001373s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.260272 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.260941 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 538, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 884)
D, [2018-09-12T00:30:38.262374 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001307s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.263308 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000139s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'binary-buildpack') LIMIT 1
D, [2018-09-12T00:30:38.264387 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000160s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 101) AND ("version" = '1.0.25')) LIMIT 1
D, [2018-09-12T00:30:38.265099 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000338s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 697)
D, [2018-09-12T00:30:38.266062 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000131s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 101
D, [2018-09-12T00:30:38.267076 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000154s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'dotnet-core-buildpack') LIMIT 1
D, [2018-09-12T00:30:38.267963 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000132s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 112) AND ("version" = '2.1.4')) LIMIT 1
D, [2018-09-12T00:30:38.268730 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000282s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 708)
D, [2018-09-12T00:30:38.269577 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000108s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 112
D, [2018-09-12T00:30:38.270481 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000119s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'go-buildpack') LIMIT 1
D, [2018-09-12T00:30:38.271375 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000127s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 113) AND ("version" = '1.8.26')) LIMIT 1
D, [2018-09-12T00:30:38.272120 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000279s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 709)
D, [2018-09-12T00:30:38.272913 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000123s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 113
D, [2018-09-12T00:30:38.273811 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000111s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'java-buildpack') LIMIT 1
D, [2018-09-12T00:30:38.274648 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000125s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 114) AND ("version" = '4.15')) LIMIT 1
D, [2018-09-12T00:30:38.275291 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000269s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 710)
D, [2018-09-12T00:30:38.276158 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000106s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 114
D, [2018-09-12T00:30:38.277091 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000147s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'nodejs-buildpack') LIMIT 1
D, [2018-09-12T00:30:38.277967 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000130s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 117) AND ("version" = '1.6.30')) LIMIT 1
D, [2018-09-12T00:30:38.278595 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000280s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 714)
D, [2018-09-12T00:30:38.279778 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 117
D, [2018-09-12T00:30:38.280596 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000115s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'php-buildpack') LIMIT 1
D, [2018-09-12T00:30:38.281546 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000130s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 118) AND ("version" = '4.3.59')) LIMIT 1
D, [2018-09-12T00:30:38.282162 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000277s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 715)
D, [2018-09-12T00:30:38.283059 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000138s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 118
D, [2018-09-12T00:30:38.283855 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000126s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'python-buildpack') LIMIT 1
D, [2018-09-12T00:30:38.284732 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000125s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 119) AND ("version" = '1.6.20')) LIMIT 1
D, [2018-09-12T00:30:38.285350 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000263s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 716)
D, [2018-09-12T00:30:38.286167 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000106s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 119
D, [2018-09-12T00:30:38.287034 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000146s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'ruby-buildpack') LIMIT 1
D, [2018-09-12T00:30:38.287945 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000176s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 120) AND ("version" = '1.7.22')) LIMIT 1
D, [2018-09-12T00:30:38.288539 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000253s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 717)
D, [2018-09-12T00:30:38.289336 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000107s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 120
D, [2018-09-12T00:30:38.290194 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000112s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'staticfile-buildpack') LIMIT 1
D, [2018-09-12T00:30:38.291120 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 122) AND ("version" = '1.4.31')) LIMIT 1
D, [2018-09-12T00:30:38.291743 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000249s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 719)
D, [2018-09-12T00:30:38.292528 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 122
D, [2018-09-12T00:30:38.293373 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000112s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-12T00:30:38.294217 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000126s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-12T00:30:38.295205 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000605s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 718)
D, [2018-09-12T00:30:38.296017 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000117s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-12T00:30:38.297640 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'api') AND ("name" = 'route_registrar') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.298196 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.298777 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'route_registrar', "type" = 'job', "serial_id" = 4 WHERE ("id" = 539)
D, [2018-09-12T00:30:38.300632 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001708s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.301839 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 539) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-12T00:30:38.302476 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.303138 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000233s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 539, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 885)
D, [2018-09-12T00:30:38.304783 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001512s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.305368 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.305967 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 539, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 885)
D, [2018-09-12T00:30:38.307712 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001628s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.308655 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000156s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'statsd-injector') LIMIT 1
D, [2018-09-12T00:30:38.309780 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 124) AND ("version" = '1.3.0')) LIMIT 1
D, [2018-09-12T00:30:38.310529 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000301s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 721)
D, [2018-09-12T00:30:38.311264 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000110s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 124
D, [2018-09-12T00:30:38.312261 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000115s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'diego') LIMIT 1
D, [2018-09-12T00:30:38.313197 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000135s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 111) AND ("version" = '0.1476.1-dev.2371')) LIMIT 1
D, [2018-09-12T00:30:38.314293 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000742s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 707)
D, [2018-09-12T00:30:38.315573 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000111s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-12T00:30:38.317182 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-12T00:30:38.319503 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000175s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'api') AND ("name" = 'routing-api') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.320101 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.320678 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'routing-api', "type" = 'job', "serial_id" = 4 WHERE ("id" = 378)
D, [2018-09-12T00:30:38.322415 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001604s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.323663 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 378) AND ("original_name" = 'routing_api')) LIMIT 1
D, [2018-09-12T00:30:38.324225 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.324882 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 378, "original_name" = 'routing_api', "type" = 'routing_api', "name" = 'routing_api', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"routing_api":{"clients":null,"system_domain":"gorgophone.cf-app.com"},"uaa":{"ca_cert":"((uaa_ca.certificate))"},"skip_ssl_validation":false},"custom":false}', "serial_id" = 4 WHERE ("id" = 619)
D, [2018-09-12T00:30:38.326581 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001563s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.327226 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.327785 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 378, "original_name" = 'routing_api', "type" = 'routing_api', "name" = 'routing_api', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"routing_api":{"clients":null,"system_domain":"gorgophone.cf-app.com"},"uaa":{"ca_cert":"((uaa_ca.certificate))"},"skip_ssl_validation":false},"custom":false}', "serial_id" = 4 WHERE ("id" = 619)
D, [2018-09-12T00:30:38.329603 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001687s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.331065 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000269s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 378) AND ("original_name" = 'routing_api_db')) LIMIT 1
D, [2018-09-12T00:30:38.331585 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.332211 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 378, "original_name" = 'routing_api_db', "type" = 'routing_api_db', "name" = 'routing_api_db', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"routing_api":{"sqldb":{"ca_cert":"((pxc_server_ca.certificate))","host":"sql-db.service.cf.internal","password":"((routing_api_database_password))","port":3306,"schema":"routing-api","type":"mysql","username":"routing-api"}},"release_level_backup":true},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"routing_api":{"sqldb":{"ca_cert":"((pxc_server_ca.certificate))","host":"sql-db.service.cf.internal","password":"((routing_api_database_password))","port":3306,"schema":"routing-api","type":"mysql","username":"routing-api"}},"release_level_backup":true},"custom":false}', "serial_id" = 4 WHERE ("id" = 620)
D, [2018-09-12T00:30:38.333748 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001402s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.334318 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.334970 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000219s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 378, "original_name" = 'routing_api_db', "type" = 'routing_api_db', "name" = 'routing_api_db', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"routing_api":{"sqldb":{"ca_cert":"((pxc_server_ca.certificate))","host":"sql-db.service.cf.internal","password":"((routing_api_database_password))","port":3306,"schema":"routing-api","type":"mysql","username":"routing-api"}},"release_level_backup":true},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"routing_api":{"sqldb":{"ca_cert":"((pxc_server_ca.certificate))","host":"sql-db.service.cf.internal","password":"((routing_api_database_password))","port":3306,"schema":"routing-api","type":"mysql","username":"routing-api"}},"release_level_backup":true},"custom":false}', "serial_id" = 4 WHERE ("id" = 620)
D, [2018-09-12T00:30:38.336635 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001534s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.338083 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000155s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'cf-networking') LIMIT 1
D, [2018-09-12T00:30:38.339292 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000150s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 103) AND ("version" = '2.15.0')) LIMIT 1
D, [2018-09-12T00:30:38.340262 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000535s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 699)
D, [2018-09-12T00:30:38.341591 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000118s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 103
D, [2018-09-12T00:30:38.343817 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'api') AND ("name" = 'policy-server') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.344410 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.345027 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'policy-server', "type" = 'job', "serial_id" = 4 WHERE ("id" = 379)
D, [2018-09-12T00:30:38.346797 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001620s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.348047 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 379) AND ("original_name" = 'dbconn')) LIMIT 1
D, [2018-09-12T00:30:38.348654 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.349318 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 379, "original_name" = 'dbconn', "type" = 'dbconn', "name" = 'dbconn', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"database":{"type":"mysql","username":"network_policy","password":"((network_policy_database_password))","port":3306,"name":"network_policy","host":"sql-db.service.cf.internal","require_ssl":true,"ca_cert":"((pxc_server_ca.certificate))"}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"database":{"type":"mysql","username":"network_policy","password":"((network_policy_database_password))","port":3306,"name":"network_policy","host":"sql-db.service.cf.internal","require_ssl":true,"ca_cert":"((pxc_server_ca.certificate))"}},"custom":false}', "serial_id" = 4 WHERE ("id" = 621)
D, [2018-09-12T00:30:38.350983 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001506s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.351559 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.352242 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000264s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 379, "original_name" = 'dbconn', "type" = 'dbconn', "name" = 'dbconn', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"database":{"type":"mysql","username":"network_policy","password":"((network_policy_database_password))","port":3306,"name":"network_policy","host":"sql-db.service.cf.internal","require_ssl":true,"ca_cert":"((pxc_server_ca.certificate))"}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"database":{"type":"mysql","username":"network_policy","password":"((network_policy_database_password))","port":3306,"name":"network_policy","host":"sql-db.service.cf.internal","require_ssl":true,"ca_cert":"((pxc_server_ca.certificate))"}},"custom":false}', "serial_id" = 4 WHERE ("id" = 621)
D, [2018-09-12T00:30:38.353822 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001432s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.355044 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 379) AND ("original_name" = 'tag_length')) LIMIT 1
D, [2018-09-12T00:30:38.355616 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.356203 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 379, "original_name" = 'tag_length', "type" = 'tag_length', "name" = 'tag_length', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"tag_length":2},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"tag_length":2},"custom":false}', "serial_id" = 4 WHERE ("id" = 622)
D, [2018-09-12T00:30:38.357969 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001594s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.358922 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000051s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.359725 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000275s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 379, "original_name" = 'tag_length', "type" = 'tag_length', "name" = 'tag_length', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"tag_length":2},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"tag_length":2},"custom":false}', "serial_id" = 4 WHERE ("id" = 622)
D, [2018-09-12T00:30:38.361478 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001608s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.363568 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000266s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'api') AND ("name" = 'policy-server') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.364158 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.364808 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'policy-server', "type" = 'job', "serial_id" = 4 WHERE ("id" = 540)
D, [2018-09-12T00:30:38.366465 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001494s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.367938 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 540) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-12T00:30:38.368649 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.369308 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 540, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 886)
D, [2018-09-12T00:30:38.370817 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001378s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.371461 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.372072 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 540, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 886)
D, [2018-09-12T00:30:38.373611 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001390s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.374827 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000232s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 540) AND ("original_name" = 'cloud_controller_https_endpoint')) LIMIT 1
D, [2018-09-12T00:30:38.375487 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.376063 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 540, "original_name" = 'cloud_controller_https_endpoint', "type" = 'cloud_controller_https_endpoint', "name" = 'cloud_controller_https_endpoint', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 887)
D, [2018-09-12T00:30:38.377674 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001490s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.378280 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000051s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.378874 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 540, "original_name" = 'cloud_controller_https_endpoint', "type" = 'cloud_controller_https_endpoint', "name" = 'cloud_controller_https_endpoint', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 887)
D, [2018-09-12T00:30:38.380460 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001447s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.381732 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000140s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 103
D, [2018-09-12T00:30:38.383674 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'api') AND ("name" = 'policy-server-internal') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.384233 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.384796 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'policy-server-internal', "type" = 'job', "serial_id" = 4 WHERE ("id" = 541)
D, [2018-09-12T00:30:38.386375 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001437s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.387707 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 541) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-12T00:30:38.388319 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.389005 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000252s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 541, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 888)
D, [2018-09-12T00:30:38.390661 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001522s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.391329 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.391970 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000238s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 541, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 888)
D, [2018-09-12T00:30:38.393456 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001351s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.394716 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000216s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 541) AND ("original_name" = 'dbconn')) LIMIT 1
D, [2018-09-12T00:30:38.395325 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.395950 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 541, "original_name" = 'dbconn', "type" = 'dbconn', "name" = 'dbconn', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 889)
D, [2018-09-12T00:30:38.397650 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001529s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.398256 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.399255 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000312s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 541, "original_name" = 'dbconn', "type" = 'dbconn', "name" = 'dbconn', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 889)
D, [2018-09-12T00:30:38.400731 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001305s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.401971 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 541) AND ("original_name" = 'tag_length')) LIMIT 1
D, [2018-09-12T00:30:38.402539 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.403188 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 541, "original_name" = 'tag_length', "type" = 'tag_length', "name" = 'tag_length', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 890)
D, [2018-09-12T00:30:38.404922 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001606s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.405429 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.406080 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000219s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 541, "original_name" = 'tag_length', "type" = 'tag_length', "name" = 'tag_length', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 890)
D, [2018-09-12T00:30:38.407917 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001721s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.409291 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000150s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 104
D, [2018-09-12T00:30:38.411392 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000240s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'api') AND ("name" = 'cc_uploader') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.412014 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.412598 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'cc_uploader', "type" = 'job', "serial_id" = 4 WHERE ("id" = 380)
D, [2018-09-12T00:30:38.414398 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001668s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.415646 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 380) AND ("original_name" = 'cc_uploader')) LIMIT 1
D, [2018-09-12T00:30:38.416340 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.416991 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 380, "original_name" = 'cc_uploader', "type" = 'cc_uploader', "name" = 'cc_uploader', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"internal_hostname":"cc-uploader.service.cf.internal","http_port":9090,"https_port":9091},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"internal_hostname":"cc-uploader.service.cf.internal","http_port":9090,"https_port":9091},"custom":false}', "serial_id" = 4 WHERE ("id" = 623)
D, [2018-09-12T00:30:38.418508 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001372s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.419188 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.419914 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 380, "original_name" = 'cc_uploader', "type" = 'cc_uploader', "name" = 'cc_uploader', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"api","properties":{"internal_hostname":"cc-uploader.service.cf.internal","http_port":9090,"https_port":9091},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"api","id":"eff28e84-62fc-4d14-8bb5-8b164955f504","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.7","addresses":{"default":"10.0.1.7"},"dns_addresses":{"default":"eff28e84-62fc-4d14-8bb5-8b164955f504.api.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"internal_hostname":"cc-uploader.service.cf.internal","http_port":9090,"https_port":9091},"custom":false}', "serial_id" = 4 WHERE ("id" = 623)
D, [2018-09-12T00:30:38.421675 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001633s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.422928 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'hwc-buildpack') LIMIT 1
D, [2018-09-12T00:30:38.423942 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000167s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 129) AND ("version" = '2.3.19')) LIMIT 1
D, [2018-09-12T00:30:38.424727 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000327s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 726)
D, [2018-09-12T00:30:38.425688 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 129
D, [2018-09-12T00:30:38.427388 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000136s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:38.428368 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000149s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:38.429215 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000482s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:38.430180 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000109s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:38.432386 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-worker') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.432922 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000056s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.433527 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'cc-worker', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 381)
D, [2018-09-12T00:30:38.435308 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001643s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.436680 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000233s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 381) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:38.437264 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.437914 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 381, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 624)
D, [2018-09-12T00:30:38.439610 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001560s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.440274 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.440896 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 381, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 624)
D, [2018-09-12T00:30:38.442536 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001505s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.443998 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000239s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 381) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:38.444567 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.445150 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 381, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 625)
D, [2018-09-12T00:30:38.446767 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001462s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.447375 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.447977 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 381, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 625)
D, [2018-09-12T00:30:38.449654 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001552s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.450858 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 381) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:38.451612 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.452216 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 381, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 626)
D, [2018-09-12T00:30:38.453840 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001489s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.454464 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.455136 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000249s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 381, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 626)
D, [2018-09-12T00:30:38.456633 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001376s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.458709 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000223s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-worker') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.459315 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.459921 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'cc-worker', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 542)
D, [2018-09-12T00:30:38.461485 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001437s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.463067 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000241s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 542) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:38.463729 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.464384 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000216s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 542, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 891)
D, [2018-09-12T00:30:38.466031 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001516s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.466655 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.467381 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000250s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 542, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 891)
D, [2018-09-12T00:30:38.468946 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001436s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.470255 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000233s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 542) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:38.470846 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.471522 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000230s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 542, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 892)
D, [2018-09-12T00:30:38.473090 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001444s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.473713 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.474413 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000250s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 542, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 892)
D, [2018-09-12T00:30:38.476121 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001564s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.477456 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 542) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:38.478071 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.478740 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000232s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 542, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 893)
D, [2018-09-12T00:30:38.480334 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001424s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.480897 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.481569 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000228s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 542, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 893)
D, [2018-09-12T00:30:38.483117 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001420s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.484082 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000161s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'capi') LIMIT 1
D, [2018-09-12T00:30:38.485196 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000166s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 104) AND ("version" = '1.68.0')) LIMIT 1
D, [2018-09-12T00:30:38.486605 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000996s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 700)
D, [2018-09-12T00:30:38.489016 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000153s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 104
D, [2018-09-12T00:30:38.493028 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000250s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-worker') AND ("name" = 'cloud_controller_worker') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.493639 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.494290 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'cc-worker', "name" = 'cloud_controller_worker', "type" = 'job', "serial_id" = 4 WHERE ("id" = 543)
D, [2018-09-12T00:30:38.496059 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001632s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.499010 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000351s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 543) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-12T00:30:38.499734 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.500527 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000245s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 543, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 894)
D, [2018-09-12T00:30:38.501928 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001252s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.502579 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.503272 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 543, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 894)
D, [2018-09-12T00:30:38.504702 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001284s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.505929 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 543) AND ("original_name" = 'credhub')) LIMIT 1
D, [2018-09-12T00:30:38.516502 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.517236 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000267s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 543, "original_name" = 'credhub', "type" = 'credhub', "name" = 'credhub', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 895)
D, [2018-09-12T00:30:38.519020 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001656s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.519551 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.520262 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000244s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 543, "original_name" = 'credhub', "type" = 'credhub', "name" = 'credhub', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 895)
D, [2018-09-12T00:30:38.521743 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001308s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.522870 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 543) AND ("original_name" = 'cloud_controller_to_copilot_conn')) LIMIT 1
D, [2018-09-12T00:30:38.523557 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.524129 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 543, "original_name" = 'cloud_controller_to_copilot_conn', "type" = 'cloud_controller_to_copilot_conn', "name" = 'cloud_controller_to_copilot_conn', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 896)
D, [2018-09-12T00:30:38.525576 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001328s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.526085 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.526702 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 543, "original_name" = 'cloud_controller_to_copilot_conn', "type" = 'cloud_controller_to_copilot_conn', "name" = 'cloud_controller_to_copilot_conn', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 896)
D, [2018-09-12T00:30:38.528367 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001513s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.529481 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 543) AND ("original_name" = 'cloud_controller_internal')) LIMIT 1
D, [2018-09-12T00:30:38.530042 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.530634 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 543, "original_name" = 'cloud_controller_internal', "type" = 'cloud_controller_internal', "name" = 'cloud_controller_internal', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 897)
D, [2018-09-12T00:30:38.532054 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001308s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.532591 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.533259 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 543, "original_name" = 'cloud_controller_internal', "type" = 'cloud_controller_internal', "name" = 'cloud_controller_internal', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 897)
D, [2018-09-12T00:30:38.534689 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001304s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.536188 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000147s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:38.537247 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000155s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:38.538212 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000503s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:38.539221 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:38.541310 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'router') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.541823 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.542381 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'router', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 382)
D, [2018-09-12T00:30:38.544094 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001475s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.545339 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000237s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 382) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:38.546041 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.546639 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 382, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 627)
D, [2018-09-12T00:30:38.548182 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001410s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.548740 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.549454 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 382, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 627)
D, [2018-09-12T00:30:38.551031 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001447s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.552238 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 382) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:38.552868 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.553464 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 382, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 628)
D, [2018-09-12T00:30:38.554987 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001401s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.555580 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.556211 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 382, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 628)
D, [2018-09-12T00:30:38.557721 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001380s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.559082 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000276s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 382) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:38.559630 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.560295 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000264s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 382, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 629)
D, [2018-09-12T00:30:38.561850 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001422s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.563279 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.563884 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 382, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 629)
D, [2018-09-12T00:30:38.566143 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.002125s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.570320 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000633s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'router') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.570898 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.574699 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'router', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 544)
D, [2018-09-12T00:30:38.576703 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001856s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.578431 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 544) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:38.579174 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.579832 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 544, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 898)
D, [2018-09-12T00:30:38.581338 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001359s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.581936 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.582511 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000213s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 544, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 898)
D, [2018-09-12T00:30:38.584273 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001616s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.585617 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 544) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:38.586186 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.586757 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 544, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 899)
D, [2018-09-12T00:30:38.588090 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001217s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.588721 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.589300 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 544, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 899)
D, [2018-09-12T00:30:38.590842 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001410s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.592090 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000222s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 544) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:38.592617 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.593188 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000222s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 544, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 900)
D, [2018-09-12T00:30:38.594734 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001433s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.595249 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.595852 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 544, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 900)
D, [2018-09-12T00:30:38.597175 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001196s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.598034 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-12T00:30:38.599110 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-12T00:30:38.600167 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000669s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 718)
D, [2018-09-12T00:30:38.601756 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-12T00:30:38.604722 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'router') AND ("name" = 'gorouter') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.605247 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.605800 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'router', "name" = 'gorouter', "type" = 'job', "serial_id" = 4 WHERE ("id" = 383)
D, [2018-09-12T00:30:38.607624 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001613s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.608756 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 383) AND ("original_name" = 'gorouter')) LIMIT 1
D, [2018-09-12T00:30:38.609430 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000089s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.610111 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 383, "original_name" = 'gorouter', "type" = 'http-router', "name" = 'gorouter', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"router","properties":{},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"router","id":"5bad6795-f6f0-40de-8001-f18b18b7e4c8","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.9","addresses":{"default":"10.0.1.9"},"dns_addresses":{"default":"5bad6795-f6f0-40de-8001-f18b18b7e4c8.router.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{},"custom":false}', "serial_id" = 4 WHERE ("id" = 630)
D, [2018-09-12T00:30:38.611649 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001408s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.612234 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000064s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.612815 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 383, "original_name" = 'gorouter', "type" = 'http-router', "name" = 'gorouter', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"router","properties":{},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"router","id":"5bad6795-f6f0-40de-8001-f18b18b7e4c8","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.9","addresses":{"default":"10.0.1.9"},"dns_addresses":{"default":"5bad6795-f6f0-40de-8001-f18b18b7e4c8.router.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{},"custom":false}', "serial_id" = 4 WHERE ("id" = 630)
D, [2018-09-12T00:30:38.614283 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001343s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.616388 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000232s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'router') AND ("name" = 'gorouter') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.616990 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000053s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.617589 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000180s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'router', "name" = 'gorouter', "type" = 'job', "serial_id" = 4 WHERE ("id" = 545)
D, [2018-09-12T00:30:38.621009 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.003284s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.623237 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 545) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-12T00:30:38.628115 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.628906 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000267s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 545, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 901)
D, [2018-09-12T00:30:38.630661 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001609s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.632132 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.632821 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000248s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 545, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 901)
D, [2018-09-12T00:30:38.634440 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001487s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.640811 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000143s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:38.641906 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000155s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:38.642783 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000484s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:38.643786 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:38.645862 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000178s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'tcp-router') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.646464 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.647052 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'tcp-router', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 384)
D, [2018-09-12T00:30:38.648631 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001452s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.649905 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 384) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:38.650496 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.651109 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 384, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 631)
D, [2018-09-12T00:30:38.652927 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001674s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.653625 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.654215 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 384, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 631)
D, [2018-09-12T00:30:38.655742 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001413s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.656893 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 384) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:38.657440 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.657973 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000166s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 384, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 632)
D, [2018-09-12T00:30:38.659499 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001413s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.660006 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000051s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.660621 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 384, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 632)
D, [2018-09-12T00:30:38.662069 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001333s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.663252 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 384) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:38.663847 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.664403 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 384, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 633)
D, [2018-09-12T00:30:38.665943 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001416s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.666462 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.667056 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 384, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 633)
D, [2018-09-12T00:30:38.668531 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001284s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.670368 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'tcp-router') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.670971 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.671565 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'tcp-router', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 546)
D, [2018-09-12T00:30:38.673427 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001695s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.674861 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 546) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:38.675489 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.676162 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000225s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 546, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 902)
D, [2018-09-12T00:30:38.677796 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001511s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.678267 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.678868 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000213s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 546, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 902)
D, [2018-09-12T00:30:38.680343 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001312s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.681479 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 546) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:38.681987 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.682512 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 546, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 903)
D, [2018-09-12T00:30:38.684024 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001400s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.684628 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.685187 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 546, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 903)
D, [2018-09-12T00:30:38.686795 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001494s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.687991 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 546) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:38.688569 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.689141 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 546, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 904)
D, [2018-09-12T00:30:38.691192 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001939s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.691848 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.692461 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 546, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 904)
D, [2018-09-12T00:30:38.693979 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001395s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.694872 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000158s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-12T00:30:38.696030 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-12T00:30:38.697310 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000884s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 718)
D, [2018-09-12T00:30:38.698630 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000140s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-12T00:30:38.701328 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'tcp-router') AND ("name" = 'tcp_router') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.701875 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.702513 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000178s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'tcp-router', "name" = 'tcp_router', "type" = 'job', "serial_id" = 4 WHERE ("id" = 385)
D, [2018-09-12T00:30:38.704194 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001547s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.705290 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 385) AND ("original_name" = 'tcp_router')) LIMIT 1
D, [2018-09-12T00:30:38.705949 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.706571 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 385, "original_name" = 'tcp_router', "type" = 'tcp-router', "name" = 'tcp_router', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{},"custom":false}', "serial_id" = 4 WHERE ("id" = 634)
D, [2018-09-12T00:30:38.708188 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001490s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.708744 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.709304 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 385, "original_name" = 'tcp_router', "type" = 'tcp-router', "name" = 'tcp_router', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{},"custom":false}', "serial_id" = 4 WHERE ("id" = 634)
D, [2018-09-12T00:30:38.710822 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001305s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.712598 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:38.713639 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000242s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:38.714549 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000486s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:38.716117 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.717442 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000167s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.718590 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000151s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.719365 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000110s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:38.721487 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000162s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'scheduler') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.722003 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.722533 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 386)
D, [2018-09-12T00:30:38.724275 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001600s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.725655 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000299s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 386) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:38.726230 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.727043 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000303s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 386, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 635)
D, [2018-09-12T00:30:38.729012 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001813s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.729581 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.730235 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 386, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 635)
D, [2018-09-12T00:30:38.731710 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001353s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.732952 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 386) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:38.733504 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000051s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.734144 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000262s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 386, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 636)
D, [2018-09-12T00:30:38.735654 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001371s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.736252 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.736836 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 386, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 636)
D, [2018-09-12T00:30:38.738355 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001400s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.739590 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000222s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 386) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:38.740222 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.740814 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000200s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 386, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 637)
D, [2018-09-12T00:30:38.742308 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001373s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.742905 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.743608 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000273s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 386, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 637)
D, [2018-09-12T00:30:38.745181 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001442s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.746806 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000240s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.748117 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.749423 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000163s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.751001 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'scheduler') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.751609 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.752167 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 547)
D, [2018-09-12T00:30:38.753904 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001607s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.755342 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 547) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:38.755970 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.756590 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 547, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 905)
D, [2018-09-12T00:30:38.758224 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001505s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.758741 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.759437 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000275s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 547, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 905)
D, [2018-09-12T00:30:38.761163 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001559s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.762321 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 547) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:38.762936 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.763538 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 547, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 906)
D, [2018-09-12T00:30:38.765162 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001497s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.765705 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.766292 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 547, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 906)
D, [2018-09-12T00:30:38.767850 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001383s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.769054 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000230s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 547) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:38.769593 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.770305 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 547, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 907)
D, [2018-09-12T00:30:38.771683 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001261s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.772159 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.772811 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 547, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 907)
D, [2018-09-12T00:30:38.774802 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001879s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.775683 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000142s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'diego') LIMIT 1
D, [2018-09-12T00:30:38.776738 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000145s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 111) AND ("version" = '0.1476.1-dev.2371')) LIMIT 1
D, [2018-09-12T00:30:38.777909 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000774s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 707)
D, [2018-09-12T00:30:38.779587 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'cfdot') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.780865 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000153s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'cfdot') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.782027 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'cfdot') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.782661 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000121s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-12T00:30:38.784143 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'cfdot') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.785385 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000166s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'cfdot') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.786601 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'cfdot') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.788340 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000154s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'auctioneer') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.789598 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'auctioneer') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.790784 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000150s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'auctioneer') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.791598 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000124s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-12T00:30:38.793169 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'auctioneer') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.794435 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000159s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'auctioneer') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.795645 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'auctioneer') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.796811 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000149s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'capi') LIMIT 1
D, [2018-09-12T00:30:38.797731 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000137s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 104) AND ("version" = '1.68.0')) LIMIT 1
D, [2018-09-12T00:30:38.799096 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000977s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 700)
D, [2018-09-12T00:30:38.801145 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000223s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'cloud_controller_clock') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.802590 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'cloud_controller_clock') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.803911 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000155s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'cloud_controller_clock') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.805691 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000124s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 104
D, [2018-09-12T00:30:38.808098 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'cloud_controller_clock') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.809351 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000219s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'cloud_controller_clock') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.810896 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000159s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'cloud_controller_clock') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.813213 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000160s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'scheduler') AND ("name" = 'cloud_controller_clock') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.815940 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.816540 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'cloud_controller_clock', "type" = 'job', "serial_id" = 4 WHERE ("id" = 548)
D, [2018-09-12T00:30:38.820256 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.003579s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.822622 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 548) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-12T00:30:38.823272 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.823906 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 548, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 908)
D, [2018-09-12T00:30:38.825503 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001465s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.826117 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.826716 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000216s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 548, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 908)
D, [2018-09-12T00:30:38.828460 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001619s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.829593 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000223s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 548) AND ("original_name" = 'credhub')) LIMIT 1
D, [2018-09-12T00:30:38.830220 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.830826 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 548, "original_name" = 'credhub', "type" = 'credhub', "name" = 'credhub', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 909)
D, [2018-09-12T00:30:38.832270 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001322s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.832810 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.833466 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 548, "original_name" = 'credhub', "type" = 'credhub', "name" = 'credhub', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 909)
D, [2018-09-12T00:30:38.834937 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001343s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.835980 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 548) AND ("original_name" = 'cloud_controller_internal')) LIMIT 1
D, [2018-09-12T00:30:38.836658 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.837353 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 548, "original_name" = 'cloud_controller_internal', "type" = 'cloud_controller_internal', "name" = 'cloud_controller_internal', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 910)
D, [2018-09-12T00:30:38.838772 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001301s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.839287 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.839862 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 548, "original_name" = 'cloud_controller_internal', "type" = 'cloud_controller_internal', "name" = 'cloud_controller_internal', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 910)
D, [2018-09-12T00:30:38.841327 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001351s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.842298 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000144s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'statsd-injector') LIMIT 1
D, [2018-09-12T00:30:38.843297 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000141s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 124) AND ("version" = '1.3.0')) LIMIT 1
D, [2018-09-12T00:30:38.844113 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000312s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 721)
D, [2018-09-12T00:30:38.845471 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'statsd_injector') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.846742 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'statsd_injector') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.848012 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'statsd_injector') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.848679 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000112s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 124
D, [2018-09-12T00:30:38.850157 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000244s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'statsd_injector') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.851449 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000163s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'statsd_injector') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.852741 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000156s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'statsd_injector') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.854466 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000153s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'tps') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.855762 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000151s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'tps') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.856888 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000150s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'tps') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.857621 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000120s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 104
D, [2018-09-12T00:30:38.859316 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000159s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'tps') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.860528 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'tps') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.861770 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000154s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'tps') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.863668 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000165s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'ssh_proxy') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.864884 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000149s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'ssh_proxy') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.866073 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000166s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'ssh_proxy') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.866824 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000110s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-12T00:30:38.868999 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'scheduler') AND ("name" = 'ssh_proxy') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.869555 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.870107 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'ssh_proxy', "type" = 'job', "serial_id" = 4 WHERE ("id" = 387)
D, [2018-09-12T00:30:38.871730 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001493s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.872933 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 387) AND ("original_name" = 'ssh_proxy')) LIMIT 1
D, [2018-09-12T00:30:38.873517 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.874122 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 387, "original_name" = 'ssh_proxy', "type" = 'ssh_proxy', "name" = 'ssh_proxy', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{},"custom":false}', "serial_id" = 4 WHERE ("id" = 638)
D, [2018-09-12T00:30:38.875733 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001471s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.876374 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.876920 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000176s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 387, "original_name" = 'ssh_proxy', "type" = 'ssh_proxy', "name" = 'ssh_proxy', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{},"custom":false}', "serial_id" = 4 WHERE ("id" = 638)
D, [2018-09-12T00:30:38.878357 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001314s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.879866 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'ssh_proxy') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.881169 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'ssh_proxy') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.882443 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000168s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'ssh_proxy') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.883618 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000125s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'cf-syslog-drain') LIMIT 1
D, [2018-09-12T00:30:38.884608 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000138s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 107) AND ("version" = '7.0')) LIMIT 1
D, [2018-09-12T00:30:38.885496 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000496s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 703)
D, [2018-09-12T00:30:38.887362 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'scheduler') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.888647 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000163s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'scheduler') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.889939 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'scheduler') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.890683 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 107
D, [2018-09-12T00:30:38.892327 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'scheduler') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.893557 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'scheduler') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.894784 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000158s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'scheduler') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.896393 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'scheduler') AND ("name" = 'scheduler') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.896944 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.897529 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'scheduler', "type" = 'job', "serial_id" = 4 WHERE ("id" = 549)
D, [2018-09-12T00:30:38.899320 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001657s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.900743 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 549) AND ("original_name" = 'adapter_addrs')) LIMIT 1
D, [2018-09-12T00:30:38.901395 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.902042 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 549, "original_name" = 'adapter_addrs', "type" = 'addr', "name" = 'adapter_addrs', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 911)
D, [2018-09-12T00:30:38.903806 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001574s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.904352 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.905111 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000265s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 549, "original_name" = 'adapter_addrs', "type" = 'addr', "name" = 'adapter_addrs', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 911)
D, [2018-09-12T00:30:38.906800 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001567s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.907958 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000200s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 549) AND ("original_name" = 'cloud_controller')) LIMIT 1
D, [2018-09-12T00:30:38.908560 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.909200 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 549, "original_name" = 'cloud_controller', "type" = 'cloud_controller', "name" = 'cloud_controller', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 912)
D, [2018-09-12T00:30:38.910633 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001319s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.911132 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.911749 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 549, "original_name" = 'cloud_controller', "type" = 'cloud_controller', "name" = 'cloud_controller', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 912)
D, [2018-09-12T00:30:38.913183 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001320s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.914134 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'log-cache') LIMIT 1
D, [2018-09-12T00:30:38.915158 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000162s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 127) AND ("version" = '1.4.4')) LIMIT 1
D, [2018-09-12T00:30:38.916076 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000480s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 724)
D, [2018-09-12T00:30:38.917886 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000168s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'log-cache-scheduler') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.919229 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'log-cache-scheduler') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.920432 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'log-cache-scheduler') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.921080 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000112s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-12T00:30:38.922651 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000151s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'scheduler') AND ("name" = 'log-cache-scheduler') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.923278 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.923828 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000165s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'log-cache-scheduler', "type" = 'job', "serial_id" = 4 WHERE ("id" = 388)
D, [2018-09-12T00:30:38.925377 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001424s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.926416 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 388) AND ("original_name" = 'log-cache-scheduler')) LIMIT 1
D, [2018-09-12T00:30:38.927197 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.927777 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 388, "original_name" = 'log-cache-scheduler', "type" = 'log-cache-scheduler', "name" = 'log-cache-scheduler', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{},"custom":false}', "serial_id" = 4 WHERE ("id" = 639)
D, [2018-09-12T00:30:38.929727 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001824s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.930268 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.930866 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 388, "original_name" = 'log-cache-scheduler', "type" = 'log-cache-scheduler', "name" = 'log-cache-scheduler', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{},"custom":false}', "serial_id" = 4 WHERE ("id" = 639)
D, [2018-09-12T00:30:38.932363 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001353s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.934097 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000236s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'log-cache-scheduler') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.935786 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'log-cache-scheduler') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.938028 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'log-cache-scheduler') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.940060 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000272s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'scheduler') AND ("name" = 'log-cache-scheduler') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.940648 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.941287 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'log-cache-scheduler', "type" = 'job', "serial_id" = 4 WHERE ("id" = 550)
D, [2018-09-12T00:30:38.943033 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001606s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.944533 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000329s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 550) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-12T00:30:38.945280 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.945949 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000216s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 550, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 913)
D, [2018-09-12T00:30:38.947598 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001515s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.948136 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000059s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.948785 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 550, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 913)
D, [2018-09-12T00:30:38.950294 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001384s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.951437 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 550) AND ("original_name" = 'log-cache-group-reader')) LIMIT 1
D, [2018-09-12T00:30:38.952015 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.952586 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 550, "original_name" = 'log-cache-group-reader', "type" = 'log-cache-group-reader', "name" = 'log-cache-group-reader', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 914)
D, [2018-09-12T00:30:38.954045 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001339s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.954543 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.955196 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 550, "original_name" = 'log-cache-group-reader', "type" = 'log-cache-group-reader', "name" = 'log-cache-group-reader', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 914)
D, [2018-09-12T00:30:38.956741 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001427s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.958748 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'log-cache-expvar-forwarder') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.960606 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'log-cache-expvar-forwarder') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.961859 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000155s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'log-cache-expvar-forwarder') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.962535 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-12T00:30:38.964184 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'scheduler') AND ("name" = 'log-cache-expvar-forwarder') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.964774 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.965316 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'log-cache-expvar-forwarder', "type" = 'job', "serial_id" = 4 WHERE ("id" = 389)
D, [2018-09-12T00:30:38.966808 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001364s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.967935 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 389) AND ("original_name" = 'log-cache-expvar-forwarder')) LIMIT 1
D, [2018-09-12T00:30:38.968547 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.969130 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 389, "original_name" = 'log-cache-expvar-forwarder', "type" = 'log-cache-expvar-forwarder', "name" = 'log-cache-expvar-forwarder', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{},"custom":false}', "serial_id" = 4 WHERE ("id" = 640)
D, [2018-09-12T00:30:38.970606 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001327s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.971216 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.971836 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000200s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 389, "original_name" = 'log-cache-expvar-forwarder', "type" = 'log-cache-expvar-forwarder', "name" = 'log-cache-expvar-forwarder', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{},"custom":false}', "serial_id" = 4 WHERE ("id" = 640)
D, [2018-09-12T00:30:38.973333 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001374s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.975733 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000986s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-bridge') AND ("name" = 'log-cache-expvar-forwarder') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.977227 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'cc-clock') AND ("name" = 'log-cache-expvar-forwarder') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.978462 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000168s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-brain') AND ("name" = 'log-cache-expvar-forwarder') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.979899 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000154s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'scheduler') AND ("name" = 'log-cache-expvar-forwarder') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.980576 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.981144 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'log-cache-expvar-forwarder', "type" = 'job', "serial_id" = 4 WHERE ("id" = 551)
D, [2018-09-12T00:30:38.982866 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001590s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.984106 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000175s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 551) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-12T00:30:38.984754 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.985374 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 551, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 915)
D, [2018-09-12T00:30:38.987175 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001659s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.987723 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.988399 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 551, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 915)
D, [2018-09-12T00:30:38.990024 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001499s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:38.991601 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:38.992618 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000145s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:38.993500 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000496s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:38.994772 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000122s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:38.997068 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000180s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'doppler') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:38.997616 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:38.998235 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 390)
D, [2018-09-12T00:30:38.999971 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001579s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.001315 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000232s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 390) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:39.001933 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.002638 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000240s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 390, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 641)
D, [2018-09-12T00:30:39.005055 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.002276s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.005685 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.006549 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000300s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 390, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 641)
D, [2018-09-12T00:30:39.008168 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001478s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.009504 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 390) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:39.010190 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.010845 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000237s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 390, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 642)
D, [2018-09-12T00:30:39.012742 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001747s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.013372 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.014026 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 390, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 642)
D, [2018-09-12T00:30:39.015690 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001490s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.016849 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 390) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:39.017462 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.018094 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 390, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 643)
D, [2018-09-12T00:30:39.019717 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001496s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.020300 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.020949 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 390, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 643)
D, [2018-09-12T00:30:39.022400 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001327s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.024430 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'doppler') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.024958 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.025533 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 552)
D, [2018-09-12T00:30:39.027073 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001357s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.028588 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000262s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 552) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:39.029188 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.029818 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 552, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 916)
D, [2018-09-12T00:30:39.031240 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001295s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.031770 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.032411 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 552, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 916)
D, [2018-09-12T00:30:39.033888 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001333s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.035350 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000223s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 552) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:39.035922 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.036569 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 552, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 917)
D, [2018-09-12T00:30:39.037996 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001291s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.038554 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.039167 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000253s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 552, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 917)
D, [2018-09-12T00:30:39.040577 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001284s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.041814 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000247s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 552) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:39.042369 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.042985 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 552, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 918)
D, [2018-09-12T00:30:39.044467 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001350s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.044981 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.045653 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 552, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 918)
D, [2018-09-12T00:30:39.047441 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001670s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.048402 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'loggregator') LIMIT 1
D, [2018-09-12T00:30:39.049521 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000149s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 115) AND ("version" = '103.1')) LIMIT 1
D, [2018-09-12T00:30:39.050535 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000549s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 712)
D, [2018-09-12T00:30:39.051811 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000115s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 115
D, [2018-09-12T00:30:39.053666 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'doppler') AND ("name" = 'doppler') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.054219 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.054763 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'doppler', "type" = 'job', "serial_id" = 4 WHERE ("id" = 391)
D, [2018-09-12T00:30:39.056333 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001420s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.057503 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 391) AND ("original_name" = 'doppler')) LIMIT 1
D, [2018-09-12T00:30:39.058136 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.058782 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 391, "original_name" = 'doppler', "type" = 'doppler', "name" = 'doppler', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"doppler","properties":{"doppler":{"grpc_port":8082}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"doppler","id":"f8902194-a3d9-4f5e-b445-77eccac0315b","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.12","addresses":{"default":"10.0.1.12"},"dns_addresses":{"default":"f8902194-a3d9-4f5e-b445-77eccac0315b.doppler.default.cf.bosh"}}]}', "shared" = true, "consumable" = true, "metadata" = '{"mapped_properties":{"doppler":{"grpc_port":8082}},"custom":false}', "serial_id" = 4 WHERE ("id" = 644)
D, [2018-09-12T00:30:39.060491 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001579s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.061088 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.061660 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 391, "original_name" = 'doppler', "type" = 'doppler', "name" = 'doppler', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"doppler","properties":{"doppler":{"grpc_port":8082}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"doppler","id":"f8902194-a3d9-4f5e-b445-77eccac0315b","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.12","addresses":{"default":"10.0.1.12"},"dns_addresses":{"default":"f8902194-a3d9-4f5e-b445-77eccac0315b.doppler.default.cf.bosh"}}]}', "shared" = true, "consumable" = true, "metadata" = '{"mapped_properties":{"doppler":{"grpc_port":8082}},"custom":false}', "serial_id" = 4 WHERE ("id" = 644)
D, [2018-09-12T00:30:39.063044 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001247s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.064215 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 391) AND ("original_name" = 'loggregator')) LIMIT 1
D, [2018-09-12T00:30:39.064798 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.065398 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 391, "original_name" = 'loggregator', "type" = 'loggregator', "name" = 'loggregator', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"loggregator":{"tls":{"ca_cert":"((loggregator_ca.certificate))","doppler":{"cert":"((loggregator_tls_doppler.certificate))","key":"((loggregator_tls_doppler.private_key))"}}},"metron_endpoint":{"grpc_port":3458}},"custom":false}', "serial_id" = 4 WHERE ("id" = 645)
D, [2018-09-12T00:30:39.066848 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001331s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.067437 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.068049 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 391, "original_name" = 'loggregator', "type" = 'loggregator', "name" = 'loggregator', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"loggregator":{"tls":{"ca_cert":"((loggregator_ca.certificate))","doppler":{"cert":"((loggregator_tls_doppler.certificate))","key":"((loggregator_tls_doppler.private_key))"}}},"metron_endpoint":{"grpc_port":3458}},"custom":false}', "serial_id" = 4 WHERE ("id" = 645)
D, [2018-09-12T00:30:39.069596 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001420s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.070703 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000143s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'log-cache') LIMIT 1
D, [2018-09-12T00:30:39.071808 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000145s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 127) AND ("version" = '1.4.4')) LIMIT 1
D, [2018-09-12T00:30:39.072724 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000483s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 724)
D, [2018-09-12T00:30:39.073940 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000117s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-12T00:30:39.075747 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000175s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'doppler') AND ("name" = 'log-cache') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.076300 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.076882 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache', "type" = 'job', "serial_id" = 4 WHERE ("id" = 392)
D, [2018-09-12T00:30:39.078404 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001396s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.079621 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000257s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 392) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-12T00:30:39.080262 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.080882 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 392, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"doppler","properties":{"port":8080,"tls":{"ca_cert":"((log_cache.ca))","cert":"((log_cache.certificate))","key":"((log_cache.private_key))"},"disabled":false},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"doppler","id":"f8902194-a3d9-4f5e-b445-77eccac0315b","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.12","addresses":{"default":"10.0.1.12"},"dns_addresses":{"default":"f8902194-a3d9-4f5e-b445-77eccac0315b.doppler.default.cf.bosh"}}]}', "shared" = true, "consumable" = true, "metadata" = '{"mapped_properties":{"port":8080,"tls":{"ca_cert":"((log_cache.ca))","cert":"((log_cache.certificate))","key":"((log_cache.private_key))"},"disabled":false},"custom":false}', "serial_id" = 4 WHERE ("id" = 646)
D, [2018-09-12T00:30:39.082306 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001297s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.082846 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.083483 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 392, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"doppler","properties":{"port":8080,"tls":{"ca_cert":"((log_cache.ca))","cert":"((log_cache.certificate))","key":"((log_cache.private_key))"},"disabled":false},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"doppler","id":"f8902194-a3d9-4f5e-b445-77eccac0315b","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.12","addresses":{"default":"10.0.1.12"},"dns_addresses":{"default":"f8902194-a3d9-4f5e-b445-77eccac0315b.doppler.default.cf.bosh"}}]}', "shared" = true, "consumable" = true, "metadata" = '{"mapped_properties":{"port":8080,"tls":{"ca_cert":"((log_cache.ca))","cert":"((log_cache.certificate))","key":"((log_cache.private_key))"},"disabled":false},"custom":false}', "serial_id" = 4 WHERE ("id" = 646)
D, [2018-09-12T00:30:39.084893 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001282s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.086561 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'doppler') AND ("name" = 'log-cache') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.087123 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.087654 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache', "type" = 'job', "serial_id" = 4 WHERE ("id" = 553)
D, [2018-09-12T00:30:39.089171 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001330s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.090372 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000200s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 553) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-12T00:30:39.091049 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.091691 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 553, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 919)
D, [2018-09-12T00:30:39.093262 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001447s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.093786 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.094420 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 553, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 919)
D, [2018-09-12T00:30:39.095849 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001309s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.096899 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000132s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-12T00:30:39.098617 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'doppler') AND ("name" = 'log-cache-gateway') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.099178 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000056s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.099734 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000166s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-gateway', "type" = 'job', "serial_id" = 4 WHERE ("id" = 393)
D, [2018-09-12T00:30:39.101326 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001438s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.102407 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 393) AND ("original_name" = 'log-cache-gateway')) LIMIT 1
D, [2018-09-12T00:30:39.103043 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.103674 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 393, "original_name" = 'log-cache-gateway', "type" = 'log-cache-gateway', "name" = 'log-cache-gateway', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"doppler","properties":{"gateway_addr":"localhost:8081"},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"doppler","id":"f8902194-a3d9-4f5e-b445-77eccac0315b","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.12","addresses":{"default":"10.0.1.12"},"dns_addresses":{"default":"f8902194-a3d9-4f5e-b445-77eccac0315b.doppler.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"gateway_addr":"localhost:8081"},"custom":false}', "serial_id" = 4 WHERE ("id" = 647)
D, [2018-09-12T00:30:39.105202 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001400s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.105838 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.106451 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 393, "original_name" = 'log-cache-gateway', "type" = 'log-cache-gateway', "name" = 'log-cache-gateway', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"doppler","properties":{"gateway_addr":"localhost:8081"},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"doppler","id":"f8902194-a3d9-4f5e-b445-77eccac0315b","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.12","addresses":{"default":"10.0.1.12"},"dns_addresses":{"default":"f8902194-a3d9-4f5e-b445-77eccac0315b.doppler.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"gateway_addr":"localhost:8081"},"custom":false}', "serial_id" = 4 WHERE ("id" = 647)
D, [2018-09-12T00:30:39.107946 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001335s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.109693 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000245s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'doppler') AND ("name" = 'log-cache-gateway') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.110270 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.110874 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-gateway', "type" = 'job', "serial_id" = 4 WHERE ("id" = 554)
D, [2018-09-12T00:30:39.112718 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001649s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.114002 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 554) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-12T00:30:39.114640 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.115338 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 554, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 920)
D, [2018-09-12T00:30:39.116794 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001323s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.117309 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.117964 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 554, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 920)
D, [2018-09-12T00:30:39.119372 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001291s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.120602 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000219s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 554) AND ("original_name" = 'log-cache-group-reader')) LIMIT 1
D, [2018-09-12T00:30:39.121205 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000056s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.121899 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 554, "original_name" = 'log-cache-group-reader', "type" = 'log-cache-group-reader', "name" = 'log-cache-group-reader', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 921)
D, [2018-09-12T00:30:39.123506 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001456s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.124047 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.124679 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 554, "original_name" = 'log-cache-group-reader', "type" = 'log-cache-group-reader', "name" = 'log-cache-group-reader', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 921)
D, [2018-09-12T00:30:39.126332 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001518s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.127540 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000144s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-12T00:30:39.129537 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'doppler') AND ("name" = 'log-cache-group-reader') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.130085 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.130785 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000300s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-group-reader', "type" = 'job', "serial_id" = 4 WHERE ("id" = 394)
D, [2018-09-12T00:30:39.132277 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001367s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.133448 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 394) AND ("original_name" = 'log-cache-group-reader')) LIMIT 1
D, [2018-09-12T00:30:39.134239 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.134860 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 394, "original_name" = 'log-cache-group-reader', "type" = 'log-cache-group-reader', "name" = 'log-cache-group-reader', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"doppler","properties":{"port":8084},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"doppler","id":"f8902194-a3d9-4f5e-b445-77eccac0315b","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.12","addresses":{"default":"10.0.1.12"},"dns_addresses":{"default":"f8902194-a3d9-4f5e-b445-77eccac0315b.doppler.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"port":8084},"custom":false}', "serial_id" = 4 WHERE ("id" = 648)
D, [2018-09-12T00:30:39.140722 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001587s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.141507 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.142372 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000282s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 394, "original_name" = 'log-cache-group-reader', "type" = 'log-cache-group-reader', "name" = 'log-cache-group-reader', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"doppler","properties":{"port":8084},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"doppler","id":"f8902194-a3d9-4f5e-b445-77eccac0315b","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.12","addresses":{"default":"10.0.1.12"},"dns_addresses":{"default":"f8902194-a3d9-4f5e-b445-77eccac0315b.doppler.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"port":8084},"custom":false}', "serial_id" = 4 WHERE ("id" = 648)
D, [2018-09-12T00:30:39.143900 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001382s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.151386 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000276s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'doppler') AND ("name" = 'log-cache-group-reader') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.152061 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.152850 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-group-reader', "type" = 'job', "serial_id" = 4 WHERE ("id" = 555)
D, [2018-09-12T00:30:39.154554 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001564s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.156010 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000200s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 555) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-12T00:30:39.156715 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.157398 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000228s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 555, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 922)
D, [2018-09-12T00:30:39.158925 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001390s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.159473 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.160123 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000216s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 555, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 922)
D, [2018-09-12T00:30:39.161535 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001278s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.166780 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000261s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 555) AND ("original_name" = 'log-cache-group-reader')) LIMIT 1
D, [2018-09-12T00:30:39.167415 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.168037 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 555, "original_name" = 'log-cache-group-reader', "type" = 'log-cache-group-reader', "name" = 'log-cache-group-reader', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 923)
D, [2018-09-12T00:30:39.169643 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001480s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.170258 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.170935 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000238s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 555, "original_name" = 'log-cache-group-reader', "type" = 'log-cache-group-reader', "name" = 'log-cache-group-reader', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 923)
D, [2018-09-12T00:30:39.172582 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001458s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.173778 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000139s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-12T00:30:39.175670 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'doppler') AND ("name" = 'log-cache-nozzle') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.176214 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.176847 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-nozzle', "type" = 'job', "serial_id" = 4 WHERE ("id" = 395)
D, [2018-09-12T00:30:39.178410 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001431s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.179616 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000265s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 395) AND ("original_name" = 'log-cache-nozzle')) LIMIT 1
D, [2018-09-12T00:30:39.180322 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.180929 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 395, "original_name" = 'log-cache-nozzle', "type" = 'log-cache-nozzle', "name" = 'log-cache-nozzle', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{},"custom":false}', "serial_id" = 4 WHERE ("id" = 649)
D, [2018-09-12T00:30:39.182458 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001401s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.183037 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000078s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.183815 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000289s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 395, "original_name" = 'log-cache-nozzle', "type" = 'log-cache-nozzle', "name" = 'log-cache-nozzle', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{},"custom":false}', "serial_id" = 4 WHERE ("id" = 649)
D, [2018-09-12T00:30:39.185554 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001614s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.187348 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000238s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'doppler') AND ("name" = 'log-cache-nozzle') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.187883 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.188775 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-nozzle', "type" = 'job', "serial_id" = 4 WHERE ("id" = 556)
D, [2018-09-12T00:30:39.190361 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001447s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.193564 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000248s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 556) AND ("original_name" = 'reverse_log_proxy')) LIMIT 1
D, [2018-09-12T00:30:39.194624 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.198724 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000283s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 556, "original_name" = 'reverse_log_proxy', "type" = 'reverse_log_proxy', "name" = 'reverse_log_proxy', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 924)
D, [2018-09-12T00:30:39.200793 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001886s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.202125 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.202885 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000265s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 556, "original_name" = 'reverse_log_proxy', "type" = 'reverse_log_proxy', "name" = 'reverse_log_proxy', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 924)
D, [2018-09-12T00:30:39.204921 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001879s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.206452 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000251s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 556) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-12T00:30:39.207082 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.207752 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000237s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 556, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 925)
D, [2018-09-12T00:30:39.209525 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001645s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.210248 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000056s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.210974 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000279s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 556, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 925)
D, [2018-09-12T00:30:39.212712 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001619s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.213626 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-12T00:30:39.215521 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'doppler') AND ("name" = 'log-cache-expvar-forwarder') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.216082 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.216673 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-expvar-forwarder', "type" = 'job', "serial_id" = 4 WHERE ("id" = 396)
D, [2018-09-12T00:30:39.219496 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.002594s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.220739 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 396) AND ("original_name" = 'log-cache-expvar-forwarder')) LIMIT 1
D, [2018-09-12T00:30:39.221325 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.222041 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 396, "original_name" = 'log-cache-expvar-forwarder', "type" = 'log-cache-expvar-forwarder', "name" = 'log-cache-expvar-forwarder', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{},"custom":false}', "serial_id" = 4 WHERE ("id" = 650)
D, [2018-09-12T00:30:39.224070 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001781s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.224896 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.225725 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000272s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 396, "original_name" = 'log-cache-expvar-forwarder', "type" = 'log-cache-expvar-forwarder', "name" = 'log-cache-expvar-forwarder', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{},"custom":false}', "serial_id" = 4 WHERE ("id" = 650)
D, [2018-09-12T00:30:39.227336 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001472s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.229212 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000244s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'doppler') AND ("name" = 'log-cache-expvar-forwarder') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.229895 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.230497 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-expvar-forwarder', "type" = 'job', "serial_id" = 4 WHERE ("id" = 557)
D, [2018-09-12T00:30:39.233054 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.002415s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.234978 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000434s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 557) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-12T00:30:39.235780 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.236510 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000233s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 557, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 926)
D, [2018-09-12T00:30:39.238175 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001521s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.238719 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.239534 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000275s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 557, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 926)
D, [2018-09-12T00:30:39.241274 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001603s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.242271 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-12T00:30:39.243446 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000153s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-12T00:30:39.244548 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000668s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 718)
D, [2018-09-12T00:30:39.245503 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000117s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-12T00:30:39.247318 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000219s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'doppler') AND ("name" = 'route_registrar') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.247942 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.248508 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'route_registrar', "type" = 'job', "serial_id" = 4 WHERE ("id" = 558)
D, [2018-09-12T00:30:39.250258 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001616s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.251696 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000216s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 558) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-12T00:30:39.252309 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.253019 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 558, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 927)
D, [2018-09-12T00:30:39.254769 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001606s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.255324 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.256049 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 558, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 927)
D, [2018-09-12T00:30:39.257659 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001436s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.258846 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-12T00:30:39.260692 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000243s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'doppler') AND ("name" = 'log-cache-cf-auth-proxy') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.261342 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.261897 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-cf-auth-proxy', "type" = 'job', "serial_id" = 4 WHERE ("id" = 397)
D, [2018-09-12T00:30:39.263468 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001437s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.265187 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000369s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 397) AND ("original_name" = 'log-cache-cf-auth-proxy')) LIMIT 1
D, [2018-09-12T00:30:39.265940 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000051s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.266675 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 397, "original_name" = 'log-cache-cf-auth-proxy', "type" = 'log-cache-cf-auth-proxy', "name" = 'log-cache-cf-auth-proxy', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"proxy_port":8083},"custom":false}', "serial_id" = 4 WHERE ("id" = 651)
D, [2018-09-12T00:30:39.268407 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001561s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.268985 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.269761 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000228s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 397, "original_name" = 'log-cache-cf-auth-proxy', "type" = 'log-cache-cf-auth-proxy', "name" = 'log-cache-cf-auth-proxy', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"proxy_port":8083},"custom":false}', "serial_id" = 4 WHERE ("id" = 651)
D, [2018-09-12T00:30:39.271341 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001456s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.273176 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000243s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'doppler') AND ("name" = 'log-cache-cf-auth-proxy') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.273726 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.274276 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-cf-auth-proxy', "type" = 'job', "serial_id" = 4 WHERE ("id" = 559)
D, [2018-09-12T00:30:39.275725 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001321s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.276910 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 559) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-12T00:30:39.277535 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.278173 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 559, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 928)
D, [2018-09-12T00:30:39.279817 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001504s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.280343 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000061s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.281224 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000244s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 559, "original_name" = 'log-cache', "type" = 'log-cache', "name" = 'log-cache', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 928)
D, [2018-09-12T00:30:39.282768 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001425s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.283989 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000213s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 559) AND ("original_name" = 'log-cache-gateway')) LIMIT 1
D, [2018-09-12T00:30:39.284536 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.285070 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 559, "original_name" = 'log-cache-gateway', "type" = 'log-cache-gateway', "name" = 'log-cache-gateway', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 929)
D, [2018-09-12T00:30:39.286489 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001307s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.287028 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.287617 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 559, "original_name" = 'log-cache-gateway', "type" = 'log-cache-gateway', "name" = 'log-cache-gateway', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 929)
D, [2018-09-12T00:30:39.289029 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001300s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.290143 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 559) AND ("original_name" = 'cloud_controller')) LIMIT 1
D, [2018-09-12T00:30:39.290712 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.291287 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 559, "original_name" = 'cloud_controller', "type" = 'cloud_controller', "name" = 'cloud_controller', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 930)
D, [2018-09-12T00:30:39.292971 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001553s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.293437 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.294067 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 559, "original_name" = 'cloud_controller', "type" = 'cloud_controller', "name" = 'cloud_controller', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 930)
D, [2018-09-12T00:30:39.295675 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001495s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.297195 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000149s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:39.298208 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000143s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:39.299119 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000502s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:39.300168 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:39.302216 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-cell') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.302732 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.303289 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'diego-cell', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 398)
D, [2018-09-12T00:30:39.304911 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001489s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.306097 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 398) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:39.306739 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.307365 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 398, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 652)
D, [2018-09-12T00:30:39.309121 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001633s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.309652 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.310261 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 398, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 652)
D, [2018-09-12T00:30:39.311855 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001436s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.312894 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 398) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:39.313389 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.313960 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000160s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 398, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 653)
D, [2018-09-12T00:30:39.315737 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001659s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.316253 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.316787 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000180s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 398, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 653)
D, [2018-09-12T00:30:39.318312 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001411s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.319529 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000232s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 398) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:39.320000 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.320527 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 398, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 654)
D, [2018-09-12T00:30:39.322027 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001312s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.322584 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.323140 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 398, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 654)
D, [2018-09-12T00:30:39.324548 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001300s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.326452 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-cell') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.326980 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000055s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.327516 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000178s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 560)
D, [2018-09-12T00:30:39.328988 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001310s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.330580 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000282s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 560) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:39.331166 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.331783 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000216s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 560, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 931)
D, [2018-09-12T00:30:39.333217 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001309s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.333794 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.334389 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 560, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 931)
D, [2018-09-12T00:30:39.335885 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001374s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.337024 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 560) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:39.337907 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.338522 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 560, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 932)
D, [2018-09-12T00:30:39.340084 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001444s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.340619 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.341183 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 560, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 932)
D, [2018-09-12T00:30:39.342625 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001244s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.343732 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000232s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 560) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:39.344235 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.344860 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 560, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 933)
D, [2018-09-12T00:30:39.346340 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001367s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.346844 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.347517 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000238s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 560, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 933)
D, [2018-09-12T00:30:39.348971 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001340s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.349935 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000136s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'cflinuxfs2') LIMIT 1
D, [2018-09-12T00:30:39.350884 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000140s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 108) AND ("version" = '1.235.0')) LIMIT 1
D, [2018-09-12T00:30:39.351610 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000316s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 704)
D, [2018-09-12T00:30:39.352691 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000115s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 108
D, [2018-09-12T00:30:39.353674 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'garden-runc') LIMIT 1
D, [2018-09-12T00:30:39.354825 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 1) AND ("version" = '1.16.3')) LIMIT 1
D, [2018-09-12T00:30:39.355768 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000433s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 711)
D, [2018-09-12T00:30:39.357173 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000119s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 1
D, [2018-09-12T00:30:39.358859 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000121s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'diego') LIMIT 1
D, [2018-09-12T00:30:39.359847 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000137s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 111) AND ("version" = '0.1476.1-dev.2371')) LIMIT 1
D, [2018-09-12T00:30:39.360984 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000773s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 707)
D, [2018-09-12T00:30:39.362731 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000112s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-12T00:30:39.364681 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000109s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-12T00:30:39.365911 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000107s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-12T00:30:39.367978 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-cell') AND ("name" = 'route_emitter') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.368523 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.369060 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000168s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell', "name" = 'route_emitter', "type" = 'job', "serial_id" = 4 WHERE ("id" = 561)
D, [2018-09-12T00:30:39.371141 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001954s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.372684 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 561) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-12T00:30:39.373246 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.373852 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 561, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 934)
D, [2018-09-12T00:30:39.376191 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.002211s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.376776 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.377365 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 561, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 934)
D, [2018-09-12T00:30:39.378915 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001375s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.379806 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000136s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'cf-networking') LIMIT 1
D, [2018-09-12T00:30:39.380845 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000139s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 103) AND ("version" = '2.15.0')) LIMIT 1
D, [2018-09-12T00:30:39.381708 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000494s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 699)
D, [2018-09-12T00:30:39.382841 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000111s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 103
D, [2018-09-12T00:30:39.383941 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000119s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'silk') LIMIT 1
D, [2018-09-12T00:30:39.384936 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000155s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 123) AND ("version" = '2.15.0')) LIMIT 1
D, [2018-09-12T00:30:39.385768 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000467s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 720)
D, [2018-09-12T00:30:39.386809 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000132s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-12T00:30:39.387914 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000120s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-12T00:30:39.389746 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-cell') AND ("name" = 'vxlan-policy-agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.390281 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.390849 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000167s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'diego-cell', "name" = 'vxlan-policy-agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 399)
D, [2018-09-12T00:30:39.392614 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001605s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.393871 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 399) AND ("original_name" = 'vpa')) LIMIT 1
D, [2018-09-12T00:30:39.394441 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.395078 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 399, "original_name" = 'vpa', "type" = 'policy-agent', "name" = 'diego-cell-vpa', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"diego-cell","properties":{"ca_cert":"((network_policy_ca.certificate))","client_cert":"((network_policy_client.certificate))","client_key":"((network_policy_client.private_key))","force_policy_poll_cycle_port":44152},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"diego-cell","id":"8701845d-fba5-408a-8d6f-cd58b003449c","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.13","addresses":{"default":"10.0.1.13"},"dns_addresses":{"default":"8701845d-fba5-408a-8d6f-cd58b003449c.diego-cell.default.cf.bosh"}},{"name":"diego-cell","id":"c95af80a-94eb-4ca3-a7eb-3a4d6b86dd0d","index":1,"bootstrap":false,"az":"z2","address":"10.0.1.14","addresses":{"default":"10.0.1.14"},"dns_addresses":{"default":"c95af80a-94eb-4ca3-a7eb-3a4d6b86dd0d.diego-cell.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"ca_cert":"((network_policy_ca.certificate))","client_cert":"((network_policy_client.certificate))","client_key":"((network_policy_client.private_key))","force_policy_poll_cycle_port":44152},"custom":false}', "serial_id" = 4 WHERE ("id" = 655)
D, [2018-09-12T00:30:39.396693 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001442s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.397251 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.397931 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 399, "original_name" = 'vpa', "type" = 'policy-agent', "name" = 'diego-cell-vpa', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"diego-cell","properties":{"ca_cert":"((network_policy_ca.certificate))","client_cert":"((network_policy_client.certificate))","client_key":"((network_policy_client.private_key))","force_policy_poll_cycle_port":44152},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"diego-cell","id":"8701845d-fba5-408a-8d6f-cd58b003449c","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.13","addresses":{"default":"10.0.1.13"},"dns_addresses":{"default":"8701845d-fba5-408a-8d6f-cd58b003449c.diego-cell.default.cf.bosh"}},{"name":"diego-cell","id":"c95af80a-94eb-4ca3-a7eb-3a4d6b86dd0d","index":1,"bootstrap":false,"az":"z2","address":"10.0.1.14","addresses":{"default":"10.0.1.14"},"dns_addresses":{"default":"c95af80a-94eb-4ca3-a7eb-3a4d6b86dd0d.diego-cell.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"ca_cert":"((network_policy_ca.certificate))","client_cert":"((network_policy_client.certificate))","client_key":"((network_policy_client.private_key))","force_policy_poll_cycle_port":44152},"custom":false}', "serial_id" = 4 WHERE ("id" = 655)
D, [2018-09-12T00:30:39.399510 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001436s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.400964 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000141s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-12T00:30:39.402923 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-cell') AND ("name" = 'silk-daemon') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.403489 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.404028 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell', "name" = 'silk-daemon', "type" = 'job', "serial_id" = 4 WHERE ("id" = 562)
D, [2018-09-12T00:30:39.405748 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001512s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.407265 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000379s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 562) AND ("original_name" = 'cf_network')) LIMIT 1
D, [2018-09-12T00:30:39.408096 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.408869 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 562, "original_name" = 'cf_network', "type" = 'cf_network', "name" = 'cf_network', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 935)
D, [2018-09-12T00:30:39.410426 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001417s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.410908 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.411646 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000236s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 562, "original_name" = 'cf_network', "type" = 'cf_network', "name" = 'cf_network', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 935)
D, [2018-09-12T00:30:39.413199 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001431s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.414333 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 562) AND ("original_name" = 'vpa')) LIMIT 1
D, [2018-09-12T00:30:39.414999 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000063s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.415584 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 562, "original_name" = 'vpa', "type" = 'policy-agent', "name" = 'diego-cell-vpa', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 936)
D, [2018-09-12T00:30:39.417265 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001566s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.417819 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.418442 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 562, "original_name" = 'vpa', "type" = 'policy-agent', "name" = 'diego-cell-vpa', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 936)
D, [2018-09-12T00:30:39.419991 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001434s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.421174 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000136s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-12T00:30:39.423090 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000238s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-cell') AND ("name" = 'silk-cni') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.423621 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.424141 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000176s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell', "name" = 'silk-cni', "type" = 'job', "serial_id" = 4 WHERE ("id" = 563)
D, [2018-09-12T00:30:39.425917 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001654s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.427264 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 563) AND ("original_name" = 'cf_network')) LIMIT 1
D, [2018-09-12T00:30:39.427866 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.428474 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 563, "original_name" = 'cf_network', "type" = 'cf_network', "name" = 'cf_network', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 937)
D, [2018-09-12T00:30:39.429918 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001319s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.430431 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.430989 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 563, "original_name" = 'cf_network', "type" = 'cf_network', "name" = 'cf_network', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 937)
D, [2018-09-12T00:30:39.432455 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001324s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.433566 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 563) AND ("original_name" = 'vpa')) LIMIT 1
D, [2018-09-12T00:30:39.434161 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.434711 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 563, "original_name" = 'vpa', "type" = 'policy-agent', "name" = 'diego-cell-vpa', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 938)
D, [2018-09-12T00:30:39.436190 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001359s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.436653 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.437273 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 563, "original_name" = 'vpa', "type" = 'policy-agent', "name" = 'diego-cell-vpa', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 938)
D, [2018-09-12T00:30:39.438582 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001185s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.439553 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'nfs-volume') LIMIT 1
D, [2018-09-12T00:30:39.440673 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000162s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 131) AND ("version" = '1.5.4-rc.9')) LIMIT 1
D, [2018-09-12T00:30:39.441581 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000528s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 729)
D, [2018-09-12T00:30:39.442846 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 131
D, [2018-09-12T00:30:39.444877 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-cell') AND ("name" = 'nfsv3driver') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.445385 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.445988 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell', "name" = 'nfsv3driver', "type" = 'job', "serial_id" = 4 WHERE ("id" = 564)
D, [2018-09-12T00:30:39.447583 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001475s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.448920 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 564) AND ("original_name" = 'mapfs')) LIMIT 1
D, [2018-09-12T00:30:39.449477 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.450032 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 564, "original_name" = 'mapfs', "type" = 'mapfs', "name" = 'diego-cell-mapfs', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 939)
D, [2018-09-12T00:30:39.451876 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001656s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.452360 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.452947 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 564, "original_name" = 'mapfs', "type" = 'mapfs', "name" = 'diego-cell-mapfs', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 939)
D, [2018-09-12T00:30:39.454455 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001387s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.455236 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000130s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'mapfs') LIMIT 1
D, [2018-09-12T00:30:39.456270 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000138s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 133) AND ("version" = '1.1.1-rc.2')) LIMIT 1
D, [2018-09-12T00:30:39.456972 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000307s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 731)
D, [2018-09-12T00:30:39.458003 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 133
D, [2018-09-12T00:30:39.459511 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-cell') AND ("name" = 'mapfs') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.459993 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.460518 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000163s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'diego-cell', "name" = 'mapfs', "type" = 'job', "serial_id" = 4 WHERE ("id" = 400)
D, [2018-09-12T00:30:39.462083 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001448s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.463210 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 400) AND ("original_name" = 'mapfs')) LIMIT 1
D, [2018-09-12T00:30:39.463743 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.464367 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 400, "original_name" = 'mapfs', "type" = 'mapfs', "name" = 'diego-cell-mapfs', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"diego-cell","properties":{"path":"/var/vcap/packages/mapfs/bin/mapfs"},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"diego-cell","id":"8701845d-fba5-408a-8d6f-cd58b003449c","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.13","addresses":{"default":"10.0.1.13"},"dns_addresses":{"default":"8701845d-fba5-408a-8d6f-cd58b003449c.diego-cell.default.cf.bosh"}},{"name":"diego-cell","id":"c95af80a-94eb-4ca3-a7eb-3a4d6b86dd0d","index":1,"bootstrap":false,"az":"z2","address":"10.0.1.14","addresses":{"default":"10.0.1.14"},"dns_addresses":{"default":"c95af80a-94eb-4ca3-a7eb-3a4d6b86dd0d.diego-cell.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"path":"/var/vcap/packages/mapfs/bin/mapfs"},"custom":false}', "serial_id" = 4 WHERE ("id" = 656)
D, [2018-09-12T00:30:39.465917 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001408s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.466487 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000087s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.467060 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 400, "original_name" = 'mapfs', "type" = 'mapfs', "name" = 'diego-cell-mapfs', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"diego-cell","properties":{"path":"/var/vcap/packages/mapfs/bin/mapfs"},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"diego-cell","id":"8701845d-fba5-408a-8d6f-cd58b003449c","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.13","addresses":{"default":"10.0.1.13"},"dns_addresses":{"default":"8701845d-fba5-408a-8d6f-cd58b003449c.diego-cell.default.cf.bosh"}},{"name":"diego-cell","id":"c95af80a-94eb-4ca3-a7eb-3a4d6b86dd0d","index":1,"bootstrap":false,"az":"z2","address":"10.0.1.14","addresses":{"default":"10.0.1.14"},"dns_addresses":{"default":"c95af80a-94eb-4ca3-a7eb-3a4d6b86dd0d.diego-cell.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"path":"/var/vcap/packages/mapfs/bin/mapfs"},"custom":false}', "serial_id" = 4 WHERE ("id" = 656)
D, [2018-09-12T00:30:39.468717 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001517s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.469775 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000136s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'local-volume') LIMIT 1
D, [2018-09-12T00:30:39.470699 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000142s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 135) AND ("version" = '0.0.0-rc.196')) LIMIT 1
D, [2018-09-12T00:30:39.471410 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000318s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 733)
D, [2018-09-12T00:30:39.472457 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000123s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 135
D, [2018-09-12T00:30:39.473503 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000126s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'csi-local-volume') LIMIT 1
D, [2018-09-12T00:30:39.474434 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000157s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 134) AND ("version" = '0.0.0-rc.91')) LIMIT 1
D, [2018-09-12T00:30:39.475104 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000319s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 732)
D, [2018-09-12T00:30:39.476062 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000161s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 134
D, [2018-09-12T00:30:39.476957 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000118s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'csi-plugins') LIMIT 1
D, [2018-09-12T00:30:39.477867 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000129s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 136) AND ("version" = '0.0.0-rc.54')) LIMIT 1
D, [2018-09-12T00:30:39.478507 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000305s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 734)
D, [2018-09-12T00:30:39.479487 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000127s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 136
D, [2018-09-12T00:30:39.480466 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000128s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'smb-volume') LIMIT 1
D, [2018-09-12T00:30:39.481319 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000132s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 137) AND ("version" = '0.1.13-rc.4')) LIMIT 1
D, [2018-09-12T00:30:39.482117 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000440s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 735)
D, [2018-09-12T00:30:39.483112 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000111s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 137
D, [2018-09-12T00:30:39.484087 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'cflinuxfs3') LIMIT 1
D, [2018-09-12T00:30:39.485003 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000130s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 138) AND ("version" = '0.22.0')) LIMIT 1
D, [2018-09-12T00:30:39.485621 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000275s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 736)
D, [2018-09-12T00:30:39.486542 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000109s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 138
D, [2018-09-12T00:30:39.488024 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000115s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:39.488871 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000126s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:39.489730 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000425s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:39.490626 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000106s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:39.492759 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'log-api') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.493303 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.493933 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000168s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'log-api', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 401)
D, [2018-09-12T00:30:39.495735 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001675s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.497055 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 401) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:39.497616 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.498209 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000180s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 401, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 657)
D, [2018-09-12T00:30:39.499747 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001393s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.500267 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.500886 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000176s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 401, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 657)
D, [2018-09-12T00:30:39.502528 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001528s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.503589 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 401) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:39.504192 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.504768 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000165s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 401, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 658)
D, [2018-09-12T00:30:39.506178 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001302s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.506678 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.507209 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 401, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 658)
D, [2018-09-12T00:30:39.508767 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001349s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.509861 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 401) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:39.510444 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.510967 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000161s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 401, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 659)
D, [2018-09-12T00:30:39.512500 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001416s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.513022 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.513614 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 401, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 659)
D, [2018-09-12T00:30:39.515091 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001354s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.516963 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'log-api') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.517490 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.518002 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'log-api', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 565)
D, [2018-09-12T00:30:39.519560 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001352s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.520962 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 565) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:39.521522 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.522153 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 565, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 940)
D, [2018-09-12T00:30:39.523588 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001311s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.524069 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.524631 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 565, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 940)
D, [2018-09-12T00:30:39.526063 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001315s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.527153 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 565) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:39.527697 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.528211 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 565, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 941)
D, [2018-09-12T00:30:39.529793 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001470s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.530352 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000055s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.530889 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 565, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 941)
D, [2018-09-12T00:30:39.532404 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001385s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.533575 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 565) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:39.534083 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.534619 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 565, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 942)
D, [2018-09-12T00:30:39.536058 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001330s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.536564 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.537089 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 565, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 942)
D, [2018-09-12T00:30:39.538523 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001323s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.539407 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000159s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'loggregator') LIMIT 1
D, [2018-09-12T00:30:39.540439 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000157s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 115) AND ("version" = '103.1')) LIMIT 1
D, [2018-09-12T00:30:39.541348 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000504s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 712)
D, [2018-09-12T00:30:39.542681 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000118s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 115
D, [2018-09-12T00:30:39.544970 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000270s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'log-api') AND ("name" = 'loggregator_trafficcontroller') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.545527 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.546052 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000163s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'log-api', "name" = 'loggregator_trafficcontroller', "type" = 'job', "serial_id" = 4 WHERE ("id" = 402)
D, [2018-09-12T00:30:39.547781 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001609s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.548987 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 402) AND ("original_name" = 'trafficcontroller')) LIMIT 1
D, [2018-09-12T00:30:39.549552 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.550157 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 402, "original_name" = 'trafficcontroller', "type" = 'trafficcontroller', "name" = 'trafficcontroller', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"loggregator":{"outgoing_dropsonde_port":8081}},"custom":false}', "serial_id" = 4 WHERE ("id" = 660)
D, [2018-09-12T00:30:39.551910 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001628s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.552535 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000087s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.553139 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 402, "original_name" = 'trafficcontroller', "type" = 'trafficcontroller', "name" = 'trafficcontroller', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"loggregator":{"outgoing_dropsonde_port":8081}},"custom":false}', "serial_id" = 4 WHERE ("id" = 660)
D, [2018-09-12T00:30:39.554713 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001459s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.556679 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000233s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'log-api') AND ("name" = 'loggregator_trafficcontroller') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.557292 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.557853 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000176s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'log-api', "name" = 'loggregator_trafficcontroller', "type" = 'job', "serial_id" = 4 WHERE ("id" = 566)
D, [2018-09-12T00:30:39.559515 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001533s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.561016 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000219s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 566) AND ("original_name" = 'doppler')) LIMIT 1
D, [2018-09-12T00:30:39.561740 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.562319 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 566, "original_name" = 'doppler', "type" = 'doppler', "name" = 'doppler', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 943)
D, [2018-09-12T00:30:39.563842 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001373s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.564317 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.564953 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 566, "original_name" = 'doppler', "type" = 'doppler', "name" = 'doppler', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 943)
D, [2018-09-12T00:30:39.566399 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001331s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.567645 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000133s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 115
D, [2018-09-12T00:30:39.569524 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000230s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'log-api') AND ("name" = 'reverse_log_proxy') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.570103 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.570652 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000178s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'log-api', "name" = 'reverse_log_proxy', "type" = 'job', "serial_id" = 4 WHERE ("id" = 403)
D, [2018-09-12T00:30:39.572149 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001372s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.573508 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 403) AND ("original_name" = 'reverse_log_proxy')) LIMIT 1
D, [2018-09-12T00:30:39.574054 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.574651 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 403, "original_name" = 'reverse_log_proxy', "type" = 'reverse_log_proxy', "name" = 'reverse_log_proxy', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"log-api","properties":{"reverse_log_proxy":{"egress":{"port":8082}}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"log-api","id":"938896ce-eaad-42df-a117-5dc96fb6f2aa","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.15","addresses":{"default":"10.0.1.15"},"dns_addresses":{"default":"938896ce-eaad-42df-a117-5dc96fb6f2aa.log-api.default.cf.bosh"}}]}', "shared" = true, "consumable" = true, "metadata" = '{"mapped_properties":{"reverse_log_proxy":{"egress":{"port":8082}}},"custom":false}', "serial_id" = 4 WHERE ("id" = 661)
D, [2018-09-12T00:30:39.576201 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001424s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.576746 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.577313 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 403, "original_name" = 'reverse_log_proxy', "type" = 'reverse_log_proxy', "name" = 'reverse_log_proxy', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"log-api","properties":{"reverse_log_proxy":{"egress":{"port":8082}}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"log-api","id":"938896ce-eaad-42df-a117-5dc96fb6f2aa","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.15","addresses":{"default":"10.0.1.15"},"dns_addresses":{"default":"938896ce-eaad-42df-a117-5dc96fb6f2aa.log-api.default.cf.bosh"}}]}', "shared" = true, "consumable" = true, "metadata" = '{"mapped_properties":{"reverse_log_proxy":{"egress":{"port":8082}}},"custom":false}', "serial_id" = 4 WHERE ("id" = 661)
D, [2018-09-12T00:30:39.579188 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001625s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.581587 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000391s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'log-api') AND ("name" = 'reverse_log_proxy') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.582218 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.582836 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000200s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'log-api', "name" = 'reverse_log_proxy', "type" = 'job', "serial_id" = 4 WHERE ("id" = 567)
D, [2018-09-12T00:30:39.584473 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001483s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.585904 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000287s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 567) AND ("original_name" = 'doppler')) LIMIT 1
D, [2018-09-12T00:30:39.586562 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.587249 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 567, "original_name" = 'doppler', "type" = 'doppler', "name" = 'doppler', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 944)
D, [2018-09-12T00:30:39.588772 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001363s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.589322 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.589896 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 567, "original_name" = 'doppler', "type" = 'doppler', "name" = 'doppler', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 944)
D, [2018-09-12T00:30:39.591488 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001475s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.592488 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000162s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-12T00:30:39.593523 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000148s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-12T00:30:39.594661 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000674s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 718)
D, [2018-09-12T00:30:39.595613 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-12T00:30:39.597327 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'log-api') AND ("name" = 'route_registrar') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.597938 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.598501 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'log-api', "name" = 'route_registrar', "type" = 'job', "serial_id" = 4 WHERE ("id" = 568)
D, [2018-09-12T00:30:39.600098 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001464s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.601341 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 568) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-12T00:30:39.601962 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.602625 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 568, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 945)
D, [2018-09-12T00:30:39.604248 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001485s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.604746 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.605381 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 568, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 945)
D, [2018-09-12T00:30:39.606703 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001206s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.608312 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000156s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:39.609313 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000153s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:39.610200 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000479s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:39.611265 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000115s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:39.613475 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'credhub') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.614061 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.614620 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'credhub', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 404)
D, [2018-09-12T00:30:39.616370 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001611s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.617657 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 404) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:39.618308 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.618982 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000248s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 404, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 662)
D, [2018-09-12T00:30:39.620506 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001332s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.621143 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.621805 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000216s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 404, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 662)
D, [2018-09-12T00:30:39.623238 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001315s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.624442 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 404) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:39.624985 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.625582 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 404, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 663)
D, [2018-09-12T00:30:39.627145 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001428s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.627754 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000053s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.628370 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000225s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 404, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 663)
D, [2018-09-12T00:30:39.629899 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001408s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.631149 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000213s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 404) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:39.631717 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.632308 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 404, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 664)
D, [2018-09-12T00:30:39.633966 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001468s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.634534 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.635150 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000216s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 404, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 664)
D, [2018-09-12T00:30:39.636671 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001371s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.638648 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'credhub') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.639205 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.644614 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000223s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'credhub', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 569)
D, [2018-09-12T00:30:39.646387 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001600s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.647963 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000213s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 569) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:39.648589 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.649251 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 569, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 946)
D, [2018-09-12T00:30:39.650921 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001510s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.651468 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.652093 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 569, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 946)
D, [2018-09-12T00:30:39.653579 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001370s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.654753 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 569) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:39.655320 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.655921 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 569, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 947)
D, [2018-09-12T00:30:39.657447 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001409s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.657974 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.658531 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 569, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 947)
D, [2018-09-12T00:30:39.660092 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001415s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.661239 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 569) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:39.661882 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000125s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.662509 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000267s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 569, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 948)
D, [2018-09-12T00:30:39.663961 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001342s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.664458 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.665041 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000239s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 569, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 948)
D, [2018-09-12T00:30:39.666491 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001340s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.667449 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000157s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'credhub') LIMIT 1
D, [2018-09-12T00:30:39.668537 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000161s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 110) AND ("version" = '1.9.5')) LIMIT 1
D, [2018-09-12T00:30:39.669296 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000354s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 706)
D, [2018-09-12T00:30:39.670711 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 110
D, [2018-09-12T00:30:39.673098 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'credhub') AND ("name" = 'credhub') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.673638 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.674209 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000165s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'credhub', "name" = 'credhub', "type" = 'job', "serial_id" = 4 WHERE ("id" = 405)
D, [2018-09-12T00:30:39.675800 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001463s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.676960 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 405) AND ("original_name" = 'credhub')) LIMIT 1
D, [2018-09-12T00:30:39.677612 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.678197 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000176s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 405, "original_name" = 'credhub', "type" = 'credhub', "name" = 'credhub', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"credhub","properties":{"credhub":{"port":8844,"ca_certificate":"","internal_url":""}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"credhub","id":"4f098227-97f6-41f7-8f12-def2535640a5","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.16","addresses":{"default":"10.0.1.16"},"dns_addresses":{"default":"4f098227-97f6-41f7-8f12-def2535640a5.credhub.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"credhub":{"port":8844,"ca_certificate":"","internal_url":""}},"custom":false}', "serial_id" = 4 WHERE ("id" = 665)
D, [2018-09-12T00:30:39.679768 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001391s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.680323 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.680900 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 405, "original_name" = 'credhub', "type" = 'credhub', "name" = 'credhub', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"credhub","properties":{"credhub":{"port":8844,"ca_certificate":"","internal_url":""}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"credhub","id":"4f098227-97f6-41f7-8f12-def2535640a5","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.16","addresses":{"default":"10.0.1.16"},"dns_addresses":{"default":"4f098227-97f6-41f7-8f12-def2535640a5.credhub.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"credhub":{"port":8844,"ca_certificate":"","internal_url":""}},"custom":false}', "serial_id" = 4 WHERE ("id" = 665)
D, [2018-09-12T00:30:39.682619 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001537s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.683905 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 405) AND ("original_name" = 'credhub_db')) LIMIT 1
D, [2018-09-12T00:30:39.684434 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.685039 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 405, "original_name" = 'credhub_db', "type" = 'credhub_db', "name" = 'credhub_db', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"credhub","properties":{"credhub":{"data_storage":{"database":"credhub","host":"sql-db.service.cf.internal","password":"((credhub_database_password))","port":3306,"require_tls":true,"tls_ca":"((pxc_server_ca.certificate))","type":"mysql","username":"credhub"}}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"credhub","id":"4f098227-97f6-41f7-8f12-def2535640a5","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.16","addresses":{"default":"10.0.1.16"},"dns_addresses":{"default":"4f098227-97f6-41f7-8f12-def2535640a5.credhub.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"credhub":{"data_storage":{"database":"credhub","host":"sql-db.service.cf.internal","password":"((credhub_database_password))","port":3306,"require_tls":true,"tls_ca":"((pxc_server_ca.certificate))","type":"mysql","username":"credhub"}}},"custom":false}', "serial_id" = 4 WHERE ("id" = 666)
D, [2018-09-12T00:30:39.686539 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001377s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.687177 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.687787 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 405, "original_name" = 'credhub_db', "type" = 'credhub_db', "name" = 'credhub_db', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"credhub","properties":{"credhub":{"data_storage":{"database":"credhub","host":"sql-db.service.cf.internal","password":"((credhub_database_password))","port":3306,"require_tls":true,"tls_ca":"((pxc_server_ca.certificate))","type":"mysql","username":"credhub"}}},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"credhub","id":"4f098227-97f6-41f7-8f12-def2535640a5","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.16","addresses":{"default":"10.0.1.16"},"dns_addresses":{"default":"4f098227-97f6-41f7-8f12-def2535640a5.credhub.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"credhub":{"data_storage":{"database":"credhub","host":"sql-db.service.cf.internal","password":"((credhub_database_password))","port":3306,"require_tls":true,"tls_ca":"((pxc_server_ca.certificate))","type":"mysql","username":"credhub"}}},"custom":false}', "serial_id" = 4 WHERE ("id" = 666)
D, [2018-09-12T00:30:39.689225 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001311s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.691331 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000257s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'credhub') AND ("name" = 'credhub') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.691960 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000064s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.692536 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'credhub', "name" = 'credhub', "type" = 'job', "serial_id" = 4 WHERE ("id" = 570)
D, [2018-09-12T00:30:39.693978 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001308s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.695526 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 570) AND ("original_name" = 'postgres')) LIMIT 1
D, [2018-09-12T00:30:39.696114 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.696697 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 570, "original_name" = 'postgres', "type" = 'database', "name" = 'postgres', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 949)
D, [2018-09-12T00:30:39.698242 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001414s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.698792 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.699430 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000228s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 570, "original_name" = 'postgres', "type" = 'database', "name" = 'postgres', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 949)
D, [2018-09-12T00:30:39.700883 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001338s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.702319 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000148s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'capi') LIMIT 1
D, [2018-09-12T00:30:39.703356 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000149s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 104) AND ("version" = '1.68.0')) LIMIT 1
D, [2018-09-12T00:30:39.704830 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000986s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 700)
D, [2018-09-12T00:30:39.706143 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000121s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 104
D, [2018-09-12T00:30:39.709545 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'rotate-cc-database-key') AND ("name" = 'rotate_cc_database_key') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.710567 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.714468 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.003459s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'rotate-cc-database-key', "name" = 'rotate_cc_database_key', "type" = 'job', "serial_id" = 4 WHERE ("id" = 571)
D, [2018-09-12T00:30:39.716432 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001722s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.718091 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 571) AND ("original_name" = 'cloud_controller_db')) LIMIT 1
D, [2018-09-12T00:30:39.718823 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.719500 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 571, "original_name" = 'cloud_controller_db', "type" = 'cloud_controller_db', "name" = 'cloud_controller_db', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 950)
D, [2018-09-12T00:30:39.721136 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001494s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.721707 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.722353 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 571, "original_name" = 'cloud_controller_db', "type" = 'cloud_controller_db', "name" = 'cloud_controller_db', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 950)
D, [2018-09-12T00:30:39.723864 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001383s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.725040 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 571) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-12T00:30:39.725764 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000057s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.726322 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 571, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 951)
D, [2018-09-12T00:30:39.727951 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001499s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.728473 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000067s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.729106 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000225s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 571, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 951)
D, [2018-09-12T00:30:39.730899 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001620s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.732069 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 571) AND ("original_name" = 'cloud_controller_internal')) LIMIT 1
D, [2018-09-12T00:30:39.732616 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.733176 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 571, "original_name" = 'cloud_controller_internal', "type" = 'cloud_controller_internal', "name" = 'cloud_controller_internal', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 952)
D, [2018-09-12T00:30:39.734870 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001504s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.735387 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.735998 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 571, "original_name" = 'cloud_controller_internal', "type" = 'cloud_controller_internal', "name" = 'cloud_controller_internal', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 952)
D, [2018-09-12T00:30:39.737460 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001349s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.738921 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:39.740010 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:39.740998 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000487s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:39.742277 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:39.744314 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'windows2016-cell') AND ("name" = 'consul_agent_windows') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.744846 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.745446 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'windows2016-cell', "name" = 'consul_agent_windows', "type" = 'job', "serial_id" = 4 WHERE ("id" = 572)
D, [2018-09-12T00:30:39.747524 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001914s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.748954 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 572) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:39.749577 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000066s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.750167 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 572, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 953)
D, [2018-09-12T00:30:39.751700 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001399s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.752202 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.752865 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 572, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 953)
D, [2018-09-12T00:30:39.754262 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001283s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.755319 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 572) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:39.755918 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.756470 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 572, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 954)
D, [2018-09-12T00:30:39.757928 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001347s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.758364 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.760535 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001789s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 572, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 954)
D, [2018-09-12T00:30:39.762292 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001563s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.767608 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 572) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:39.768601 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.769171 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 572, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 955)
D, [2018-09-12T00:30:39.770518 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001238s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.771809 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.772439 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 572, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 955)
D, [2018-09-12T00:30:39.773911 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001328s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.774888 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'winc') LIMIT 1
D, [2018-09-12T00:30:39.775900 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000163s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 130) AND ("version" = '1.4.0')) LIMIT 1
D, [2018-09-12T00:30:39.776672 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000351s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 727)
D, [2018-09-12T00:30:39.777751 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000118s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 130
D, [2018-09-12T00:30:39.778705 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000110s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 130
D, [2018-09-12T00:30:39.779716 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000130s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'windows2016fs') LIMIT 1
D, [2018-09-12T00:30:39.780710 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000141s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 140) AND ("version" = '1.7.0')) LIMIT 1
D, [2018-09-12T00:30:39.781411 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000304s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 738)
D, [2018-09-12T00:30:39.782235 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 140
D, [2018-09-12T00:30:39.783129 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000111s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 130
D, [2018-09-12T00:30:39.784101 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'garden-runc') LIMIT 1
D, [2018-09-12T00:30:39.785106 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000144s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 1) AND ("version" = '1.16.3')) LIMIT 1
D, [2018-09-12T00:30:39.785837 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000389s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 711)
D, [2018-09-12T00:30:39.786853 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 1
D, [2018-09-12T00:30:39.787985 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000125s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'diego') LIMIT 1
D, [2018-09-12T00:30:39.788902 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000142s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 111) AND ("version" = '0.1476.1-dev.2371')) LIMIT 1
D, [2018-09-12T00:30:39.790059 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000769s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 707)
D, [2018-09-12T00:30:39.792121 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-12T00:30:39.794855 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000135s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-12T00:30:39.797184 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'windows2016-cell') AND ("name" = 'route_emitter_windows') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.797790 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.798430 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000200s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'windows2016-cell', "name" = 'route_emitter_windows', "type" = 'job', "serial_id" = 4 WHERE ("id" = 573)
D, [2018-09-12T00:30:39.800265 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001619s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.801892 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 573) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-12T00:30:39.802809 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.803578 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000241s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 573, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 956)
D, [2018-09-12T00:30:39.805353 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001615s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.806013 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000089s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.806666 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 573, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 956)
D, [2018-09-12T00:30:39.808252 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001451s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.813659 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000223s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'loggregator-agent') LIMIT 1
D, [2018-09-12T00:30:39.814665 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000150s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 126) AND ("version" = '2.1')) LIMIT 1
D, [2018-09-12T00:30:39.815550 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000380s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 723)
D, [2018-09-12T00:30:39.818810 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000128s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 126
D, [2018-09-12T00:30:39.820877 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'windows2016-cell') AND ("name" = 'loggregator_agent_windows') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.821529 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.822110 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000178s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'windows2016-cell', "name" = 'loggregator_agent_windows', "type" = 'job', "serial_id" = 4 WHERE ("id" = 406)
D, [2018-09-12T00:30:39.823818 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001576s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.825088 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000240s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 406) AND ("original_name" = 'loggregator_agent_windows')) LIMIT 1
D, [2018-09-12T00:30:39.825640 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.826237 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000178s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 406, "original_name" = 'loggregator_agent_windows', "type" = 'loggregator_agent', "name" = 'loggregator_agent_windows', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"listening_port":3457,"grpc_port":3458},"custom":false}', "serial_id" = 4 WHERE ("id" = 667)
D, [2018-09-12T00:30:39.827654 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001286s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.828215 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.828888 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 406, "original_name" = 'loggregator_agent_windows', "type" = 'loggregator_agent', "name" = 'loggregator_agent_windows', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"listening_port":3457,"grpc_port":3458},"custom":false}', "serial_id" = 4 WHERE ("id" = 667)
D, [2018-09-12T00:30:39.830366 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001345s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.832183 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'windows2016-cell') AND ("name" = 'loggregator_agent_windows') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.832693 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.833322 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'windows2016-cell', "name" = 'loggregator_agent_windows', "type" = 'job', "serial_id" = 4 WHERE ("id" = 574)
D, [2018-09-12T00:30:39.835001 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001518s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.836365 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 574) AND ("original_name" = 'doppler')) LIMIT 1
D, [2018-09-12T00:30:39.836938 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.837530 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 574, "original_name" = 'doppler', "type" = 'doppler', "name" = 'doppler', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 957)
D, [2018-09-12T00:30:39.839406 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001743s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.840047 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.840612 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 574, "original_name" = 'doppler', "type" = 'doppler', "name" = 'doppler', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 957)
D, [2018-09-12T00:30:39.842066 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001343s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.842911 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000150s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'windows-utilities') LIMIT 1
D, [2018-09-12T00:30:39.844041 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 7) AND ("version" = '0.11.0')) LIMIT 1
D, [2018-09-12T00:30:39.844871 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000451s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 728)
D, [2018-09-12T00:30:39.845994 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000117s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 7
D, [2018-09-12T00:30:39.846891 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000126s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'local-volume') LIMIT 1
D, [2018-09-12T00:30:39.847892 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000143s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 135) AND ("version" = '0.0.0-rc.196')) LIMIT 1
D, [2018-09-12T00:30:39.848585 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000353s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 733)
D, [2018-09-12T00:30:39.849720 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000109s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 135
D, [2018-09-12T00:30:39.851023 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000233s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'smb-volume') LIMIT 1
D, [2018-09-12T00:30:39.852035 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000134s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 137) AND ("version" = '0.1.13-rc.4')) LIMIT 1
D, [2018-09-12T00:30:39.852880 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000505s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 735)
D, [2018-09-12T00:30:39.853956 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000121s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 137
D, [2018-09-12T00:30:39.855646 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000120s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'nfs-volume') LIMIT 1
D, [2018-09-12T00:30:39.856738 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000257s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 131) AND ("version" = '1.5.4-rc.9')) LIMIT 1
D, [2018-09-12T00:30:39.857792 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000519s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 729)
D, [2018-09-12T00:30:39.859194 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 131
D, [2018-09-12T00:30:39.861178 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'nfs-broker-push') AND ("name" = 'nfsbrokerpush') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.861781 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.862328 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'nfs-broker-push', "name" = 'nfsbrokerpush', "type" = 'job', "serial_id" = 4 WHERE ("id" = 575)
D, [2018-09-12T00:30:39.864249 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001790s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.865692 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000225s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 575) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-12T00:30:39.866278 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.866864 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 575, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 958)
D, [2018-09-12T00:30:39.868435 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001404s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.868965 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000087s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.869583 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 575, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 958)
D, [2018-09-12T00:30:39.872201 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.002493s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.873183 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000150s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'cf-cli') LIMIT 1
D, [2018-09-12T00:30:39.874309 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000153s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 132) AND ("version" = '1.6.0')) LIMIT 1
D, [2018-09-12T00:30:39.875027 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000337s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 730)
D, [2018-09-12T00:30:39.875960 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000120s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 132
D, [2018-09-12T00:30:39.877399 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000118s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'nfs-volume') LIMIT 1
D, [2018-09-12T00:30:39.878271 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000128s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 131) AND ("version" = '1.5.4-rc.9')) LIMIT 1
D, [2018-09-12T00:30:39.879148 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000510s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 729)
D, [2018-09-12T00:30:39.880206 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000107s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 131
D, [2018-09-12T00:30:39.882239 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'nfs-broker-credhub-push') AND ("name" = 'nfsbrokerpush') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.882758 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.883324 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'nfs-broker-credhub-push', "name" = 'nfsbrokerpush', "type" = 'job', "serial_id" = 4 WHERE ("id" = 576)
D, [2018-09-12T00:30:39.885051 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001599s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.886557 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 576) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-12T00:30:39.887176 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.887800 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 576, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 959)
D, [2018-09-12T00:30:39.889617 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001614s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.890254 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.890893 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000248s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 576, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 959)
D, [2018-09-12T00:30:39.892700 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001668s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.893857 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000155s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'cf-cli') LIMIT 1
D, [2018-09-12T00:30:39.894909 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000157s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 132) AND ("version" = '1.6.0')) LIMIT 1
D, [2018-09-12T00:30:39.895728 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000326s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 730)
D, [2018-09-12T00:30:39.896433 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000124s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 132
D, [2018-09-12T00:30:39.897876 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000133s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'nfs-volume') LIMIT 1
D, [2018-09-12T00:30:39.898767 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000136s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 131) AND ("version" = '1.5.4-rc.9')) LIMIT 1
D, [2018-09-12T00:30:39.899665 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000516s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 729)
D, [2018-09-12T00:30:39.901735 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 131
D, [2018-09-12T00:30:39.903592 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000230s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'migrate-mysql-to-credhub') AND ("name" = 'migrate_mysql_to_credhub') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.904192 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.904783 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'migrate-mysql-to-credhub', "name" = 'migrate_mysql_to_credhub', "type" = 'job', "serial_id" = 4 WHERE ("id" = 577)
D, [2018-09-12T00:30:39.906673 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001756s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.908042 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 577) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-12T00:30:39.908637 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.909267 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 577, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 960)
D, [2018-09-12T00:30:39.910891 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001488s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.911602 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.912201 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 577, "original_name" = 'database', "type" = 'database', "name" = 'database', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 960)
D, [2018-09-12T00:30:39.913715 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001376s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.915240 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000156s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'local-volume') LIMIT 1
D, [2018-09-12T00:30:39.916291 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 135) AND ("version" = '0.0.0-rc.196')) LIMIT 1
D, [2018-09-12T00:30:39.917031 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000335s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 733)
D, [2018-09-12T00:30:39.918161 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000122s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 135
D, [2018-09-12T00:30:39.919235 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000118s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-12T00:30:39.920134 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000135s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-12T00:30:39.921103 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000625s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 718)
D, [2018-09-12T00:30:39.921945 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000118s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-12T00:30:39.923721 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000250s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'localbroker') AND ("name" = 'route_registrar') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.924338 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.924910 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'localbroker', "name" = 'route_registrar', "type" = 'job', "serial_id" = 4 WHERE ("id" = 578)
D, [2018-09-12T00:30:39.926619 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001579s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.928027 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 578) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-12T00:30:39.928629 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.929282 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000241s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 578, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 961)
D, [2018-09-12T00:30:39.931070 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001656s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.931719 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000129s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.932370 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 578, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 961)
D, [2018-09-12T00:30:39.933809 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001319s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.935348 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:39.936299 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000144s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:39.937251 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000502s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:39.938272 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000117s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:39.940471 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'nfstestserver') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.941083 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.941719 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'nfstestserver', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 407)
D, [2018-09-12T00:30:39.943729 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001864s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.945323 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000244s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 407) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:39.945980 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.946690 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 407, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 668)
D, [2018-09-12T00:30:39.948974 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.002073s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.949657 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000062s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.950438 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000282s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 407, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 668)
D, [2018-09-12T00:30:39.951994 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001413s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.953339 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 407) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:39.954099 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000073s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.954732 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 407, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 669)
D, [2018-09-12T00:30:39.956372 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001513s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.956914 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.957647 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 407, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 669)
D, [2018-09-12T00:30:39.959828 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.002051s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.961152 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000277s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 407) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:39.961721 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.962363 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 407, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 670)
D, [2018-09-12T00:30:39.964088 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001603s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.964655 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.965301 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 407, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 670)
D, [2018-09-12T00:30:39.966760 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001339s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.968781 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000259s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'nfstestserver') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:39.969409 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.970000 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'nfstestserver', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 579)
D, [2018-09-12T00:30:39.971710 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001569s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.973265 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 579) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:39.974034 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.974684 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 579, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 962)
D, [2018-09-12T00:30:39.976182 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001370s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.976724 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.977315 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 579, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 962)
D, [2018-09-12T00:30:39.980039 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.002516s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.981254 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000290s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 579) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:39.981840 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.982492 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 579, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 963)
D, [2018-09-12T00:30:39.984143 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001514s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.984659 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.985267 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 579, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 963)
D, [2018-09-12T00:30:39.986833 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001451s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.988131 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 579) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:39.988695 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.989273 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 579, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 964)
D, [2018-09-12T00:30:39.990808 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001415s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.991478 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:39.992059 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 579, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 964)
D, [2018-09-12T00:30:39.993735 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001545s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:39.994885 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'nfs-volume') LIMIT 1
D, [2018-09-12T00:30:39.996064 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 131) AND ("version" = '1.5.4-rc.9')) LIMIT 1
D, [2018-09-12T00:30:39.997098 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000593s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 729)
D, [2018-09-12T00:30:39.998400 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000136s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 131
D, [2018-09-12T00:30:40.000120 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000149s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:40.001296 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000157s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:40.002207 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000510s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:40.003249 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000120s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:40.005683 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000247s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'nfstestldapserver') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:40.006288 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.006993 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'nfstestldapserver', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 408)
D, [2018-09-12T00:30:40.009024 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001889s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.010455 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 408) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:40.011084 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.011760 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000233s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 408, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 671)
D, [2018-09-12T00:30:40.013692 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001778s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.014540 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.015368 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000238s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 408, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 671)
D, [2018-09-12T00:30:40.017406 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001899s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.018644 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000258s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 408) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:40.019369 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.020037 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000251s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 408, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 672)
D, [2018-09-12T00:30:40.021734 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001569s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.022369 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.023087 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000257s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 408, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 672)
D, [2018-09-12T00:30:40.024701 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001387s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.025889 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 408) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:40.026519 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.027245 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 408, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 673)
D, [2018-09-12T00:30:40.028913 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001536s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.029563 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000059s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.030194 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 408, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 673)
D, [2018-09-12T00:30:40.031991 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001674s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.034092 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000321s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'nfstestldapserver') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:40.034672 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.035309 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'nfstestldapserver', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 580)
D, [2018-09-12T00:30:40.037382 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001820s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.039282 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000275s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 580) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:40.040087 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.040924 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000293s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 580, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 965)
D, [2018-09-12T00:30:40.043372 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.002183s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.044193 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.045024 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000333s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 580, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 965)
D, [2018-09-12T00:30:40.046844 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001680s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.048317 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000266s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 580) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:40.048967 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.049632 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000240s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 580, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 966)
D, [2018-09-12T00:30:40.051275 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001519s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.051823 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.052450 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 580, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 966)
D, [2018-09-12T00:30:40.054158 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001574s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.055446 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 580) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:40.056065 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.056682 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 580, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 967)
D, [2018-09-12T00:30:40.058290 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001483s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.059175 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000069s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.059878 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000252s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 580, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 967)
D, [2018-09-12T00:30:40.061571 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001539s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.062659 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'nfs-volume') LIMIT 1
D, [2018-09-12T00:30:40.063800 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 131) AND ("version" = '1.5.4-rc.9')) LIMIT 1
D, [2018-09-12T00:30:40.064795 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000543s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 729)
D, [2018-09-12T00:30:40.066048 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000125s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 131
D, [2018-09-12T00:30:40.067963 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000150s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:40.068976 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000153s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:40.069977 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000486s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:40.070988 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000112s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:40.073138 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-cell-ldap') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:40.074529 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000056s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.075150 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'diego-cell-ldap', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 409)
D, [2018-09-12T00:30:40.077093 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001812s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.078487 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 409) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:40.079197 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.079834 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 409, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 674)
D, [2018-09-12T00:30:40.081448 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001482s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.082185 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.082773 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 409, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 674)
D, [2018-09-12T00:30:40.084361 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001461s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.085454 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 409) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:40.086136 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.086691 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 409, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 675)
D, [2018-09-12T00:30:40.088192 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001386s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.088718 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.089334 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 409, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 675)
D, [2018-09-12T00:30:40.090978 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001463s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.092345 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000251s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 409) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:40.093086 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.093895 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000251s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 409, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 676)
D, [2018-09-12T00:30:40.095945 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001879s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.096719 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.097539 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000294s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 409, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 676)
D, [2018-09-12T00:30:40.099601 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001787s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.101936 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000288s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-cell-ldap') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:40.102528 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.103274 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell-ldap', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 581)
D, [2018-09-12T00:30:40.104974 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001563s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.106579 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 581) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:40.107243 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.108036 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 581, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 968)
D, [2018-09-12T00:30:40.109543 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001366s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.110136 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.110936 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000314s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 581, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 968)
D, [2018-09-12T00:30:40.112496 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001407s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.113746 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 581) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:40.114362 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.114996 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 581, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 969)
D, [2018-09-12T00:30:40.116677 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001475s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.117296 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.117987 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000273s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 581, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "optional" = true, "blocked" = true, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 969)
D, [2018-09-12T00:30:40.119647 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001529s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.120975 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 581) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:40.121557 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.122185 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 581, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 970)
D, [2018-09-12T00:30:40.123755 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001449s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.124397 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.125070 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000223s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 581, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 970)
D, [2018-09-12T00:30:40.126591 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001397s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.127545 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000175s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'cflinuxfs2') LIMIT 1
D, [2018-09-12T00:30:40.128649 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000167s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 108) AND ("version" = '1.235.0')) LIMIT 1
D, [2018-09-12T00:30:40.129352 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000313s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 704)
D, [2018-09-12T00:30:40.130145 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 108
D, [2018-09-12T00:30:40.131098 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000122s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'garden-runc') LIMIT 1
D, [2018-09-12T00:30:40.132201 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000148s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 1) AND ("version" = '1.16.3')) LIMIT 1
D, [2018-09-12T00:30:40.133021 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000436s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 711)
D, [2018-09-12T00:30:40.134238 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000120s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 1
D, [2018-09-12T00:30:40.136179 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000148s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'diego') LIMIT 1
D, [2018-09-12T00:30:40.137143 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000143s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 111) AND ("version" = '0.1476.1-dev.2371')) LIMIT 1
D, [2018-09-12T00:30:40.138363 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000799s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 707)
D, [2018-09-12T00:30:40.139850 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000118s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-12T00:30:40.141876 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-12T00:30:40.143010 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000138s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-12T00:30:40.145177 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-cell-ldap') AND ("name" = 'route_emitter') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:40.145731 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.146334 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell-ldap', "name" = 'route_emitter', "type" = 'job', "serial_id" = 4 WHERE ("id" = 582)
D, [2018-09-12T00:30:40.148189 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001719s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.149866 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 582) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-12T00:30:40.150535 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.151245 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000236s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 582, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 971)
D, [2018-09-12T00:30:40.152979 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001513s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.153522 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.154219 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000240s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 582, "original_name" = 'nats', "type" = 'nats', "name" = 'nats', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 971)
D, [2018-09-12T00:30:40.156131 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001699s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.157184 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000236s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'cf-networking') LIMIT 1
D, [2018-09-12T00:30:40.158158 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000159s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 103) AND ("version" = '2.15.0')) LIMIT 1
D, [2018-09-12T00:30:40.159070 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000531s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 699)
D, [2018-09-12T00:30:40.159936 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000112s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 103
D, [2018-09-12T00:30:40.160974 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'silk') LIMIT 1
D, [2018-09-12T00:30:40.161944 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000132s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 123) AND ("version" = '2.15.0')) LIMIT 1
D, [2018-09-12T00:30:40.162777 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000480s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 720)
D, [2018-09-12T00:30:40.163571 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000130s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-12T00:30:40.164492 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000110s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-12T00:30:40.166448 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-cell-ldap') AND ("name" = 'vxlan-policy-agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:40.167077 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.167683 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'diego-cell-ldap', "name" = 'vxlan-policy-agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 410)
D, [2018-09-12T00:30:40.169550 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001730s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.170922 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 410) AND ("original_name" = 'vpa')) LIMIT 1
D, [2018-09-12T00:30:40.171558 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.172250 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 410, "original_name" = 'vpa', "type" = 'policy-agent', "name" = 'diego-cell-ldap-vpa', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"diego-cell-ldap","properties":{"ca_cert":"((network_policy_ca.certificate))","client_cert":"((network_policy_client.certificate))","client_key":"((network_policy_client.private_key))","force_policy_poll_cycle_port":44152},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"diego-cell-ldap","id":"4cd747f2-4bcc-4b5c-a036-0a4d6c04a505","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.21","addresses":{"default":"10.0.1.21"},"dns_addresses":{"default":"4cd747f2-4bcc-4b5c-a036-0a4d6c04a505.diego-cell-ldap.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"ca_cert":"((network_policy_ca.certificate))","client_cert":"((network_policy_client.certificate))","client_key":"((network_policy_client.private_key))","force_policy_poll_cycle_port":44152},"custom":false}', "serial_id" = 4 WHERE ("id" = 677)
D, [2018-09-12T00:30:40.173850 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001466s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.174398 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.175131 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000248s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 410, "original_name" = 'vpa', "type" = 'policy-agent', "name" = 'diego-cell-ldap-vpa', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"diego-cell-ldap","properties":{"ca_cert":"((network_policy_ca.certificate))","client_cert":"((network_policy_client.certificate))","client_key":"((network_policy_client.private_key))","force_policy_poll_cycle_port":44152},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"diego-cell-ldap","id":"4cd747f2-4bcc-4b5c-a036-0a4d6c04a505","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.21","addresses":{"default":"10.0.1.21"},"dns_addresses":{"default":"4cd747f2-4bcc-4b5c-a036-0a4d6c04a505.diego-cell-ldap.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"ca_cert":"((network_policy_ca.certificate))","client_cert":"((network_policy_client.certificate))","client_key":"((network_policy_client.private_key))","force_policy_poll_cycle_port":44152},"custom":false}', "serial_id" = 4 WHERE ("id" = 677)
D, [2018-09-12T00:30:40.176630 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001343s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.177751 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000148s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-12T00:30:40.180034 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-cell-ldap') AND ("name" = 'silk-daemon') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:40.180632 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.181168 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell-ldap', "name" = 'silk-daemon', "type" = 'job', "serial_id" = 4 WHERE ("id" = 583)
D, [2018-09-12T00:30:40.182704 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001411s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.184152 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 583) AND ("original_name" = 'cf_network')) LIMIT 1
D, [2018-09-12T00:30:40.184771 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.185349 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 583, "original_name" = 'cf_network', "type" = 'cf_network', "name" = 'cf_network', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 972)
D, [2018-09-12T00:30:40.186917 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001389s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.187444 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.188107 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000279s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 583, "original_name" = 'cf_network', "type" = 'cf_network', "name" = 'cf_network', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 972)
D, [2018-09-12T00:30:40.189778 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001540s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.191315 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000268s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 583) AND ("original_name" = 'vpa')) LIMIT 1
D, [2018-09-12T00:30:40.191988 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.192773 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000334s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 583, "original_name" = 'vpa', "type" = 'policy-agent', "name" = 'diego-cell-ldap-vpa', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 973)
D, [2018-09-12T00:30:40.194445 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001500s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.195206 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000102s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.196131 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000331s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 583, "original_name" = 'vpa', "type" = 'policy-agent', "name" = 'diego-cell-ldap-vpa', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 973)
D, [2018-09-12T00:30:40.197795 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001505s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.198918 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-12T00:30:40.200987 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000244s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-cell-ldap') AND ("name" = 'silk-cni') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:40.201646 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000059s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.202255 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell-ldap', "name" = 'silk-cni', "type" = 'job', "serial_id" = 4 WHERE ("id" = 584)
D, [2018-09-12T00:30:40.204011 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001545s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.205374 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000228s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 584) AND ("original_name" = 'cf_network')) LIMIT 1
D, [2018-09-12T00:30:40.206054 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.206714 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000243s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 584, "original_name" = 'cf_network', "type" = 'cf_network', "name" = 'cf_network', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 974)
D, [2018-09-12T00:30:40.208135 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001258s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.208602 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.209246 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000233s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 584, "original_name" = 'cf_network', "type" = 'cf_network', "name" = 'cf_network', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":false}', "serial_id" = 4 WHERE ("id" = 974)
D, [2018-09-12T00:30:40.210820 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001456s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.212144 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000270s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 584) AND ("original_name" = 'vpa')) LIMIT 1
D, [2018-09-12T00:30:40.212793 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.213407 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 584, "original_name" = 'vpa', "type" = 'policy-agent', "name" = 'diego-cell-ldap-vpa', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 975)
D, [2018-09-12T00:30:40.214970 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001435s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.215451 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.216166 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000270s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 584, "original_name" = 'vpa', "type" = 'policy-agent', "name" = 'diego-cell-ldap-vpa', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 975)
D, [2018-09-12T00:30:40.217555 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001271s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.218570 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000148s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'nfs-volume') LIMIT 1
D, [2018-09-12T00:30:40.219678 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 131) AND ("version" = '1.5.4-rc.9')) LIMIT 1
D, [2018-09-12T00:30:40.220751 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000590s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 729)
D, [2018-09-12T00:30:40.221787 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000146s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 131
D, [2018-09-12T00:30:40.223736 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000233s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'diego-cell-ldap') AND ("name" = 'nfsv3driver') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:40.224257 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.224904 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000175s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell-ldap', "name" = 'nfsv3driver', "type" = 'job', "serial_id" = 4 WHERE ("id" = 585)
D, [2018-09-12T00:30:40.226720 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001678s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.228317 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000260s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 585) AND ("original_name" = 'mapfs')) LIMIT 1
D, [2018-09-12T00:30:40.229137 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.229859 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000267s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 585, "original_name" = 'mapfs', "type" = 'mapfs', "name" = 'diego-cell-ldap-mapfs', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 976)
D, [2018-09-12T00:30:40.231802 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001798s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.232400 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.233112 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000275s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 585, "original_name" = 'mapfs', "type" = 'mapfs', "name" = 'diego-cell-ldap-mapfs', "optional" = false, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 976)
D, [2018-09-12T00:30:40.234603 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001336s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.235720 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'mapfs') LIMIT 1
D, [2018-09-12T00:30:40.236754 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 133) AND ("version" = '1.1.1-rc.2')) LIMIT 1
D, [2018-09-12T00:30:40.237540 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000341s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 731)
D, [2018-09-12T00:30:40.238333 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000126s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 133
D, [2018-09-12T00:30:40.239978 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'diego-cell-ldap') AND ("name" = 'mapfs') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:40.240543 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.241160 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'diego-cell-ldap', "name" = 'mapfs', "type" = 'job', "serial_id" = 4 WHERE ("id" = 411)
D, [2018-09-12T00:30:40.243002 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001701s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.244317 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 411) AND ("original_name" = 'mapfs')) LIMIT 1
D, [2018-09-12T00:30:40.244939 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.245607 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 411, "original_name" = 'mapfs', "type" = 'mapfs', "name" = 'diego-cell-ldap-mapfs', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"diego-cell-ldap","properties":{"path":"/var/vcap/packages/mapfs/bin/mapfs"},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"diego-cell-ldap","id":"4cd747f2-4bcc-4b5c-a036-0a4d6c04a505","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.21","addresses":{"default":"10.0.1.21"},"dns_addresses":{"default":"4cd747f2-4bcc-4b5c-a036-0a4d6c04a505.diego-cell-ldap.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"path":"/var/vcap/packages/mapfs/bin/mapfs"},"custom":false}', "serial_id" = 4 WHERE ("id" = 678)
D, [2018-09-12T00:30:40.247874 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.002062s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.248493 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.249232 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 411, "original_name" = 'mapfs', "type" = 'mapfs', "name" = 'diego-cell-ldap-mapfs', "content" = '{"deployment_name":"cf","domain":"bosh","default_network":"default","networks":["default"],"instance_group":"diego-cell-ldap","properties":{"path":"/var/vcap/packages/mapfs/bin/mapfs"},"use_short_dns_addresses":false,"use_dns_addresses":false,"instances":[{"name":"diego-cell-ldap","id":"4cd747f2-4bcc-4b5c-a036-0a4d6c04a505","index":0,"bootstrap":true,"az":"z1","address":"10.0.1.21","addresses":{"default":"10.0.1.21"},"dns_addresses":{"default":"4cd747f2-4bcc-4b5c-a036-0a4d6c04a505.diego-cell-ldap.default.cf.bosh"}}]}', "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"path":"/var/vcap/packages/mapfs/bin/mapfs"},"custom":false}', "serial_id" = 4 WHERE ("id" = 678)
D, [2018-09-12T00:30:40.250752 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001391s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.252587 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952693913000) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-12T00:30:40.253849 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000259s) (conn: 46952693913000) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-12T00:30:40.254810 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000536s) (conn: 46952693913000) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON ("release_versions_templates"."template_id" = "templates"."id") WHERE ("release_versions_templates"."release_version_id" = 705)
D, [2018-09-12T00:30:40.255916 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000118s) (conn: 46952693913000) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-12T00:30:40.258190 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952693913000) SELECT * FROM "link_providers" WHERE (("link_providers"."deployment_id" = 49) AND ("instance_group" = 'smbtestserver') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:40.258789 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.259370 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952693913000) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'smbtestserver', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 412)
D, [2018-09-12T00:30:40.261438 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001924s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.262802 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 412) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:40.263487 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.264144 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 412, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 679)
D, [2018-09-12T00:30:40.265688 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001410s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.266333 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.266930 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 412, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent":{"servers":{"lan":[]},"log_level":"info","datacenter":"dc1","protocol_version":2,"dns_config":{"allow_stale":true,"max_stale":"30s","recursor_timeout":"5s"},"domain":null},"ca_cert":null,"encrypt_keys":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 679)
D, [2018-09-12T00:30:40.268719 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001638s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.270173 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000271s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 412) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-12T00:30:40.270862 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.271597 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000244s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 412, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 680)
D, [2018-09-12T00:30:40.273491 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001724s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.274409 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.277427 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000409s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 412, "original_name" = 'consul_server', "type" = 'consul_server', "name" = 'consul_server', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"server_cert":null,"server_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 680)
D, [2018-09-12T00:30:40.282829 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.005177s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.286284 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952693913000) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 412) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-12T00:30:40.287130 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000055s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.287882 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 412, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 681)
D, [2018-09-12T00:30:40.289760 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001741s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.290353 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.291074 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952693913000) UPDATE "link_provider_intents" SET "link_provider_id" = 412, "original_name" = 'consul_client', "type" = 'consul_client', "name" = 'consul_client', "content" = NULL, "shared" = false, "consumable" = true, "metadata" = '{"mapped_properties":{"consul":{"agent_cert":null,"agent_key":null}},"custom":false}', "serial_id" = 4 WHERE ("id" = 681)
D, [2018-09-12T00:30:40.292715 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001513s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.294821 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000251s) (conn: 46952693913000) SELECT * FROM "link_consumers" WHERE (("link_consumers"."deployment_id" = 49) AND ("instance_group" = 'smbtestserver') AND ("name" = 'consul_agent') AND ("type" = 'job')) LIMIT 1
D, [2018-09-12T00:30:40.295481 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.296099 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952693913000) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'smbtestserver', "name" = 'consul_agent', "type" = 'job', "serial_id" = 4 WHERE ("id" = 586)
D, [2018-09-12T00:30:40.297734 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001497s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.299365 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000270s) (conn: 46952693913000) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 586) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-12T00:30:40.299990 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40.300643 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000222s) (conn: 46952693913000) UPDATE "link_consumer_intents" SET "link_consumer_id" = 586, "original_name" = 'consul_common', "type" = 'consul_common', "name" = 'consul_common_link', "optional" = true, "blocked" = false, "metadata" = '{"explicit_link":true}', "serial_id" = 4 WHERE ("id" = 977)
D, [2018-09-12T00:30:40.302362 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.001542s) (conn: 46952693913000) COMMIT
D, [2018-09-12T00:30:40.302874 #27735] [task:21966] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952693913000) BEGIN
D, [2018-09-12T00:30:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment