Skip to content

Instantly share code, notes, and snippets.

@davewalter
Created September 12, 2018 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davewalter/8eb7debeba51b4697a8f31acb9c5bbfb to your computer and use it in GitHub Desktop.
Save davewalter/8eb7debeba51b4697a8f31acb9c5bbfb to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
I, [2018-09-11T23:10:43.650879 #32] [0x2ab0be082908] INFO -- TaskHelper: Director Version: 267.5.0
I, [2018-09-11T23:10:43.650930 #32] [0x2ab0be082908] INFO -- TaskHelper: Enqueuing task: 21956
I, [2018-09-11T23:10:45.548038 #18418] [] INFO -- DirectorJobRunner: Looking for task with task id 21956
D, [2018-09-11T23:10:45.656523 #18418] [] DEBUG -- DirectorJobRunner: (0.000273s) (conn: 46952698838700) SELECT * FROM "tasks" WHERE "id" = 21956
I, [2018-09-11T23:10:45.657858 #18418] [] INFO -- DirectorJobRunner: Found task #<Bosh::Director::Models::Task @values={:id=>21956, :state=>"processing", :timestamp=>2018-09-11 23:10:43 UTC, :description=>"create deployment", :result=>nil, :output=>"/var/vcap/store/director/tasks/21956", :checkpoint_time=>2018-09-11 23:10:45 UTC, :type=>"update_deployment", :username=>"admin", :deployment_name=>"cf", :started_at=>nil, :event_output=>"", :result_output=>"", :context_id=>""}>
I, [2018-09-11T23:10:45.657932 #18418] [] INFO -- DirectorJobRunner: Running from worker 'worker_2' on director/b95f120c-807f-428c-6bbd-bcf2b5c5f21d (127.0.0.1)
I, [2018-09-11T23:10:45.657965 #18418] [] INFO -- DirectorJobRunner: Starting task: 21956
I, [2018-09-11T23:10:45.658024 #18418] [task:21956] INFO -- DirectorJobRunner: Creating job
D, [2018-09-11T23:10:45.658591 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952698838700) SELECT * FROM "tasks" WHERE "id" = 21956
D, [2018-09-11T23:10:45.659373 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000153s) (conn: 46952698838700) SELECT * FROM "tasks" WHERE "id" = 21956
I, [2018-09-11T23:10:45.661527 #18418] [task:21956] INFO -- DirectorJobRunner: Performing task: #<Bosh::Director::Models::Task @values={:id=>21956, :state=>"processing", :timestamp=>2018-09-11 23:10:43 UTC, :description=>"create deployment", :result=>nil, :output=>"/var/vcap/store/director/tasks/21956", :checkpoint_time=>2018-09-11 23:10:45 UTC, :type=>"update_deployment", :username=>"admin", :deployment_name=>"cf", :started_at=>nil, :event_output=>"", :result_output=>"", :context_id=>""}>
D, [2018-09-11T23:10:45.662309 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:45.663886 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000392s) (conn: 46952698838700) UPDATE "tasks" SET "state" = 'processing', "timestamp" = '2018-09-11 23:10:45.661595+0000', "description" = 'create deployment', "result" = NULL, "output" = '/var/vcap/store/director/tasks/21956', "checkpoint_time" = '2018-09-11 23:10:45.661849+0000', "type" = 'update_deployment', "username" = 'admin', "deployment_name" = 'cf', "started_at" = '2018-09-11 23:10:45.661765+0000', "event_output" = '', "result_output" = '', "context_id" = '' WHERE ("id" = 21956)
D, [2018-09-11T23:10:45.687154 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.023056s) (conn: 46952698838700) COMMIT
I, [2018-09-11T23:10:45.687419 #18418] [task:21956] INFO -- DirectorJobRunner: Reading deployment manifest
D, [2018-09-11T23:10:45.792338 #18418] [task:21956] 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-11T23:10:45.794354 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000249s) (conn: 46952698838700) SELECT * FROM "configs" WHERE ("id" IN (9))
D, [2018-09-11T23:10:45.825918 #18418] [task:21956] 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-11T23:10:45.827018 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952698838700) SELECT * FROM "configs" WHERE ("id" IN (10))
D, [2018-09-11T23:10:45.832232 #18418] [task:21956] 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-11T23:10:45.833613 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000507s) (conn: 46952698838700) SELECT * FROM "deployments" WHERE ("name" = 'cf') LIMIT 1
D, [2018-09-11T23:10:45.839459 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000795s) (conn: 46952698838700) 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-11T23:10:45.841811 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000282s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 100
D, [2018-09-11T23:10:45.842538 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000112s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 101
D, [2018-09-11T23:10:45.843007 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000127s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 102
D, [2018-09-11T23:10:45.843404 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000099s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 103
D, [2018-09-11T23:10:45.843815 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000099s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 104
D, [2018-09-11T23:10:45.845354 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000103s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 105
D, [2018-09-11T23:10:45.845777 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000104s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 106
D, [2018-09-11T23:10:45.846207 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000111s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 107
D, [2018-09-11T23:10:45.846641 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000125s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 108
D, [2018-09-11T23:10:45.847054 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000124s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:45.847454 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000098s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 110
D, [2018-09-11T23:10:45.849049 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000111s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-11T23:10:45.849456 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000103s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 112
D, [2018-09-11T23:10:45.849881 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000103s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 113
D, [2018-09-11T23:10:45.850310 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000108s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 114
D, [2018-09-11T23:10:45.850727 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000099s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 1
D, [2018-09-11T23:10:45.851151 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000106s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 115
D, [2018-09-11T23:10:45.851552 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000100s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 116
D, [2018-09-11T23:10:45.853070 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 117
D, [2018-09-11T23:10:45.853478 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000110s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 118
D, [2018-09-11T23:10:45.853914 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000103s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 119
D, [2018-09-11T23:10:45.854310 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000095s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 120
D, [2018-09-11T23:10:45.854728 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000100s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-11T23:10:45.856056 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 122
D, [2018-09-11T23:10:45.856452 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000097s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-11T23:10:45.856869 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000107s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 124
D, [2018-09-11T23:10:45.857285 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000102s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 125
D, [2018-09-11T23:10:45.857686 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000111s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 126
D, [2018-09-11T23:10:45.858083 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000107s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-11T23:10:45.858468 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000095s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 128
D, [2018-09-11T23:10:45.859827 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000101s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 129
D, [2018-09-11T23:10:45.860242 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000104s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 130
D, [2018-09-11T23:10:45.860674 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000119s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 7
D, [2018-09-11T23:10:45.861071 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000108s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 131
D, [2018-09-11T23:10:45.861460 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000096s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 132
D, [2018-09-11T23:10:45.861867 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000097s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 133
D, [2018-09-11T23:10:45.863395 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000106s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 134
D, [2018-09-11T23:10:45.863815 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000098s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 135
D, [2018-09-11T23:10:45.864230 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000107s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 136
D, [2018-09-11T23:10:45.864632 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000111s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 137
D, [2018-09-11T23:10:45.865039 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000108s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 138
D, [2018-09-11T23:10:45.865434 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000100s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 139
D, [2018-09-11T23:10:45.867091 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 140
D, [2018-09-11T23:10:45.867500 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000104s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 44
D, [2018-09-11T23:10:45.870481 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000859s) (conn: 46952698838700) 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-11T23:10:45.872242 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952698838700) SELECT * FROM "tasks" WHERE "id" = 21956
D, [2018-09-11T23:10:45.873445 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:45.874456 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000477s) (conn: 46952698838700) INSERT INTO "events" ("parent_id", "timestamp", "user", "action", "object_type", "object_name", "error", "task", "deployment", "instance", "context_json") VALUES (NULL, '2018-09-11 23:10:45.872805+0000', 'admin', 'update', 'deployment', 'cf', NULL, '21956', 'cf', NULL, '{}') RETURNING *
D, [2018-09-11T23:10:45.890601 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014789s) (conn: 46952698838700) COMMIT
I, [2018-09-11T23:10:45.891170 #18418] [task:21956] INFO -- DirectorJobRunner: Acquiring deployment lock on cf
D, [2018-09-11T23:10:45.891464 #18418] [task:21956] DEBUG -- DirectorJobRunner: Acquiring lock: lock:deployment:cf
D, [2018-09-11T23:10:45.895357 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000587s) (conn: 46952698838700) SELECT count(*) AS "count" FROM "locks" WHERE (("name" = 'lock:deployment:cf') AND ("uid" = '26367e22-af33-4561-8c03-2751a4be65e1')) LIMIT 1
D, [2018-09-11T23:10:45.895813 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:45.896704 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000324s) (conn: 46952698838700) INSERT INTO "locks" ("name", "uid", "expired_at", "task_id") VALUES ('lock:deployment:cf', '26367e22-af33-4561-8c03-2751a4be65e1', '2018-09-11 23:14:46.891507+0000', '21956') RETURNING *
D, [2018-09-11T23:10:45.947403 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.050279s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:45.947665 #18418] [task:21956] DEBUG -- DirectorJobRunner: Acquired lock: lock:deployment:cf
D, [2018-09-11T23:10:45.949777 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:45.950629 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000290s) (conn: 46952698838700) INSERT INTO "events" ("parent_id", "timestamp", "user", "action", "object_type", "object_name", "error", "task", "deployment", "instance", "context_json") VALUES (NULL, '2018-09-11 23:10:45.947726+0000', 'admin', 'acquire', 'lock', 'lock:deployment:cf', NULL, '21956', 'cf', NULL, '{}') RETURNING *
D, [2018-09-11T23:10:45.957739 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006678s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:45.959224 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952698838700) SELECT * FROM "deployments" WHERE ("name" = 'cf') LIMIT 1
D, [2018-09-11T23:10:45.962117 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:45.963416 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000710s) (conn: 46952698838700) INSERT INTO "variable_sets" ("created_at", "writable", "deployment_id") VALUES ('2018-09-11 23:10:45.959392+0000', true, 49) RETURNING *
D, [2018-09-11T23:10:46.001517 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.036966s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:46.004929 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000316s) (conn: 46952698838700) SELECT count(*) AS "count" FROM "deployments" WHERE (("name" = 'cf') AND ("id" != 49)) LIMIT 1
D, [2018-09-11T23:10:46.005434 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:46.006266 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000319s) (conn: 46952698838700) UPDATE "deployments" SET "name" = 'cf', "manifest" = NULL, "manifest_text" = NULL, "has_stale_errand_links" = false, "links_serial_id" = 3 WHERE ("id" = 49)
D, [2018-09-11T23:10:46.014052 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007548s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:46.081798 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952698838700) SELECT * FROM "deployments" WHERE ("name" = 'cf') LIMIT 1
D, [2018-09-11T23:10:46.083460 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000515s) (conn: 46952698838700) SELECT * FROM "variable_sets" WHERE ("variable_sets"."deployment_id" = 49) ORDER BY "created_at" DESC LIMIT 1
D, [2018-09-11T23:10:46.233103 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952698838700) SELECT * FROM "deployments" WHERE "id" = 49
D, [2018-09-11T23:10:46.251556 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) SELECT * FROM "deployments" WHERE ("name" = 'cf') LIMIT 1
D, [2018-09-11T23:10:46.252504 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952698838700) SELECT * FROM "variable_sets" WHERE ("variable_sets"."deployment_id" = 49) ORDER BY "created_at" DESC LIMIT 1
D, [2018-09-11T23:10:46.257059 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000145s) (conn: 46952698838700) SELECT * FROM "deployments" WHERE "id" = 49
D, [2018-09-11T23:10:46.259274 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000140s) (conn: 46952698838700) SELECT * FROM "deployments" WHERE ("name" = 'cf') LIMIT 1
D, [2018-09-11T23:10:46.260134 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000166s) (conn: 46952698838700) SELECT * FROM "variable_sets" WHERE ("variable_sets"."deployment_id" = 49) ORDER BY "created_at" DESC LIMIT 1
D, [2018-09-11T23:10:46.262171 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000122s) (conn: 46952698838700) SELECT * FROM "deployments" WHERE "id" = 49
I, [2018-09-11T23:10:46.263047 #18418] [task:21956] INFO -- DirectorJobRunner: sending update deployment start event
D, [2018-09-11T23:10:46.263146 #18418] [task:21956] DEBUG -- DirectorJobRunner: SENT: hm.director.alert {"id":"57a8c2f5-4eec-4433-b2af-20cbf3e8d790","severity":4,"source":"director","title":"director - begin update deployment","summary":"Begin update deployment for 'cf' against Director '3b5853f3-ed1d-496a-a048-71978daf17ff'","created_at":1536707446,"deployment":"cf"}
D, [2018-09-11T23:10:46.650784 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000080s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:46.652048 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000425s) (conn: 46952698838700) UPDATE "tasks" SET "event_output" = ("event_output" || '{"time":1536707446,"stage":"Preparing deployment","tags":[],"total":1,"task":"Preparing deployment","index":1,"state":"started","progress":0}
') WHERE ("id" = 21956)
D, [2018-09-11T23:10:46.670711 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.018432s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:46.689851 #18418] [task:21956] 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-11T23:10:46.692513 #18418] [task:21956] 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-11T23:10:46.714024 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000302s) (conn: 46952698838700) SELECT * FROM "deployments" WHERE ("name" = 'cf') LIMIT 1
D, [2018-09-11T23:10:46.715150 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000200s) (conn: 46952698838700) SELECT * FROM "variable_sets" WHERE ("variable_sets"."deployment_id" = 49)
D, [2018-09-11T23:10:46.719117 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952698838700) SELECT * FROM "deployments" WHERE ("name" = 'cf') LIMIT 1
D, [2018-09-11T23:10:46.720056 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952698838700) SELECT * FROM "variable_sets" WHERE ("variable_sets"."deployment_id" = 49) ORDER BY "created_at" DESC LIMIT 1
D, [2018-09-11T23:10:46.722178 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000126s) (conn: 46952698838700) SELECT * FROM "deployments" WHERE "id" = 49
I, [2018-09-11T23:10:46.722747 #18418] [task:21956] INFO -- DirectorJobRunner: Creating deployment plan
I, [2018-09-11T23:10:46.722825 #18418] [task:21956] 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-11T23:10:46.755322 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000580s) (conn: 46952698838700) 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-11T23:10:46.757115 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000488s) (conn: 46952698838700) 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-11T23:10:46.780762 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952698838700) SELECT * FROM "deployments" WHERE ("name" = 'cf') LIMIT 1
D, [2018-09-11T23:10:46.781758 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952698838700) SELECT * FROM "variable_sets" WHERE ("variable_sets"."deployment_id" = 49) ORDER BY "created_at" DESC LIMIT 1
D, [2018-09-11T23:10:46.786222 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000136s) (conn: 46952698838700) SELECT * FROM "deployments" WHERE "id" = 49
D, [2018-09-11T23:10:46.788879 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000317s) (conn: 46952698838700) SELECT * FROM "configs" WHERE ("id" IN (SELECT max("id") FROM "configs" WHERE ("type" = 'cpi') GROUP BY "name"))
D, [2018-09-11T23:10:46.806529 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000818s) (conn: 46952698838700) 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-11T23:10:46.876434 #18418] [task:21956] INFO -- DirectorJobRunner: Following networks and individual IPs are reserved by non-cloud-config deployments: 10.0.0.6
D, [2018-09-11T23:10:46.890277 #18418] [task:21956] DEBUG -- DirectorJobRunner: reserved ranges 10.0.0.6
I, [2018-09-11T23:10:46.929196 #18418] [task:21956] INFO -- DirectorJobRunner: Following networks and individual IPs are reserved by non-cloud-config deployments: 10.0.0.6
D, [2018-09-11T23:10:46.929385 #18418] [task:21956] DEBUG -- DirectorJobRunner: reserved ranges 10.0.0.6
D, [2018-09-11T23:10:46.940160 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000237s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'cf-smoke-tests') LIMIT 1
D, [2018-09-11T23:10:46.941569 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 105) AND ("version" = '40.0.8')) LIMIT 1
D, [2018-09-11T23:10:46.943631 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000802s) (conn: 46952698838700) 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-11T23:10:46.944952 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000130s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 105
D, [2018-09-11T23:10:46.974680 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:46.975923 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:46.976879 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000534s) (conn: 46952698838700) 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-11T23:10:46.978305 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000129s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:46.981177 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000401s) (conn: 46952698838700) 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-11T23:10:46.981837 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000055s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:46.982611 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000259s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'consul', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 362)
D, [2018-09-11T23:10:47.002095 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.019224s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.004548 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000528s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 362) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:47.005272 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.006208 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000297s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 579)
D, [2018-09-11T23:10:47.013957 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007567s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.014749 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.015612 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000277s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 579)
D, [2018-09-11T23:10:47.028658 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012830s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.030216 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000257s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 362) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:47.030835 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.031772 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000440s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 580)
D, [2018-09-11T23:10:47.066576 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.034591s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.067554 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.068412 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000296s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 580)
D, [2018-09-11T23:10:47.079912 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011321s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.081502 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000283s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 362) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:47.082146 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.082909 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000255s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 581)
D, [2018-09-11T23:10:47.110377 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.027268s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.111193 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.112006 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000254s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 581)
D, [2018-09-11T23:10:47.116142 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003969s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.118986 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000514s) (conn: 46952698838700) 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-11T23:10:47.119742 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.131315 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000570s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'consul', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 516)
D, [2018-09-11T23:10:47.161064 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.029460s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.163494 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000522s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 516) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:47.164197 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.165192 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000388s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 836)
D, [2018-09-11T23:10:47.173717 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008360s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.174346 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.175160 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000341s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 836)
D, [2018-09-11T23:10:47.186472 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011147s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.187933 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000301s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 516) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:47.188544 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.189222 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 837)
D, [2018-09-11T23:10:47.203758 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014370s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.204556 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.205331 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000298s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 837)
D, [2018-09-11T23:10:47.220377 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014860s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.222010 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000312s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 516) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:47.222626 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.223284 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 838)
D, [2018-09-11T23:10:47.276298 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.052827s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.277299 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.278185 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000372s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 838)
D, [2018-09-11T23:10:47.284966 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006579s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.286830 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:47.287930 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:47.288880 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000497s) (conn: 46952698838700) 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-11T23:10:47.289832 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000117s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:47.291935 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952698838700) 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-11T23:10:47.292482 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000053s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.293063 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'nats', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 363)
D, [2018-09-11T23:10:47.298924 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.005631s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.300274 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 363) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:47.300933 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.301620 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000240s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 582)
D, [2018-09-11T23:10:47.309158 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007373s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.309944 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.310725 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000257s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 582)
D, [2018-09-11T23:10:47.320998 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010051s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.322555 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000283s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 363) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:47.323189 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.323878 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 583)
D, [2018-09-11T23:10:47.346265 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.022187s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.347294 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000056s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.348241 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000296s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 583)
D, [2018-09-11T23:10:47.354205 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.005811s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.355609 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000257s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 363) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:47.356209 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.356903 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 584)
D, [2018-09-11T23:10:47.367944 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010879s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.368699 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.369484 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000287s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 584)
D, [2018-09-11T23:10:47.385193 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015541s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.387585 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000293s) (conn: 46952698838700) 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-11T23:10:47.388188 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.388828 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'nats', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 517)
D, [2018-09-11T23:10:47.407358 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.018347s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.413159 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000247s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 517) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:47.414809 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.416751 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001395s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 839)
D, [2018-09-11T23:10:47.439345 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.022359s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.440235 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.441083 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000330s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 839)
D, [2018-09-11T23:10:47.445642 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004407s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.447057 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000290s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 517) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:47.447709 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.448375 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 840)
D, [2018-09-11T23:10:47.465488 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016939s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.467424 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.469125 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001185s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 840)
D, [2018-09-11T23:10:47.478639 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009354s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.480187 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000236s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 517) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:47.480798 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.481487 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 841)
D, [2018-09-11T23:10:47.490229 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008588s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.490997 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.491779 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000296s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 841)
D, [2018-09-11T23:10:47.502071 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010119s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.503409 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'nats') LIMIT 1
D, [2018-09-11T23:10:47.504426 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 116) AND ("version" = '25')) LIMIT 1
D, [2018-09-11T23:10:47.505150 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000330s) (conn: 46952698838700) 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-11T23:10:47.506295 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000117s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 116
D, [2018-09-11T23:10:47.508017 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952698838700) 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-11T23:10:47.508556 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.509122 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'nats', "name" = 'nats', "type" = 'job', "serial_id" = 3 WHERE ("id" = 364)
D, [2018-09-11T23:10:47.522057 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012732s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.523620 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000260s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 364) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-11T23:10:47.524240 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.524950 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 585)
D, [2018-09-11T23:10:47.543410 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.018261s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.544253 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.545128 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000342s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 585)
D, [2018-09-11T23:10:47.557196 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011883s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.559257 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000271s) (conn: 46952698838700) 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-11T23:10:47.559903 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.560510 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'nats', "name" = 'nats', "type" = 'job', "serial_id" = 3 WHERE ("id" = 518)
D, [2018-09-11T23:10:47.570092 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009423s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.571649 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000253s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 518) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-11T23:10:47.572374 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.573058 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 842)
D, [2018-09-11T23:10:47.588218 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014983s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.589101 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.589913 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000316s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 842)
D, [2018-09-11T23:10:47.600568 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010491s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.602333 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:47.603358 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000155s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:47.604274 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000476s) (conn: 46952698838700) 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-11T23:10:47.605426 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:47.607548 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952698838700) 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-11T23:10:47.608075 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.608682 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'adapter', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 365)
D, [2018-09-11T23:10:47.618177 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009322s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.619783 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000261s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 365) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:47.620478 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000055s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.621144 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 586)
D, [2018-09-11T23:10:47.631506 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010184s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.632388 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.633228 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000271s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 586)
D, [2018-09-11T23:10:47.644357 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010950s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.645983 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000280s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 365) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:47.646608 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.647355 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000241s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 587)
D, [2018-09-11T23:10:47.666756 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.019194s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.667690 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.668539 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000294s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 587)
D, [2018-09-11T23:10:47.676041 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007340s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.677608 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000270s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 365) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:47.678192 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.678858 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 588)
D, [2018-09-11T23:10:47.689276 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010184s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.690036 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.690851 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000324s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 588)
D, [2018-09-11T23:10:47.697690 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006663s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.699870 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000274s) (conn: 46952698838700) 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-11T23:10:47.700446 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.701036 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'adapter', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 519)
D, [2018-09-11T23:10:47.714844 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013626s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.716877 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000264s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 519) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:47.717602 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.718289 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000230s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 843)
D, [2018-09-11T23:10:47.725410 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006966s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.726074 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.726847 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000280s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 843)
D, [2018-09-11T23:10:47.754756 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.027703s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.756440 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000262s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 519) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:47.757090 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.757745 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000222s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 844)
D, [2018-09-11T23:10:47.766486 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008586s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.767120 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.767943 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000317s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 844)
D, [2018-09-11T23:10:47.777395 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009297s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.778937 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000255s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 519) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:47.779545 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.780206 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 845)
D, [2018-09-11T23:10:47.794462 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014066s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.795207 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000055s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.795982 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000300s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 845)
D, [2018-09-11T23:10:47.810974 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014767s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.812442 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'cf-syslog-drain') LIMIT 1
D, [2018-09-11T23:10:47.813521 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 107) AND ("version" = '7.0')) LIMIT 1
D, [2018-09-11T23:10:47.814436 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000501s) (conn: 46952698838700) 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-11T23:10:47.815717 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000115s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 107
D, [2018-09-11T23:10:47.817796 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952698838700) 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-11T23:10:47.818384 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.819028 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'adapter', "name" = 'adapter', "type" = 'job', "serial_id" = 3 WHERE ("id" = 366)
D, [2018-09-11T23:10:47.826119 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006933s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.827501 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 366) AND ("original_name" = 'adapter_addrs')) LIMIT 1
D, [2018-09-11T23:10:47.828102 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.828766 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 589)
D, [2018-09-11T23:10:47.836962 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008020s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.837707 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.838516 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000287s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 589)
D, [2018-09-11T23:10:47.857273 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.018578s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.859507 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000303s) (conn: 46952698838700) 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-11T23:10:47.860101 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.860727 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'adapter', "name" = 'adapter', "type" = 'job', "serial_id" = 3 WHERE ("id" = 520)
D, [2018-09-11T23:10:47.869893 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008978s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.871651 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000289s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 520) AND ("original_name" = 'reverse_log_proxy')) LIMIT 1
D, [2018-09-11T23:10:47.872287 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.872983 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000254s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 846)
D, [2018-09-11T23:10:47.906487 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.033300s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.907308 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.908235 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000310s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 846)
D, [2018-09-11T23:10:47.923155 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014746s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.925059 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:47.926112 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:47.927078 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000497s) (conn: 46952698838700) 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-11T23:10:47.928702 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952698838700) 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-11T23:10:47.930052 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000158s) (conn: 46952698838700) 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-11T23:10:47.930849 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:47.932864 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952698838700) 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-11T23:10:47.933380 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.933947 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000168s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 367)
D, [2018-09-11T23:10:47.945109 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010990s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.946860 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000265s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 367) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:47.947617 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.948313 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000225s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 590)
D, [2018-09-11T23:10:47.960776 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012248s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.961602 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.962383 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000277s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 590)
D, [2018-09-11T23:10:47.974742 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012125s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.978382 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000644s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 367) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:47.979041 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.983921 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001106s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 591)
D, [2018-09-11T23:10:47.998135 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014017s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:47.999085 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:47.999916 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000299s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 591)
D, [2018-09-11T23:10:48.011933 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011839s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.013519 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000294s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 367) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:48.014096 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.014774 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 592)
D, [2018-09-11T23:10:48.019314 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004400s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.020025 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.020690 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000219s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 592)
D, [2018-09-11T23:10:48.028003 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007140s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.030191 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000257s) (conn: 46952698838700) 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-11T23:10:48.037007 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952698838700) 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-11T23:10:48.039843 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952698838700) 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-11T23:10:48.040425 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.041027 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000178s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 521)
D, [2018-09-11T23:10:48.060645 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.019368s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.062522 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000257s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 521) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:48.063193 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.063898 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000247s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 847)
D, [2018-09-11T23:10:48.076602 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012474s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.077532 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.078354 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000306s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 847)
D, [2018-09-11T23:10:48.095637 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017097s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.097288 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000275s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 521) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:48.097933 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000053s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.098631 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000241s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 848)
D, [2018-09-11T23:10:48.107779 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009016s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.108363 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.109094 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000262s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 848)
D, [2018-09-11T23:10:48.125724 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016460s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.127349 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000266s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 521) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:48.127983 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.128681 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000228s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 849)
D, [2018-09-11T23:10:48.144220 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015365s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.145057 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000051s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.145889 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000318s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 849)
D, [2018-09-11T23:10:48.163516 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017419s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.164894 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000222s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'pxc') LIMIT 1
D, [2018-09-11T23:10:48.166029 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 106) AND ("version" = '0.14.0')) LIMIT 1
D, [2018-09-11T23:10:48.167121 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000665s) (conn: 46952698838700) 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-11T23:10:48.169205 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952698838700) 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-11T23:10:48.170494 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952698838700) 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-11T23:10:48.171597 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000119s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 106
D, [2018-09-11T23:10:48.174025 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000160s) (conn: 46952698838700) 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-11T23:10:48.174576 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.175173 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000167s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'pxc-mysql', "type" = 'job', "serial_id" = 3 WHERE ("id" = 368)
D, [2018-09-11T23:10:48.198211 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.022831s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.200147 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000260s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 368) AND ("original_name" = 'mysql')) LIMIT 1
D, [2018-09-11T23:10:48.200821 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.201509 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 593)
D, [2018-09-11T23:10:48.213516 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011835s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.214358 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.215165 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000287s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 593)
D, [2018-09-11T23:10:48.233553 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.018199s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.235237 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000302s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 368) AND ("original_name" = 'internal-mysql-database')) LIMIT 1
D, [2018-09-11T23:10:48.235876 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.236570 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 594)
D, [2018-09-11T23:10:48.244119 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007393s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.244918 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.245659 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000273s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 594)
D, [2018-09-11T23:10:48.262435 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016559s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.264437 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000317s) (conn: 46952698838700) 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-11T23:10:48.265855 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952698838700) 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-11T23:10:48.267667 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000158s) (conn: 46952698838700) 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-11T23:10:48.268216 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.268846 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'pxc-mysql', "type" = 'job', "serial_id" = 3 WHERE ("id" = 522)
D, [2018-09-11T23:10:48.284201 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015158s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.286268 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000275s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 522) AND ("original_name" = 'mysql')) LIMIT 1
D, [2018-09-11T23:10:48.286981 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000061s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.287676 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000222s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 850)
D, [2018-09-11T23:10:48.303298 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015434s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.304054 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.304922 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000315s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 850)
D, [2018-09-11T23:10:48.317128 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012034s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.318800 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000319s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 522) AND ("original_name" = 'galera-agent')) LIMIT 1
D, [2018-09-11T23:10:48.319443 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000059s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.320086 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 851)
D, [2018-09-11T23:10:48.336126 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015867s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.336997 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.337825 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000303s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 851)
D, [2018-09-11T23:10:48.344657 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006682s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.346749 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000238s) (conn: 46952698838700) 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-11T23:10:48.348103 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000178s) (conn: 46952698838700) 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-11T23:10:48.348781 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000124s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 106
D, [2018-09-11T23:10:48.350579 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000158s) (conn: 46952698838700) 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-11T23:10:48.351148 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.351728 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000168s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'proxy', "type" = 'job', "serial_id" = 3 WHERE ("id" = 369)
D, [2018-09-11T23:10:48.364431 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012507s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.366024 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000256s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 369) AND ("original_name" = 'proxy')) LIMIT 1
D, [2018-09-11T23:10:48.366655 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.367359 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 595)
D, [2018-09-11T23:10:48.378163 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010628s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.378991 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000063s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.379707 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000256s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 595)
D, [2018-09-11T23:10:48.406390 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.026471s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.408060 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000334s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 369) AND ("original_name" = 'mysql-database')) LIMIT 1
D, [2018-09-11T23:10:48.408652 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.409301 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 596)
D, [2018-09-11T23:10:48.419326 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009839s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.420114 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.420978 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000312s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 596)
D, [2018-09-11T23:10:48.425200 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004020s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.426921 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000300s) (conn: 46952698838700) 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-11T23:10:48.428332 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952698838700) 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-11T23:10:48.429795 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000159s) (conn: 46952698838700) 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-11T23:10:48.430395 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000051s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.430967 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'proxy', "type" = 'job', "serial_id" = 3 WHERE ("id" = 523)
D, [2018-09-11T23:10:48.446101 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014930s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.447888 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000315s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 523) AND ("original_name" = 'proxy')) LIMIT 1
D, [2018-09-11T23:10:48.448539 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.449210 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 852)
D, [2018-09-11T23:10:48.458968 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009510s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.459697 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.460534 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000316s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 852)
D, [2018-09-11T23:10:48.468858 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008117s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.470376 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000256s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 523) AND ("original_name" = 'mysql')) LIMIT 1
D, [2018-09-11T23:10:48.471018 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.471716 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000238s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 853)
D, [2018-09-11T23:10:48.484962 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013073s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.485799 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.486668 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000316s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 853)
D, [2018-09-11T23:10:48.529042 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.042188s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.530630 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000285s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 523) AND ("original_name" = 'arbitrator')) LIMIT 1
D, [2018-09-11T23:10:48.531324 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.531985 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000223s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 854)
D, [2018-09-11T23:10:48.537132 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004998s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.537700 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.538406 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000265s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 854)
D, [2018-09-11T23:10:48.553252 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014694s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.554689 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000253s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 523) AND ("original_name" = 'galera-agent')) LIMIT 1
D, [2018-09-11T23:10:48.555576 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000053s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.556288 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000222s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 855)
D, [2018-09-11T23:10:48.567514 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011009s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.568198 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.569055 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000328s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 855)
D, [2018-09-11T23:10:48.584589 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015356s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.586888 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000265s) (conn: 46952698838700) 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-11T23:10:48.588381 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952698838700) 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-11T23:10:48.589015 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000119s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 106
D, [2018-09-11T23:10:48.592222 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952698838700) 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-11T23:10:48.592794 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.593774 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'galera-agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 370)
D, [2018-09-11T23:10:48.602773 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008842s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.604150 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 370) AND ("original_name" = 'galera-agent')) LIMIT 1
D, [2018-09-11T23:10:48.604758 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.605678 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000261s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 597)
D, [2018-09-11T23:10:48.656204 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.050316s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.657159 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000053s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.658022 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000290s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 597)
D, [2018-09-11T23:10:48.666328 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008144s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.668259 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000283s) (conn: 46952698838700) 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-11T23:10:48.669671 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000180s) (conn: 46952698838700) 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-11T23:10:48.671132 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952698838700) 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-11T23:10:48.671748 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.672321 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'galera-agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 524)
D, [2018-09-11T23:10:48.685954 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013422s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.687595 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000254s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 524) AND ("original_name" = 'mysql')) LIMIT 1
D, [2018-09-11T23:10:48.688257 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.689006 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000261s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 856)
D, [2018-09-11T23:10:48.720633 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.031430s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.721476 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.722401 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000355s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 856)
D, [2018-09-11T23:10:48.735915 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013303s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.740746 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000254s) (conn: 46952698838700) 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-11T23:10:48.742147 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952698838700) 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-11T23:10:48.742788 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000125s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 106
D, [2018-09-11T23:10:48.744276 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952698838700) 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-11T23:10:48.745491 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000180s) (conn: 46952698838700) 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-11T23:10:48.746816 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000163s) (conn: 46952698838700) 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-11T23:10:48.747388 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.748008 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'gra-log-purger', "type" = 'job', "serial_id" = 3 WHERE ("id" = 525)
D, [2018-09-11T23:10:48.759869 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011681s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.761449 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000285s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 525) AND ("original_name" = 'mysql')) LIMIT 1
D, [2018-09-11T23:10:48.762163 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000096s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.762867 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000236s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 857)
D, [2018-09-11T23:10:48.773943 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010891s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.774688 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000086s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.775455 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000294s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 857)
D, [2018-09-11T23:10:48.787205 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011579s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.789521 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000283s) (conn: 46952698838700) 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-11T23:10:48.791162 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952698838700) 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-11T23:10:48.791749 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 106
D, [2018-09-11T23:10:48.793204 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952698838700) 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-11T23:10:48.794474 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952698838700) 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-11T23:10:48.795813 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000166s) (conn: 46952698838700) 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-11T23:10:48.796359 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000051s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.796917 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000180s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'cluster-health-logger', "type" = 'job', "serial_id" = 3 WHERE ("id" = 526)
D, [2018-09-11T23:10:48.818916 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.021771s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.820716 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000267s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 526) AND ("original_name" = 'mysql')) LIMIT 1
D, [2018-09-11T23:10:48.821395 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000056s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.822121 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000236s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 858)
D, [2018-09-11T23:10:48.830911 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008584s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.831598 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.832420 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000320s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 858)
D, [2018-09-11T23:10:48.836461 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003894s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.837644 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-11T23:10:48.838738 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000157s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-11T23:10:48.841075 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001866s) (conn: 46952698838700) 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-11T23:10:48.843136 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952698838700) 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-11T23:10:48.844640 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000273s) (conn: 46952698838700) 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-11T23:10:48.845299 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-11T23:10:48.846866 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000213s) (conn: 46952698838700) 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-11T23:10:48.848169 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952698838700) 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-11T23:10:48.849596 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000163s) (conn: 46952698838700) 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-11T23:10:48.850127 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.850701 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000178s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'route_registrar', "type" = 'job', "serial_id" = 3 WHERE ("id" = 527)
D, [2018-09-11T23:10:48.859897 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009012s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.861559 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000281s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 527) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-11T23:10:48.862184 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.862851 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 859)
D, [2018-09-11T23:10:48.871693 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008640s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.872514 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.873308 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000314s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 859)
D, [2018-09-11T23:10:48.894294 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.020787s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.896767 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000265s) (conn: 46952698838700) 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-11T23:10:48.898206 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952698838700) 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-11T23:10:48.898789 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 106
D, [2018-09-11T23:10:48.900285 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952698838700) 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-11T23:10:48.901571 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000165s) (conn: 46952698838700) 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-11T23:10:48.902917 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000151s) (conn: 46952698838700) 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-11T23:10:48.903530 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.904092 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'database', "name" = 'bootstrap', "type" = 'job', "serial_id" = 3 WHERE ("id" = 528)
D, [2018-09-11T23:10:48.925691 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.021417s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.927468 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000329s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 528) AND ("original_name" = 'galera-agent')) LIMIT 1
D, [2018-09-11T23:10:48.928184 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.928931 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000251s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 860)
D, [2018-09-11T23:10:48.939937 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010701s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.940704 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.941613 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000405s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 860)
D, [2018-09-11T23:10:48.970381 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.028560s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.972424 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:48.973499 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:48.974399 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000487s) (conn: 46952698838700) 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-11T23:10:48.975965 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952698838700) 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-11T23:10:48.976778 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000126s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:48.978789 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952698838700) 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-11T23:10:48.979384 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000055s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.979956 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'diego-api', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 371)
D, [2018-09-11T23:10:48.986970 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006831s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:48.988442 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000264s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 371) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:48.989113 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:48.989822 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000219s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 598)
D, [2018-09-11T23:10:49.002335 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012305s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.003314 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.004197 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000298s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 598)
D, [2018-09-11T23:10:49.017816 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013425s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.019502 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000281s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 371) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:49.020161 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.020816 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 599)
D, [2018-09-11T23:10:49.042740 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.021745s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.043684 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.044496 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000294s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 599)
D, [2018-09-11T23:10:49.051657 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006965s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.053270 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000356s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 371) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:49.053895 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.054623 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 600)
D, [2018-09-11T23:10:49.070555 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015750s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.071479 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.072292 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000293s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 600)
D, [2018-09-11T23:10:49.077471 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004987s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.079255 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000276s) (conn: 46952698838700) 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-11T23:10:49.080976 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952698838700) 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-11T23:10:49.081557 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.082175 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-api', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 529)
D, [2018-09-11T23:10:49.107184 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.024821s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.118719 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 529) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:49.119563 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.120502 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000290s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 861)
D, [2018-09-11T23:10:49.133538 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012846s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.134419 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.135249 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000326s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 861)
D, [2018-09-11T23:10:49.148604 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013158s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.150286 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000271s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 529) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:49.151023 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000077s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.151731 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000257s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 862)
D, [2018-09-11T23:10:49.166173 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014277s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.167849 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.168704 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000271s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 862)
D, [2018-09-11T23:10:49.187267 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.018381s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.189038 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000277s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 529) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:49.189744 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.190542 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000257s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 863)
D, [2018-09-11T23:10:49.201056 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010311s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.201886 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.202679 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000305s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 863)
D, [2018-09-11T23:10:49.211945 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009115s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.213145 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'diego') LIMIT 1
D, [2018-09-11T23:10:49.214354 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000158s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 111) AND ("version" = '0.1476.1-dev.2371')) LIMIT 1
D, [2018-09-11T23:10:49.215597 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000833s) (conn: 46952698838700) 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-11T23:10:49.217603 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000175s) (conn: 46952698838700) 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-11T23:10:49.218288 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-11T23:10:49.219812 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952698838700) 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-11T23:10:49.221754 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952698838700) 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-11T23:10:49.222699 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000129s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-11T23:10:49.224463 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952698838700) 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-11T23:10:49.225730 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000133s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'silk') LIMIT 1
D, [2018-09-11T23:10:49.226700 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000150s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 123) AND ("version" = '2.15.0')) LIMIT 1
D, [2018-09-11T23:10:49.227683 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000527s) (conn: 46952698838700) 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-11T23:10:49.229853 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952698838700) 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-11T23:10:49.230661 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000137s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-11T23:10:49.232548 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000161s) (conn: 46952698838700) 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-11T23:10:49.233124 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.233710 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'diego-api', "name" = 'silk-controller', "type" = 'job', "serial_id" = 3 WHERE ("id" = 372)
D, [2018-09-11T23:10:49.241830 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007948s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.243319 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 372) AND ("original_name" = 'cf_network')) LIMIT 1
D, [2018-09-11T23:10:49.243960 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.244639 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 601)
D, [2018-09-11T23:10:49.269544 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.024702s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.270541 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.271480 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000330s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 601)
D, [2018-09-11T23:10:49.278178 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006536s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.280075 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000268s) (conn: 46952698838700) 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-11T23:10:49.281753 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952698838700) 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-11T23:10:49.282349 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.282938 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000180s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-api', "name" = 'silk-controller', "type" = 'job', "serial_id" = 3 WHERE ("id" = 530)
D, [2018-09-11T23:10:49.302920 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.019750s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.304877 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000278s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 530) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-11T23:10:49.305581 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.306311 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000248s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 864)
D, [2018-09-11T23:10:49.329142 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.022636s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.330039 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.330934 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000381s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 864)
D, [2018-09-11T23:10:49.347387 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016247s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.349796 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000273s) (conn: 46952698838700) 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-11T23:10:49.350654 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000124s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-11T23:10:49.352367 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952698838700) 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-11T23:10:49.353918 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000127s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:49.354883 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000153s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:49.355823 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000478s) (conn: 46952698838700) 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-11T23:10:49.356764 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000121s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:49.358911 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000277s) (conn: 46952698838700) 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-11T23:10:49.359579 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.360230 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'uaa', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 373)
D, [2018-09-11T23:10:49.381848 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.021419s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.383705 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000266s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 373) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:49.384394 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.385146 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 602)
D, [2018-09-11T23:10:49.396895 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011555s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.397884 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000057s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.398775 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000311s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 602)
D, [2018-09-11T23:10:49.408499 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009534s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.410179 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000253s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 373) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:49.410795 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000053s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.411537 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000237s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 603)
D, [2018-09-11T23:10:49.427420 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015695s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.428359 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.429219 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000307s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 603)
D, [2018-09-11T23:10:49.443142 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013694s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.444830 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000296s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 373) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:49.445457 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.446169 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 604)
D, [2018-09-11T23:10:49.465910 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.019558s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.466891 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000055s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.467751 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000302s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 604)
D, [2018-09-11T23:10:49.485713 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017714s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.488156 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000263s) (conn: 46952698838700) 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-11T23:10:49.488818 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.489500 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'uaa', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 531)
D, [2018-09-11T23:10:49.506714 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017027s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.508746 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000285s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 531) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:49.509450 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.510205 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000242s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 865)
D, [2018-09-11T23:10:49.528663 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.018253s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.529553 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.530486 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000348s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 865)
D, [2018-09-11T23:10:49.551114 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.020423s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.552953 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000374s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 531) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:49.553664 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.554419 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000258s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 866)
D, [2018-09-11T23:10:49.569793 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015175s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.570666 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.571785 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000354s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 866)
D, [2018-09-11T23:10:49.581988 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009999s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.583813 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000309s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 531) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:49.584473 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.585207 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000240s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 867)
D, [2018-09-11T23:10:49.594077 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008685s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.594978 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000071s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.595884 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000321s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 867)
D, [2018-09-11T23:10:49.671668 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.075597s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.673183 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000254s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'uaa') LIMIT 1
D, [2018-09-11T23:10:49.676158 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001870s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 125) AND ("version" = '61.0')) LIMIT 1
D, [2018-09-11T23:10:49.677500 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000783s) (conn: 46952698838700) 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-11T23:10:49.686562 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 125
D, [2018-09-11T23:10:49.703664 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000269s) (conn: 46952698838700) 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-11T23:10:49.704348 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.704994 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'uaa', "name" = 'uaa', "type" = 'job', "serial_id" = 3 WHERE ("id" = 374)
D, [2018-09-11T23:10:49.712086 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006921s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.713803 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000289s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 374) AND ("original_name" = 'uaa_db')) LIMIT 1
D, [2018-09-11T23:10:49.714504 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.715298 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000253s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 605)
D, [2018-09-11T23:10:49.724132 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008625s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.725103 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.725983 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000322s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 605)
D, [2018-09-11T23:10:49.737670 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011490s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.739171 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000264s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 374) AND ("original_name" = 'uaa_keys')) LIMIT 1
D, [2018-09-11T23:10:49.741844 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.742549 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 606)
D, [2018-09-11T23:10:49.755408 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012673s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.756301 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000061s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.757118 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000270s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 606)
D, [2018-09-11T23:10:49.769718 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012432s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.773763 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000309s) (conn: 46952698838700) 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-11T23:10:49.774406 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.775130 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'uaa', "name" = 'uaa', "type" = 'job', "serial_id" = 3 WHERE ("id" = 532)
D, [2018-09-11T23:10:49.780737 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.005452s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.784094 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000232s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 532) AND ("original_name" = 'router')) LIMIT 1
D, [2018-09-11T23:10:49.784757 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.785464 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000260s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 868)
D, [2018-09-11T23:10:49.798112 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012470s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.798980 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000064s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.799747 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000299s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 868)
D, [2018-09-11T23:10:49.827021 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.027082s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.828704 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000291s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 532) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-11T23:10:49.829444 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.830121 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 869)
D, [2018-09-11T23:10:49.836105 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.005823s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.836798 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.837545 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000288s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 869)
D, [2018-09-11T23:10:49.842937 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.005175s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.844064 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-11T23:10:49.845287 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-11T23:10:49.846425 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000655s) (conn: 46952698838700) 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-11T23:10:49.847432 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000125s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-11T23:10:49.849205 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952698838700) 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-11T23:10:49.849773 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.850373 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'uaa', "name" = 'route_registrar', "type" = 'job', "serial_id" = 3 WHERE ("id" = 533)
D, [2018-09-11T23:10:49.863623 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012991s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.865521 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000309s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 533) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-11T23:10:49.866248 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.867113 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000298s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 870)
D, [2018-09-11T23:10:49.890831 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.023470s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.891701 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.892566 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000336s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 870)
D, [2018-09-11T23:10:49.896877 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004126s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.898300 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'statsd-injector') LIMIT 1
D, [2018-09-11T23:10:49.899481 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 124) AND ("version" = '1.3.0')) LIMIT 1
D, [2018-09-11T23:10:49.900229 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000330s) (conn: 46952698838700) 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-11T23:10:49.901371 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000140s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 124
D, [2018-09-11T23:10:49.903041 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000178s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:49.904017 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000142s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:49.904879 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000480s) (conn: 46952698838700) 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-11T23:10:49.906448 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952698838700) 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-11T23:10:49.907244 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:49.909365 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952698838700) 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-11T23:10:49.909915 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.910513 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'singleton-blobstore', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 375)
D, [2018-09-11T23:10:49.922367 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011670s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.924191 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000280s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 375) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:49.924873 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.925630 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 607)
D, [2018-09-11T23:10:49.941771 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015809s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.942696 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.943567 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000316s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 607)
D, [2018-09-11T23:10:49.954001 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010239s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.955713 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000286s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 375) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:49.956314 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.956960 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 608)
D, [2018-09-11T23:10:49.976449 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.019306s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.977477 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.978328 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000323s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 608)
D, [2018-09-11T23:10:49.986131 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007628s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:49.987703 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000310s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 375) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:49.988380 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:49.989059 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 609)
D, [2018-09-11T23:10:50.000986 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011751s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.001908 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.002796 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000296s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 609)
D, [2018-09-11T23:10:50.017750 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014751s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.019850 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000303s) (conn: 46952698838700) 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-11T23:10:50.021737 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952698838700) 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-11T23:10:50.022419 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.023073 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'singleton-blobstore', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 534)
D, [2018-09-11T23:10:50.056779 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.033461s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.058842 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000322s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 534) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:50.059549 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.060339 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000260s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 871)
D, [2018-09-11T23:10:50.067357 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006857s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.068017 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.068824 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000337s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 871)
D, [2018-09-11T23:10:50.076819 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007827s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.078353 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000286s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 534) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:50.079000 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000063s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.079680 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 872)
D, [2018-09-11T23:10:50.087459 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007616s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.088308 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000053s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.089141 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000292s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 872)
D, [2018-09-11T23:10:50.098452 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009111s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.100059 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000259s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 534) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:50.100773 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.101451 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000248s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 873)
D, [2018-09-11T23:10:50.109586 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007937s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.110321 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.111222 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000323s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 873)
D, [2018-09-11T23:10:50.119631 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008237s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.120810 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'capi') LIMIT 1
D, [2018-09-11T23:10:50.121878 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000175s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 104) AND ("version" = '1.68.0')) LIMIT 1
D, [2018-09-11T23:10:50.123460 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001051s) (conn: 46952698838700) 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-11T23:10:50.125507 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952698838700) 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-11T23:10:50.126245 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 104
D, [2018-09-11T23:10:50.127822 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000216s) (conn: 46952698838700) 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-11T23:10:50.129280 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952698838700) 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-11T23:10:50.129848 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.130411 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'singleton-blobstore', "name" = 'blobstore', "type" = 'job', "serial_id" = 3 WHERE ("id" = 535)
D, [2018-09-11T23:10:50.151819 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.021220s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.153711 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000313s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 535) AND ("original_name" = 'directories_to_backup')) LIMIT 1
D, [2018-09-11T23:10:50.154426 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.155193 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000266s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 874)
D, [2018-09-11T23:10:50.165208 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009816s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.166088 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.166932 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000313s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 874)
D, [2018-09-11T23:10:50.183313 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016157s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.184698 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-11T23:10:50.185767 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000162s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-11T23:10:50.186813 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000649s) (conn: 46952698838700) 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-11T23:10:50.188429 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952698838700) 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-11T23:10:50.189272 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000154s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-11T23:10:50.190819 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952698838700) 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-11T23:10:50.192275 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952698838700) 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-11T23:10:50.192799 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.193377 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'singleton-blobstore', "name" = 'route_registrar', "type" = 'job', "serial_id" = 3 WHERE ("id" = 536)
D, [2018-09-11T23:10:50.214683 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.021125s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.216453 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000258s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 536) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-11T23:10:50.217207 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.218026 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000275s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 875)
D, [2018-09-11T23:10:50.226404 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008198s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.227237 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.228158 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000326s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 875)
D, [2018-09-11T23:10:50.248158 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.019818s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.251806 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:50.252917 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000151s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:50.253998 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000518s) (conn: 46952698838700) 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-11T23:10:50.254983 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:50.257061 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952698838700) 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-11T23:10:50.257613 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.258286 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 376)
D, [2018-09-11T23:10:50.274095 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015622s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.275877 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000271s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 376) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:50.276622 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.277311 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 610)
D, [2018-09-11T23:10:50.294178 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016677s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.298703 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000064s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.300512 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001114s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 610)
D, [2018-09-11T23:10:50.321163 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.020428s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.322880 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000383s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 376) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:50.323576 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.324456 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000380s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 611)
D, [2018-09-11T23:10:50.330081 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.005447s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.330979 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000063s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.331774 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000288s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 611)
D, [2018-09-11T23:10:50.365995 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.034036s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.367955 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000371s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 376) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:50.368660 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.369425 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000242s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 612)
D, [2018-09-11T23:10:50.379364 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009767s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.380243 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000059s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.381033 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000275s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 612)
D, [2018-09-11T23:10:50.399232 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017991s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.401672 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000294s) (conn: 46952698838700) 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-11T23:10:50.402300 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.402976 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 537)
D, [2018-09-11T23:10:50.422786 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.019615s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.424951 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000324s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 537) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:50.425667 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.426380 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000246s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 876)
D, [2018-09-11T23:10:50.440166 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013590s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.441072 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.441880 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000309s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 876)
D, [2018-09-11T23:10:50.478504 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.036431s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.480133 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000257s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 537) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:50.480865 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.481580 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000248s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 877)
D, [2018-09-11T23:10:50.487653 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.005917s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.488334 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.489104 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000285s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 877)
D, [2018-09-11T23:10:50.503357 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014062s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.504981 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000261s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 537) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:50.505659 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.506336 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000241s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 878)
D, [2018-09-11T23:10:50.516473 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009908s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.517234 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000059s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.518067 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000298s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 878)
D, [2018-09-11T23:10:50.545013 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.026756s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.546452 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000273s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'capi') LIMIT 1
D, [2018-09-11T23:10:50.547660 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 104) AND ("version" = '1.68.0')) LIMIT 1
D, [2018-09-11T23:10:50.559556 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001101s) (conn: 46952698838700) 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-11T23:10:50.562786 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 104
D, [2018-09-11T23:10:50.569947 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000223s) (conn: 46952698838700) 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-11T23:10:50.570549 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.571284 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'cloud_controller_ng', "type" = 'job', "serial_id" = 3 WHERE ("id" = 377)
D, [2018-09-11T23:10:50.587114 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015631s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.588812 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000291s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 377) AND ("original_name" = 'cloud_controller')) LIMIT 1
D, [2018-09-11T23:10:50.589564 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.590255 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 613)
D, [2018-09-11T23:10:50.601765 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011339s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.603368 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.604099 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000223s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 613)
D, [2018-09-11T23:10:50.614094 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009825s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.615662 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000245s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 377) AND ("original_name" = 'cloud_controller_db')) LIMIT 1
D, [2018-09-11T23:10:50.616241 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000053s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.616954 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 614)
D, [2018-09-11T23:10:50.633340 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016222s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.636657 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000076s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.639278 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002038s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 614)
D, [2018-09-11T23:10:50.666747 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.027230s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.668471 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000271s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 377) AND ("original_name" = 'directories_to_backup')) LIMIT 1
D, [2018-09-11T23:10:50.669088 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.669895 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000250s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 615)
D, [2018-09-11T23:10:50.681825 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011747s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.682819 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000051s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.683701 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000317s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 615)
D, [2018-09-11T23:10:50.697930 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014019s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.699716 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000270s) (conn: 46952698838700) 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-11T23:10:50.700343 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.701025 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 616)
D, [2018-09-11T23:10:50.720851 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.019639s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.721845 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.722697 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000306s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 616)
D, [2018-09-11T23:10:50.736356 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013474s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.738165 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000285s) (conn: 46952698838700) 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-11T23:10:50.738850 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.739590 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 617)
D, [2018-09-11T23:10:50.749792 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010018s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.750688 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000061s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.751500 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000274s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 617)
D, [2018-09-11T23:10:50.761975 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010224s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.765056 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000391s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 377) AND ("original_name" = 'cloud_controller_internal')) LIMIT 1
D, [2018-09-11T23:10:50.765726 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.766964 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000710s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 618)
D, [2018-09-11T23:10:50.775746 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008568s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.776906 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.778010 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000490s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 618)
D, [2018-09-11T23:10:50.828737 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.050488s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.832882 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000287s) (conn: 46952698838700) 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-11T23:10:50.833731 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000074s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.834536 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000225s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'cloud_controller_ng', "type" = 'job', "serial_id" = 3 WHERE ("id" = 538)
D, [2018-09-11T23:10:50.857892 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.023162s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.867773 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000228s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 538) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-11T23:10:50.868510 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.869267 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000257s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 879)
D, [2018-09-11T23:10:50.891355 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.021839s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.892251 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.893095 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000307s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 879)
D, [2018-09-11T23:10:50.901532 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008247s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.903185 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000301s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 538) AND ("original_name" = 'cc_uploader')) LIMIT 1
D, [2018-09-11T23:10:50.903817 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.904520 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 880)
D, [2018-09-11T23:10:50.910637 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.005967s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.911332 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.912136 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000285s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 880)
D, [2018-09-11T23:10:50.938255 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.025912s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.939867 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000278s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 538) AND ("original_name" = 'perm')) LIMIT 1
D, [2018-09-11T23:10:50.940572 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.941256 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000246s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 881)
D, [2018-09-11T23:10:50.954899 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013462s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.955699 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.956521 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000300s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 881)
D, [2018-09-11T23:10:50.977794 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.021087s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.979353 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000280s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 538) AND ("original_name" = 'credhub')) LIMIT 1
D, [2018-09-11T23:10:50.980088 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.980873 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000260s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 882)
D, [2018-09-11T23:10:50.988742 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007684s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:50.989568 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000095s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:50.990361 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000307s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 882)
D, [2018-09-11T23:10:51.015756 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.025196s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.017424 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000291s) (conn: 46952698838700) 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-11T23:10:51.018072 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.018751 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000233s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 883)
D, [2018-09-11T23:10:51.026636 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007718s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.027435 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.028220 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000306s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 883)
D, [2018-09-11T23:10:51.039100 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010705s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.040603 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000273s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 538) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-11T23:10:51.041267 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.041914 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 884)
D, [2018-09-11T23:10:51.059336 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017241s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.060234 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.061089 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000321s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 884)
D, [2018-09-11T23:10:51.089228 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.027924s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.090702 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000268s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'binary-buildpack') LIMIT 1
D, [2018-09-11T23:10:51.091882 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 101) AND ("version" = '1.0.25')) LIMIT 1
D, [2018-09-11T23:10:51.092624 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000319s) (conn: 46952698838700) 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-11T23:10:51.093650 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000131s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 101
D, [2018-09-11T23:10:51.094607 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000130s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'dotnet-core-buildpack') LIMIT 1
D, [2018-09-11T23:10:51.095596 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000139s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 112) AND ("version" = '2.1.4')) LIMIT 1
D, [2018-09-11T23:10:51.096300 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000335s) (conn: 46952698838700) 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-11T23:10:51.097224 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000126s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 112
D, [2018-09-11T23:10:51.098096 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'go-buildpack') LIMIT 1
D, [2018-09-11T23:10:51.099092 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 113) AND ("version" = '1.8.26')) LIMIT 1
D, [2018-09-11T23:10:51.099852 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000384s) (conn: 46952698838700) 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-11T23:10:51.100723 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000121s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 113
D, [2018-09-11T23:10:51.101628 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000116s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'java-buildpack') LIMIT 1
D, [2018-09-11T23:10:51.102675 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000137s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 114) AND ("version" = '4.15')) LIMIT 1
D, [2018-09-11T23:10:51.103429 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000370s) (conn: 46952698838700) 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-11T23:10:51.104326 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000112s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 114
D, [2018-09-11T23:10:51.105214 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000138s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'nodejs-buildpack') LIMIT 1
D, [2018-09-11T23:10:51.106171 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 117) AND ("version" = '1.6.30')) LIMIT 1
D, [2018-09-11T23:10:51.106809 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000294s) (conn: 46952698838700) 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-11T23:10:51.107765 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000109s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 117
D, [2018-09-11T23:10:51.108664 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000120s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'php-buildpack') LIMIT 1
D, [2018-09-11T23:10:51.109579 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000160s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 118) AND ("version" = '4.3.59')) LIMIT 1
D, [2018-09-11T23:10:51.110272 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000316s) (conn: 46952698838700) 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-11T23:10:51.111209 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000130s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 118
D, [2018-09-11T23:10:51.112038 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000112s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'python-buildpack') LIMIT 1
D, [2018-09-11T23:10:51.112950 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000133s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 119) AND ("version" = '1.6.20')) LIMIT 1
D, [2018-09-11T23:10:51.113593 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000292s) (conn: 46952698838700) 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-11T23:10:51.114437 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000106s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 119
D, [2018-09-11T23:10:51.119879 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000139s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'ruby-buildpack') LIMIT 1
D, [2018-09-11T23:10:51.120912 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 120) AND ("version" = '1.7.22')) LIMIT 1
D, [2018-09-11T23:10:51.121648 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000316s) (conn: 46952698838700) 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-11T23:10:51.122566 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000115s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 120
D, [2018-09-11T23:10:51.123498 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000115s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'staticfile-buildpack') LIMIT 1
D, [2018-09-11T23:10:51.124472 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000132s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 122) AND ("version" = '1.4.31')) LIMIT 1
D, [2018-09-11T23:10:51.125217 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000320s) (conn: 46952698838700) 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-11T23:10:51.126174 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000118s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 122
D, [2018-09-11T23:10:51.127096 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-11T23:10:51.128042 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000141s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-11T23:10:51.129001 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000586s) (conn: 46952698838700) 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-11T23:10:51.129878 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000118s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-11T23:10:51.131555 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000200s) (conn: 46952698838700) 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-11T23:10:51.132104 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.132810 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000242s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'route_registrar', "type" = 'job', "serial_id" = 3 WHERE ("id" = 539)
D, [2018-09-11T23:10:51.145891 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012865s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.147888 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000341s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 539) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-11T23:10:51.148641 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.149437 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000247s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 885)
D, [2018-09-11T23:10:51.165895 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016254s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.166877 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000104s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.167773 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000342s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 885)
D, [2018-09-11T23:10:51.182132 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014167s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.183459 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'statsd-injector') LIMIT 1
D, [2018-09-11T23:10:51.184633 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 124) AND ("version" = '1.3.0')) LIMIT 1
D, [2018-09-11T23:10:51.185434 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000358s) (conn: 46952698838700) 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-11T23:10:51.186211 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000139s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 124
D, [2018-09-11T23:10:51.187288 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000143s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'diego') LIMIT 1
D, [2018-09-11T23:10:51.188227 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000168s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 111) AND ("version" = '0.1476.1-dev.2371')) LIMIT 1
D, [2018-09-11T23:10:51.189441 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000787s) (conn: 46952698838700) 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-11T23:10:51.190748 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000124s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-11T23:10:51.192231 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000134s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-11T23:10:51.194671 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000213s) (conn: 46952698838700) 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-11T23:10:51.195257 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.195858 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'routing-api', "type" = 'job', "serial_id" = 3 WHERE ("id" = 378)
D, [2018-09-11T23:10:51.205079 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009059s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.206690 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000268s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 378) AND ("original_name" = 'routing_api')) LIMIT 1
D, [2018-09-11T23:10:51.207360 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.208033 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 619)
D, [2018-09-11T23:10:51.221100 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012883s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.222015 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.222803 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000282s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 619)
D, [2018-09-11T23:10:51.235751 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012756s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.237421 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000296s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 378) AND ("original_name" = 'routing_api_db')) LIMIT 1
D, [2018-09-11T23:10:51.238024 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.238766 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 620)
D, [2018-09-11T23:10:51.248221 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009268s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.249006 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.249837 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000322s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 620)
D, [2018-09-11T23:10:51.261707 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011695s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.263462 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'cf-networking') LIMIT 1
D, [2018-09-11T23:10:51.264515 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 103) AND ("version" = '2.15.0')) LIMIT 1
D, [2018-09-11T23:10:51.265469 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000518s) (conn: 46952698838700) 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-11T23:10:51.266892 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000124s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 103
D, [2018-09-11T23:10:51.269375 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952698838700) 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-11T23:10:51.269970 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.270575 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'policy-server', "type" = 'job', "serial_id" = 3 WHERE ("id" = 379)
D, [2018-09-11T23:10:51.284463 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013686s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.286284 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000292s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 379) AND ("original_name" = 'dbconn')) LIMIT 1
D, [2018-09-11T23:10:51.287117 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.287897 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000241s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 621)
D, [2018-09-11T23:10:51.329410 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.041293s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.330408 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.331308 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000317s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 621)
D, [2018-09-11T23:10:51.341943 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010446s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.343793 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000281s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 379) AND ("original_name" = 'tag_length')) LIMIT 1
D, [2018-09-11T23:10:51.344387 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.345100 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 622)
D, [2018-09-11T23:10:51.350040 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004772s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.350678 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.351433 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000244s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 622)
D, [2018-09-11T23:10:51.358718 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007143s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.360781 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000296s) (conn: 46952698838700) 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-11T23:10:51.361346 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.361915 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'policy-server', "type" = 'job', "serial_id" = 3 WHERE ("id" = 540)
D, [2018-09-11T23:10:51.389251 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.027162s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.391151 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000292s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 540) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-11T23:10:51.391805 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.392541 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000233s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 886)
D, [2018-09-11T23:10:51.398129 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.005422s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.398830 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.399600 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000242s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 886)
D, [2018-09-11T23:10:51.408174 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008405s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.409541 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000275s) (conn: 46952698838700) 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-11T23:10:51.410173 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.410823 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 887)
D, [2018-09-11T23:10:51.426393 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015420s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.427966 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.429121 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000611s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 887)
D, [2018-09-11T23:10:51.448862 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.019541s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.450460 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 103
D, [2018-09-11T23:10:51.452495 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000249s) (conn: 46952698838700) 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-11T23:10:51.453063 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.453671 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'policy-server-internal', "type" = 'job', "serial_id" = 3 WHERE ("id" = 541)
D, [2018-09-11T23:10:51.461697 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007841s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.463344 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000312s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 541) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-11T23:10:51.463975 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.464730 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000271s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 888)
D, [2018-09-11T23:10:51.475545 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010619s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.476482 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.477266 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000292s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 888)
D, [2018-09-11T23:10:51.487052 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009601s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.488550 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000270s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 541) AND ("original_name" = 'dbconn')) LIMIT 1
D, [2018-09-11T23:10:51.489217 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.489912 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 889)
D, [2018-09-11T23:10:51.503966 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013879s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.505105 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.505966 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000299s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 889)
D, [2018-09-11T23:10:51.520976 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014822s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.522617 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000321s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 541) AND ("original_name" = 'tag_length')) LIMIT 1
D, [2018-09-11T23:10:51.523272 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.523986 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000228s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 890)
D, [2018-09-11T23:10:51.538145 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013974s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.538914 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.539721 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000297s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 890)
D, [2018-09-11T23:10:51.550681 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010713s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.552281 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 104
D, [2018-09-11T23:10:51.554382 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952698838700) 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-11T23:10:51.555014 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000076s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.555632 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'api', "name" = 'cc_uploader', "type" = 'job', "serial_id" = 3 WHERE ("id" = 380)
D, [2018-09-11T23:10:51.570053 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014225s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.571866 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000419s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 380) AND ("original_name" = 'cc_uploader')) LIMIT 1
D, [2018-09-11T23:10:51.572533 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.573252 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000252s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 623)
D, [2018-09-11T23:10:51.593443 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.019967s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.594376 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.595239 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000336s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 623)
D, [2018-09-11T23:10:51.601836 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006434s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.603393 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'hwc-buildpack') LIMIT 1
D, [2018-09-11T23:10:51.604487 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000166s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 129) AND ("version" = '2.3.19')) LIMIT 1
D, [2018-09-11T23:10:51.605297 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000370s) (conn: 46952698838700) 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-11T23:10:51.606498 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 129
D, [2018-09-11T23:10:51.608153 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000140s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:51.609135 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000139s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:51.609987 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000477s) (conn: 46952698838700) 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-11T23:10:51.611056 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:51.613241 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952698838700) 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-11T23:10:51.613816 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.614417 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000175s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'cc-worker', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 381)
D, [2018-09-11T23:10:51.628214 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013583s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.630165 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000305s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 381) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:51.630879 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.631660 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000246s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 624)
D, [2018-09-11T23:10:51.648036 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016157s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.648988 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.649898 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000297s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 624)
D, [2018-09-11T23:10:51.654644 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004557s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.656247 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000298s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 381) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:51.656956 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.657704 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000252s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 625)
D, [2018-09-11T23:10:51.670608 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012726s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.671615 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000059s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.672536 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000346s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 625)
D, [2018-09-11T23:10:51.682750 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010038s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.684478 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000270s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 381) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:51.685161 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000061s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.685945 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 626)
D, [2018-09-11T23:10:51.700061 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013935s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.700971 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.701824 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000289s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 626)
D, [2018-09-11T23:10:51.723381 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.021370s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.725925 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000318s) (conn: 46952698838700) 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-11T23:10:51.726627 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.727448 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'cc-worker', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 542)
D, [2018-09-11T23:10:51.737685 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009980s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.739666 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000281s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 542) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:51.740393 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.741118 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000232s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 891)
D, [2018-09-11T23:10:51.773401 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.032079s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.774363 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.775258 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000340s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 891)
D, [2018-09-11T23:10:51.781264 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.005850s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.782824 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000282s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 542) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:51.783527 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000051s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.784246 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000250s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 892)
D, [2018-09-11T23:10:51.793620 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009201s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.794373 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.795240 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000324s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 892)
D, [2018-09-11T23:10:51.809588 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014165s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.811340 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000290s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 542) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:51.812004 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.812702 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000232s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 893)
D, [2018-09-11T23:10:51.820683 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007815s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.821397 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.822212 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000304s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 893)
D, [2018-09-11T23:10:51.835312 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012876s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.836734 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'capi') LIMIT 1
D, [2018-09-11T23:10:51.837882 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 104) AND ("version" = '1.68.0')) LIMIT 1
D, [2018-09-11T23:10:51.839349 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001027s) (conn: 46952698838700) 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-11T23:10:51.841900 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000135s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 104
D, [2018-09-11T23:10:51.855622 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000282s) (conn: 46952698838700) 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-11T23:10:51.856250 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.856879 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'cc-worker', "name" = 'cloud_controller_worker', "type" = 'job', "serial_id" = 3 WHERE ("id" = 543)
D, [2018-09-11T23:10:51.877943 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.020869s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.880802 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000266s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 543) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-11T23:10:51.881545 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.882264 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000248s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 894)
D, [2018-09-11T23:10:51.887869 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.005440s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.888560 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.889296 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000291s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 894)
D, [2018-09-11T23:10:51.906226 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016697s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.907907 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000258s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 543) AND ("original_name" = 'credhub')) LIMIT 1
D, [2018-09-11T23:10:51.908553 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.909253 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000248s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 895)
D, [2018-09-11T23:10:51.922158 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012660s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.922974 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000064s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.923897 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000395s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 895)
D, [2018-09-11T23:10:51.939143 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015047s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.946163 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000241s) (conn: 46952698838700) 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-11T23:10:51.946835 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.947672 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000294s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 896)
D, [2018-09-11T23:10:51.962278 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014420s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.963194 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000066s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.964133 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000325s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 896)
D, [2018-09-11T23:10:51.977155 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012821s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.978869 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000306s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 543) AND ("original_name" = 'cloud_controller_internal')) LIMIT 1
D, [2018-09-11T23:10:51.979637 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.980351 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000248s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 897)
D, [2018-09-11T23:10:51.991311 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010785s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:51.995126 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000066s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:51.996065 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000296s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 897)
D, [2018-09-11T23:10:52.017417 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.021133s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.019510 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:52.020630 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000176s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:52.021543 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000505s) (conn: 46952698838700) 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-11T23:10:52.022625 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000133s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:52.025177 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952698838700) 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-11T23:10:52.025732 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.026331 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'router', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 382)
D, [2018-09-11T23:10:52.035389 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008876s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.037158 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000264s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 382) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:52.037787 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.038536 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 627)
D, [2018-09-11T23:10:52.054145 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015404s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.055141 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000064s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.055954 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000284s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 627)
D, [2018-09-11T23:10:52.081927 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.025783s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.083691 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000310s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 382) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:52.084295 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.085046 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000291s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 628)
D, [2018-09-11T23:10:52.095230 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009998s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.096128 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000061s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.096944 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000291s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 628)
D, [2018-09-11T23:10:52.122762 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.025644s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.124382 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000225s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 382) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:52.124969 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.125641 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 629)
D, [2018-09-11T23:10:52.133056 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007266s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.133915 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.134643 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000243s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 629)
D, [2018-09-11T23:10:52.151650 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016837s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.154104 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000278s) (conn: 46952698838700) 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-11T23:10:52.154712 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.155375 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'router', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 544)
D, [2018-09-11T23:10:52.176970 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.021389s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.179098 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000273s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 544) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:52.179779 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.180483 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000239s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 898)
D, [2018-09-11T23:10:52.193427 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012744s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.194420 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.195261 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000327s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 898)
D, [2018-09-11T23:10:52.203726 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008293s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.205144 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000256s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 544) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:52.205847 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.206557 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000274s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 899)
D, [2018-09-11T23:10:52.222879 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016147s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.223700 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.224613 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000414s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 899)
D, [2018-09-11T23:10:52.230216 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.005453s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.231646 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000250s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 544) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:52.232312 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.233020 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000267s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 900)
D, [2018-09-11T23:10:52.259528 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.026317s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.260414 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.261284 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000337s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 900)
D, [2018-09-11T23:10:52.274396 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012917s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.275808 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-11T23:10:52.276911 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-11T23:10:52.278247 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000841s) (conn: 46952698838700) 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-11T23:10:52.280185 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000168s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-11T23:10:52.283423 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952698838700) 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-11T23:10:52.284017 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.284663 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'router', "name" = 'gorouter', "type" = 'job', "serial_id" = 3 WHERE ("id" = 383)
D, [2018-09-11T23:10:52.306873 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.022015s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.308675 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000310s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 383) AND ("original_name" = 'gorouter')) LIMIT 1
D, [2018-09-11T23:10:52.309368 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.310116 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000240s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 630)
D, [2018-09-11T23:10:52.318346 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008039s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.319281 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000053s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.320145 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000311s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 630)
D, [2018-09-11T23:10:52.332338 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012020s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.334844 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000276s) (conn: 46952698838700) 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-11T23:10:52.335501 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.336203 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'router', "name" = 'gorouter', "type" = 'job', "serial_id" = 3 WHERE ("id" = 545)
D, [2018-09-11T23:10:52.342729 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006360s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.344744 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000292s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 545) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-11T23:10:52.345405 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.346100 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 901)
D, [2018-09-11T23:10:52.360128 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013837s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.360975 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.361924 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000315s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 901)
D, [2018-09-11T23:10:52.371105 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008999s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.373073 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:52.374195 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:52.375161 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000536s) (conn: 46952698838700) 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-11T23:10:52.376231 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000123s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:52.378385 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952698838700) 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-11T23:10:52.379050 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.379697 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'tcp-router', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 384)
D, [2018-09-11T23:10:52.386530 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006663s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.388237 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000291s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 384) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:52.388925 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000081s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.389627 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 631)
D, [2018-09-11T23:10:52.421798 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.031915s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.422684 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.423646 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000389s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 631)
D, [2018-09-11T23:10:52.429270 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.005436s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.430866 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000273s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 384) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:52.431535 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.432219 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000219s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 632)
D, [2018-09-11T23:10:52.436189 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003827s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.436932 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.437684 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000252s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 632)
D, [2018-09-11T23:10:52.486968 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.049090s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.488720 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000303s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 384) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:52.489398 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.490132 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000250s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 633)
D, [2018-09-11T23:10:52.499844 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009496s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.500711 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.501496 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000266s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 633)
D, [2018-09-11T23:10:52.514981 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013194s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.517310 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000301s) (conn: 46952698838700) 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-11T23:10:52.517904 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.518609 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'tcp-router', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 546)
D, [2018-09-11T23:10:52.531680 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012888s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.533702 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000312s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 546) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:52.534489 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.535255 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000258s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 902)
D, [2018-09-11T23:10:52.551889 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016431s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.552873 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.553728 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000335s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 902)
D, [2018-09-11T23:10:52.572187 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.018267s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.573808 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000294s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 546) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:52.574557 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.575287 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000250s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 903)
D, [2018-09-11T23:10:52.583744 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008301s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.584486 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000097s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.585339 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000313s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 903)
D, [2018-09-11T23:10:52.597436 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011898s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.599078 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000332s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 546) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:52.599735 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.600416 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000249s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 904)
D, [2018-09-11T23:10:52.609330 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008721s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.611713 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.612978 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000730s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 904)
D, [2018-09-11T23:10:52.630206 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017041s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.631625 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000252s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-11T23:10:52.632676 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000157s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-11T23:10:52.633846 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000675s) (conn: 46952698838700) 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-11T23:10:52.635137 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000140s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-11T23:10:52.636966 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952698838700) 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-11T23:10:52.637550 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.638117 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'tcp-router', "name" = 'tcp_router', "type" = 'job', "serial_id" = 3 WHERE ("id" = 385)
D, [2018-09-11T23:10:52.647069 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008797s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.648506 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000256s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 385) AND ("original_name" = 'tcp_router')) LIMIT 1
D, [2018-09-11T23:10:52.649099 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.649750 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 634)
D, [2018-09-11T23:10:52.669442 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.019527s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.670266 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.671021 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000255s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 634)
D, [2018-09-11T23:10:52.678647 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007457s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.680705 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:52.681803 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:52.682693 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000485s) (conn: 46952698838700) 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-11T23:10:52.684388 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952698838700) 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-11T23:10:52.685681 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000163s) (conn: 46952698838700) 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-11T23:10:52.686931 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952698838700) 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-11T23:10:52.687761 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000115s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:52.689845 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000155s) (conn: 46952698838700) 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-11T23:10:52.690392 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.690973 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 386)
D, [2018-09-11T23:10:52.700799 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009638s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.702448 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000255s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 386) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:52.703150 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000064s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.703906 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000216s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 635)
D, [2018-09-11T23:10:52.730280 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.026162s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.731194 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.732025 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000282s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 635)
D, [2018-09-11T23:10:52.738820 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006629s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.740289 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000266s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 386) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:52.740857 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.741600 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000253s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 636)
D, [2018-09-11T23:10:52.750148 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008399s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.750805 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.751586 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000290s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 636)
D, [2018-09-11T23:10:52.760734 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008980s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.762414 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000269s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 386) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:52.763015 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000065s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.763677 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 637)
D, [2018-09-11T23:10:52.779709 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015855s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.780754 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.781567 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000291s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 637)
D, [2018-09-11T23:10:52.800855 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.019092s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.802936 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000302s) (conn: 46952698838700) 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-11T23:10:52.804297 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952698838700) 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-11T23:10:52.805589 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000175s) (conn: 46952698838700) 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-11T23:10:52.807161 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952698838700) 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-11T23:10:52.807748 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.808364 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000175s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 547)
D, [2018-09-11T23:10:52.821707 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013161s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.823644 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000277s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 547) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:52.824324 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.825003 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 905)
D, [2018-09-11T23:10:52.837713 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012495s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.838565 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.839426 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000327s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 905)
D, [2018-09-11T23:10:52.863096 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.023442s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.864859 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000277s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 547) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:52.865530 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.866241 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000251s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 906)
D, [2018-09-11T23:10:52.873235 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006813s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.874114 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.874920 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000300s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 906)
D, [2018-09-11T23:10:52.892191 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017055s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.893905 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000282s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 547) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:52.894576 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.895284 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000250s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 907)
D, [2018-09-11T23:10:52.904551 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009080s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.905312 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.906217 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000334s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 907)
D, [2018-09-11T23:10:52.926460 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.020060s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.927847 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'diego') LIMIT 1
D, [2018-09-11T23:10:52.928955 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 111) AND ("version" = '0.1476.1-dev.2371')) LIMIT 1
D, [2018-09-11T23:10:52.930150 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000787s) (conn: 46952698838700) 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-11T23:10:52.931907 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952698838700) 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-11T23:10:52.933210 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000160s) (conn: 46952698838700) 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-11T23:10:52.934413 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000156s) (conn: 46952698838700) 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-11T23:10:52.935082 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000147s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-11T23:10:52.936507 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952698838700) 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-11T23:10:52.937739 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952698838700) 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-11T23:10:52.938910 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952698838700) 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-11T23:10:52.940684 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952698838700) 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-11T23:10:52.941844 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000166s) (conn: 46952698838700) 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-11T23:10:52.943076 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952698838700) 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-11T23:10:52.943875 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000128s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-11T23:10:52.945523 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000253s) (conn: 46952698838700) 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-11T23:10:52.946711 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000157s) (conn: 46952698838700) 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-11T23:10:52.948041 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000176s) (conn: 46952698838700) 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-11T23:10:52.949125 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000134s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'capi') LIMIT 1
D, [2018-09-11T23:10:52.950142 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000148s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 104) AND ("version" = '1.68.0')) LIMIT 1
D, [2018-09-11T23:10:52.951480 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000971s) (conn: 46952698838700) 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-11T23:10:52.953380 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000168s) (conn: 46952698838700) 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-11T23:10:52.954650 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000153s) (conn: 46952698838700) 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-11T23:10:52.955979 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000153s) (conn: 46952698838700) 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-11T23:10:52.957542 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 104
D, [2018-09-11T23:10:52.961219 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000280s) (conn: 46952698838700) 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-11T23:10:52.962424 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000167s) (conn: 46952698838700) 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-11T23:10:52.963688 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000159s) (conn: 46952698838700) 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-11T23:10:52.965930 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000168s) (conn: 46952698838700) 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-11T23:10:52.966482 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.967155 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000273s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'cloud_controller_clock', "type" = 'job', "serial_id" = 3 WHERE ("id" = 548)
D, [2018-09-11T23:10:52.977381 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010049s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.979950 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000259s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 548) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-11T23:10:52.980851 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000062s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.981605 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000233s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 908)
D, [2018-09-11T23:10:52.997276 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015483s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:52.998145 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:52.999080 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000351s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 908)
D, [2018-09-11T23:10:53.021620 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.022354s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.023357 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000285s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 548) AND ("original_name" = 'credhub')) LIMIT 1
D, [2018-09-11T23:10:53.023979 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.024721 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000228s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 909)
D, [2018-09-11T23:10:53.037874 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012973s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.038733 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.039613 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000344s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 909)
D, [2018-09-11T23:10:53.057307 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017501s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.059031 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000318s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 548) AND ("original_name" = 'cloud_controller_internal')) LIMIT 1
D, [2018-09-11T23:10:53.059661 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.060340 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000239s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 910)
D, [2018-09-11T23:10:53.073817 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013289s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.074787 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.075675 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000357s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 910)
D, [2018-09-11T23:10:53.091242 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015378s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.092620 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000213s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'statsd-injector') LIMIT 1
D, [2018-09-11T23:10:53.093800 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000165s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 124) AND ("version" = '1.3.0')) LIMIT 1
D, [2018-09-11T23:10:53.094557 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000341s) (conn: 46952698838700) 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-11T23:10:53.096144 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952698838700) 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-11T23:10:53.097494 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000175s) (conn: 46952698838700) 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-11T23:10:53.098688 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000155s) (conn: 46952698838700) 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-11T23:10:53.099438 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000125s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 124
D, [2018-09-11T23:10:53.100934 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952698838700) 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-11T23:10:53.102250 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952698838700) 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-11T23:10:53.103509 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952698838700) 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-11T23:10:53.105327 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000162s) (conn: 46952698838700) 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-11T23:10:53.106522 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000165s) (conn: 46952698838700) 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-11T23:10:53.107761 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000153s) (conn: 46952698838700) 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-11T23:10:53.108597 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000123s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 104
D, [2018-09-11T23:10:53.110102 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952698838700) 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-11T23:10:53.111467 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952698838700) 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-11T23:10:53.112658 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000158s) (conn: 46952698838700) 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-11T23:10:53.114547 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000161s) (conn: 46952698838700) 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-11T23:10:53.115782 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000150s) (conn: 46952698838700) 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-11T23:10:53.117066 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000175s) (conn: 46952698838700) 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-11T23:10:53.117811 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000111s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-11T23:10:53.124761 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952698838700) 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-11T23:10:53.125453 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.126081 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'ssh_proxy', "type" = 'job', "serial_id" = 3 WHERE ("id" = 387)
D, [2018-09-11T23:10:53.139108 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012844s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.140703 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000262s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 387) AND ("original_name" = 'ssh_proxy')) LIMIT 1
D, [2018-09-11T23:10:53.141495 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.142195 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000233s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 638)
D, [2018-09-11T23:10:53.157511 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015094s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.158511 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000053s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.159363 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000305s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 638)
D, [2018-09-11T23:10:53.183916 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.024386s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.185817 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000242s) (conn: 46952698838700) 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-11T23:10:53.187343 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952698838700) 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-11T23:10:53.188692 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952698838700) 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-11T23:10:53.189897 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000130s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'cf-syslog-drain') LIMIT 1
D, [2018-09-11T23:10:53.190909 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000147s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 107) AND ("version" = '7.0')) LIMIT 1
D, [2018-09-11T23:10:53.191845 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000491s) (conn: 46952698838700) 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-11T23:10:53.193735 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000176s) (conn: 46952698838700) 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-11T23:10:53.195045 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952698838700) 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-11T23:10:53.196288 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000153s) (conn: 46952698838700) 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-11T23:10:53.197083 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000129s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 107
D, [2018-09-11T23:10:53.198683 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952698838700) 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-11T23:10:53.200009 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000167s) (conn: 46952698838700) 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-11T23:10:53.201261 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000159s) (conn: 46952698838700) 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-11T23:10:53.202756 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000156s) (conn: 46952698838700) 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-11T23:10:53.203576 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.204186 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'scheduler', "type" = 'job', "serial_id" = 3 WHERE ("id" = 549)
D, [2018-09-11T23:10:53.229242 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.024894s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.233669 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 549) AND ("original_name" = 'adapter_addrs')) LIMIT 1
D, [2018-09-11T23:10:53.235574 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.237197 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001100s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 911)
D, [2018-09-11T23:10:53.267533 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.030105s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.268436 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.269339 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000337s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 911)
D, [2018-09-11T23:10:53.279953 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010414s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.281744 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000280s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 549) AND ("original_name" = 'cloud_controller')) LIMIT 1
D, [2018-09-11T23:10:53.282443 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.283182 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000268s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 912)
D, [2018-09-11T23:10:53.306391 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.023020s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.307328 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.308225 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000344s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 912)
D, [2018-09-11T23:10:53.321321 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012907s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.322710 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'log-cache') LIMIT 1
D, [2018-09-11T23:10:53.323902 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 127) AND ("version" = '1.4.4')) LIMIT 1
D, [2018-09-11T23:10:53.324871 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000490s) (conn: 46952698838700) 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-11T23:10:53.326870 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952698838700) 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-11T23:10:53.328335 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000168s) (conn: 46952698838700) 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-11T23:10:53.329690 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000159s) (conn: 46952698838700) 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-11T23:10:53.330333 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000111s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-11T23:10:53.332018 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952698838700) 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-11T23:10:53.332627 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.333194 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'log-cache-scheduler', "type" = 'job', "serial_id" = 3 WHERE ("id" = 388)
D, [2018-09-11T23:10:53.350652 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017260s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.352387 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000275s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 388) AND ("original_name" = 'log-cache-scheduler')) LIMIT 1
D, [2018-09-11T23:10:53.353107 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.353830 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000223s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 639)
D, [2018-09-11T23:10:53.367363 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013337s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.368403 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000095s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.369245 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000306s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 639)
D, [2018-09-11T23:10:53.381883 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012402s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.384107 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000408s) (conn: 46952698838700) 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-11T23:10:53.385563 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000244s) (conn: 46952698838700) 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-11T23:10:53.387146 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952698838700) 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-11T23:10:53.388585 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952698838700) 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-11T23:10:53.389135 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.389722 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'log-cache-scheduler', "type" = 'job', "serial_id" = 3 WHERE ("id" = 550)
D, [2018-09-11T23:10:53.423059 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.033137s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.424844 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000285s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 550) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-11T23:10:53.425557 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.426285 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000247s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 913)
D, [2018-09-11T23:10:53.435455 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008978s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.436343 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.437163 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000320s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 913)
D, [2018-09-11T23:10:53.455066 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017709s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.456751 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000301s) (conn: 46952698838700) 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-11T23:10:53.457483 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.458182 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000250s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 914)
D, [2018-09-11T23:10:53.493059 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.034669s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.493845 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.494773 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000359s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 914)
D, [2018-09-11T23:10:53.512877 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017909s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.515418 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000290s) (conn: 46952698838700) 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-11T23:10:53.516937 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000200s) (conn: 46952698838700) 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-11T23:10:53.518295 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952698838700) 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-11T23:10:53.518929 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000136s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-11T23:10:53.520686 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952698838700) 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-11T23:10:53.521234 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.521871 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'log-cache-expvar-forwarder', "type" = 'job', "serial_id" = 3 WHERE ("id" = 389)
D, [2018-09-11T23:10:53.536208 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014121s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.537906 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000281s) (conn: 46952698838700) 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-11T23:10:53.538594 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.539308 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 640)
D, [2018-09-11T23:10:53.569079 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.029576s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.570104 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.571011 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000345s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 640)
D, [2018-09-11T23:10:53.586703 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015498s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.588798 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000302s) (conn: 46952698838700) 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-11T23:10:53.590263 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952698838700) 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-11T23:10:53.591631 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952698838700) 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-11T23:10:53.593138 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000176s) (conn: 46952698838700) 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-11T23:10:53.593747 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.594331 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'scheduler', "name" = 'log-cache-expvar-forwarder', "type" = 'job', "serial_id" = 3 WHERE ("id" = 551)
D, [2018-09-11T23:10:53.606983 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012408s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.608757 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000253s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 551) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-11T23:10:53.609532 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.610342 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000278s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 915)
D, [2018-09-11T23:10:53.619439 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008825s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.620275 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.621213 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000349s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 915)
D, [2018-09-11T23:10:53.639536 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.018118s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.641612 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:53.642794 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:53.643841 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000506s) (conn: 46952698838700) 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-11T23:10:53.645026 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000176s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:53.647352 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952698838700) 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-11T23:10:53.647909 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.648537 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 390)
D, [2018-09-11T23:10:53.662406 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013632s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.664362 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000273s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 390) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:53.665111 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.665833 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000223s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 641)
D, [2018-09-11T23:10:53.682407 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016380s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.683451 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000056s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.684265 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000306s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 641)
D, [2018-09-11T23:10:53.691797 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007328s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.693576 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000330s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 390) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:53.694208 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.695009 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000264s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 642)
D, [2018-09-11T23:10:53.707117 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011926s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.708072 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000051s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.708913 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000300s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 642)
D, [2018-09-11T23:10:53.719594 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010480s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.721278 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000274s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 390) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:53.721914 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.722622 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 643)
D, [2018-09-11T23:10:53.737242 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014407s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.738137 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.739097 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000342s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 643)
D, [2018-09-11T23:10:53.753654 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014392s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.756377 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000253s) (conn: 46952698838700) 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-11T23:10:53.757075 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.757739 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 552)
D, [2018-09-11T23:10:53.766993 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009049s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.769034 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000313s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 552) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:53.769709 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.770472 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000258s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 916)
D, [2018-09-11T23:10:53.788904 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.018228s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.789769 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.790650 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000357s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 916)
D, [2018-09-11T23:10:53.807894 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017078s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.809517 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000320s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 552) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:53.810153 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.810808 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 917)
D, [2018-09-11T23:10:53.825161 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014182s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.826037 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000053s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.826890 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000303s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 917)
D, [2018-09-11T23:10:53.843007 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015861s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.844771 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000277s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 552) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:53.845455 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.846235 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000243s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 918)
D, [2018-09-11T23:10:53.854966 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008505s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.855963 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.856878 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000357s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 918)
D, [2018-09-11T23:10:53.866691 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009578s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.868198 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000286s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'loggregator') LIMIT 1
D, [2018-09-11T23:10:53.869380 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 115) AND ("version" = '103.1')) LIMIT 1
D, [2018-09-11T23:10:53.870371 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000557s) (conn: 46952698838700) 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-11T23:10:53.871808 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000133s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 115
D, [2018-09-11T23:10:53.873886 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952698838700) 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-11T23:10:53.874501 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.875135 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000219s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'doppler', "type" = 'job', "serial_id" = 3 WHERE ("id" = 391)
D, [2018-09-11T23:10:53.889790 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014436s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.891549 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000291s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 391) AND ("original_name" = 'doppler')) LIMIT 1
D, [2018-09-11T23:10:53.892232 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.892996 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000228s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 644)
D, [2018-09-11T23:10:53.904623 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011440s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.905557 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.906452 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000297s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 644)
D, [2018-09-11T23:10:53.916867 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010213s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.918727 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000386s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 391) AND ("original_name" = 'loggregator')) LIMIT 1
D, [2018-09-11T23:10:53.919387 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.920087 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 645)
D, [2018-09-11T23:10:53.944891 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.024622s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.945836 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.946757 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000352s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 645)
D, [2018-09-11T23:10:53.949948 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003004s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.951400 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000222s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'log-cache') LIMIT 1
D, [2018-09-11T23:10:53.952700 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 127) AND ("version" = '1.4.4')) LIMIT 1
D, [2018-09-11T23:10:53.953655 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000494s) (conn: 46952698838700) 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-11T23:10:53.954924 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000130s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-11T23:10:53.956744 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952698838700) 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-11T23:10:53.957354 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.957975 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache', "type" = 'job', "serial_id" = 3 WHERE ("id" = 392)
D, [2018-09-11T23:10:53.975116 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016924s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.977161 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000300s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 392) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-11T23:10:53.977908 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.978711 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000241s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 646)
D, [2018-09-11T23:10:53.987850 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008940s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:53.988735 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:53.989565 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000304s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 646)
D, [2018-09-11T23:10:54.003472 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013671s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.006081 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000304s) (conn: 46952698838700) 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-11T23:10:54.006748 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000066s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.007436 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache', "type" = 'job', "serial_id" = 3 WHERE ("id" = 553)
D, [2018-09-11T23:10:54.024713 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017075s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.026640 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000293s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 553) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-11T23:10:54.027375 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.028102 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000247s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 919)
D, [2018-09-11T23:10:54.044412 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016091s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.045284 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000051s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.046253 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000347s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 919)
D, [2018-09-11T23:10:54.057021 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010574s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.058548 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000264s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-11T23:10:54.060580 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000246s) (conn: 46952698838700) 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-11T23:10:54.061198 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.065760 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000295s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-gateway', "type" = 'job', "serial_id" = 3 WHERE ("id" = 393)
D, [2018-09-11T23:10:54.073948 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007956s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.075615 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000287s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 393) AND ("original_name" = 'log-cache-gateway')) LIMIT 1
D, [2018-09-11T23:10:54.076329 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.077075 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000246s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 647)
D, [2018-09-11T23:10:54.090155 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012892s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.091084 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000053s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.091957 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000291s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 647)
D, [2018-09-11T23:10:54.109554 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017413s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.111696 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000271s) (conn: 46952698838700) 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-11T23:10:54.112391 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.113018 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-gateway', "type" = 'job', "serial_id" = 3 WHERE ("id" = 554)
D, [2018-09-11T23:10:54.126569 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013392s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.128186 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000228s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 554) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-11T23:10:54.128823 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.129505 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 920)
D, [2018-09-11T23:10:54.148532 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.018841s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.149417 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000146s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.150249 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000329s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 920)
D, [2018-09-11T23:10:54.160325 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009813s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.161946 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000291s) (conn: 46952698838700) 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-11T23:10:54.162698 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.163459 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000263s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 921)
D, [2018-09-11T23:10:54.182773 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.019119s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.183618 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.184556 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000349s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 921)
D, [2018-09-11T23:10:54.196770 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011971s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.198163 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-11T23:10:54.200144 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000246s) (conn: 46952698838700) 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-11T23:10:54.200713 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.201371 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-group-reader', "type" = 'job', "serial_id" = 3 WHERE ("id" = 394)
D, [2018-09-11T23:10:54.217678 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016113s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.219461 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000292s) (conn: 46952698838700) 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-11T23:10:54.220131 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.220821 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 648)
D, [2018-09-11T23:10:54.232342 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011334s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.233331 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000065s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.234219 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000292s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 648)
D, [2018-09-11T23:10:54.243573 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009181s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.245675 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000281s) (conn: 46952698838700) 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-11T23:10:54.246251 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.246868 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-group-reader', "type" = 'job', "serial_id" = 3 WHERE ("id" = 555)
D, [2018-09-11T23:10:54.266577 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.019391s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.268327 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000263s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 555) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-11T23:10:54.269134 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.269829 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000236s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 922)
D, [2018-09-11T23:10:54.275931 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.005932s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.276485 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.277196 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000273s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 922)
D, [2018-09-11T23:10:54.289168 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011661s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.290793 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000283s) (conn: 46952698838700) 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-11T23:10:54.291441 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.292204 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000230s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 923)
D, [2018-09-11T23:10:54.322021 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.029649s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.323116 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000056s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.323934 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000286s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 923)
D, [2018-09-11T23:10:54.330457 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006363s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.331877 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-11T23:10:54.333931 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952698838700) 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-11T23:10:54.334555 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.335267 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-nozzle', "type" = 'job', "serial_id" = 3 WHERE ("id" = 395)
D, [2018-09-11T23:10:54.347945 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012472s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.349504 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000308s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 395) AND ("original_name" = 'log-cache-nozzle')) LIMIT 1
D, [2018-09-11T23:10:54.350136 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.350811 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 649)
D, [2018-09-11T23:10:54.370321 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.019338s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.371163 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.371987 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000256s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 649)
D, [2018-09-11T23:10:54.379253 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007123s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.381239 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000253s) (conn: 46952698838700) 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-11T23:10:54.381796 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.382518 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-nozzle', "type" = 'job', "serial_id" = 3 WHERE ("id" = 556)
D, [2018-09-11T23:10:54.391493 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008816s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.393202 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000300s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 556) AND ("original_name" = 'reverse_log_proxy')) LIMIT 1
D, [2018-09-11T23:10:54.393851 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.394581 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000273s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 924)
D, [2018-09-11T23:10:54.412828 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.018030s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.413754 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000082s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.414719 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000319s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 924)
D, [2018-09-11T23:10:54.420826 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.005924s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.422371 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000281s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 556) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-11T23:10:54.423087 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.423728 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 925)
D, [2018-09-11T23:10:54.442723 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.018815s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.443649 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000075s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.444544 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000352s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 925)
D, [2018-09-11T23:10:54.451562 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006858s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.452700 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000180s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-11T23:10:54.454681 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952698838700) 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-11T23:10:54.455305 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.455937 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-expvar-forwarder', "type" = 'job', "serial_id" = 3 WHERE ("id" = 396)
D, [2018-09-11T23:10:54.473828 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017700s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.475590 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000294s) (conn: 46952698838700) 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-11T23:10:54.476251 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.476954 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000222s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 650)
D, [2018-09-11T23:10:54.492163 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.015004s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.493064 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.493951 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000297s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 650)
D, [2018-09-11T23:10:54.504296 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010165s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.506439 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000290s) (conn: 46952698838700) 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-11T23:10:54.507073 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.507688 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-expvar-forwarder', "type" = 'job', "serial_id" = 3 WHERE ("id" = 557)
D, [2018-09-11T23:10:54.530120 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.022245s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.531978 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000286s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 557) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-11T23:10:54.532730 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.533431 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000239s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 926)
D, [2018-09-11T23:10:54.541352 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007753s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.542058 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.542913 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000323s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 926)
D, [2018-09-11T23:10:54.559515 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016386s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.560988 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000222s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-11T23:10:54.562057 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-11T23:10:54.563276 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000698s) (conn: 46952698838700) 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-11T23:10:54.564170 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000124s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-11T23:10:54.566089 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000228s) (conn: 46952698838700) 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-11T23:10:54.566632 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.567275 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'route_registrar', "type" = 'job', "serial_id" = 3 WHERE ("id" = 558)
D, [2018-09-11T23:10:54.580879 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013416s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.582725 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000284s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 558) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-11T23:10:54.583439 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.584226 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 927)
D, [2018-09-11T23:10:54.620849 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.036433s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.621715 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.622540 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000309s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 927)
D, [2018-09-11T23:10:54.631355 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008635s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.632869 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 127
D, [2018-09-11T23:10:54.634968 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000340s) (conn: 46952698838700) 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-11T23:10:54.635560 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.636195 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-cf-auth-proxy', "type" = 'job', "serial_id" = 3 WHERE ("id" = 397)
D, [2018-09-11T23:10:54.650657 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.014266s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.652414 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000303s) (conn: 46952698838700) 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-11T23:10:54.653076 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.653778 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 651)
D, [2018-09-11T23:10:54.670659 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016661s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.671708 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.672534 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000306s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 651)
D, [2018-09-11T23:10:54.679640 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006945s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.681864 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000339s) (conn: 46952698838700) 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-11T23:10:54.682467 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.683181 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'doppler', "name" = 'log-cache-cf-auth-proxy', "type" = 'job', "serial_id" = 3 WHERE ("id" = 559)
D, [2018-09-11T23:10:54.699363 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.016000s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.701103 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000318s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 559) AND ("original_name" = 'log-cache')) LIMIT 1
D, [2018-09-11T23:10:54.701827 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.702522 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 928)
D, [2018-09-11T23:10:54.733682 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.030976s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.734569 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.735554 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000308s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 928)
D, [2018-09-11T23:10:54.744450 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008679s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.745979 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000328s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 559) AND ("original_name" = 'log-cache-gateway')) LIMIT 1
D, [2018-09-11T23:10:54.746583 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.747353 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 929)
D, [2018-09-11T23:10:54.759510 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011975s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.760337 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000051s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.761154 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000305s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 929)
D, [2018-09-11T23:10:54.803078 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.041732s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.804753 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000269s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 559) AND ("original_name" = 'cloud_controller')) LIMIT 1
D, [2018-09-11T23:10:54.805370 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.806012 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 930)
D, [2018-09-11T23:10:54.812489 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006339s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.813166 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.813965 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000299s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 930)
D, [2018-09-11T23:10:54.823186 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009069s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.824975 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:54.826002 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:54.827000 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000498s) (conn: 46952698838700) 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-11T23:10:54.827990 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000130s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:54.829998 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952698838700) 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-11T23:10:54.830562 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.831159 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'diego-cell', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 398)
D, [2018-09-11T23:10:54.844293 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012946s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.845982 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000274s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 398) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:54.846636 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.847394 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 652)
D, [2018-09-11T23:10:54.860093 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.012520s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.860987 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.861878 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000349s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 652)
D, [2018-09-11T23:10:54.871785 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009724s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.875381 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000283s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 398) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:54.876453 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.880364 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003413s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 653)
D, [2018-09-11T23:10:54.897880 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017301s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.898817 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.899811 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000350s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 653)
D, [2018-09-11T23:10:54.906092 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006068s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.907726 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000279s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 398) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:54.908381 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000051s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.909086 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 654)
D, [2018-09-11T23:10:54.928203 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.018907s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.929144 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.930414 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000310s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 654)
D, [2018-09-11T23:10:54.947693 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.013713s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.950047 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000296s) (conn: 46952698838700) 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-11T23:10:54.950706 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.951370 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 560)
D, [2018-09-11T23:10:54.969511 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.017955s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.971520 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000326s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 560) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:54.972273 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.972955 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000233s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 931)
D, [2018-09-11T23:10:54.977411 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004314s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.978009 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.978843 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000280s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 931)
D, [2018-09-11T23:10:54.980419 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001422s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.981656 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000225s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 560) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:54.982340 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.982964 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 932)
D, [2018-09-11T23:10:54.984564 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001475s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.985367 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.986094 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000242s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 932)
D, [2018-09-11T23:10:54.987637 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001403s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.988957 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000309s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 560) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:54.989531 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.990133 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 933)
D, [2018-09-11T23:10:54.991535 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001271s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.992010 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:54.992694 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 933)
D, [2018-09-11T23:10:54.994082 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001273s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:54.995097 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000269s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'cflinuxfs2') LIMIT 1
D, [2018-09-11T23:10:54.996227 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000154s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 108) AND ("version" = '1.235.0')) LIMIT 1
D, [2018-09-11T23:10:54.996974 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000341s) (conn: 46952698838700) 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-11T23:10:54.997984 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000134s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 108
D, [2018-09-11T23:10:54.999073 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000156s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'garden-runc') LIMIT 1
D, [2018-09-11T23:10:55.000086 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000149s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 1) AND ("version" = '1.16.3')) LIMIT 1
D, [2018-09-11T23:10:55.000868 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000394s) (conn: 46952698838700) 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-11T23:10:55.002262 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 1
D, [2018-09-11T23:10:55.004022 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000123s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'diego') LIMIT 1
D, [2018-09-11T23:10:55.004976 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000161s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 111) AND ("version" = '0.1476.1-dev.2371')) LIMIT 1
D, [2018-09-11T23:10:55.006176 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000781s) (conn: 46952698838700) 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-11T23:10:55.007905 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000140s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-11T23:10:55.009759 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000136s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-11T23:10:55.011116 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-11T23:10:55.013243 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952698838700) 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-11T23:10:55.013791 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.014398 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell', "name" = 'route_emitter', "type" = 'job', "serial_id" = 3 WHERE ("id" = 561)
D, [2018-09-11T23:10:55.016218 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001685s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.017774 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000213s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 561) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-11T23:10:55.018384 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.019038 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000247s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 934)
D, [2018-09-11T23:10:55.020796 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001622s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.021438 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.022047 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000236s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 934)
D, [2018-09-11T23:10:55.023671 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001501s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.024591 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000144s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'cf-networking') LIMIT 1
D, [2018-09-11T23:10:55.025648 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000145s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 103) AND ("version" = '2.15.0')) LIMIT 1
D, [2018-09-11T23:10:55.026554 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000516s) (conn: 46952698838700) 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-11T23:10:55.027705 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000115s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 103
D, [2018-09-11T23:10:55.028733 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000119s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'silk') LIMIT 1
D, [2018-09-11T23:10:55.029630 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000141s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 123) AND ("version" = '2.15.0')) LIMIT 1
D, [2018-09-11T23:10:55.030491 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000471s) (conn: 46952698838700) 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-11T23:10:55.031546 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000119s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-11T23:10:55.032630 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000107s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-11T23:10:55.034442 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952698838700) 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-11T23:10:55.035055 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.035666 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'diego-cell', "name" = 'vxlan-policy-agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 399)
D, [2018-09-11T23:10:55.037461 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001590s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.038649 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 399) AND ("original_name" = 'vpa')) LIMIT 1
D, [2018-09-11T23:10:55.039296 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.039953 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000230s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 655)
D, [2018-09-11T23:10:55.041663 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001532s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.042296 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000090s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.042922 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 655)
D, [2018-09-11T23:10:55.044675 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001488s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.046065 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000132s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-11T23:10:55.047941 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952698838700) 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-11T23:10:55.048444 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.049023 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell', "name" = 'silk-daemon', "type" = 'job', "serial_id" = 3 WHERE ("id" = 562)
D, [2018-09-11T23:10:55.050560 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001409s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.051947 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 562) AND ("original_name" = 'cf_network')) LIMIT 1
D, [2018-09-11T23:10:55.052611 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000055s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.053227 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 935)
D, [2018-09-11T23:10:55.054774 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001422s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.055267 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.055888 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000274s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 935)
D, [2018-09-11T23:10:55.057500 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001493s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.058713 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 562) AND ("original_name" = 'vpa')) LIMIT 1
D, [2018-09-11T23:10:55.059285 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.059948 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 936)
D, [2018-09-11T23:10:55.061586 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001516s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.062078 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.062706 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 936)
D, [2018-09-11T23:10:55.064085 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001263s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.065249 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000128s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-11T23:10:55.067132 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000237s) (conn: 46952698838700) 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-11T23:10:55.067642 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.068172 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000163s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell', "name" = 'silk-cni', "type" = 'job', "serial_id" = 3 WHERE ("id" = 563)
D, [2018-09-11T23:10:55.069637 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001341s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.070995 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000318s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 563) AND ("original_name" = 'cf_network')) LIMIT 1
D, [2018-09-11T23:10:55.071602 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.072333 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000200s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 937)
D, [2018-09-11T23:10:55.073802 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001343s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.074281 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.074803 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 937)
D, [2018-09-11T23:10:55.076136 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001205s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.077277 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 563) AND ("original_name" = 'vpa')) LIMIT 1
D, [2018-09-11T23:10:55.077788 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.078327 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 938)
D, [2018-09-11T23:10:55.079927 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001379s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.080455 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.081000 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000213s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 938)
D, [2018-09-11T23:10:55.082431 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001319s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.083378 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'nfs-volume') LIMIT 1
D, [2018-09-11T23:10:55.084429 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000146s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 131) AND ("version" = '1.5.4-rc.9')) LIMIT 1
D, [2018-09-11T23:10:55.085356 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000529s) (conn: 46952698838700) 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-11T23:10:55.086757 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000122s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 131
D, [2018-09-11T23:10:55.088688 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952698838700) 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-11T23:10:55.089298 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.089934 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell', "name" = 'nfsv3driver', "type" = 'job', "serial_id" = 3 WHERE ("id" = 564)
D, [2018-09-11T23:10:55.091534 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001464s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.092958 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 564) AND ("original_name" = 'mapfs')) LIMIT 1
D, [2018-09-11T23:10:55.093529 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.094252 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 939)
D, [2018-09-11T23:10:55.095694 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001310s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.096200 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.096798 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000230s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 939)
D, [2018-09-11T23:10:55.098316 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001375s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.099313 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000175s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'mapfs') LIMIT 1
D, [2018-09-11T23:10:55.100427 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 133) AND ("version" = '1.1.1-rc.2')) LIMIT 1
D, [2018-09-11T23:10:55.101147 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000341s) (conn: 46952698838700) 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-11T23:10:55.102197 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000117s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 133
D, [2018-09-11T23:10:55.103749 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952698838700) 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-11T23:10:55.104289 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.104923 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'diego-cell', "name" = 'mapfs', "type" = 'job', "serial_id" = 3 WHERE ("id" = 400)
D, [2018-09-11T23:10:55.106774 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001710s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.108012 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 400) AND ("original_name" = 'mapfs')) LIMIT 1
D, [2018-09-11T23:10:55.108767 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.109400 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 656)
D, [2018-09-11T23:10:55.111028 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001493s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.111555 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.112172 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 656)
D, [2018-09-11T23:10:55.113811 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001435s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.114788 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000143s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'local-volume') LIMIT 1
D, [2018-09-11T23:10:55.115868 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 135) AND ("version" = '0.0.0-rc.196')) LIMIT 1
D, [2018-09-11T23:10:55.116573 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000334s) (conn: 46952698838700) 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-11T23:10:55.117646 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000127s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 135
D, [2018-09-11T23:10:55.118577 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000119s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'csi-local-volume') LIMIT 1
D, [2018-09-11T23:10:55.119563 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000136s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 134) AND ("version" = '0.0.0-rc.91')) LIMIT 1
D, [2018-09-11T23:10:55.120252 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000321s) (conn: 46952698838700) 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-11T23:10:55.121311 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000110s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 134
D, [2018-09-11T23:10:55.122311 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000119s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'csi-plugins') LIMIT 1
D, [2018-09-11T23:10:55.123241 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000135s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 136) AND ("version" = '0.0.0-rc.54')) LIMIT 1
D, [2018-09-11T23:10:55.123901 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000308s) (conn: 46952698838700) 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-11T23:10:55.124983 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000109s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 136
D, [2018-09-11T23:10:55.125945 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000129s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'smb-volume') LIMIT 1
D, [2018-09-11T23:10:55.131229 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000142s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 137) AND ("version" = '0.1.13-rc.4')) LIMIT 1
D, [2018-09-11T23:10:55.132207 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000483s) (conn: 46952698838700) 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-11T23:10:55.133342 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000147s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 137
D, [2018-09-11T23:10:55.134410 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000127s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'cflinuxfs3') LIMIT 1
D, [2018-09-11T23:10:55.135327 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000140s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 138) AND ("version" = '0.22.0')) LIMIT 1
D, [2018-09-11T23:10:55.136034 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000307s) (conn: 46952698838700) 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-11T23:10:55.136996 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000109s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 138
D, [2018-09-11T23:10:55.138467 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:55.139460 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000129s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:55.140225 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000438s) (conn: 46952698838700) 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-11T23:10:55.141128 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000105s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:55.143214 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000168s) (conn: 46952698838700) 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-11T23:10:55.143829 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.144403 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'log-api', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 401)
D, [2018-09-11T23:10:55.146178 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001644s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.147567 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000200s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 401) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:55.148187 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.148814 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 657)
D, [2018-09-11T23:10:55.150502 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001530s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.151197 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.151876 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000238s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 657)
D, [2018-09-11T23:10:55.153574 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001569s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.154850 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 401) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:55.155396 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.155963 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 658)
D, [2018-09-11T23:10:55.157396 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001313s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.157989 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.158635 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 658)
D, [2018-09-11T23:10:55.161833 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003058s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.163157 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000256s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 401) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:55.163809 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.164466 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 659)
D, [2018-09-11T23:10:55.166026 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001429s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.166631 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.167271 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 659)
D, [2018-09-11T23:10:55.168978 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001578s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.170925 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000241s) (conn: 46952698838700) 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-11T23:10:55.171484 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.172048 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000169s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'log-api', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 565)
D, [2018-09-11T23:10:55.173520 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001351s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.174933 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 565) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:55.175570 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.176158 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 940)
D, [2018-09-11T23:10:55.177490 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001213s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.177996 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.178522 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 940)
D, [2018-09-11T23:10:55.179823 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001194s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.180868 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 565) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:55.181445 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.181946 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 941)
D, [2018-09-11T23:10:55.183480 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001423s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.183941 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.184529 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 941)
D, [2018-09-11T23:10:55.186148 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001505s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.187339 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000196s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 565) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:55.187866 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.188438 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 942)
D, [2018-09-11T23:10:55.190106 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001553s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.190594 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.191175 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 942)
D, [2018-09-11T23:10:55.195952 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004585s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.196950 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'loggregator') LIMIT 1
D, [2018-09-11T23:10:55.197967 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000167s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 115) AND ("version" = '103.1')) LIMIT 1
D, [2018-09-11T23:10:55.198988 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000540s) (conn: 46952698838700) 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-11T23:10:55.200348 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000127s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 115
D, [2018-09-11T23:10:55.202495 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952698838700) 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-11T23:10:55.203089 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.203699 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'log-api', "name" = 'loggregator_trafficcontroller', "type" = 'job', "serial_id" = 3 WHERE ("id" = 402)
D, [2018-09-11T23:10:55.206091 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002260s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.207417 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000244s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 402) AND ("original_name" = 'trafficcontroller')) LIMIT 1
D, [2018-09-11T23:10:55.208008 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.208698 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 660)
D, [2018-09-11T23:10:55.211196 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002357s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.211809 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.212536 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000264s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 660)
D, [2018-09-11T23:10:55.214327 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001631s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.216262 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952698838700) 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-11T23:10:55.216797 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.217364 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'log-api', "name" = 'loggregator_trafficcontroller', "type" = 'job', "serial_id" = 3 WHERE ("id" = 566)
D, [2018-09-11T23:10:55.218958 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001450s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.220411 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 566) AND ("original_name" = 'doppler')) LIMIT 1
D, [2018-09-11T23:10:55.221041 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.221666 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 943)
D, [2018-09-11T23:10:55.223445 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001638s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.223966 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.224628 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 943)
D, [2018-09-11T23:10:55.226057 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001310s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.227335 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000156s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 115
D, [2018-09-11T23:10:55.229666 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000246s) (conn: 46952698838700) 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-11T23:10:55.230283 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.230875 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'log-api', "name" = 'reverse_log_proxy', "type" = 'job', "serial_id" = 3 WHERE ("id" = 403)
D, [2018-09-11T23:10:55.232596 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001552s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.233858 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000216s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 403) AND ("original_name" = 'reverse_log_proxy')) LIMIT 1
D, [2018-09-11T23:10:55.234513 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.235214 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 661)
D, [2018-09-11T23:10:55.236899 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001542s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.237446 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.238026 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 661)
D, [2018-09-11T23:10:55.239534 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001349s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.241318 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000230s) (conn: 46952698838700) 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-11T23:10:55.241890 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.242472 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'log-api', "name" = 'reverse_log_proxy', "type" = 'job', "serial_id" = 3 WHERE ("id" = 567)
D, [2018-09-11T23:10:55.244356 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001759s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.245702 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 567) AND ("original_name" = 'doppler')) LIMIT 1
D, [2018-09-11T23:10:55.246317 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.246960 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 944)
D, [2018-09-11T23:10:55.249295 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002187s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.249875 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000056s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.250563 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000272s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 944)
D, [2018-09-11T23:10:55.252329 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001640s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.253263 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000156s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-11T23:10:55.254319 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-11T23:10:55.255544 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000670s) (conn: 46952698838700) 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-11T23:10:55.256448 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000127s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-11T23:10:55.258199 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952698838700) 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-11T23:10:55.258722 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.259383 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'log-api', "name" = 'route_registrar', "type" = 'job', "serial_id" = 3 WHERE ("id" = 568)
D, [2018-09-11T23:10:55.261343 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001817s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.262629 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 568) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-11T23:10:55.263267 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000064s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.264011 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000237s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 945)
D, [2018-09-11T23:10:55.265668 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001503s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.266298 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.266925 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000247s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 945)
D, [2018-09-11T23:10:55.269056 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001988s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.270619 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000161s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:55.271618 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000149s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:55.272595 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000523s) (conn: 46952698838700) 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-11T23:10:55.273641 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000126s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:55.275807 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000174s) (conn: 46952698838700) 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-11T23:10:55.276406 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.276963 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'credhub', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 404)
D, [2018-09-11T23:10:55.278971 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001855s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.280352 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 404) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:55.280968 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.281631 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 662)
D, [2018-09-11T23:10:55.283820 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002040s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.284549 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.285199 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 662)
D, [2018-09-11T23:10:55.287028 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001620s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.288332 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000249s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 404) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:55.288936 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.289552 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 663)
D, [2018-09-11T23:10:55.291055 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001362s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.291635 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.292320 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000275s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 663)
D, [2018-09-11T23:10:55.293912 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001474s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.295082 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000216s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 404) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:55.295673 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.296281 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 664)
D, [2018-09-11T23:10:55.298036 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001631s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.298713 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000052s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.299350 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 664)
D, [2018-09-11T23:10:55.301038 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001556s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.303036 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000267s) (conn: 46952698838700) 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-11T23:10:55.303702 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000059s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.304348 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'credhub', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 569)
D, [2018-09-11T23:10:55.306126 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001643s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.307774 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000240s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 569) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:55.308424 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.309090 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 946)
D, [2018-09-11T23:10:55.311068 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001832s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.311682 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.312356 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000245s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 946)
D, [2018-09-11T23:10:55.314091 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001612s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.315359 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 569) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:55.315951 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.316567 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 947)
D, [2018-09-11T23:10:55.318175 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001486s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.318702 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.319397 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 947)
D, [2018-09-11T23:10:55.321189 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001670s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.322369 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 569) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:55.323011 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000058s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.323635 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 948)
D, [2018-09-11T23:10:55.326481 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002723s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.327128 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.327805 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000240s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 948)
D, [2018-09-11T23:10:55.329504 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001558s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.330549 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000157s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'credhub') LIMIT 1
D, [2018-09-11T23:10:55.331621 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000151s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 110) AND ("version" = '1.9.5')) LIMIT 1
D, [2018-09-11T23:10:55.332388 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000376s) (conn: 46952698838700) 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-11T23:10:55.333735 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000124s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 110
D, [2018-09-11T23:10:55.336199 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952698838700) 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-11T23:10:55.336880 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.337462 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'credhub', "name" = 'credhub', "type" = 'job', "serial_id" = 3 WHERE ("id" = 405)
D, [2018-09-11T23:10:55.339184 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001581s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.340494 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000200s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 405) AND ("original_name" = 'credhub')) LIMIT 1
D, [2018-09-11T23:10:55.341099 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.341842 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000204s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 665)
D, [2018-09-11T23:10:55.343562 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001574s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.344140 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.344881 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000225s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 665)
D, [2018-09-11T23:10:55.346486 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001466s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.347842 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 405) AND ("original_name" = 'credhub_db')) LIMIT 1
D, [2018-09-11T23:10:55.348375 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.348984 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 666)
D, [2018-09-11T23:10:55.350598 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001483s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.351239 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.351963 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000242s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 666)
D, [2018-09-11T23:10:55.353694 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001597s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.355740 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952698838700) 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-11T23:10:55.356346 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.356921 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'credhub', "name" = 'credhub', "type" = 'job', "serial_id" = 3 WHERE ("id" = 570)
D, [2018-09-11T23:10:55.358606 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001494s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.360160 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 570) AND ("original_name" = 'postgres')) LIMIT 1
D, [2018-09-11T23:10:55.360864 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000055s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.361492 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000208s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 949)
D, [2018-09-11T23:10:55.363134 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001503s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.363697 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.364392 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000303s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 949)
D, [2018-09-11T23:10:55.366014 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001459s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.367512 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'capi') LIMIT 1
D, [2018-09-11T23:10:55.368540 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000148s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 104) AND ("version" = '1.68.0')) LIMIT 1
D, [2018-09-11T23:10:55.369952 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000988s) (conn: 46952698838700) 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-11T23:10:55.371319 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000127s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 104
D, [2018-09-11T23:10:55.372979 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000223s) (conn: 46952698838700) 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-11T23:10:55.373614 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.374204 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'rotate-cc-database-key', "name" = 'rotate_cc_database_key', "type" = 'job', "serial_id" = 3 WHERE ("id" = 571)
D, [2018-09-11T23:10:55.376382 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002037s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.377618 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000213s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 571) AND ("original_name" = 'cloud_controller_db')) LIMIT 1
D, [2018-09-11T23:10:55.378315 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000091s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.378972 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 950)
D, [2018-09-11T23:10:55.380788 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001646s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.381384 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.382023 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000241s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 950)
D, [2018-09-11T23:10:55.383913 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001738s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.385143 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 571) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-11T23:10:55.385842 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.386478 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 951)
D, [2018-09-11T23:10:55.388968 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002285s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.389585 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000051s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.390286 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000253s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 951)
D, [2018-09-11T23:10:55.392365 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001954s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.393665 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000228s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 571) AND ("original_name" = 'cloud_controller_internal')) LIMIT 1
D, [2018-09-11T23:10:55.394356 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.395096 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000255s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 952)
D, [2018-09-11T23:10:55.396696 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001454s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.397310 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.398023 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000281s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 952)
D, [2018-09-11T23:10:55.400497 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002341s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.402126 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:55.403267 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:55.404214 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000499s) (conn: 46952698838700) 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-11T23:10:55.405496 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000115s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:55.407758 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952698838700) 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-11T23:10:55.408317 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.408888 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000186s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'windows2016-cell', "name" = 'consul_agent_windows', "type" = 'job', "serial_id" = 3 WHERE ("id" = 572)
D, [2018-09-11T23:10:55.410598 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001552s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.412100 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 572) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:55.412716 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.413375 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 953)
D, [2018-09-11T23:10:55.414904 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001383s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.415466 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.416076 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000209s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 953)
D, [2018-09-11T23:10:55.417551 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001335s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.418769 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 572) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:55.419416 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.420045 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 954)
D, [2018-09-11T23:10:55.421691 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001506s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.422308 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.422965 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000230s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 954)
D, [2018-09-11T23:10:55.424514 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001409s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.425739 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000190s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 572) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:55.426338 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.426972 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 955)
D, [2018-09-11T23:10:55.428656 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001558s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.429197 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.429883 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000244s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 955)
D, [2018-09-11T23:10:55.431500 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001488s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.432466 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'winc') LIMIT 1
D, [2018-09-11T23:10:55.433568 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000160s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 130) AND ("version" = '1.4.0')) LIMIT 1
D, [2018-09-11T23:10:55.434337 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000334s) (conn: 46952698838700) 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-11T23:10:55.435415 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000132s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 130
D, [2018-09-11T23:10:55.436429 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000110s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 130
D, [2018-09-11T23:10:55.437488 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000124s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'windows2016fs') LIMIT 1
D, [2018-09-11T23:10:55.438526 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000141s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 140) AND ("version" = '1.7.0')) LIMIT 1
D, [2018-09-11T23:10:55.439322 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000394s) (conn: 46952698838700) 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-11T23:10:55.441926 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000165s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 140
D, [2018-09-11T23:10:55.442971 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000131s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 130
D, [2018-09-11T23:10:55.447587 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000144s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'garden-runc') LIMIT 1
D, [2018-09-11T23:10:55.454444 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004183s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 1) AND ("version" = '1.16.3')) LIMIT 1
D, [2018-09-11T23:10:55.455335 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000442s) (conn: 46952698838700) 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-11T23:10:55.456517 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000138s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 1
D, [2018-09-11T23:10:55.457644 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000119s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'diego') LIMIT 1
D, [2018-09-11T23:10:55.458562 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000136s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 111) AND ("version" = '0.1476.1-dev.2371')) LIMIT 1
D, [2018-09-11T23:10:55.459803 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000747s) (conn: 46952698838700) 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-11T23:10:55.461492 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-11T23:10:55.463941 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000125s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-11T23:10:55.465951 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952698838700) 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-11T23:10:55.466482 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.467186 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'windows2016-cell', "name" = 'route_emitter_windows', "type" = 'job', "serial_id" = 3 WHERE ("id" = 573)
D, [2018-09-11T23:10:55.468908 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001576s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.470380 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000239s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 573) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-11T23:10:55.471120 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.471759 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 956)
D, [2018-09-11T23:10:55.473271 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001370s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.473741 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.474451 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000250s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 956)
D, [2018-09-11T23:10:55.476301 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001727s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.477187 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000149s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'loggregator-agent') LIMIT 1
D, [2018-09-11T23:10:55.478303 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000156s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 126) AND ("version" = '2.1')) LIMIT 1
D, [2018-09-11T23:10:55.479048 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000379s) (conn: 46952698838700) 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-11T23:10:55.480254 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000114s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 126
D, [2018-09-11T23:10:55.482380 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952698838700) 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-11T23:10:55.482908 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.483505 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000165s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'windows2016-cell', "name" = 'loggregator_agent_windows', "type" = 'job', "serial_id" = 3 WHERE ("id" = 406)
D, [2018-09-11T23:10:55.485083 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001443s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.486363 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 406) AND ("original_name" = 'loggregator_agent_windows')) LIMIT 1
D, [2018-09-11T23:10:55.487057 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.487685 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 667)
D, [2018-09-11T23:10:55.489345 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001524s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.490014 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.492944 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000316s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 667)
D, [2018-09-11T23:10:55.497923 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001587s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.503077 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000276s) (conn: 46952698838700) 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-11T23:10:55.503791 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.504417 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'windows2016-cell', "name" = 'loggregator_agent_windows', "type" = 'job', "serial_id" = 3 WHERE ("id" = 574)
D, [2018-09-11T23:10:55.506505 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001933s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.507965 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 574) AND ("original_name" = 'doppler')) LIMIT 1
D, [2018-09-11T23:10:55.508558 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.509182 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 957)
D, [2018-09-11T23:10:55.510877 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001483s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.511397 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.511984 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 957)
D, [2018-09-11T23:10:55.514840 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002725s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.515939 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'windows-utilities') LIMIT 1
D, [2018-09-11T23:10:55.517148 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000154s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 7) AND ("version" = '0.11.0')) LIMIT 1
D, [2018-09-11T23:10:55.517981 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000451s) (conn: 46952698838700) 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-11T23:10:55.519093 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000142s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 7
D, [2018-09-11T23:10:55.520106 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000118s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'local-volume') LIMIT 1
D, [2018-09-11T23:10:55.521000 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000136s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 135) AND ("version" = '0.0.0-rc.196')) LIMIT 1
D, [2018-09-11T23:10:55.521845 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000393s) (conn: 46952698838700) 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-11T23:10:55.523051 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000138s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 135
D, [2018-09-11T23:10:55.524042 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000125s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'smb-volume') LIMIT 1
D, [2018-09-11T23:10:55.525055 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000140s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 137) AND ("version" = '0.1.13-rc.4')) LIMIT 1
D, [2018-09-11T23:10:55.525905 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000487s) (conn: 46952698838700) 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-11T23:10:55.527124 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000118s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 137
D, [2018-09-11T23:10:55.528669 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000121s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'nfs-volume') LIMIT 1
D, [2018-09-11T23:10:55.529625 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000135s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 131) AND ("version" = '1.5.4-rc.9')) LIMIT 1
D, [2018-09-11T23:10:55.530465 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000478s) (conn: 46952698838700) 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-11T23:10:55.531782 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000110s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 131
D, [2018-09-11T23:10:55.533792 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000194s) (conn: 46952698838700) 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-11T23:10:55.534339 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.534910 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'nfs-broker-push', "name" = 'nfsbrokerpush', "type" = 'job', "serial_id" = 3 WHERE ("id" = 575)
D, [2018-09-11T23:10:55.539093 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003970s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.540651 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 575) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-11T23:10:55.541285 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.541949 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000238s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 958)
D, [2018-09-11T23:10:55.543758 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001677s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.544274 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.544963 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 958)
D, [2018-09-11T23:10:55.546695 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001558s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.547635 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000154s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'cf-cli') LIMIT 1
D, [2018-09-11T23:10:55.550216 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 132) AND ("version" = '1.6.0')) LIMIT 1
D, [2018-09-11T23:10:55.551046 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000421s) (conn: 46952698838700) 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-11T23:10:55.552035 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000118s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 132
D, [2018-09-11T23:10:55.553594 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000123s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'nfs-volume') LIMIT 1
D, [2018-09-11T23:10:55.554514 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000140s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 131) AND ("version" = '1.5.4-rc.9')) LIMIT 1
D, [2018-09-11T23:10:55.555427 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000540s) (conn: 46952698838700) 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-11T23:10:55.556582 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000146s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 131
D, [2018-09-11T23:10:55.558676 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000202s) (conn: 46952698838700) 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-11T23:10:55.559241 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.559833 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000177s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'nfs-broker-credhub-push', "name" = 'nfsbrokerpush', "type" = 'job', "serial_id" = 3 WHERE ("id" = 576)
D, [2018-09-11T23:10:55.561595 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001626s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.563085 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 576) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-11T23:10:55.563683 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.564335 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 959)
D, [2018-09-11T23:10:55.566120 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001649s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.566727 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.567412 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000255s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 959)
D, [2018-09-11T23:10:55.569271 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001719s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.570149 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000150s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'cf-cli') LIMIT 1
D, [2018-09-11T23:10:55.571268 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000163s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 132) AND ("version" = '1.6.0')) LIMIT 1
D, [2018-09-11T23:10:55.572015 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000343s) (conn: 46952698838700) 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-11T23:10:55.572711 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000113s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 132
D, [2018-09-11T23:10:55.574192 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000123s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'nfs-volume') LIMIT 1
D, [2018-09-11T23:10:55.575156 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000141s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 131) AND ("version" = '1.5.4-rc.9')) LIMIT 1
D, [2018-09-11T23:10:55.576061 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000514s) (conn: 46952698838700) 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-11T23:10:55.577285 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000126s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 131
D, [2018-09-11T23:10:55.579142 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000239s) (conn: 46952698838700) 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-11T23:10:55.579708 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000072s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.580303 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'migrate-mysql-to-credhub', "name" = 'migrate_mysql_to_credhub', "type" = 'job', "serial_id" = 3 WHERE ("id" = 577)
D, [2018-09-11T23:10:55.582275 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001756s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.583748 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000216s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 577) AND ("original_name" = 'database')) LIMIT 1
D, [2018-09-11T23:10:55.584411 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.585106 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 960)
D, [2018-09-11T23:10:55.586884 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001609s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.587566 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.588356 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000310s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 960)
D, [2018-09-11T23:10:55.592499 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003996s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.594190 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000197s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'local-volume') LIMIT 1
D, [2018-09-11T23:10:55.595358 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 135) AND ("version" = '0.0.0-rc.196')) LIMIT 1
D, [2018-09-11T23:10:55.596099 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000341s) (conn: 46952698838700) 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-11T23:10:55.597218 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000127s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 135
D, [2018-09-11T23:10:55.598299 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000121s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'routing') LIMIT 1
D, [2018-09-11T23:10:55.599340 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000139s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 121) AND ("version" = '0.180.0')) LIMIT 1
D, [2018-09-11T23:10:55.600340 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000644s) (conn: 46952698838700) 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-11T23:10:55.601236 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000122s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 121
D, [2018-09-11T23:10:55.603009 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000247s) (conn: 46952698838700) 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-11T23:10:55.603647 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.604233 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'localbroker', "name" = 'route_registrar', "type" = 'job', "serial_id" = 3 WHERE ("id" = 578)
D, [2018-09-11T23:10:55.606322 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001949s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.607904 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000224s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 578) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-11T23:10:55.608481 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.609132 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 961)
D, [2018-09-11T23:10:55.611025 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001755s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.611607 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.612228 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 961)
D, [2018-09-11T23:10:55.613697 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001307s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.615169 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000141s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:55.616136 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000142s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:55.617052 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000476s) (conn: 46952698838700) 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-11T23:10:55.618257 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000130s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:55.620410 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000185s) (conn: 46952698838700) 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-11T23:10:55.620950 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.621571 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000167s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'nfstestserver', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 407)
D, [2018-09-11T23:10:55.624554 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002850s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.625906 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 407) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:55.626455 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.627077 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 668)
D, [2018-09-11T23:10:55.629899 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002694s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.630557 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.631174 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000218s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 668)
D, [2018-09-11T23:10:55.634095 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002788s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.635371 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000330s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 407) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:55.635896 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.636463 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 669)
D, [2018-09-11T23:10:55.638752 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002162s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.639295 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.639958 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 669)
D, [2018-09-11T23:10:55.641839 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001761s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.642977 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 407) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:55.643614 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.644182 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000187s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 670)
D, [2018-09-11T23:10:55.645743 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001440s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.646297 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.646981 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000244s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 670)
D, [2018-09-11T23:10:55.648515 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001399s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.650491 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000236s) (conn: 46952698838700) 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-11T23:10:55.651166 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.651731 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'nfstestserver', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 579)
D, [2018-09-11T23:10:55.653244 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001368s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.654814 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000230s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 579) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:55.655599 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000068s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.656317 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000253s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 962)
D, [2018-09-11T23:10:55.658064 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001590s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.658579 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.659194 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000205s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 962)
D, [2018-09-11T23:10:55.660810 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001429s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.662133 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000269s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 579) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:55.662682 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.663274 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 963)
D, [2018-09-11T23:10:55.664668 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001280s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.665131 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000037s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.665789 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 963)
D, [2018-09-11T23:10:55.667241 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001322s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.668377 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 579) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:55.669013 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.669583 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 964)
D, [2018-09-11T23:10:55.671521 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001811s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.672068 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.672701 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 964)
D, [2018-09-11T23:10:55.674486 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001524s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.675467 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000199s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'nfs-volume') LIMIT 1
D, [2018-09-11T23:10:55.676484 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 131) AND ("version" = '1.5.4-rc.9')) LIMIT 1
D, [2018-09-11T23:10:55.677548 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000528s) (conn: 46952698838700) 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-11T23:10:55.678657 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000115s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 131
D, [2018-09-11T23:10:55.680268 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000122s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:55.681182 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000140s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:55.682126 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000576s) (conn: 46952698838700) 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-11T23:10:55.683051 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000138s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:55.685267 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000214s) (conn: 46952698838700) 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-11T23:10:55.685808 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.686405 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000180s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'nfstestldapserver', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 408)
D, [2018-09-11T23:10:55.688317 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001771s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.689710 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000213s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 408) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:55.690410 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.691120 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000255s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 671)
D, [2018-09-11T23:10:55.694085 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002759s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.694847 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000058s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.695565 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000250s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 671)
D, [2018-09-11T23:10:55.697250 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001508s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.698556 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000232s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 408) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:55.699165 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000047s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.699849 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000276s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 672)
D, [2018-09-11T23:10:55.702476 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002504s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.703131 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.703743 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 672)
D, [2018-09-11T23:10:55.705839 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001967s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.707158 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000245s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 408) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:55.707730 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.708328 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000188s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 673)
D, [2018-09-11T23:10:55.710221 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001764s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.710931 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000057s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.711634 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000232s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 673)
D, [2018-09-11T23:10:55.713050 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001294s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.715000 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000297s) (conn: 46952698838700) 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-11T23:10:55.715667 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.716254 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000192s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'nfstestldapserver', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 580)
D, [2018-09-11T23:10:55.718122 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001741s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.719601 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 580) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:55.720329 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.720962 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000228s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 965)
D, [2018-09-11T23:10:55.722552 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001457s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.723090 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.723888 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000282s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 965)
D, [2018-09-11T23:10:55.725539 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001531s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.726736 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 580) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:55.727392 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.727979 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 966)
D, [2018-09-11T23:10:55.729708 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001594s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.730211 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.730782 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 966)
D, [2018-09-11T23:10:55.732440 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001520s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.733726 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 580) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:55.734289 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.734984 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 967)
D, [2018-09-11T23:10:55.736636 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001527s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.737137 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.737781 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 967)
D, [2018-09-11T23:10:55.739809 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001859s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.740885 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'nfs-volume') LIMIT 1
D, [2018-09-11T23:10:55.741891 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000164s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 131) AND ("version" = '1.5.4-rc.9')) LIMIT 1
D, [2018-09-11T23:10:55.742829 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000552s) (conn: 46952698838700) 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-11T23:10:55.744082 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000118s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 131
D, [2018-09-11T23:10:55.745825 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000135s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:55.746842 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:55.747715 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000467s) (conn: 46952698838700) 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-11T23:10:55.748661 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000124s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:55.750858 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000191s) (conn: 46952698838700) 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-11T23:10:55.751591 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000054s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.752187 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'diego-cell-ldap', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 409)
D, [2018-09-11T23:10:55.755572 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003244s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.757043 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000219s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 409) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:55.757652 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.758345 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000230s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 674)
D, [2018-09-11T23:10:55.760427 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001940s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.761110 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000049s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.761778 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000235s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 674)
D, [2018-09-11T23:10:55.763502 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001584s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.764807 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000198s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 409) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:55.765340 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.765939 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000201s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 675)
D, [2018-09-11T23:10:55.769094 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003015s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.769757 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000045s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.770523 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000249s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 675)
D, [2018-09-11T23:10:55.773676 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003016s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.775031 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000301s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 409) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:55.775811 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.776465 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 676)
D, [2018-09-11T23:10:55.779483 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002892s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.780064 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.780815 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000232s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 676)
D, [2018-09-11T23:10:55.784054 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003096s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.786251 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000279s) (conn: 46952698838700) 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-11T23:10:55.786920 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.787647 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell-ldap', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 581)
D, [2018-09-11T23:10:55.790264 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002481s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.791891 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000309s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 581) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:55.792657 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.793313 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000229s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 968)
D, [2018-09-11T23:10:55.795552 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002107s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.796088 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.796731 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 968)
D, [2018-09-11T23:10:55.799729 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002852s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.801000 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000242s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 581) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:55.801620 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.802307 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000220s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 969)
D, [2018-09-11T23:10:55.804097 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001664s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.804664 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.805543 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000381s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 969)
D, [2018-09-11T23:10:55.807664 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001943s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.808970 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 581) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:55.809520 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.810088 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000195s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 970)
D, [2018-09-11T23:10:55.811962 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.001739s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.812541 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.813145 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 970)
D, [2018-09-11T23:10:55.818219 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004939s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.819324 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'cflinuxfs2') LIMIT 1
D, [2018-09-11T23:10:55.820421 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000166s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 108) AND ("version" = '1.235.0')) LIMIT 1
D, [2018-09-11T23:10:55.821154 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000325s) (conn: 46952698838700) 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-11T23:10:55.821977 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000125s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 108
D, [2018-09-11T23:10:55.822901 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000137s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'garden-runc') LIMIT 1
D, [2018-09-11T23:10:55.823912 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000153s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 1) AND ("version" = '1.16.3')) LIMIT 1
D, [2018-09-11T23:10:55.824653 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000392s) (conn: 46952698838700) 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-11T23:10:55.825821 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000124s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 1
D, [2018-09-11T23:10:55.827505 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000120s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'diego') LIMIT 1
D, [2018-09-11T23:10:55.828529 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000158s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 111) AND ("version" = '0.1476.1-dev.2371')) LIMIT 1
D, [2018-09-11T23:10:55.829676 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000777s) (conn: 46952698838700) 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-11T23:10:55.831130 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000120s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-11T23:10:55.833114 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000109s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-11T23:10:55.834159 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000106s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 111
D, [2018-09-11T23:10:55.836211 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) 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-11T23:10:55.836844 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000057s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.837493 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell-ldap', "name" = 'route_emitter', "type" = 'job', "serial_id" = 3 WHERE ("id" = 582)
D, [2018-09-11T23:10:55.847891 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.010232s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.849687 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000242s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 582) AND ("original_name" = 'nats')) LIMIT 1
D, [2018-09-11T23:10:55.850405 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.851082 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 971)
D, [2018-09-11T23:10:55.853367 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002147s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.853939 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.854564 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000213s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 971)
D, [2018-09-11T23:10:55.857879 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003194s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.858881 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000173s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'cf-networking') LIMIT 1
D, [2018-09-11T23:10:55.859966 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000147s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 103) AND ("version" = '2.15.0')) LIMIT 1
D, [2018-09-11T23:10:55.860858 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000503s) (conn: 46952698838700) 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-11T23:10:55.861739 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000125s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 103
D, [2018-09-11T23:10:55.862709 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000118s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'silk') LIMIT 1
D, [2018-09-11T23:10:55.863675 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000133s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 123) AND ("version" = '2.15.0')) LIMIT 1
D, [2018-09-11T23:10:55.864512 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000471s) (conn: 46952698838700) 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-11T23:10:55.865305 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000120s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-11T23:10:55.866170 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000106s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-11T23:10:55.867997 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000171s) (conn: 46952698838700) 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-11T23:10:55.868574 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.869220 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000172s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'diego-cell-ldap', "name" = 'vxlan-policy-agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 410)
D, [2018-09-11T23:10:55.873590 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004212s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.875047 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000258s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 410) AND ("original_name" = 'vpa')) LIMIT 1
D, [2018-09-11T23:10:55.875682 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.876386 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000203s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 677)
D, [2018-09-11T23:10:55.879367 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002832s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.879948 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.880666 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000239s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 677)
D, [2018-09-11T23:10:55.884178 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003340s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.885342 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000155s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-11T23:10:55.887350 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952698838700) 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-11T23:10:55.888065 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.888656 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000180s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell-ldap', "name" = 'silk-daemon', "type" = 'job', "serial_id" = 3 WHERE ("id" = 583)
D, [2018-09-11T23:10:55.894128 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.005323s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.895576 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000230s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 583) AND ("original_name" = 'cf_network')) LIMIT 1
D, [2018-09-11T23:10:55.896217 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.896877 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000221s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 972)
D, [2018-09-11T23:10:55.901836 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004816s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.902411 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000043s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.903153 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000269s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 972)
D, [2018-09-11T23:10:55.910724 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007424s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.912295 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000255s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 583) AND ("original_name" = 'vpa')) LIMIT 1
D, [2018-09-11T23:10:55.912957 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.913626 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000211s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 973)
D, [2018-09-11T23:10:55.918292 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004534s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.918904 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000046s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.919652 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000271s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 973)
D, [2018-09-11T23:10:55.924036 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004232s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.925063 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000160s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 123
D, [2018-09-11T23:10:55.926930 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000242s) (conn: 46952698838700) 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-11T23:10:55.927513 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000038s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.928122 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000184s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell-ldap', "name" = 'silk-cni', "type" = 'job', "serial_id" = 3 WHERE ("id" = 584)
D, [2018-09-11T23:10:55.932395 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004133s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.933913 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000254s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 584) AND ("original_name" = 'cf_network')) LIMIT 1
D, [2018-09-11T23:10:55.934519 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.935233 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000226s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 974)
D, [2018-09-11T23:10:55.938795 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003406s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.939391 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.940028 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000253s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 974)
D, [2018-09-11T23:10:55.944178 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003950s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.945469 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000247s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 584) AND ("original_name" = 'vpa')) LIMIT 1
D, [2018-09-11T23:10:55.946089 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.946759 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000207s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 975)
D, [2018-09-11T23:10:55.950838 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003937s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.951396 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.952076 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000242s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 975)
D, [2018-09-11T23:10:55.955873 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003673s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.956862 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000189s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'nfs-volume') LIMIT 1
D, [2018-09-11T23:10:55.957942 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000165s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 131) AND ("version" = '1.5.4-rc.9')) LIMIT 1
D, [2018-09-11T23:10:55.958858 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000526s) (conn: 46952698838700) 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-11T23:10:55.959894 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000130s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 131
D, [2018-09-11T23:10:55.961817 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952698838700) 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-11T23:10:55.962339 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.962996 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000206s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'diego-cell-ldap', "name" = 'nfsv3driver', "type" = 'job', "serial_id" = 3 WHERE ("id" = 585)
D, [2018-09-11T23:10:55.966014 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.002885s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.967522 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 585) AND ("original_name" = 'mapfs')) LIMIT 1
D, [2018-09-11T23:10:55.968128 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.968799 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000210s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 976)
D, [2018-09-11T23:10:55.972024 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003091s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.972549 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000039s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.973208 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000227s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 976)
D, [2018-09-11T23:10:55.977284 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.003933s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.978308 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000212s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'mapfs') LIMIT 1
D, [2018-09-11T23:10:55.979414 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000152s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 133) AND ("version" = '1.1.1-rc.2')) LIMIT 1
D, [2018-09-11T23:10:55.980152 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000337s) (conn: 46952698838700) 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-11T23:10:55.980867 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000129s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 133
D, [2018-09-11T23:10:55.982385 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000179s) (conn: 46952698838700) 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-11T23:10:55.982992 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000058s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.983578 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000182s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'diego-cell-ldap', "name" = 'mapfs', "type" = 'job', "serial_id" = 3 WHERE ("id" = 411)
D, [2018-09-11T23:10:55.990385 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006588s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:55.991882 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000270s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 411) AND ("original_name" = 'mapfs')) LIMIT 1
D, [2018-09-11T23:10:55.992567 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000042s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:55.993379 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000290s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 678)
D, [2018-09-11T23:10:56.001839 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008277s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:56.002660 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:56.003463 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000286s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 678)
D, [2018-09-11T23:10:56.015605 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.011984s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:56.017762 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000170s) (conn: 46952698838700) SELECT * FROM "releases" WHERE ("name" = 'consul') LIMIT 1
D, [2018-09-11T23:10:56.018974 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000181s) (conn: 46952698838700) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 109) AND ("version" = '196')) LIMIT 1
D, [2018-09-11T23:10:56.019895 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000496s) (conn: 46952698838700) 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-11T23:10:56.020982 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000122s) (conn: 46952698838700) SELECT * FROM "releases" WHERE "id" = 109
D, [2018-09-11T23:10:56.023226 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000193s) (conn: 46952698838700) 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-11T23:10:56.023769 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000040s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:56.024409 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000183s) (conn: 46952698838700) UPDATE "link_providers" SET "deployment_id" = 49, "instance_group" = 'smbtestserver', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 412)
D, [2018-09-11T23:10:56.031035 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006470s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:56.032604 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000234s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 412) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:56.033333 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000053s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:56.033999 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000225s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 679)
D, [2018-09-11T23:10:56.041177 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007012s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:56.042019 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000050s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:56.042865 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000286s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 679)
D, [2018-09-11T23:10:56.049414 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006369s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:56.050975 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000304s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 412) AND ("original_name" = 'consul_server')) LIMIT 1
D, [2018-09-11T23:10:56.051640 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:56.052312 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000219s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 680)
D, [2018-09-11T23:10:56.062240 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.009770s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:56.063824 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000055s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:56.064964 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000621s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 680)
D, [2018-09-11T23:10:56.071210 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.006092s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:56.072719 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000238s) (conn: 46952698838700) SELECT * FROM "link_provider_intents" WHERE (("link_provider_intents"."link_provider_id" = 412) AND ("original_name" = 'consul_client')) LIMIT 1
D, [2018-09-11T23:10:56.073343 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000079s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:56.074081 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000217s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 681)
D, [2018-09-11T23:10:56.078257 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.004042s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:56.078896 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:56.079639 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 681)
D, [2018-09-11T23:10:56.085677 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.005795s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:56.087869 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000287s) (conn: 46952698838700) 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-11T23:10:56.088533 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000041s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:56.089224 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000215s) (conn: 46952698838700) UPDATE "link_consumers" SET "deployment_id" = 49, "instance_group" = 'smbtestserver', "name" = 'consul_agent', "type" = 'job', "serial_id" = 3 WHERE ("id" = 586)
D, [2018-09-11T23:10:56.097516 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.008119s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:56.099425 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000280s) (conn: 46952698838700) SELECT * FROM "link_consumer_intents" WHERE (("link_consumer_intents"."link_consumer_id" = 586) AND ("original_name" = 'consul_common')) LIMIT 1
D, [2018-09-11T23:10:56.100169 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000044s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:56.100887 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000231s) (conn: 46952698838700) 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" = 3 WHERE ("id" = 977)
D, [2018-09-11T23:10:56.108643 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.007554s) (conn: 46952698838700) COMMIT
D, [2018-09-11T23:10:56.109565 #18418] [task:21956] DEBUG -- DirectorJobRunner: (0.000048s) (conn: 46952698838700) BEGIN
D, [2018-09-11T23:10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment