cf deploy - uaa_z1/0 is not running after update

208 views
Skip to first unread message

s.reh...@gmail.com

unread,
Apr 20, 2015, 7:20:47 AM4/20/15
to vcap...@cloudfoundry.org
Hi there,

currently I want to deploy a CF environment based on vSphere. Basically I used the Docs out of http://docs.cloudfoundry.org/deploying/vsphere/deploy_cf_vsphere.html

During the deployment with my custom Deployment Manifest (merged with ./generate_deployment_manifest and custom adjustments like network, certificate etc.) 

 uaa:
    admin:
      client_secret: admin
    authentication:
      policy:
        countFailuresWithinSeconds: null
        lockoutAfterFailures: null
        lockoutPeriodSeconds: null
    batch:
      password: admin
      username: admin
    catalina_opts: -Xmx768m -XX:MaxPermSize=256m
    cc:
      client_secret: admin
    clients:
      app-direct:
        secret: admin
      cloud_controller_username_lookup:
        authorities: scim.userids
        authorized-grant-types: client_credentials
        secret: admin
      developer_console:
        secret: admin
      doppler:
        authorities: uaa.resource
        override: true
        secret: admin
      gorouter:
        authorities: clients.read,clients.write,clients.admin,route.admin,route.advertise
        authorized-grant-types: client_credentials,refresh_token
        scope: openid,cloud_controller_service_permissions.read
        secret: admin
      login:
        authorities: oauth.login,scim.write,clients.read,notifications.write,critical_notifications.write,emails.write,scim.userids,password.write
        authorized-grant-types: authorization_code,client_credentials,refresh_token
        override: true
        redirect-uri: http://login.192.168.128.63.xip.io
        scope: openid,oauth.approvals
        secret: admin
      notifications:
        authorities: cloud_controller.admin,scim.read
        authorized-grant-types: client_credentials
        secret: admin

    jwt:
    verification_key: |+
        -----BEGIN CERTIFICATE-----
        MIIDiTCCAnGgAwIBAgIJAJe7ZYC/9ExVMA0GCSqGSIb3DQEBCwUAMFsxCzAJBgNV
        ......... 
        .........
        ODXFKATMq+PQRmxwysL94Cz2oUh3TZlXg+uREt2ngIFeQwPiQZfaQA38DA0vpDVA
        qRWyCj7B9vcF5AzzWeQu0k7o2Vz+R9aQJ4nZu5Q9YLqYBfmyLK7Aq7wfVxNr
        -----END CERTIFICATE-----

    signing_key: |+
       -----BEGIN RSA PRIVATE KEY-----
        MIIEpAIBAAKCAQEAwZMLsoDhawhN+ZzLBUGmZUVKXeOeVnjZdLSlDNmkJPc1gwDV
        /9Q3OlW7TDj0yyVP3S2Vzh2LZPVSDFJst43A+ETJnHwN1zJzJ4tCF1dPKZg4mSN3
        uKVvowIQ9INLJ96dPGuBsWgbFMpMNjFjs92VY14SPlAVhx2uSaR4IZtoiGSzav/y
        1lBDTthmvU/45FO8H266kj3iTB02sPR+DAaCJvFtLINIJMzSonuktie+kLweNSdH
        ........
        ........
        FOPv1hwUDKaTU/Yg5ouOB8XmVz1YV8H34XHwgmLE+LWfZZqAxSO9Qz7L3Tw48R6A
        VwTaQ+mH92TaDEnVGi+y5cUb1ySLYmdL5BHM/oZybhsfsdga1PEnAaniXzEnJvZM
        7zGwLSVUCsIzkJdfFo+789oFZvzrR3yOpM6kFLcCgYEA8bFbuHeuthaqsmFT8PGQ
        WuyutQEzbf8/phXTNs5IQl0fShtfg9mD/v/n7gWct7JtDo7d1BKrfNSDAqKqZnO6
        kM0KlrxsJW7JQRC8jUWS5r/sEnulVLcxaZZs/EnsWH03yAIYgeiq7oAXYcwzyfNE
        dOv6Wz4IxFxwURGeHpFrXD0CgYB+9eI8G7IwFG8NC4bdG8ymTqeQAS7+cshWXkQR
        ntfmhgqfjMYUbS5YcB6F/ZTSAQdKxpK+RcCOQy1v+qMWo5Gb/ggK6VOexCrsdLh3
        ogpVNuAGFZhwuBbhwA1tQ4yliIv8EDwx8eUl/LcE1Q3hEjgHXhKykwlmrTO+/HIV
        SRw99wKBgQDn5dpMwvB90ysBG7jgCHk3AA1aw04jQ+Yot4VfzVRdNX0u0RiX6C1t
        E+FKGn5U6Gkxgc/pw12G69s8KEQApJiyI072n7I5ZUJEnH3C3zfcCzF+NyNJRQCH
        58jwXscuOAFiCwFsI5wL5ikD84eiCnIxhO/9qh8KJ7gLDwiq7IERCQ==
        -----END RSA PRIVATE KEY-----

    ldap: null
    login: null
    no_ssl: false
    restricted_ips_regex: d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}
    scim:
      external_groups: null
      userids_enabled: true
      users:
      - admin|admin|scim.write,scim.read,openid,cloud_controller.admin,doppler.firehose
    spring_profiles: null
    user: null
  uaadb:
    address: 192.168.128.72
    databases:
    - citext: true
      name: uaadb
      tag: uaa
    db_scheme: postgresql
    port: 5524
    roles:
    - name: uaaadmin
      password: admin
      tag: admin




I get the error

  Started updating job ha_proxy_z1 > ha_proxy_z1/0 (canary). Done (00:01:40)
 
Started updating job nats_z1 > nats_z1/0 (canary). Done (00:01:41)
 
Started updating job nats_z2 > nats_z2/0 (canary). Done (00:00:38)
 
Started updating job etcd_z1
 
Started updating job etcd_z1 > etcd_z1/0 (canary). Done (00:01:08)
 
Started updating job etcd_z1 > etcd_z1/1. Done (00:00:43)
     
Done updating job etcd_z1 (00:01:51)
 
Started updating job etcd_z2 > etcd_z2/0 (canary). Done (00:00:56)
 
Started updating job stats_z1 > stats_z1/0 (canary). Done (00:00:38)
 
Started updating job nfs_z1 > nfs_z1/0 (canary). Done (00:00:56)
 
Started updating job postgres_z1 > postgres_z1/0 (canary). Done (00:00:57)
 
Started updating job uaa_z1 > uaa_z1/0 (canary). Failed: `uaa_z1/0' is not running after update (00:10:10)


Error 400007: `
uaa_z1/0' is not running after update



 On the bosh VM uaa_z1/0 I get this logs during deployment

2015-04-20_11:11:22.68827 #[648] INFO: Message: {"method"=>"get_state", "arguments"=>["full"], "reply_to"=>"director.63631bad-6d93-4298-9147-82b8627f2713.65f0f842-07e0-4a90-9ac9-754699c820aa"}
2015-04-20_11:11:22.69039 #[648] INFO: Agent state: {"deployment"=>"cf", "job"=>{"name"=>"uaa_z1", "templates"=>[{"name"=>"uaa", "version"=>"e3278da4c650f21c13cfa935814233bc79f156f0", "sha1"=>"c8f3ee66bd955a58f95dbb7c02ca008c5e91ab6a", "blobstore_id"=>"eeacb64a-5f75-49ae-a52f-e486a0932326"}, {"name"=>"metron_agent", "version"=>"51cf1a4f2e361bc2a2bbd1bee7fa324fe7029589", "sha1"=>"50fccfa5198b0ccd6b39109ec5585f2502011da3", "blobstore_id"=>"484591b3-c175-4b74-9c52-88e1ed4b1840"}, {"name"=>"consul_agent", "version"=>"6a3b1fe7963fbcc3dea0eab7db337116ba062056", "sha1"=>"54c6a956f7ee1c906e0f8e8aaac13a25584e7d3f", "blobstore_id"=>"5423acb1-2829-40be-bb03-e0addecb9f71"}], "template"=>"uaa", "version"=>"e3278da4c650f21c13cfa935814233bc79f156f0", "sha1"=>"c8f3ee66bd955a58f95dbb7c02ca008c5e91ab6a", "blobstore_id"=>"eeacb64a-5f75-49ae-a52f-e486a0932326"}, "index"=>0, "networks"=>{"cf1"=>{"ip"=>"192.168.128.132", "netmask"=>"255.255.255.0", "cloud_properties"=>{"name"=>"CF"}, "default"=>["dns", "gateway"], "dns"=>["192.168.120.15"], "gateway"=>"192.168.128.1", "dns_record_name"=>"0.uaa-z1.cf1.cf.bosh"}}, "resource_pool"=>{"name"=>"medium_z1", "cloud_properties"=>{"cpu"=>1, "disk"=>4096, "ram"=>1024}, "stemcell"=>{"name"=>"bosh-vsphere-esxi-ubuntu", "version"=>"2427"}}, "packages"=>{"common"=>{"name"=>"common", "version"=>"99c756b71550530632e393f5189220f170a69647.1", "sha1"=>"35d77b0690a33e32f03afba8438f91119c346c3c", "blobstore_id"=>"9fd004f2-8eac-4e0a-81d5-7e32a52b2351"}, "ruby-2.1.4"=>{"name"=>"ruby-2.1.4", "version"=>"5a4612011cb6b8338d384acc7802367ae5e11003.1", "sha1"=>"8a9d63c45f906e7ba64706c1afa511deded152cc", "blobstore_id"=>"a0c70451-1814-4916-a6ce-15965ecf8cae"}, "uaa"=>{"name"=>"uaa", "version"=>"05b84acccba5cb31a170d9cad531d22ccb5df8a5.1", "sha1"=>"08dc2c9932303c4e14ab7d9bc5ee0dbf660037f4", "blobstore_id"=>"51a3d59b-37b0-4847-b30a-d620e6e724ac"}, "metron_agent"=>{"name"=>"metron_agent", "version"=>"122c9dea1f4be749d48bf1203ed0a407b5a2e1ff.1", "sha1"=>"a0ca8f44a6d95f08375876639741562b20899a27", "blobstore_id"=>"9e5c7f97-7101-415c-aba6-9bd876dacf1f"}, "consul"=>{"name"=>"consul", "version"=>"d828a4735b02229631673bc9cb6aab8e2d56eda5.1", "sha1"=>"2d0d48352d738ec52f6a2920366e3b131de51f6a", "blobstore_id"=>"56336c15-2647-4fea-9634-638c936579fc"}}, "configuration_hash"=>"9b7a17a0bbdc01794a58b8d7522daf1600261fec", "properties"=>{"uaa"=>{"admin"=>{"client_secret"=>"admin"}, "authentication"=>{"policy"=>{"lockoutAfterFailures"=>nil, "countFailuresWithinSeconds"=>nil, "lockoutPeriodSeconds"=>nil}}, "catalina_opts"=>"-Xmx768m -XX:MaxPermSize=256m", "cc"=>{"client_secret"=>"admin", "token_secret"=>nil}, "client"=>{"autoapprove"=>nil}, "user"=>{"authorities"=>["openid", "scim.me", "cloud_controller.read", "cloud_controller.write", "cloud_controller_service_permissions.read", "password.write", "uaa.user", "approvals.me", "oauth.approvals", "notification_preferences.read", "notification_preferences.write"]}, "openid"=>{"fallbackToAuthcode"=>true}, "clients"=>{"app-direct"=>{"secret"=>"admin"}, "cloud_controller_username_lookup"=>{"authorities"=>"scim.userids", "authorized-grant-types"=>"client_credentials", "secret"=>"admin"}, "developer_console"=>{"secret"=>"admin"}, "doppler"=>{"authorities"=>"uaa.resource", "override"=>true, "secret"=>"admin"}, "gorouter"=>{"authorities"=>"clients.read,clients.write,clients.admin,route.admin,route.advertise", "authorized-grant-types"=>"client_credentials,refresh_token", "scope"=>"openid,cloud_controller_service_permissions.read", "secret"=>"admin"}, "login"=>{"authorities"=>"oauth.login,scim.write,clients.read,notifications.write,critical_notifications.write,emails.write,scim.userids,password.write", "authorized-grant-types"=>"authorization_code,client_credentials,refresh_token", "override"=>true, "redirect-uri"=>"http://login.192.168.128.63.xip.io", "scope"=>"openid,oauth.approvals", "secret"=>"admin"}, "notifications"=>{"authorities"=>"cloud_controller.admin,scim.read", "authorized-grant-types"=>"client_credentials", "secret"=>"admin"}}, "jwt"=>{"signing_key"=>nil, "verification_key"=>nil}, "port"=>8080, "scim"=>{"user"=>{"override"=>nil}, "userids_enabled"=>true, "users"=>["admin|admin|scim.write,scim.read,openid,cloud_controller.admin,doppler.firehose"], "external_groups"=>nil}, "no_ssl"=>false, "url"=>"https://uaa.192.168.128.63.xip.io", "issuer"=>"https://uaa.192.168.128.63.xip.io", "dump_requests"=>nil, "login"=>{"client_secret"=>nil}, "require_https"=>nil, "spring_profiles"=>nil, "ldap"=>{"enabled"=>false, "profile_type"=>"search-and-bind", "url"=>nil, "userDNPattern"=>nil, "userDNPatternDelimiter"=>";", "userDN"=>nil, "userPassword"=>nil, "searchBase"=>"", "searchFilter"=>"cn={0}", "passwordAttributeName"=>"userPassword", "localPasswordCompare"=>"true", "passwordEncoder"=>"org.cloudfoundry.identity.uaa.ldap.DynamicPasswordComparator", "sslCertificate"=>nil, "sslCertificateAlias"=>nil, "mailAttributeName"=>"mail", "mailSubstitute"=>"", "mailSubstituteOverridesLdap"=>false, "groups"=>{"profile_type"=>"no-groups", "autoAdd"=>"true", "searchBase"=>"", "groupRoleAttribute"=>nil, "groupSearchFilter"=>"member={0}", "searchSubtree"=>"true", "maxSearchDepth"=>"1"}}, "restricted_ips_regex"=>"d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}"}, "domain"=>"192.168.128.63.xip.io", "env"=>{"http_proxy"=>nil, "https_proxy"=>nil, "no_proxy"=>nil}, "nats"=>{"password"=>"nats_password", "port"=>4222, "user"=>"nats_user", "machines"=>["192.168.128.61", "192.168.128.82"]}, "networks"=>{"apps"=>"cf1"}, "uaadb"=>{"address"=>"192.168.128.72", "databases"=>[{"citext"=>true, "name"=>"uaadb", "tag"=>"uaa"}], "db_scheme"=>"postgresql", "port"=>5524, "roles"=>[{"name"=>"uaaadmin", "password"=>"admin", "tag"=>"admin"}]}, "login"=>{"ldap"=>{"profile_type"=>nil, "url"=>nil, "userDNPattern"=>nil, "userDN"=>nil, "userPassword"=>nil, "searchBase"=>"", "searchFilter"=>"cn={0}", "passwordAttributeName"=>"userPassword", "localPasswordCompare"=>"true", "passwordEncoder"=>"org.cloudfoundry.identity.uaa.login.ldap.DynamicPasswordComparator", "sslCertificate"=>nil, "sslCertificateAlias"=>nil}, "spring_profiles"=>nil, "protocol"=>"http"}, "syslog_daemon_config"=>{"address"=>nil, "port"=>nil, "transport"=>"tcp"}, "metron_agent"=>{"incoming_port"=>3456, "dropsonde_incoming_port"=>3457, "debug"=>false, "status"=>{"user"=>"", "password"=>"", "port"=>0}, "zone"=>"z1", "etcd_query_interval_milliseconds"=>5000, "collector_registrar_interval_milliseconds"=>60000}, "loggregator"=>{"incoming_port"=>3456, "dropsonde_incoming_port"=>3457}, "loggregator_endpoint"=>{"shared_secret"=>"loggregator_endpoint_secret"}, "etcd"=>{"machines"=>["192.168.128.74", "192.168.128.75", "192.168.128.94"], "maxconcurrentrequests"=>10}, "consul"=>{"agent"=>{"mode"=>"client", "servers"=>{"lan"=>[], "wan"=>[]}, "log_level"=>"info", "datacenter"=>"dc1", "services"=>["uaa"], "protocol_version"=>2}}}, "dns_domain_name"=>"bosh", "persistent_disk"=>0, "template_hashes"=>{"uaa"=>"c151d90675cba428b6393859ec1618155d7d6496", "metron_agent"=>"9fa29b08e9df31371836aabee5232b6ea4c9f32e", "consul_agent"=>"90762366fa6e815201e3d4f60faa3e91786972ce"}, "rendered_templates_archive"=>{"blobstore_id"=>"c0e1fe6b-bc95-4b26-8b2b-ebeb7a410022", "sha1"=>"b44a909eb458f7c145aff1d06c24a8847ec2c9cc"}}
2015-04-20_11:11:22.70689 #[648] INFO: reply_to: director.63631bad-6d93-4298-9147-82b8627f2713.65f0f842-07e0-4a90-9ac9-754699c820aa: payload: {:value=>{"deployment"=>"cf", "job"=>{"name"=>"uaa_z1", "templates"=>[{"name"=>"uaa", "version"=>"e3278da4c650f21c13cfa935814233bc79f156f0", "sha1"=>"c8f3ee66bd955a58f95dbb7c02ca008c5e91ab6a", "blobstore_id"=>"eeacb64a-5f75-49ae-a52f-e486a0932326"}, {"name"=>"metron_agent", "version"=>"51cf1a4f2e361bc2a2bbd1bee7fa324fe7029589", "sha1"=>"50fccfa5198b0ccd6b39109ec5585f2502011da3", "blobstore_id"=>"484591b3-c175-4b74-9c52-88e1ed4b1840"}, {"name"=>"consul_agent", "version"=>"6a3b1fe7963fbcc3dea0eab7db337116ba062056", "sha1"=>"54c6a956f7ee1c906e0f8e8aaac13a25584e7d3f", "blobstore_id"=>"5423acb1-2829-40be-bb03-e0addecb9f71"}], "template"=>"uaa", "version"=>"e3278da4c650f21c13cfa935814233bc79f156f0", "sha1"=>"c8f3ee66bd955a58f95dbb7c02ca008c5e91ab6a", "blobstore_id"=>"eeacb64a-5f75-49ae-a52f-e486a0932326"}, "index"=>0, "networks"=>{"cf1"=>{"ip"=>"192.168.128.132", "netmask"=>"255.255.255.0", "cloud_properties"=>{"name"=>"CF"}, "default"=>["dns", "gateway"], "dns"=>["192.168.120.15"], "gateway"=>"192.168.128.1", "dns_record_name"=>"0.uaa-z1.cf1.cf.bosh"}}, "resource_pool"=>{"name"=>"medium_z1", "cloud_properties"=>{"cpu"=>1, "disk"=>4096, "ram"=>1024}, "stemcell"=>{"name"=>"bosh-vsphere-esxi-ubuntu", "version"=>"2427"}}, "packages"=>{"common"=>{"name"=>"common", "version"=>"99c756b71550530632e393f5189220f170a69647.1", "sha1"=>"35d77b0690a33e32f03afba8438f91119c346c3c", "blobstore_id"=>"9fd004f2-8eac-4e0a-81d5-7e32a52b2351"}, "ruby-2.1.4"=>{"name"=>"ruby-2.1.4", "version"=>"5a4612011cb6b8338d384acc7802367ae5e11003.1", "sha1"=>"8a9d63c45f906e7ba64706c1afa511deded152cc", "blobstore_id"=>"a0c70451-1814-4916-a6ce-15965ecf8cae"}, "uaa"=>{"name"=>"uaa", "version"=>"05b84acccba5cb31a170d9cad531d22ccb5df8a5.1", "sha1"=>"08dc2c9932303c4e14ab7d9bc5ee0dbf660037f4", "blobstore_id"=>"51a3d59b-37b0-4847-b30a-d620e6e724ac"}, "metron_agent"=>{"name"=>"metron_agent", "version"=>"122c9dea1f4be749d48bf1203ed0a407b5a2e1ff.1", "sha1"=>"a0ca8f44a6d95f08375876639741562b20899a27", "blobstore_id"=>"9e5c7f97-7101-415c-aba6-9bd876dacf1f"}, "consul"=>{"name"=>"consul", "version"=>"d828a4735b02229631673bc9cb6aab8e2d56eda5.1", "sha1"=>"2d0d48352d738ec52f6a2920366e3b131de51f6a", "blobstore_id"=>"56336c15-2647-4fea-9634-638c936579fc"}}, "configuration_hash"=>"9b7a17a0bbdc01794a58b8d7522daf1600261fec", "properties"=>{"uaa"=>{"admin"=>{"client_secret"=>"admin"}, "authentication"=>{"policy"=>{"lockoutAfterFailures"=>nil, "countFailuresWithinSeconds"=>nil, "lockoutPeriodSeconds"=>nil}}, "catalina_opts"=>"-Xmx768m -XX:MaxPermSize=256m", "cc"=>{"client_secret"=>"admin", "token_secret"=>nil}, "client"=>{"autoapprove"=>nil}, "user"=>{"authorities"=>["openid", "scim.me", "cloud_controller.read", "cloud_controller.write", "cloud_controller_service_permissions.read", "password.write", "uaa.user", "approvals.me", "oauth.approvals", "notification_preferences.read", "notification_preferences.write"]}, "openid"=>{"fallbackToAuthcode"=>true}, "clients"=>{"app-direct"=>{"secret"=>"admin"}, "cloud_controller_username_lookup"=>{"authorities"=>"scim.userids", "authorized-grant-types"=>"client_credentials", "secret"=>"admin"}, "developer_console"=>{"secret"=>"admin"}, "doppler"=>{"authorities"=>"uaa.resource", "override"=>true, "secret"=>"admin"}, "gorouter"=>{"authorities"=>"clients.read,clients.write,clients.admin,route.admin,route.advertise", "authorized-grant-types"=>"client_credentials,refresh_token", "scope"=>"openid,cloud_controller_service_permissions.read", "secret"=>"admin"}, "login"=>{"authorities"=>"oauth.login,scim.write,clients.read,notifications.write,critical_notifications.write,emails.write,scim.userids,password.write", "authorized-grant-types"=>"authorization_code,client_credentials,refresh_token", "override"=>true, "redirect-uri"=>"http://login.192.168.128.63.xip.io", "scope"=>"openid,oauth.approvals", "secret"=>"admin"}, "notifications"=>{"authorities"=>"cloud_controller.admin,scim.read", "authorized-grant-types"=>"client_credentials", "secret"=>"admin"}}, "jwt"=>{"signing_key"=>nil, "verification_key"=>nil}, "port"=>8080, "scim"=>{"user"=>{"override"=>nil}, "userids_enabled"=>true, "users"=>["admin|admin|scim.write,scim.read,openid,cloud_controller.admin,doppler.firehose"], "external_groups"=>nil}, "no_ssl"=>false, "url"=>"https://uaa.192.168.128.63.xip.io", "issuer"=>"https://uaa.192.168.128.63.xip.io", "dump_requests"=>nil, "login"=>{"client_secret"=>nil}, "require_https"=>nil, "spring_profiles"=>nil, "ldap"=>{"enabled"=>false, "profile_type"=>"search-and-bind", "url"=>nil, "userDNPattern"=>nil, "userDNPatternDelimiter"=>";", "userDN"=>nil, "userPassword"=>nil, "searchBase"=>"", "searchFilter"=>"cn={0}", "passwordAttributeName"=>"userPassword", "localPasswordCompare"=>"true", "passwordEncoder"=>"org.cloudfoundry.identity.uaa.ldap.DynamicPasswordComparator", "sslCertificate"=>nil, "sslCertificateAlias"=>nil, "mailAttributeName"=>"mail", "mailSubstitute"=>"", "mailSubstituteOverridesLdap"=>false, "groups"=>{"profile_type"=>"no-groups", "autoAdd"=>"true", "searchBase"=>"", "groupRoleAttribute"=>nil, "groupSearchFilter"=>"member={0}", "searchSubtree"=>"true", "maxSearchDepth"=>"1"}}, "restricted_ips_regex"=>"d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}"}, "domain"=>"192.168.128.63.xip.io", "env"=>{"http_proxy"=>nil, "https_proxy"=>nil, "no_proxy"=>nil}, "nats"=>{"password"=>"nats_password", "port"=>4222, "user"=>"nats_user", "machines"=>["192.168.128.61", "192.168.128.82"]}, "networks"=>{"apps"=>"cf1"}, "uaadb"=>{"address"=>"192.168.128.72", "databases"=>[{"citext"=>true, "name"=>"uaadb", "tag"=>"uaa"}], "db_scheme"=>"postgresql", "port"=>5524, "roles"=>[{"name"=>"uaaadmin", "password"=>"admin", "tag"=>"admin"}]}, "login"=>{"ldap"=>{"profile_type"=>nil, "url"=>nil, "userDNPattern"=>nil, "userDN"=>nil, "userPassword"=>nil, "searchBase"=>"", "searchFilter"=>"cn={0}", "passwordAttributeName"=>"userPassword", "localPasswordCompare"=>"true", "passwordEncoder"=>"org.cloudfoundry.identity.uaa.login.ldap.DynamicPasswordComparator", "sslCertificate"=>nil, "sslCertificateAlias"=>nil}, "spring_profiles"=>nil, "protocol"=>"http"}, "syslog_daemon_config"=>{"address"=>nil, "port"=>nil, "transport"=>"tcp"}, "metron_agent"=>{"incoming_port"=>3456, "dropsonde_incoming_port"=>3457, "debug"=>false, "status"=>{"user"=>"", "password"=>"", "port"=>0}, "zone"=>"z1", "etcd_query_interval_milliseconds"=>5000, "collector_registrar_interval_milliseconds"=>60000}, "loggregator"=>{"incoming_port"=>3456, "dropsonde_incoming_port"=>3457}, "loggregator_endpoint"=>{"shared_secret"=>"loggregator_endpoint_secret"}, "etcd"=>{"machines"=>["192.168.128.74", "192.168.128.75", "192.168.128.94"], "maxconcurrentrequests"=>10}, "consul"=>{"agent"=>{"mode"=>"client", "servers"=>{"lan"=>[], "wan"=>[]}, "log_level"=>"info", "datacenter"=>"dc1", "services"=>["uaa"], "protocol_version"=>2}}}, "dns_domain_name"=>"bosh", "persistent_disk"=>0, "template_hashes"=>{"uaa"=>"c151d90675cba428b6393859ec1618155d7d6496", "metron_agent"=>"9fa29b08e9df31371836aabee5232b6ea4c9f32e", "consul_agent"=>"90762366fa6e815201e3d4f60faa3e91786972ce"}, "rendered_templates_archive"=>{"blobstore_id"=>"c0e1fe6b-bc95-4b26-8b2b-ebeb7a410022", "sha1"=>"b44a909eb458f7c145aff1d06c24a8847ec2c9cc"}, "agent_id"=>"20f1f24c-ba53-4a84-bca0-c1f6971897dc", "vm"=>{"name"=>"vm-f9377eb2-0e5e-43b1-b2c9-ad6054a8ccf4", "id"=>"vm-700"}, "job_state"=>"failing", "bosh_protocol"=>"1", "ntp"=>{"message"=>"bad ntp server"}, "vitals"=>{"load"=>["0.07", "0.03", "0.05"], "cpu"=>{"user"=>"0.1", "sys"=>"0.0", "wait"=>"0.0"}, "mem"=>{"percent"=>"36.5", "kb"=>"373932"}, "swap"=>{"percent"=>"0.0", "kb"=>"0"}, "disk"=>{:system=>{:percent=>"40", :inode_percent=>"33"}, :ephemeral=>{:percent=>"16", :inode_percent=>"3"}}}}}
2015-04-20_11:11:27.58963 #[648] INFO: Message: {"method"=>"get_state", "arguments"=>[], "reply_to"=>"director.e3052a2b-ebf7-4785-8d58-34d3313c74cf.9dfb46f9-a3f0-4561-8726-1175b1bdffa9"}
2015-04-20_11:11:27.59397 #[648] INFO: Agent state: {"deployment"=>"cf", "job"=>{"name"=>"uaa_z1", "templates"=>[{"name"=>"uaa", "version"=>"e3278da4c650f21c13cfa935814233bc79f156f0", "sha1"=>"c8f3ee66bd955a58f95dbb7c02ca008c5e91ab6a", "blobstore_id"=>"eeacb64a-5f75-49ae-a52f-e486a0932326"}, {"name"=>"metron_agent", "version"=>"51cf1a4f2e361bc2a2bbd1bee7fa324fe7029589", "sha1"=>"50fccfa5198b0ccd6b39109ec5585f2502011da3", "blobstore_id"=>"484591b3-c175-4b74-9c52-88e1ed4b1840"}, {"name"=>"consul_agent", "version"=>"6a3b1fe7963fbcc3dea0eab7db337116ba062056", "sha1"=>"54c6a956f7ee1c906e0f8e8aaac13a25584e7d3f", "blobstore_id"=>"5423acb1-2829-40be-bb03-e0addecb9f71"}], "template"=>"uaa", "version"=>"e3278da4c650f21c13cfa935814233bc79f156f0", "sha1"=>"c8f3ee66bd955a58f95dbb7c02ca008c5e91ab6a", "blobstore_id"=>"eeacb64a-5f75-49ae-a52f-e486a0932326"}, "index"=>0, "networks"=>{"cf1"=>{"ip"=>"192.168.128.132", "netmask"=>"255.255.255.0", "cloud_properties"=>{"name"=>"CF"}, "default"=>["dns", "gateway"], "dns"=>["192.168.120.15"], "gateway"=>"192.168.128.1", "dns_record_name"=>"0.uaa-z1.cf1.cf.bosh"}}, "resource_pool"=>{"name"=>"medium_z1", "cloud_properties"=>{"cpu"=>1, "disk"=>4096, "ram"=>1024}, "stemcell"=>{"name"=>"bosh-vsphere-esxi-ubuntu", "version"=>"2427"}}, "packages"=>{"common"=>{"name"=>"common", "version"=>"99c756b71550530632e393f5189220f170a69647.1", "sha1"=>"35d77b0690a33e32f03afba8438f91119c346c3c", "blobstore_id"=>"9fd004f2-8eac-4e0a-81d5-7e32a52b2351"}, "ruby-2.1.4"=>{"name"=>"ruby-2.1.4", "version"=>"5a4612011cb6b8338d384acc7802367ae5e11003.1", "sha1"=>"8a9d63c45f906e7ba64706c1afa511deded152cc", "blobstore_id"=>"a0c70451-1814-4916-a6ce-15965ecf8cae"}, "uaa"=>{"name"=>"uaa", "version"=>"05b84acccba5cb31a170d9cad531d22ccb5df8a5.1", "sha1"=>"08dc2c9932303c4e14ab7d9bc5ee0dbf660037f4", "blobstore_id"=>"51a3d59b-37b0-4847-b30a-d620e6e724ac"}, "metron_agent"=>{"name"=>"metron_agent", "version"=>"122c9dea1f4be749d48bf1203ed0a407b5a2e1ff.1", "sha1"=>"a0ca8f44a6d95f08375876639741562b20899a27", "blobstore_id"=>"9e5c7f97-7101-415c-aba6-9bd876dacf1f"}, "consul"=>{"name"=>"consul", "version"=>"d828a4735b02229631673bc9cb6aab8e2d56eda5.1", "sha1"=>"2d0d48352d738ec52f6a2920366e3b131de51f6a", "blobstore_id"=>"56336c15-2647-4fea-9634-638c936579fc"}}, "configuration_hash"=>"9b7a17a0bbdc01794a58b8d7522daf1600261fec", "properties"=>{"uaa"=>{"admin"=>{"client_secret"=>"admin"}, "authentication"=>{"policy"=>{"lockoutAfterFailures"=>nil, "countFailuresWithinSeconds"=>nil, "lockoutPeriodSeconds"=>nil}}, "catalina_opts"=>"-Xmx768m -XX:MaxPermSize=256m", "cc"=>{"client_secret"=>"admin", "token_secret"=>nil}, "client"=>{"autoapprove"=>nil}, "user"=>{"authorities"=>["openid", "scim.me", "cloud_controller.read", "cloud_controller.write", "cloud_controller_service_permissions.read", "password.write", "uaa.user", "approvals.me", "oauth.approvals", "notification_preferences.read", "notification_preferences.write"]}, "openid"=>{"fallbackToAuthcode"=>true}, "clients"=>{"app-direct"=>{"secret"=>"admin"}, "cloud_controller_username_lookup"=>{"authorities"=>"scim.userids", "authorized-grant-types"=>"client_credentials", "secret"=>"admin"}, "developer_console"=>{"secret"=>"admin"}, "doppler"=>{"authorities"=>"uaa.resource", "override"=>true, "secret"=>"admin"}, "gorouter"=>{"authorities"=>"clients.read,clients.write,clients.admin,route.admin,route.advertise", "authorized-grant-types"=>"client_credentials,refresh_token", "scope"=>"openid,cloud_controller_service_permissions.read", "secret"=>"admin"}, "login"=>{"authorities"=>"oauth.login,scim.write,clients.read,notifications.write,critical_notifications.write,emails.write,scim.userids,password.write", "authorized-grant-types"=>"authorization_code,client_credentials,refresh_token", "override"=>true, "redirect-uri"=>"http://login.192.168.128.63.xip.io", "scope"=>"openid,oauth.approvals", "secret"=>"admin"}, "notifications"=>{"authorities"=>"cloud_controller.admin,scim.read", "authorized-grant-types"=>"client_credentials", "secret"=>"admin"}}, "jwt"=>{"signing_key"=>nil, "verification_key"=>nil}, "port"=>8080, "scim"=>{"user"=>{"override"=>nil}, "userids_enabled"=>true, "users"=>["admin|admin|scim.write,scim.read,openid,cloud_controller.admin,doppler.firehose"], "external_groups"=>nil}, "no_ssl"=>false, "url"=>"https://uaa.192.168.128.63.xip.io", "issuer"=>"https://uaa.192.168.128.63.xip.io", "dump_requests"=>nil, "login"=>{"client_secret"=>nil}, "require_https"=>nil, "spring_profiles"=>nil, "ldap"=>{"enabled"=>false, "profile_type"=>"search-and-bind", "url"=>nil, "userDNPattern"=>nil, "userDNPatternDelimiter"=>";", "userDN"=>nil, "userPassword"=>nil, "searchBase"=>"", "searchFilter"=>"cn={0}", "passwordAttributeName"=>"userPassword", "localPasswordCompare"=>"true", "passwordEncoder"=>"org.cloudfoundry.identity.uaa.ldap.DynamicPasswordComparator", "sslCertificate"=>nil, "sslCertificateAlias"=>nil, "mailAttributeName"=>"mail", "mailSubstitute"=>"", "mailSubstituteOverridesLdap"=>false, "groups"=>{"profile_type"=>"no-groups", "autoAdd"=>"true", "searchBase"=>"", "groupRoleAttribute"=>nil, "groupSearchFilter"=>"member={0}", "searchSubtree"=>"true", "maxSearchDepth"=>"1"}}, "restricted_ips_regex"=>"d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}"}, "domain"=>"192.168.128.63.xip.io", "env"=>{"http_proxy"=>nil, "https_proxy"=>nil, "no_proxy"=>nil}, "nats"=>{"password"=>"nats_password", "port"=>4222, "user"=>"nats_user", "machines"=>["192.168.128.61", "192.168.128.82"]}, "networks"=>{"apps"=>"cf1"}, "uaadb"=>{"address"=>"192.168.128.72", "databases"=>[{"citext"=>true, "name"=>"uaadb", "tag"=>"uaa"}], "db_scheme"=>"postgresql", "port"=>5524, "roles"=>[{"name"=>"uaaadmin", "password"=>"admin", "tag"=>"admin"}]}, "login"=>{"ldap"=>{"profile_type"=>nil, "url"=>nil, "userDNPattern"=>nil, "userDN"=>nil, "userPassword"=>nil, "searchBase"=>"", "searchFilter"=>"cn={0}", "passwordAttributeName"=>"userPassword", "localPasswordCompare"=>"true", "passwordEncoder"=>"org.cloudfoundry.identity.uaa.login.ldap.DynamicPasswordComparator", "sslCertificate"=>nil, "sslCertificateAlias"=>nil}, "spring_profiles"=>nil, "protocol"=>"http"}, "syslog_daemon_config"=>{"address"=>nil, "port"=>nil, "transport"=>"tcp"}, "metron_agent"=>{"incoming_port"=>3456, "dropsonde_incoming_port"=>3457, "debug"=>false, "status"=>{"user"=>"", "password"=>"", "port"=>0}, "zone"=>"z1", "etcd_query_interval_milliseconds"=>5000, "collector_registrar_interval_milliseconds"=>60000}, "loggregator"=>{"incoming_port"=>3456, "dropsonde_incoming_port"=>3457}, "loggregator_endpoint"=>{"shared_secret"=>"loggregator_endpoint_secret"}, "etcd"=>{"machines"=>["192.168.128.74", "192.168.128.75", "192.168.128.94"], "maxconcurrentrequests"=>10}, "consul"=>{"agent"=>{"mode"=>"client", "servers"=>{"lan"=>[], "wan"=>[]}, "log_level"=>"info", "datacenter"=>"dc1", "services"=>["uaa"], "protocol_version"=>2}}}, "dns_domain_name"=>"bosh", "persistent_disk"=>0, "template_hashes"=>{"uaa"=>"c151d90675cba428b6393859ec1618155d7d6496", "metron_agent"=>"9fa29b08e9df31371836aabee5232b6ea4c9f32e", "consul_agent"=>"90762366fa6e815201e3d4f60faa3e91786972ce"}, "rendered_templates_archive"=>{"blobstore_id"=>"c0e1fe6b-bc95-4b26-8b2b-ebeb7a410022", "sha1"=>"b44a909eb458f7c145aff1d06c24a8847ec2c9cc"}}
2015-04-20_11:11:27.59697 #[648] INFO: reply_to: director.e3052a2b-ebf7-4785-8d58-34d3313c74cf.9dfb46f9-a3f0-4561-8726-1175b1bdffa9: payload: {:value=>{"deployment"=>"cf", "job"=>{"name"=>"uaa_z1", "templates"=>[{"name"=>"uaa", "version"=>"e3278da4c650f21c13cfa935814233bc79f156f0", "sha1"=>"c8f3ee66bd955a58f95dbb7c02ca008c5e91ab6a", "blobstore_id"=>"eeacb64a-5f75-49ae-a52f-e486a0932326"}, {"name"=>"metron_agent", "version"=>"51cf1a4f2e361bc2a2bbd1bee7fa324fe7029589", "sha1"=>"50fccfa5198b0ccd6b39109ec5585f2502011da3", "blobstore_id"=>"484591b3-c175-4b74-9c52-88e1ed4b1840"}, {"name"=>"consul_agent", "version"=>"6a3b1fe7963fbcc3dea0eab7db337116ba062056", "sha1"=>"54c6a956f7ee1c906e0f8e8aaac13a25584e7d3f", "blobstore_id"=>"5423acb1-2829-40be-bb03-e0addecb9f71"}], "template"=>"uaa", "version"=>"e3278da4c650f21c13cfa935814233bc79f156f0", "sha1"=>"c8f3ee66bd955a58f95dbb7c02ca008c5e91ab6a", "blobstore_id"=>"eeacb64a-5f75-49ae-a52f-e486a0932326"}, "index"=>0, "networks"=>{"cf1"=>{"ip"=>"192.168.128.132", "netmask"=>"255.255.255.0", "cloud_properties"=>{"name"=>"CF"}, "default"=>["dns", "gateway"], "dns"=>["192.168.120.15"], "gateway"=>"192.168.128.1", "dns_record_name"=>"0.uaa-z1.cf1.cf.bosh"}}, "resource_pool"=>{"name"=>"medium_z1", "cloud_properties"=>{"cpu"=>1, "disk"=>4096, "ram"=>1024}, "stemcell"=>{"name"=>"bosh-vsphere-esxi-ubuntu", "version"=>"2427"}}, "packages"=>{"common"=>{"name"=>"common", "version"=>"99c756b71550530632e393f5189220f170a69647.1", "sha1"=>"35d77b0690a33e32f03afba8438f91119c346c3c", "blobstore_id"=>"9fd004f2-8eac-4e0a-81d5-7e32a52b2351"}, "ruby-2.1.4"=>{"name"=>"ruby-2.1.4", "version"=>"5a4612011cb6b8338d384acc7802367ae5e11003.1", "sha1"=>"8a9d63c45f906e7ba64706c1afa511deded152cc", "blobstore_id"=>"a0c70451-1814-4916-a6ce-15965ecf8cae"}, "uaa"=>{"name"=>"uaa", "version"=>"05b84acccba5cb31a170d9cad531d22ccb5df8a5.1", "sha1"=>"08dc2c9932303c4e14ab7d9bc5ee0dbf660037f4", "blobstore_id"=>"51a3d59b-37b0-4847-b30a-d620e6e724ac"}, "metron_agent"=>{"name"=>"metron_agent", "version"=>"122c9dea1f4be749d48bf1203ed0a407b5a2e1ff.1", "sha1"=>"a0ca8f44a6d95f08375876639741562b20899a27", "blobstore_id"=>"9e5c7f97-7101-415c-aba6-9bd876dacf1f"}, "consul"=>{"name"=>"consul", "version"=>"d828a4735b02229631673bc9cb6aab8e2d56eda5.1", "sha1"=>"2d0d48352d738ec52f6a2920366e3b131de51f6a", "blobstore_id"=>"56336c15-2647-4fea-9634-638c936579fc"}}, "configuration_hash"=>"9b7a17a0bbdc01794a58b8d7522daf1600261fec", "properties"=>{"uaa"=>{"admin"=>{"client_secret"=>"admin"}, "authentication"=>{"policy"=>{"lockoutAfterFailures"=>nil, "countFailuresWithinSeconds"=>nil, "lockoutPeriodSeconds"=>nil}}, "catalina_opts"=>"-Xmx768m -XX:MaxPermSize=256m", "cc"=>{"client_secret"=>"admin", "token_secret"=>nil}, "client"=>{"autoapprove"=>nil}, "user"=>{"authorities"=>["openid", "scim.me", "cloud_controller.read", "cloud_controller.write", "cloud_controller_service_permissions.read", "password.write", "uaa.user", "approvals.me", "oauth.approvals", "notification_preferences.read", "notification_preferences.write"]}, "openid"=>{"fallbackToAuthcode"=>true}, "clients"=>{"app-direct"=>{"secret"=>"admin"}, "cloud_controller_username_lookup"=>{"authorities"=>"scim.userids", "authorized-grant-types"=>"client_credentials", "secret"=>"admin"}, "developer_console"=>{"secret"=>"admin"}, "doppler"=>{"authorities"=>"uaa.resource", "override"=>true, "secret"=>"admin"}, "gorouter"=>{"authorities"=>"clients.read,clients.write,clients.admin,route.admin,route.advertise", "authorized-grant-types"=>"client_credentials,refresh_token", "scope"=>"openid,cloud_controller_service_permissions.read", "secret"=>"admin"}, "login"=>{"authorities"=>"oauth.login,scim.write,clients.read,notifications.write,critical_notifications.write,emails.write,scim.userids,password.write", "authorized-grant-types"=>"authorization_code,client_credentials,refresh_token", "override"=>true, "redirect-uri"=>"http://login.192.168.128.63.xip.io", "scope"=>"openid,oauth.approvals", "secret"=>"admin"}, "notifications"=>{"authorities"=>"cloud_controller.admin,scim.read", "authorized-grant-types"=>"client_credentials", "secret"=>"admin"}}, "jwt"=>{"signing_key"=>nil, "verification_key"=>nil}, "port"=>8080, "scim"=>{"user"=>{"override"=>nil}, "userids_enabled"=>true, "users"=>["admin|admin|scim.write,scim.read,openid,cloud_controller.admin,doppler.firehose"], "external_groups"=>nil}, "no_ssl"=>false, "url"=>"https://uaa.192.168.128.63.xip.io", "issuer"=>"https://uaa.192.168.128.63.xip.io", "dump_requests"=>nil, "login"=>{"client_secret"=>nil}, "require_https"=>nil, "spring_profiles"=>nil, "ldap"=>{"enabled"=>false, "profile_type"=>"search-and-bind", "url"=>nil, "userDNPattern"=>nil, "userDNPatternDelimiter"=>";", "userDN"=>nil, "userPassword"=>nil, "searchBase"=>"", "searchFilter"=>"cn={0}", "passwordAttributeName"=>"userPassword", "localPasswordCompare"=>"true", "passwordEncoder"=>"org.cloudfoundry.identity.uaa.ldap.DynamicPasswordComparator", "sslCertificate"=>nil, "sslCertificateAlias"=>nil, "mailAttributeName"=>"mail", "mailSubstitute"=>"", "mailSubstituteOverridesLdap"=>false, "groups"=>{"profile_type"=>"no-groups", "autoAdd"=>"true", "searchBase"=>"", "groupRoleAttribute"=>nil, "groupSearchFilter"=>"member={0}", "searchSubtree"=>"true", "maxSearchDepth"=>"1"}}, "restricted_ips_regex"=>"d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}"}, "domain"=>"192.168.128.63.xip.io", "env"=>{"http_proxy"=>nil, "https_proxy"=>nil, "no_proxy"=>nil}, "nats"=>{"password"=>"nats_password", "port"=>4222, "user"=>"nats_user", "machines"=>["192.168.128.61", "192.168.128.82"]}, "networks"=>{"apps"=>"cf1"}, "uaadb"=>{"address"=>"192.168.128.72", "databases"=>[{"citext"=>true, "name"=>"uaadb", "tag"=>"uaa"}], "db_scheme"=>"postgresql", "port"=>5524, "roles"=>[{"name"=>"uaaadmin", "password"=>"admin", "tag"=>"admin"}]}, "login"=>{"ldap"=>{"profile_type"=>nil, "url"=>nil, "userDNPattern"=>nil, "userDN"=>nil, "userPassword"=>nil, "searchBase"=>"", "searchFilter"=>"cn={0}", "passwordAttributeName"=>"userPassword", "localPasswordCompare"=>"true", "passwordEncoder"=>"org.cloudfoundry.identity.uaa.login.ldap.DynamicPasswordComparator", "sslCertificate"=>nil, "sslCertificateAlias"=>nil}, "spring_profiles"=>nil, "protocol"=>"http"}, "syslog_daemon_config"=>{"address"=>nil, "port"=>nil, "transport"=>"tcp"}, "metron_agent"=>{"incoming_port"=>3456, "dropsonde_incoming_port"=>3457, "debug"=>false, "status"=>{"user"=>"", "password"=>"", "port"=>0}, "zone"=>"z1", "etcd_query_interval_milliseconds"=>5000, "collector_registrar_interval_milliseconds"=>60000}, "loggregator"=>{"incoming_port"=>3456, "dropsonde_incoming_port"=>3457}, "loggregator_endpoint"=>{"shared_secret"=>"loggregator_endpoint_secret"}, "etcd"=>{"machines"=>["192.168.128.74", "192.168.128.75", "192.168.128.94"], "maxconcurrentrequests"=>10}, "consul"=>{"agent"=>{"mode"=>"client", "servers"=>{"lan"=>[], "wan"=>[]}, "log_level"=>"info", "datacenter"=>"dc1", "services"=>["uaa"], "protocol_version"=>2}}}, "dns_domain_name"=>"bosh", "persistent_disk"=>0, "template_hashes"=>{"uaa"=>"c151d90675cba428b6393859ec1618155d7d6496", "metron_agent"=>"9fa29b08e9df31371836aabee5232b6ea4c9f32e", "consul_agent"=>"90762366fa6e815201e3d4f60faa3e91786972ce"}, "rendered_templates_archive"=>{"blobstore_id"=>"c0e1fe6b-bc95-4b26-8b2b-ebeb7a410022", "sha1"=>"b44a909eb458f7c145aff1d06c24a8847ec2c9cc"}, "agent_id"=>"20f1f24c-ba53-4a84-bca0-c1f6971897dc", "vm"=>{"name"=>"vm-f9377eb2-0e5e-43b1-b2c9-ad6054a8ccf4", "id"=>"vm-700"}, "job_state"=>"failing", "bosh_protocol"=>"1", "ntp"=>{"message"=>"bad ntp server"}}}
2015-04-20_11:11:27.59971 #[648] INFO: Message: {"method"=>"list_disk", "arguments"=>[], "reply_to"=>"director.e3052a2b-ebf7-4785-8d58-34d3313c74cf.dae15112-1ac2-4e51-9ff4-4a1306379e8c"}
2015-04-20_11:11:27.59985 #[648] INFO: reply_to: director.e3052a2b-ebf7-4785-8d58-34d3313c74cf.dae15112-1ac2-4e51-9ff4-4a1306379e8c: payload: {:value=>[]}


Do you have any recommendation for me? I don't know really where to continue? :)

Thank you!

s.reh...@gmail.com

unread,
Apr 20, 2015, 7:21:56 AM4/20/15
to vcap...@cloudfoundry.org, s.reh...@gmail.com
+------------------------------------+---------+---------------+-----------------+
| Job/index                          | State   | Resource Pool | IPs             |
+------------------------------------+---------+---------------+-----------------+
| api_worker_z1/0                    | running | small_z1      | 192.168.128.139 |
| api_worker_z2/0                    | running | small_z2      | 192.168.128.140 |
| api_z1/0                           | running | large_z1      | 192.168.128.136 |
| api_z2/0                           | running | large_z2      | 192.168.128.137 |
| clock_global/0                     | running | medium_z1     | 192.168.128.138 |
| etcd_z1/0                          | running | medium_z1     | 192.168.128.74  |
| etcd_z1/1                          | running | medium_z1     | 192.168.128.75  |
| etcd_z2/0                          | running | medium_z2     | 192.168.128.94  |
| ha_proxy_z1/0                      | running | router_z1     | 192.168.128.63  |
| hm9000_z1/0                        | running | medium_z1     | 192.168.128.141 |
| hm9000_z2/0                        | running | medium_z2     | 192.168.128.142 |
| loggregator_trafficcontroller_z1/0 | running | small_z1      | 192.168.128.147 |
| loggregator_trafficcontroller_z2/0 | running | small_z2      | 192.168.128.148 |
| loggregator_z1/0                   | running | medium_z1     | 192.168.128.145 |
| loggregator_z2/0                   | running | medium_z2     | 192.168.128.146 |
| login_z1/0                         | running | medium_z1     | 192.168.128.134 |
| login_z2/0                         | running | medium_z2     | 192.168.128.135 |
| nats_z1/0                          | running | medium_z1     | 192.168.128.61  |
| nats_z2/0                          | running | medium_z2     | 192.168.128.82  |
| nfs_z1/0                           | running | medium_z1     | 192.168.128.62  |
| postgres_z1/0                      | running | medium_z1     | 192.168.128.72  |
| router_z1/0                        | running | router_z1     | 192.168.128.65  |
| router_z2/0                        | running | router_z2     | 192.168.128.86  |
| runner_z1/0                        | running | runner_z1     | 192.168.128.143 |
| runner_z2/0                        | running | runner_z2     | 192.168.128.144 |
| stats_z1/0                         | running | small_z1      | 192.168.128.131 |
| uaa_z1/0                           | failing | medium_z1     | 192.168.128.132 |
| uaa_z2/0                           | running | medium_z2     | 192.168.128.133 |
+------------------------------------+---------+---------------+-----------------+


Output of bosh vms

Parthiban Annadurai

unread,
Apr 20, 2015, 7:25:35 AM4/20/15
to vcap...@cloudfoundry.org, s.reh...@gmail.com
Hi Rehlegger,
                    Could you try bosh cck and then again kick-off the deploy.. Sometimes CloudCheck itself solves many problems..

Thanks..

--
You received this message because you are subscribed to the Google Groups "Cloud Foundry Developers" group.
To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/fd928756-4824-4b24-b156-b5cbb275eabb%40cloudfoundry.org.

To unsubscribe from this group and stop receiving emails from it, send an email to vcap-dev+u...@cloudfoundry.org.

Parthiban Annadurai

unread,
Apr 20, 2015, 7:30:19 AM4/20/15
to vcap...@cloudfoundry.org, s.reh...@gmail.com
Rehlegger, could you add the following in the place of keys, and try,

jwt:

      signing_key: |+
        -----BEGIN RSA PRIVATE KEY-----
        MIIEpgIBAAKCAQEAwYl8tujTh0xDkSWVnbbYGcJjlmn2zjq/M+9EI/qO78GA7bGX
        G/ZWAWJOVQ6/4c1AJEtJf3wiaEpYe5G4zPc5mitxhkOPLGkspl1lJNC5aqRAsN+U
        hZFVUIM6C6byFyskumfR3c3+E9QyieGxtXM+47Rr/g1IQPenLR6OW+AOPJjA92N/
        S6g+2BcyeWRTmzTQmRbtWuzejsc1TGfomj3F2N2pvO/jk0McTqEnTQ/L/38ooY4p
        dEhRyjT3uJIyil0N6JWRrTL0EFfU9oC2AoY0V62G/mhs73uKG9iEhqi9hIRbKAg1
        CtxgNBzB/Y5cO1hH6rcDHrvTwSQjyfbtlS1vawIDAQABAoIBAQDA5jFY+d0DyJ67
        x/NFHB5uJlMuc3Vcfi9fK0cGeVEIZR0FTPGpHDEC9iHPI4FbJUGeKzAZkfeVbSye
        FVNVb8CJCm3/fczxXe7z7rjGJgf447fa0y3spzuaoQE05fP75bOY26vQ4OUyjFjH
        Fx4SFckEGitdL43puy10ijUoG7z05SfKBHOaXAcl0YoED4APFUNxQXE2Nm17nBJF
        zd+ORLvqMaymmXmZAWbM4xjyMIdQ8NuNoF5tolH2lvNGqaj7oBK3I0188Qv5rUg3
        RJpqCMUTxBNYOGMRskAfxZX2uhDki+YRKJ8N6OEITfeRyENZWnUXaypTmCee9AO1
        glAJWNqBAoGBAP+2leThkfd2s9d3yw7H9KKMSpEQ4MUGhZcP+2TDUqPWCLFAVpFw
        VMmuXtWObBhO2vVi9SlpHvtdJBIb6w9i36Be7aF/ebyBdLrGZ4FjxLugfoPnq5a5
        vsH/eNTEx4f8bpDWaDUDBNdLFfuD1lW+6FxxeZdZY5r4KZKDpxt/c75BAoGBAMHB
        DRIYyl8fe1FL2Bt68bGbxIxCrkYJmLB63tB5IxTQ0mF3fefqPbZ+2Fvr5j0Qi5IQ
        v5JiD5IwWP1K7ZCoK3FXo+osb5nQrxqf6kuKXioztXDgpa14cHs1xE2GEPIAwlig
        FTRAKuf8sUrPG+g9azAN9hEZb10BSjmDFNYAWtqrAoGBAO1D9DcoGbEcoegWTgIM
        BHBibbnGiFgoIgI1oRQwq9g6+1vED87pBLMRqQrMGH5BhKbVSBdBY67mEFcBMozX
        OBnsmt8TkdgX4kB/YYDMGrnhRCKN7kdvV5FXwzzgzSbfUZPwbUZq464EDISQImrz
        NVS5MZH+Lg6XnrNEluRL0RBBAoGBAKBQbdI1dOz0DYMcsDk8ptMAQcaUPcJxmkcb
        w1TXhnFov0oqJqFHrbxchAS60YxhLjqzZO9n995L5rXd02dH3novu8686bJpexka
        jC/o0zU0B8LX/f3kk50+xagnb8ntWuEdw62yEk5VRRTS/RJSD2h5hMptMznPIW0o
        yoqvTH11AoGBAN9qcChgPUtGqqWT131pSLzGM4ZKSR49QPDvcrESBa8ME+zkfsJ9
        pkakpHj+9SoeYFfjL+iVqd19hNWnUr5YAqBX8VIWZhmWSiCclHchL8xFbRTm9ybi
        HxMtetDDbrBm5/ZiDKZXnlwDZgroNawslv/TFeDaigeDPXjI17YkJv7a
        -----END RSA PRIVATE KEY-----
      verification_key: |+
        -----BEGIN PUBLIC KEY-----
        MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwYl8tujTh0xDkSWVnbbY
        GcJjlmn2zjq/M+9EI/qO78GA7bGXG/ZWAWJOVQ6/4c1AJEtJf3wiaEpYe5G4zPc5
        mitxhkOPLGkspl1lJNC5aqRAsN+UhZFVUIM6C6byFyskumfR3c3+E9QyieGxtXM+
        47Rr/g1IQPenLR6OW+AOPJjA92N/S6g+2BcyeWRTmzTQmRbtWuzejsc1TGfomj3F
        2N2pvO/jk0McTqEnTQ/L/38ooY4pdEhRyjT3uJIyil0N6JWRrTL0EFfU9oC2AoY0
        V62G/mhs73uKG9iEhqi9hIRbKAg1CtxgNBzB/Y5cO1hH6rcDHrvTwSQjyfbtlS1v
        awIDAQAB
        -----END PUBLIC KEY-----


For me its working with this key..

Let me know if its worked..

Regards

Parthiban A


s.reh...@gmail.com

unread,
Apr 20, 2015, 8:46:19 AM4/20/15
to vcap...@cloudfoundry.org, s.reh...@gmail.com
Hi,

thanks for your help.
Yes i found an error in this section. But be aware: If I would use your certificate, it would also come to an error because in other sections (ha_proxy) I specified another (my) keypair ;-)

After deploy I get the same error and the same log output on the bosh VM.

Maybe the error is related with the message "bad ntp server" ??
Could you please post the section of ha_proxy properties (with your certificate keypair) just for checking?

Parthiban Annadurai

unread,
Apr 20, 2015, 8:57:54 AM4/20/15
to vcap...@cloudfoundry.org, s.reh...@gmail.com
@Rehlegger, FYI,

ha_proxy:
      disable_http: false
      ssl_ciphers: null
      ssl_pem: |+
        -----BEGIN CERTIFICATE-----
        MIIDMjCCAhoCCQDp6zUOVoxzITANBgkqhkiG9w0BAQsFADBbMQswCQYDVQQGEwJU
        VzEPMA0GA1UECAwGVGFpcGVpMQ8wDQYDVQQHDAZUYWlwZWkxETAPBgNVBAoMCENv
        cHRpbWFsMRcwFQYDVQQDDA4qLmNvcHRpbWFsLmNvbTAeFw0xNTAyMDkwNTM5NDFa
        Fw0xNjAyMDkwNTM5NDFaMFsxCzAJBgNVBAYTAlRXMQ8wDQYDVQQIDAZUYWlwZWkx
        DzANBgNVBAcMBlRhaXBlaTERMA8GA1UECgwIQ29wdGltYWwxFzAVBgNVBAMMDiou
        Y29wdGltYWwuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA34T0
        pJIjvulFcHr3p5hIfaUd/Ry4BQwmVVy0YEPCZWb9QMoor4DsV2FqxBnH5fJPleFM
        WNIuIj0UBihoN8ox9gzdIJb0HKeof7Omk1UdKRY4UR88xXOfzCB+i18eTSsoZEoh
        3XZsnzTcTnKZar94C5tz1tzjScHMjvYXJQeyZFxkGNuk8Ll7I5xElk4Fasc/wOUj
        cfO8rXycU334r/1MUhJsYTxqAZRdcXGJNfiXj+3fK1FZE2zMwtYiBMsES0NT2vEJ
        /Fb4n0AlVJjPj9uRTcv3VPAKWI0wLrjBQATx5PD9nWvUX9T7gSyIF3l7XsacyTV/
        QSsGmfW/nf7XD0kIRQIDAQABMA0GCSqGSIb3DQEBCwUAA4IBAQAw1kRtlcfDr/O7
        n+T5CpKhlYBaUtdryWFBHxCkO7Ym9WxgJ+nGosHVHr+2Sy1BITFUp7lSvNcI9Oup
        X4Nl9itIUWcwOXY/WNbFZ/GqPiKsnYTLZjPXj91/RUVcv7HrHrp0BASx5zzrchFy
        l9Wl+tlMeMx93WIpvDsxMm5DWkh5J8H5ieGI+UtvsJy/0DDohXr+Oe1Ynb4MYJsO
        pDq17K+kAgi+vDMk39QBG+VT3+SUP06TUUN0Y/DtinQ9cjjnn9BFy+f0QwcbBNmM
        Ae30Mnal9+fghnJ73WXUDRyD2q0k+q/LKaVLz1L/2F7pEFp1kfUK3JKAInuo/N5l
        f0WxP1Ve
        -----END CERTIFICATE-----
        -----BEGIN RSA PRIVATE KEY-----
        MIIEowIBAAKCAQEA34T0pJIjvulFcHr3p5hIfaUd/Ry4BQwmVVy0YEPCZWb9QMoo
        r4DsV2FqxBnH5fJPleFMWNIuIj0UBihoN8ox9gzdIJb0HKeof7Omk1UdKRY4UR88
        xXOfzCB+i18eTSsoZEoh3XZsnzTcTnKZar94C5tz1tzjScHMjvYXJQeyZFxkGNuk
        8Ll7I5xElk4Fasc/wOUjcfO8rXycU334r/1MUhJsYTxqAZRdcXGJNfiXj+3fK1FZ
        E2zMwtYiBMsES0NT2vEJ/Fb4n0AlVJjPj9uRTcv3VPAKWI0wLrjBQATx5PD9nWvU
        X9T7gSyIF3l7XsacyTV/QSsGmfW/nf7XD0kIRQIDAQABAoIBAE1G6FXleJpOiAVl
        Xi4BRj66UW3q+ew00SP+ExadFp58Rt6Zhgt3ZT6onYMC7sufRMiqxfyHXg/UUhH2
        8mEndLJ+rAzSY79sb6MG93ZEnPpRhlL1m8sgOIUYTufckNtZKnPR9XddtBwu6GPu
        1v/DBrvsmNYWNDaR3CkpB8Nzr8dmTETh4WzTQkOptayLM2J9Z9ThhcHcRxjbZ7b/
        ZpLzb8xlrCMmYVSR80SKAGztJmZck23VGRCHhevxuZZHgqyd8DFTaefFxXl97D5Q
        3fbuNdSjdJA0RyKqq9D0tuKid0N6Hkn5XORvOoTPEnolRgP5+RytkiMTFVXjcPUi
        ngO+WoECgYEA/McAjzmD0/dyfKxscMgRr0i/p/UIaW1fSdycUwi2aECG4jD/7Q4G
        UxpH8dNbJngWj482IvBtLOMuNMnsO1Jz9W7E6fFeJ6KLEYi7f7hg3DAL3ORGufde
        nrBeWYh1RwFZz+pOLaDjLSP9kMne4oC9sscxAboNV0BxSRHYkcm915ECgYEA4l52
        kgkjXB4tEKCig3cn9/t8m9TAverfmoVxndqBAGgqNYI2PvUZfM+LVaPyhtByTiiy
        tqBzIneOX/oSlsKdpYVILTQUTXtNRTC/O3Ys2kdKoZLAJPAQayxpL2+B0RnaRXKs
        aJtUnImXSAFjMBJNMIZ+zEsP8QFV7TJ3oQLJ03UCgYAXluqycweebGU+xUiJbeJY
        nU1lezSBwjc2SWQ9S37aU8tCqJf5o2lrr/Qu2S6UdHiGhTLkJ9PIcJsLShzFnHg9
        20x9GI1U3ZJk3IHC9Y30fndc8eC30iH+ZS8o49ct/S5IfPE2yODqgYVUUcJ/GMyb
        NoOYSaidD+KCkyvGzzDsQQKBgCJCx9FcfrSPgKSWm2IoY609q+Nt9OoJpWQetE5+
        5q1oFpNYrNskf4ILa3w/vxI2dEZuFHZdnG9oBu1xzORyeie2H3FwA26irdQ+B4N5
        ZFp5FcuUiW5Nwz5lT1o1l0FNl2KRc5S1hb3XeUUVqKx66KHiiUhkR/pjCF1JGSAO
        avuNAoGBAJSCOfQMTIIkV1eTa1yEYouvQBIwqf2BqAbF1TnysRc5CTxrNmmvMTk7
        nH5MWSvSpLOiOiQeeGSW4N2QqjbC8ArdgtuwTsOiCVPDCY7cIIGpbY5uFOPnpD+K
        W7bdXHxNQWb8CeKQWpYq5kaqaAC1tVzL9Dyrf0RA79ggN6XkbU2g
        -----END RSA PRIVATE KEY-----

Thanks..

Parthiban Annadurai

unread,
Apr 20, 2015, 8:59:41 AM4/20/15
to vcap...@cloudfoundry.org, Stefan Rehlegger
And also its not about bad ntp server and all.. Dont think.. i also thought like that only but after this changes, it worked for me..


Regards

Parthiban A

s.reh...@gmail.com

unread,
Apr 24, 2015, 3:12:48 AM4/24/15
to vcap...@cloudfoundry.org, s.reh...@gmail.com
Hi Parthiban,

thanks for your help. I got the error with UAA. It was an incorrect JWT signing and verification key ;-)
After some other troubles i now come to the point of api_z1.

Here i got the following error.
Do you have any idea about that?

2015-04-24_07:03:23.59615 #[726] DEBUG: Received email alert: From: monit@localhost
2015-04-24_07:03:23.59616 To: bosh@localhost
2015-04-24_07:03:23.59617 Subject: Monit Alert
2015-04-24_07:03:23.59617 Date: Fri, 24 Apr 2015 07:03:23 +0000
2015-04-24_07:03:23.59617 X-Mailer: monit 5.2.4
2015-04-24_07:03:23.59617 Mime-Version: 1.0
2015-04-24_07:03:23.59618 Content-Type: text/plain; charset="iso-8859-1"
2015-04-24_07:03:23.59618 Content-Transfer-Encoding: 8bit
2015-04-24_07:03:23.59618 Message-id: <1429859003.1603444484@818f7b4f-7c61-4673-b679-f5f88bd98a17>
2015-04-24_07:03:23.59618
2015-04-24_07:03:23.59618 Service: metron_agent
2015-04-24_07:03:23.59619           Event: Action done
2015-04-24_07:03:23.59619           Action: alert
2015-04-24_07:03:23.59619           Date: Fri, 24 Apr 2015 07:03:23 +0000
2015-04-24_07:03:23.59619           Description: start action done
2015-04-24_07:03:23.59619 #[726] DEBUG: Extracted email alert data: {:date=>"Fri, 24 Apr 2015 07:03:23 +0000", :id=>"1429859003.1603444484", :service=>"metron_agent", :event=>"Action done", :action=>"alert", :description=>"start action done"}
2015-04-24_07:03:24.63617 #[726] DEBUG: Received email alert: From: monit@localhost
2015-04-24_07:03:24.63618 To: bosh@localhost
2015-04-24_07:03:24.63619 Subject: Monit Alert
2015-04-24_07:03:24.63619 Date: Fri, 24 Apr 2015 07:03:24 +0000
2015-04-24_07:03:24.63619 X-Mailer: monit 5.2.4
2015-04-24_07:03:24.63619 Mime-Version: 1.0
2015-04-24_07:03:24.63619 Content-Type: text/plain; charset="iso-8859-1"
2015-04-24_07:03:24.63620 Content-Transfer-Encoding: 8bit
2015-04-24_07:03:24.63620 Message-id: <1429859004.232770038@818f7b4f-7c61-4673-b679-f5f88bd98a17>
2015-04-24_07:03:24.63620
2015-04-24_07:03:24.63620 Service: nfs_mounter
2015-04-24_07:03:24.63620           Event: Action done
2015-04-24_07:03:24.63621           Action: alert
2015-04-24_07:03:24.63621           Date: Fri, 24 Apr 2015 07:03:24 +0000
2015-04-24_07:03:24.63621           Description: start action done
2015-04-24_07:03:24.63621 #[726] DEBUG: Extracted email alert data: {:date=>"Fri, 24 Apr 2015 07:03:24 +0000", :id=>"1429859004.232770038", :service=>"nfs_mounter", :event=>"Action done", :action=>"alert", :description=>"start action done"}
2015-04-24_07:03:38.48756 #[726] INFO: Heartbeat sent
2015-04-24_07:03:38.48819 #[726] DEBUG: Heartbeat delivered
2015-04-24_07:03:41.37895 #[726] INFO: Message: {"method"=>"get_state", "arguments"=>[], "reply_to"=>"director.a090e585-27e0-4f06-ba43-165933ac2143.4038c030-7942-4866-88d6-db1388dec4fb"}
2015-04-24_07:03:41.37992 #[726] INFO: Agent state: {"deployment"=>"cf", "job"=>{"name"=>"api_z1", "templates"=>[{"name"=>"cloud_controller_ng", "version"=>"a119c2e707e1ce9bf9c7fe4fda813be7d0ba062c", "sha1"=>"4c748846e588d7910a7e62db259cabad8546b5e7", "blobstore_id"=>"1b296a93-6358-49d3-9ebe-dd7e3511bbd7"}, {"name"=>"metron_agent", "version"=>"8ad734ba7952b6184ac127a45608e64ebb1c4611", "sha1"=>"6f229f6f524dafc9ee4d46188c8cd7af1bcb8098", "blobstore_id"=>"d99d4cfd-08b4-4e8e-be6d-49312301286a"}, {"name"=>"nfs_mounter", "version"=>"e597e616003791ea243cf1d49880a90088c1129e", "sha1"=>"b412e293d904ae3b221462d7b13b581006cca0cc", "blobstore_id"=>"1e50eed0-e9a9-4f6f-a168-361a9cd34c19"}], "template"=>"cloud_controller_ng", "version"=>"a119c2e707e1ce9bf9c7fe4fda813be7d0ba062c", "sha1"=>"4c748846e588d7910a7e62db259cabad8546b5e7", "blobstore_id"=>"1b296a93-6358-49d3-9ebe-dd7e3511bbd7"}, "index"=>0, "networks"=>{"cf1"=>{"ip"=>"192.168.128.53", "netmask"=>"255.255.255.0", "cloud_properties"=>{"name"=>"CF"}, "default"=>["dns", "gateway"], "dns"=>["192.168.120.15"], "gateway"=>"192.168.128.1", "dns_record_name"=>"0.api-z1.cf1.cf.bosh"}}, "resource_pool"=>{"name"=>"large_z1", "cloud_properties"=>{"cpu"=>1, "disk"=>10240, "ram"=>1024}, "stemcell"=>{"name"=>"bosh-vsphere-esxi-ubuntu", "version"=>"2427"}}, "packages"=>{"common"=>{"name"=>"common", "version"=>"99c756b71550530632e393f5189220f170a69647.1", "sha1"=>"21d3dca9a8d13f9d2779166b495ba9e7b6bb553d", "blobstore_id"=>"ed5f75f5-d6ff-4bfb-9706-17eeac3a1a21"}, "cloud_controller_ng"=>{"name"=>"cloud_controller_ng", "version"=>"beb9633133b0e3031b40cfe65adfee43268ddd58.1", "sha1"=>"c50260b0d5fc4d9fb8d6bd92eecb51d6901b1177", "blobstore_id"=>"60b09bd9-d812-4a0e-8295-f84ba84d5e2c"}, "libpq"=>{"name"=>"libpq", "version"=>"49cc7477fcf9a3fef7a1f61e1494b32288587ed8.1", "sha1"=>"f05349c15f58e898c81cf0d306746d533ebd7cb6", "blobstore_id"=>"4724e43b-237f-4f6d-8ea7-0f8fa3e38df4"}, "mysqlclient"=>{"name"=>"mysqlclient", "version"=>"8b5d9ce287341048377997a9b3fe4ff3e6a1c68f.1", "sha1"=>"97173615bfe6b30e487531f1d037c0c94626721e", "blobstore_id"=>"c7d49423-cd3d-4e75-bccd-530b23d12b68"}, "ruby-2.1.4"=>{"name"=>"ruby-2.1.4", "version"=>"5a4612011cb6b8338d384acc7802367ae5e11003.1", "sha1"=>"c6c0294528bffd4a13b284496338790d2d8a5bd7", "blobstore_id"=>"8fd75425-bbea-469b-ba7d-d7fa6252d18c"}, "nginx"=>{"name"=>"nginx", "version"=>"c916c10937c83a8be507d3100133101eb403c826.1", "sha1"=>"94daeacd4d36fc6cc79a0aeb35947173ca457010", "blobstore_id"=>"139c14f3-70f6-4a33-abc8-4d6f24393cb2"}, "nginx_newrelic_plugin"=>{"name"=>"nginx_newrelic_plugin", "version"=>"92f2c6fb3f807f030d989c52cd1de445eba3f296.1", "sha1"=>"6a65f380c9d70c296a8fdb550ba7c7318180cf3a", "blobstore_id"=>"0e8b52f7-ea49-4b01-9503-912ac69fdf8d"}, "buildpack_java"=>{"name"=>"buildpack_java", "version"=>"952d3b7422b1c238ab77ab49159bac4701336109.1", "sha1"=>"2868f90267050677a4aa45465bf438fcad7addfc", "blobstore_id"=>"ce617dc3-798c-4c8d-8e4f-17d54942edd1"}, "buildpack_java_offline"=>{"name"=>"buildpack_java_offline", "version"=>"761cdf143d0f1e703e6a05800761107b2516c80d.1", "sha1"=>"760dc48976f9a943a9e365c3b947b3a0261246ce", "blobstore_id"=>"2b5484cb-493e-473e-a10d-fd57de8f2d23"}, "buildpack_ruby"=>{"name"=>"buildpack_ruby", "version"=>"d98a0ead8dbcc4ed3165ef4b2ef9cd909fd13657.1", "sha1"=>"f8785b5bcec5933dd4c1865028f43bdb3abf456a", "blobstore_id"=>"61f471e1-bb43-4929-bfbb-1e29ab39e151"}, "buildpack_nodejs"=>{"name"=>"buildpack_nodejs", "version"=>"230a73b893a54a108138c5a6ba78a7a0ca13c84d.1", "sha1"=>"a639fda60d05d0030655aece1988428b33454669", "blobstore_id"=>"8f5056fe-19a0-42c6-9043-a21c8f4bec75"}, "buildpack_go"=>{"name"=>"buildpack_go", "version"=>"c647d65201f25e34bcc304898afe43c82104d950.1", "sha1"=>"9fc7e5a842aea542907e6dfc6b3fbc95a1d93252", "blobstore_id"=>"2fc2d600-2ea9-44d1-8b5e-2242ca9fbf03"}, "buildpack_python"=>{"name"=>"buildpack_python", "version"=>"076c11da464aa50911e1744b39e95522a00e1f48.1", "sha1"=>"737295a27cfe09e46d5dbbe47e2b6c0f20eeb7f3", "blobstore_id"=>"d89e9cf2-937c-4996-a70a-97149fbd22ca"}, "buildpack_php"=>{"name"=>"buildpack_php", "version"=>"60fb983e430ab8de7fb647cba59954f8d0c4b9c9.1", "sha1"=>"c5a1af640e687d1e7e1d9b7668a1ff03c461ffd4", "blobstore_id"=>"c29b859b-ccee-4f76-a458-3d98c39f8074"}, "metron_agent"=>{"name"=>"metron_agent", "version"=>"27c6122c3dcabaeac758bae7cb258910a5ac1e42.1", "sha1"=>"f6c41014b4fcbc04b0f48b349b08a368997bfb01", "blobstore_id"=>"0680d036-a8be-4d11-81bd-e7a39cb6a994"}}, "configuration_hash"=>"00bcba123666ce7b6a2457ab2c85419af0c81eb2", "properties"=>{"ssl"=>{"skip_cert_verify"=>false}, "name"=>"vcap", "build"=>"2222", "version"=>"2", "support_address"=>"http://support.cloudfoundry.com", "description"=>"Cloud Foundry sponsored by Pivotal", "domain"=>"192.168.128.3.xip.io", "system_domain"=>"192.168.128.3.xip.io", "system_domain_organization"=>"pivotal", "app_domains"=>["192.168.128.3.xip.io"], "networks"=>{"apps"=>"cf1"}, "nats"=>{"user"=>"nats_user", "password"=>"nats_password", "port"=>4222, "machines"=>["192.168.128.29", "192.168.129.201"]}, "nfs_server"=>{"address"=>"192.168.128.2", "share"=>nil, "nfsv4"=>nil, "idmapd_domain"=>"localdomain", "pipefs_directory"=>"/var/lib/nfs/rpc_pipefs", "share_path"=>"/var/vcap/nfs"}, "request_timeout_in_seconds"=>900, "cc"=>{"internal_service_hostname"=>nil, "external_port"=>9022, "jobs"=>{"global"=>{"timeout_in_seconds"=>14400}, "app_bits_packer"=>{"timeout_in_seconds"=>nil}, "app_events_cleanup"=>{"timeout_in_seconds"=>nil}, "app_usage_events_cleanup"=>{"timeout_in_seconds"=>nil}, "blobstore_delete"=>{"timeout_in_seconds"=>nil}, "blobstore_upload"=>{"timeout_in_seconds"=>nil}, "droplet_deletion"=>{"timeout_in_seconds"=>nil}, "droplet_upload"=>{"timeout_in_seconds"=>nil}, "model_deletion"=>{"timeout_in_seconds"=>nil}, "local"=>{"number_of_workers"=>2}}, "app_events"=>{"cutoff_age_in_days"=>31}, "app_usage_events"=>{"cutoff_age_in_days"=>31}, "audit_events"=>{"cutoff_age_in_days"=>31}, "failed_jobs"=>{"cutoff_age_in_days"=>31}, "billing_event_writing_enabled"=>false, "info"=>{"name"=>nil, "build"=>nil, "version"=>nil, "support_address"=>nil, "description"=>nil, "custom"=>nil}, "directories"=>{"tmpdir"=>"/var/vcap/data/cloud_controller_ng/tmp", "diagnostics"=>"/var/vcap/data/cloud_controller_ng/diagnostics"}, "external_protocol"=>"http", "external_host"=>"api", "cc_partition"=>"default", "bulk_api_user"=>"bulk_api", "bulk_api_password"=>"password", "internal_api_user"=>"internal_user", "internal_api_password"=>"password", "min_cli_version"=>nil, "min_recommended_cli_version"=>nil, "uaa_resource_id"=>"cloud_controller,cloud_controller_service_permissions", "db_logging_level"=>"debug2", "logging_level"=>"debug2", "logging_max_retries"=>1, "staging_timeout_in_seconds"=>900, "default_health_check_timeout"=>60, "maximum_health_check_timeout"=>180, "stacks"=>[{"name"=>"lucid64", "description"=>"Ubuntu 10.04 on x86-64"}, {"name"=>"cflinuxfs2", "description"=>"Cloud Foundry Linux-based filesystem"}], "default_stack"=>"cflinuxfs2", "staging_upload_user"=>"username", "staging_upload_password"=>"password", "quota_definitions"=>{"default"=>{"memory_limit"=>10240, "non_basic_services_allowed"=>true, "total_routes"=>1000, "total_services"=>100}}, "default_quota_definition"=>"default", "default_fog_connection"=>{"provider"=>"Local", "local_root"=>"/var/vcap/nfs/shared"}, "resource_pool"=>{"minimum_size"=>65536, "maximum_size"=>536870912, "resource_directory_key"=>"192.168.128.3.xip.io-cc-resources", "fog_connection"=>nil, "cdn"=>{"uri"=>"", "private_key"=>"", "key_pair_id"=>""}}, "packages"=>{"app_package_directory_key"=>"192.168.128.3.xip.io-cc-packages", "max_package_size"=>1073741824, "fog_connection"=>nil, "cdn"=>{"uri"=>"", "private_key"=>"", "key_pair_id"=>""}}, "droplets"=>{"droplet_directory_key"=>"the_key", "fog_connection"=>nil, "cdn"=>{"uri"=>"", "private_key"=>"", "key_pair_id"=>""}}, "buildpacks"=>{"buildpack_directory_key"=>"bd_key", "fog_connection"=>nil, "cdn"=>{"uri"=>"", "private_key"=>"", "key_pair_id"=>""}}, "db_encryption_key"=>"the_key", "default_app_memory"=>1024, "default_app_disk_in_mb"=>1024, "maximum_app_disk_in_mb"=>2048, "users_can_select_backend"=>true, "diego_docker"=>false, "default_to_diego_backend"=>false, "flapping_crash_count_threshold"=>3, "client_max_body_size"=>"1536M", "disable_custom_buildpacks"=>false, "broker_client_timeout_seconds"=>70, "broker_client_default_async_poll_interval_seconds"=>60, "broker_client_max_async_poll_duration_minutes"=>10080, "development_mode"=>false, "newrelic"=>{"license_key"=>nil, "environment_name"=>"development", "developer_mode"=>false, "monitor_mode"=>false, "log_file_path"=>"/var/vcap/sys/log/cloud_controller_ng/newrelic", "capture_params"=>false, "transaction_tracer"=>{"enabled"=>true, "record_sql"=>"obfuscated"}}, "thresholds"=>{"api"=>{"alert_if_above_mb"=>2250, "restart_if_consistently_above_mb"=>2250, "restart_if_above_mb"=>2450}}, "staging_file_descriptor_limit"=>16384, "renderer"=>{"max_results_per_page"=>100, "default_results_per_page"=>50, "max_inline_relations_depth"=>2}, "install_buildpacks"=>[{"name"=>"java_buildpack", "package"=>"buildpack_java"}, {"name"=>"ruby_buildpack", "package"=>"buildpack_ruby"}, {"name"=>"nodejs_buildpack", "package"=>"buildpack_nodejs"}, {"name"=>"go_buildpack", "package"=>"buildpack_go"}, {"name"=>"python_buildpack", "package"=>"buildpack_python"}, {"name"=>"php_buildpack", "package"=>"buildpack_php"}], "app_bits_upload_grace_period_in_seconds"=>1200, "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"}]}], "default_running_security_groups"=>["public_networks", "dns"], "default_staging_security_groups"=>["public_networks", "dns"], "feature_disabled_message"=>nil, "allowed_cors_domains"=>[], "instance_file_descriptor_limit"=>16384}, "ccdb"=>{"databases"=>[{"citext"=>true, "name"=>"ccdb", "tag"=>"cc"}], "roles"=>[{"name"=>"ccadmin", "password"=>"admin", "tag"=>"admin"}], "db_scheme"=>"postgres", "address"=>"192.168.128.12", "port"=>5524, "max_connections"=>25, "max_ar_connections"=>5, "pool_timeout"=>10}, "uaa"=>{"cc"=>{"token_secret"=>nil}, "no_ssl"=>false, "url"=>"https://uaa.192.168.128.3.xip.io", "jwt"=>{"verification_key"=>"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwYl8tujTh0xDkSWVnbbY\nGcJjlmn2zjq/M+9EI/qO78GA7bGXG/ZWAWJOVQ6/4c1AJEtJf3wiaEpYe5G4zPc5\nmitxhkOPLGkspl1lJNC5aqRAsN+UhZFVUIM6C6byFyskumfR3c3+E9QyieGxtXM+\n47Rr/g1IQPenLR6OW+AOPJjA92N/S6g+2BcyeWRTmzTQmRbtWuzejsc1TGfomj3F\n2N2pvO/jk0McTqEnTQ/L/38ooY4pdEhRyjT3uJIyil0N6JWRrTL0EFfU9oC2AoY0\nV62G/mhs73uKG9iEhqi9hIRbKAg1CtxgNBzB/Y5cO1hH6rcDHrvTwSQjyfbtlS1v\nawIDAQAB\n-----END PUBLIC KEY-----\n\n"}, "clients"=>{"cc_service_broker_client"=>{"secret"=>nil, "scope"=>"openid,cloud_controller_service_permissions.read"}, "cc-service-dashboards"=>{"secret"=>nil, "scope"=>"openid,cloud_controller_service_permissions.read"}, "cloud_controller_username_lookup"=>{"client"=>nil, "secret"=>"cloud_controller_username_lookup_secret"}}}, "login"=>{"url"=>nil, "enabled"=>true}, "hm9000"=>{"url"=>"https://hm9000.192.168.128.3.xip.io"}, "metron_endpoint"=>{"host"=>"127.0.0.1", "port"=>3456, "shared_secret"=>"loggregator_endpoint_secret"}, "logger_endpoint"=>{"use_ssl"=>true, "port"=>443}, "dea_next"=>{"staging_memory_limit_mb"=>1024, "staging_disk_limit_mb"=>6144, "advertise_interval_in_seconds"=>5}, "syslog_daemon_config"=>{"address"=>nil, "port"=>nil, "transport"=>"tcp"}, "metron_agent"=>{"incoming_port"=>3456, "dropsonde_incoming_port"=>3457, "statsd_incoming_port"=>8125, "debug"=>false, "status"=>{"user"=>"", "password"=>"", "port"=>0}, "zone"=>"z1", "etcd_query_interval_milliseconds"=>5000, "collector_registrar_interval_milliseconds"=>60000}, "loggregator"=>{"incoming_port"=>3456, "dropsonde_incoming_port"=>3457}, "loggregator_endpoint"=>{"shared_secret"=>"loggregator_endpoint_secret"}, "etcd"=>{"machines"=>["192.168.128.14", "192.168.128.15", "192.168.129.213"], "maxconcurrentrequests"=>10}}, "dns_domain_name"=>"bosh", "persistent_disk"=>0, "persistent_disk_pool"=>{"name"=>"afe00b49-68c3-4fb5-bc80-7d7a6c9ef1ba", "disk_size"=>0, "cloud_properties"=>{}}, "template_hashes"=>{"cloud_controller_ng"=>"ae6b31302e9851c833cfc21923a43837fad28f0c", "metron_agent"=>"7037398c06189babac3e65d52da52e10f7604ab8", "nfs_mounter"=>"6072fd834bd6559b70c941c631aaef968135e5a6"}, "rendered_templates_archive"=>{"blobstore_id"=>"2585d12a-4c85-4776-ad43-e33397963bf4", "sha1"=>"c0f7c69330601e5abdaf6cfcce54471e8c39af6c"}}
2015-04-24_07:03:41.61618 #[726] INFO: reply_to: director.a090e585-27e0-4f06-ba43-165933ac2143.4038c030-7942-4866-88d6-db1388dec4fb: payload: {:value=>{"deployment"=>"cf", "job"=>{"name"=>"api_z1", "templates"=>[{"name"=>"cloud_controller_ng", "version"=>"a119c2e707e1ce9bf9c7fe4fda813be7d0ba062c", "sha1"=>"4c748846e588d7910a7e62db259cabad8546b5e7", "blobstore_id"=>"1b296a93-6358-49d3-9ebe-dd7e3511bbd7"}, {"name"=>"metron_agent", "version"=>"8ad734ba7952b6184ac127a45608e64ebb1c4611", "sha1"=>"6f229f6f524dafc9ee4d46188c8cd7af1bcb8098", "blobstore_id"=>"d99d4cfd-08b4-4e8e-be6d-49312301286a"}, {"name"=>"nfs_mounter", "version"=>"e597e616003791ea243cf1d49880a90088c1129e", "sha1"=>"b412e293d904ae3b221462d7b13b581006cca0cc", "blobstore_id"=>"1e50eed0-e9a9-4f6f-a168-361a9cd34c19"}], "template"=>"cloud_controller_ng", "version"=>"a119c2e707e1ce9bf9c7fe4fda813be7d0ba062c", "sha1"=>"4c748846e588d7910a7e62db259cabad8546b5e7", "blobstore_id"=>"1b296a93-6358-49d3-9ebe-dd7e3511bbd7"}, "index"=>0, "networks"=>{"cf1"=>{"ip"=>"192.168.128.53", "netmask"=>"255.255.255.0", "cloud_properties"=>{"name"=>"CF"}, "default"=>["dns", "gateway"], "dns"=>["192.168.120.15"], "gateway"=>"192.168.128.1", "dns_record_name"=>"0.api-z1.cf1.cf.bosh"}}, "resource_pool"=>{"name"=>"large_z1", "cloud_properties"=>{"cpu"=>1, "disk"=>10240, "ram"=>1024}, "stemcell"=>{"name"=>"bosh-vsphere-esxi-ubuntu", "version"=>"2427"}}, "packages"=>{"common"=>{"name"=>"common", "version"=>"99c756b71550530632e393f5189220f170a69647.1", "sha1"=>"21d3dca9a8d13f9d2779166b495ba9e7b6bb553d", "blobstore_id"=>"ed5f75f5-d6ff-4bfb-9706-17eeac3a1a21"}, "cloud_controller_ng"=>{"name"=>"cloud_controller_ng", "version"=>"beb9633133b0e3031b40cfe65adfee43268ddd58.1", "sha1"=>"c50260b0d5fc4d9fb8d6bd92eecb51d6901b1177", "blobstore_id"=>"60b09bd9-d812-4a0e-8295-f84ba84d5e2c"}, "libpq"=>{"name"=>"libpq", "version"=>"49cc7477fcf9a3fef7a1f61e1494b32288587ed8.1", "sha1"=>"f05349c15f58e898c81cf0d306746d533ebd7cb6", "blobstore_id"=>"4724e43b-237f-4f6d-8ea7-0f8fa3e38df4"}, "mysqlclient"=>{"name"=>"mysqlclient", "version"=>"8b5d9ce287341048377997a9b3fe4ff3e6a1c68f.1", "sha1"=>"97173615bfe6b30e487531f1d037c0c94626721e", "blobstore_id"=>"c7d49423-cd3d-4e75-bccd-530b23d12b68"}, "ruby-2.1.4"=>{"name"=>"ruby-2.1.4", "version"=>"5a4612011cb6b8338d384acc7802367ae5e11003.1", "sha1"=>"c6c0294528bffd4a13b284496338790d2d8a5bd7", "blobstore_id"=>"8fd75425-bbea-469b-ba7d-d7fa6252d18c"}, "nginx"=>{"name"=>"nginx", "version"=>"c916c10937c83a8be507d3100133101eb403c826.1", "sha1"=>"94daeacd4d36fc6cc79a0aeb35947173ca457010", "blobstore_id"=>"139c14f3-70f6-4a33-abc8-4d6f24393cb2"}, "nginx_newrelic_plugin"=>{"name"=>"nginx_newrelic_plugin", "version"=>"92f2c6fb3f807f030d989c52cd1de445eba3f296.1", "sha1"=>"6a65f380c9d70c296a8fdb550ba7c7318180cf3a", "blobstore_id"=>"0e8b52f7-ea49-4b01-9503-912ac69fdf8d"}, "buildpack_java"=>{"name"=>"buildpack_java", "version"=>"952d3b7422b1c238ab77ab49159bac4701336109.1", "sha1"=>"2868f90267050677a4aa45465bf438fcad7addfc", "blobstore_id"=>"ce617dc3-798c-4c8d-8e4f-17d54942edd1"}, "buildpack_java_offline"=>{"name"=>"buildpack_java_offline", "version"=>"761cdf143d0f1e703e6a05800761107b2516c80d.1", "sha1"=>"760dc48976f9a943a9e365c3b947b3a0261246ce", "blobstore_id"=>"2b5484cb-493e-473e-a10d-fd57de8f2d23"}, "buildpack_ruby"=>{"name"=>"buildpack_ruby", "version"=>"d98a0ead8dbcc4ed3165ef4b2ef9cd909fd13657.1", "sha1"=>"f8785b5bcec5933dd4c1865028f43bdb3abf456a", "blobstore_id"=>"61f471e1-bb43-4929-bfbb-1e29ab39e151"}, "buildpack_nodejs"=>{"name"=>"buildpack_nodejs", "version"=>"230a73b893a54a108138c5a6ba78a7a0ca13c84d.1", "sha1"=>"a639fda60d05d0030655aece1988428b33454669", "blobstore_id"=>"8f5056fe-19a0-42c6-9043-a21c8f4bec75"}, "buildpack_go"=>{"name"=>"buildpack_go", "version"=>"c647d65201f25e34bcc304898afe43c82104d950.1", "sha1"=>"9fc7e5a842aea542907e6dfc6b3fbc95a1d93252", "blobstore_id"=>"2fc2d600-2ea9-44d1-8b5e-2242ca9fbf03"}, "buildpack_python"=>{"name"=>"buildpack_python", "version"=>"076c11da464aa50911e1744b39e95522a00e1f48.1", "sha1"=>"737295a27cfe09e46d5dbbe47e2b6c0f20eeb7f3", "blobstore_id"=>"d89e9cf2-937c-4996-a70a-97149fbd22ca"}, "buildpack_php"=>{"name"=>"buildpack_php", "version"=>"60fb983e430ab8de7fb647cba59954f8d0c4b9c9.1", "sha1"=>"c5a1af640e687d1e7e1d9b7668a1ff03c461ffd4", "blobstore_id"=>"c29b859b-ccee-4f76-a458-3d98c39f8074"}, "metron_agent"=>{"name"=>"metron_agent", "version"=>"27c6122c3dcabaeac758bae7cb258910a5ac1e42.1", "sha1"=>"f6c41014b4fcbc04b0f48b349b08a368997bfb01", "blobstore_id"=>"0680d036-a8be-4d11-81bd-e7a39cb6a994"}}, "configuration_hash"=>"00bcba123666ce7b6a2457ab2c85419af0c81eb2", "properties"=>{"ssl"=>{"skip_cert_verify"=>false}, "name"=>"vcap", "build"=>"2222", "version"=>"2", "support_address"=>"http://support.cloudfoundry.com", "description"=>"Cloud Foundry sponsored by Pivotal", "domain"=>"192.168.128.3.xip.io", "system_domain"=>"192.168.128.3.xip.io", "system_domain_organization"=>"pivotal", "app_domains"=>["192.168.128.3.xip.io"], "networks"=>{"apps"=>"cf1"}, "nats"=>{"user"=>"nats_user", "password"=>"nats_password", "port"=>4222, "machines"=>["192.168.128.29", "192.168.129.201"]}, "nfs_server"=>{"address"=>"192.168.128.2", "share"=>nil, "nfsv4"=>nil, "idmapd_domain"=>"localdomain", "pipefs_directory"=>"/var/lib/nfs/rpc_pipefs", "share_path"=>"/var/vcap/nfs"}, "request_timeout_in_seconds"=>900, "cc"=>{"internal_service_hostname"=>nil, "external_port"=>9022, "jobs"=>{"global"=>{"timeout_in_seconds"=>14400}, "app_bits_packer"=>{"timeout_in_seconds"=>nil}, "app_events_cleanup"=>{"timeout_in_seconds"=>nil}, "app_usage_events_cleanup"=>{"timeout_in_seconds"=>nil}, "blobstore_delete"=>{"timeout_in_seconds"=>nil}, "blobstore_upload"=>{"timeout_in_seconds"=>nil}, "droplet_deletion"=>{"timeout_in_seconds"=>nil}, "droplet_upload"=>{"timeout_in_seconds"=>nil}, "model_deletion"=>{"timeout_in_seconds"=>nil}, "local"=>{"number_of_workers"=>2}}, "app_events"=>{"cutoff_age_in_days"=>31}, "app_usage_events"=>{"cutoff_age_in_days"=>31}, "audit_events"=>{"cutoff_age_in_days"=>31}, "failed_jobs"=>{"cutoff_age_in_days"=>31}, "billing_event_writing_enabled"=>false, "info"=>{"name"=>nil, "build"=>nil, "version"=>nil, "support_address"=>nil, "description"=>nil, "custom"=>nil}, "directories"=>{"tmpdir"=>"/var/vcap/data/cloud_controller_ng/tmp", "diagnostics"=>"/var/vcap/data/cloud_controller_ng/diagnostics"}, "external_protocol"=>"http", "external_host"=>"api", "cc_partition"=>"default", "bulk_api_user"=>"bulk_api", "bulk_api_password"=>"password", "internal_api_user"=>"internal_user", "internal_api_password"=>"password", "min_cli_version"=>nil, "min_recommended_cli_version"=>nil, "uaa_resource_id"=>"cloud_controller,cloud_controller_service_permissions", "db_logging_level"=>"debug2", "logging_level"=>"debug2", "logging_max_retries"=>1, "staging_timeout_in_seconds"=>900, "default_health_check_timeout"=>60, "maximum_health_check_timeout"=>180, "stacks"=>[{"name"=>"lucid64", "description"=>"Ubuntu 10.04 on x86-64"}, {"name"=>"cflinuxfs2", "description"=>"Cloud Foundry Linux-based filesystem"}], "default_stack"=>"cflinuxfs2", "staging_upload_user"=>"username", "staging_upload_password"=>"password", "quota_definitions"=>{"default"=>{"memory_limit"=>10240, "non_basic_services_allowed"=>true, "total_routes"=>1000, "total_services"=>100}}, "default_quota_definition"=>"default", "default_fog_connection"=>{"provider"=>"Local", "local_root"=>"/var/vcap/nfs/shared"}, "resource_pool"=>{"minimum_size"=>65536, "maximum_size"=>536870912, "resource_directory_key"=>"192.168.128.3.xip.io-cc-resources", "fog_connection"=>nil, "cdn"=>{"uri"=>"", "private_key"=>"", "key_pair_id"=>""}}, "packages"=>{"app_package_directory_key"=>"192.168.128.3.xip.io-cc-packages", "max_package_size"=>1073741824, "fog_connection"=>nil, "cdn"=>{"uri"=>"", "private_key"=>"", "key_pair_id"=>""}}, "droplets"=>{"droplet_directory_key"=>"the_key", "fog_connection"=>nil, "cdn"=>{"uri"=>"", "private_key"=>"", "key_pair_id"=>""}}, "buildpacks"=>{"buildpack_directory_key"=>"bd_key", "fog_connection"=>nil, "cdn"=>{"uri"=>"", "private_key"=>"", "key_pair_id"=>""}}, "db_encryption_key"=>"the_key", "default_app_memory"=>1024, "default_app_disk_in_mb"=>1024, "maximum_app_disk_in_mb"=>2048, "users_can_select_backend"=>true, "diego_docker"=>false, "default_to_diego_backend"=>false, "flapping_crash_count_threshold"=>3, "client_max_body_size"=>"1536M", "disable_custom_buildpacks"=>false, "broker_client_timeout_seconds"=>70, "broker_client_default_async_poll_interval_seconds"=>60, "broker_client_max_async_poll_duration_minutes"=>10080, "development_mode"=>false, "newrelic"=>{"license_key"=>nil, "environment_name"=>"development", "developer_mode"=>false, "monitor_mode"=>false, "log_file_path"=>"/var/vcap/sys/log/cloud_controller_ng/newrelic", "capture_params"=>false, "transaction_tracer"=>{"enabled"=>true, "record_sql"=>"obfuscated"}}, "thresholds"=>{"api"=>{"alert_if_above_mb"=>2250, "restart_if_consistently_above_mb"=>2250, "restart_if_above_mb"=>2450}}, "staging_file_descriptor_limit"=>16384, "renderer"=>{"max_results_per_page"=>100, "default_results_per_page"=>50, "max_inline_relations_depth"=>2}, "install_buildpacks"=>[{"name"=>"java_buildpack", "package"=>"buildpack_java"}, {"name"=>"ruby_buildpack", "package"=>"buildpack_ruby"}, {"name"=>"nodejs_buildpack", "package"=>"buildpack_nodejs"}, {"name"=>"go_buildpack", "package"=>"buildpack_go"}, {"name"=>"python_buildpack", "package"=>"buildpack_python"}, {"name"=>"php_buildpack", "package"=>"buildpack_php"}], "app_bits_upload_grace_period_in_seconds"=>1200, "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"}]}], "default_running_security_groups"=>["public_networks", "dns"], "default_staging_security_groups"=>["public_networks", "dns"], "feature_disabled_message"=>nil, "allowed_cors_domains"=>[], "instance_file_descriptor_limit"=>16384}, "ccdb"=>{"databases"=>[{"citext"=>true, "name"=>"ccdb", "tag"=>"cc"}], "roles"=>[{"name"=>"ccadmin", "password"=>"admin", "tag"=>"admin"}], "db_scheme"=>"postgres", "address"=>"192.168.128.12", "port"=>5524, "max_connections"=>25, "max_ar_connections"=>5, "pool_timeout"=>10}, "uaa"=>{"cc"=>{"token_secret"=>nil}, "no_ssl"=>false, "url"=>"https://uaa.192.168.128.3.xip.io", "jwt"=>{"verification_key"=>"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwYl8tujTh0xDkSWVnbbY\nGcJjlmn2zjq/M+9EI/qO78GA7bGXG/ZWAWJOVQ6/4c1AJEtJf3wiaEpYe5G4zPc5\nmitxhkOPLGkspl1lJNC5aqRAsN+UhZFVUIM6C6byFyskumfR3c3+E9QyieGxtXM+\n47Rr/g1IQPenLR6OW+AOPJjA92N/S6g+2BcyeWRTmzTQmRbtWuzejsc1TGfomj3F\n2N2pvO/jk0McTqEnTQ/L/38ooY4pdEhRyjT3uJIyil0N6JWRrTL0EFfU9oC2AoY0\nV62G/mhs73uKG9iEhqi9hIRbKAg1CtxgNBzB/Y5cO1hH6rcDHrvTwSQjyfbtlS1v\nawIDAQAB\n-----END PUBLIC KEY-----\n\n"}, "clients"=>{"cc_service_broker_client"=>{"secret"=>nil, "scope"=>"openid,cloud_controller_service_permissions.read"}, "cc-service-dashboards"=>{"secret"=>nil, "scope"=>"openid,cloud_controller_service_permissions.read"}, "cloud_controller_username_lookup"=>{"client"=>nil, "secret"=>"cloud_controller_username_lookup_secret"}}}, "login"=>{"url"=>nil, "enabled"=>true}, "hm9000"=>{"url"=>"https://hm9000.192.168.128.3.xip.io"}, "metron_endpoint"=>{"host"=>"127.0.0.1", "port"=>3456, "shared_secret"=>"loggregator_endpoint_secret"}, "logger_endpoint"=>{"use_ssl"=>true, "port"=>443}, "dea_next"=>{"staging_memory_limit_mb"=>1024, "staging_disk_limit_mb"=>6144, "advertise_interval_in_seconds"=>5}, "syslog_daemon_config"=>{"address"=>nil, "port"=>nil, "transport"=>"tcp"}, "metron_agent"=>{"incoming_port"=>3456, "dropsonde_incoming_port"=>3457, "statsd_incoming_port"=>8125, "debug"=>false, "status"=>{"user"=>"", "password"=>"", "port"=>0}, "zone"=>"z1", "etcd_query_interval_milliseconds"=>5000, "collector_registrar_interval_milliseconds"=>60000}, "loggregator"=>{"incoming_port"=>3456, "dropsonde_incoming_port"=>3457}, "loggregator_endpoint"=>{"shared_secret"=>"loggregator_endpoint_secret"}, "etcd"=>{"machines"=>["192.168.128.14", "192.168.128.15", "192.168.129.213"], "maxconcurrentrequests"=>10}}, "dns_domain_name"=>"bosh", "persistent_disk"=>0, "persistent_disk_pool"=>{"name"=>"afe00b49-68c3-4fb5-bc80-7d7a6c9ef1ba", "disk_size"=>0, "cloud_properties"=>{}}, "template_hashes"=>{"cloud_controller_ng"=>"ae6b31302e9851c833cfc21923a43837fad28f0c", "metron_agent"=>"7037398c06189babac3e65d52da52e10f7604ab8", "nfs_mounter"=>"6072fd834bd6559b70c941c631aaef968135e5a6"}, "rendered_templates_archive"=>{"blobstore_id"=>"2585d12a-4c85-4776-ad43-e33397963bf4", "sha1"=>"c0f7c69330601e5abdaf6cfcce54471e8c39af6c"}, "agent_id"=>"818f7b4f-7c61-4673-b679-f5f88bd98a17", "vm"=>{"name"=>"vm-aae20747-c68f-4881-9d58-571473a640f1", "id"=>"vm-1238"}, "job_state"=>"failing", "bosh_protocol"=>"1", "ntp"=>{"message"=>"bad ntp server"}}}


Parthiban Annadurai

unread,
Apr 28, 2015, 4:06:25 AM4/28/15
to vcap...@cloudfoundry.org, Stefan Rehlegger
Hi Stefan,
              Great.. Try bosh cck and again kick off bosh deploy..

Regards

Parthiban A

Pravin Mishra

unread,
Apr 28, 2015, 6:29:10 AM4/28/15
to vcap...@cloudfoundry.org, Stefan Rehlegger
Hi Stefan,

Bosh cck will fix a few minor issues by restarting OR recreating that component as per your preferences. Can you paste api_z1 component log. 

Best Regards,
Pravin Mishra  
Reply all
Reply to author
Forward
0 new messages