Skip to content

Instantly share code, notes, and snippets.

@making
Created September 14, 2016 03:20
Show Gist options
  • Save making/8ed9c10662695ab4f8d00da8b6449edd to your computer and use it in GitHub Desktop.
Save making/8ed9c10662695ab4f8d00da8b6449edd to your computer and use it in GitHub Desktop.
$ bosh -n deploy
Acting as user 'admin' on deployment 'cf' on 'Bosh Lite Director'
Getting deployment properties from director...
Unable to get properties list from director, trying without it...

Detecting deployment changes
----------------------------
resource_pools:
- name: small_z1
  network: cf_private
  stemcell:
    name: bosh-warden-boshlite-ubuntu-trusty-go_agent
    version: '3262.2'
  cloud_properties:
    name: random
- name: diego
  network: cf_private
  stemcell:
    name: bosh-warden-boshlite-ubuntu-trusty-go_agent
    version: '3262.2'
  cloud_properties:
    name: random
- name: small
  network: cf_private
  stemcell:
    name: bosh-warden-boshlite-ubuntu-trusty-go_agent
    version: '3262.2'
  cloud_properties:
    name: random

compilation:
  workers: 8
  network: cf_private
  reuse_compilation_vms: true
  cloud_properties:
    name: random

networks:
- name: cf_private
  type: manual
  subnets:
  - range: 10.244.0.0/24
    reserved:
    - 10.244.0.1 - 10.244.0.3
    static:
    - 10.244.0.100
    - 10.244.0.101
    - 10.244.0.102
    - 10.244.0.103
    - 10.244.0.104
    - 10.244.0.105
    - 10.244.0.34
    cloud_properties: {}

releases:
- name: cf
  version: '241'
- name: diego
  version: 0.1483.0
- name: etcd
  version: '66'
- name: garden-linux
  version: 0.342.0
- name: cflinuxfs2-rootfs
  version: 1.27.0

update:
  canaries: 1
  max_in_flight: 1
  serial: false
  canary_watch_time: 30000-600000
  update_watch_time: 5000-600000

jobs:
- name: nats_z1
  instances: 1
  resource_pool: small_z1
  templates:
  - name: nats
    release: cf
  - name: nats_stream_forwarder
    release: cf
  - name: metron_agent
    release: cf
  networks:
  - name: cf_private
    static_ips:
    - 10.244.0.103
- name: etcd_z1
  instances: 1
  resource_pool: small_z1
  persistent_disk: 102400
  templates:
  - name: etcd
    release: cf
  - name: etcd_metrics_server
    release: cf
  - name: metron_agent
    release: cf
  networks:
  - name: cf_private
    static_ips:
    - 10.244.0.104
  properties:
    etcd_metrics_server:
      nats:
        machines:
        - "<redacted>"
        password: "<redacted>"
        username: "<redacted>"
- name: consul_z1
  instances: 1
  persistent_disk: 1024
  resource_pool: small_z1
  templates:
  - name: metron_agent
    release: cf
  - name: consul_agent
    release: cf
  networks:
  - name: cf_private
    static_ips:
    - 10.244.0.105
  properties:
    consul:
      agent:
        mode: "<redacted>"
- name: diego_cell_z1
  instances: 1
  resource_pool: diego
  templates:
  - name: consul_agent
    release: cf
  - name: rep
    release: diego
  - name: garden
    release: garden-linux
  - name: cflinuxfs2-rootfs-setup
    release: cflinuxfs2-rootfs
  - name: metron_agent
    release: cf
  networks:
  - name: cf_private
  update:
    serial: true
    max_in_flight: 1
  properties:
    metron_agent:
      zone: "<redacted>"
    diego:
      rep:
        zone: "<redacted>"
- name: diego_brain_z1
  instances: 1
  resource_pool: diego
  templates:
  - name: consul_agent
    release: cf
  - name: etcd
    release: etcd
  - name: bbs
    release: diego
  - name: auctioneer
    release: diego
  - name: stager
    release: cf
  - name: nsync
    release: cf
  - name: tps
    release: cf
  - name: cc_uploader
    release: cf
  - name: file_server
    release: diego
  - name: route_emitter
    release: diego
  - name: metron_agent
    release: cf
  persistent_disk: 20480
  networks:
  - name: cf_private
  update:
    serial: true
    max_in_flight: 1
  properties:
    consul:
      agent:
        services:
          etcd: {}
    metron_agent:
      zone: "<redacted>"
- name: blobstore_z1
  instances: 1
  persistent_disk: 102400
  resource_pool: small_z1
  templates:
  - name: blobstore
    release: cf
  - name: metron_agent
    release: cf
  - name: route_registrar
    release: cf
  - name: consul_agent
    release: cf
  networks:
  - name: cf_private
  properties:
    consul:
      agent:
        services:
          blobstore: {}
    route_registrar:
      routes:
      - name: "<redacted>"
        port: "<redacted>"
        registration_interval: "<redacted>"
        tags:
          component: "<redacted>"
        uris:
        - "<redacted>"
- name: postgres_z1
  instances: 1
  persistent_disk: 1024
  resource_pool: small_z1
  templates:
  - name: postgres
    release: cf
  - name: metron_agent
    release: cf
  networks:
  - name: cf_private
    static_ips:
    - 10.244.0.101
  update:
    serial: true
- name: api_z1
  instances: 1
  resource_pool: small_z1
  templates:
  - name: cloud_controller_ng
    release: cf
  - name: cloud_controller_worker
    release: cf
  - name: cloud_controller_clock
    release: cf
  - name: metron_agent
    release: cf
  - name: route_registrar
    release: cf
  - name: consul_agent
    release: cf
  - name: go-buildpack
    release: cf
  - name: binary-buildpack
    release: cf
  - name: nodejs-buildpack
    release: cf
  - name: ruby-buildpack
    release: cf
  - name: java-buildpack
    release: cf
  - name: php-buildpack
    release: cf
  - name: python-buildpack
    release: cf
  - name: staticfile-buildpack
    release: cf
  networks:
  - name: cf_private
  properties:
    consul:
      agent:
        services:
          cloud_controller_ng: {}
    route_registrar:
      routes:
      - name: "<redacted>"
        registration_interval: "<redacted>"
        port: "<redacted>"
        uris:
        - "<redacted>"
- name: ha_proxy_z1
  instances: 1
  resource_pool: small_z1
  templates:
  - name: haproxy
    release: cf
  - name: consul_agent
    release: cf
  - name: metron_agent
    release: cf
  networks:
  - name: cf_private
    static_ips:
    - 10.244.0.34
  properties:
    ha_proxy:
      ssl_pem: "<redacted>"
    router:
      servers:
      - "<redacted>"
- name: doppler_z1
  instances: 1
  resource_pool: small_z1
  templates:
  - name: doppler
    release: cf
  - name: metron_agent
    release: cf
  - name: syslog_drain_binder
    release: cf
  networks:
  - name: cf_private
  properties:
    doppler:
      zone: "<redacted>"
    doppler_endpoint:
      shared_secret: "<redacted>"
- name: loggregator_trafficcontroller_z1
  instances: 1
  resource_pool: small_z1
  templates:
  - name: loggregator_trafficcontroller
    release: cf
  - name: metron_agent
    release: cf
  - name: route_registrar
    release: cf
  networks:
  - name: cf_private
  properties:
    traffic_controller:
      zone: "<redacted>"
    route_registrar:
      routes:
      - name: "<redacted>"
        registration_interval: "<redacted>"
        port: "<redacted>"
        uris:
        - "<redacted>"
      - name: "<redacted>"
        registration_interval: "<redacted>"
        port: "<redacted>"
        uris:
        - "<redacted>"
- name: uaa_z1
  instances: 1
  resource_pool: small_z1
  templates:
  - name: uaa
    release: cf
  - name: metron_agent
    release: cf
  - name: route_registrar
    release: cf
  networks:
  - name: cf_private
  properties:
    login:
      catalina_opts: "<redacted>"
    route_registrar:
      routes:
      - name: "<redacted>"
        registration_interval: "<redacted>"
        port: "<redacted>"
        uris:
        - "<redacted>"
        - "<redacted>"
        - "<redacted>"
        - "<redacted>"
    uaa:
      admin:
        client_secret: "<redacted>"
      batch:
        password: "<redacted>"
        username: "<redacted>"
      cc:
        client_secret: "<redacted>"
      scim:
        userids_enabled: "<redacted>"
        users:
        - name: "<redacted>"
          password: "<redacted>"
          groups:
          - "<redacted>"
          - "<redacted>"
          - "<redacted>"
          - "<redacted>"
          - "<redacted>"
          - "<redacted>"
    uaadb:
      address: "<redacted>"
      databases:
      - name: "<redacted>"
        tag: "<redacted>"
      db_scheme: "<redacted>"
      port: "<redacted>"
      roles:
      - name: "<redacted>"
        password: "<redacted>"
        tag: "<redacted>"
- name: router_z1
  instances: 1
  resource_pool: small_z1
  templates:
  - name: gorouter
    release: cf
  - name: metron_agent
    release: cf
  - name: consul_agent
    release: cf
  networks:
  - name: cf_private
    static_ips:
    - 10.244.0.102
  properties:
    dropsonde:
      enabled: "<redacted>"

name: cf

director_uuid: fb70f16a-4d6f-41f8-bc2e-0181a03dff18

properties:
  router:
    route_services_secret: "<redacted>"
    ssl_skip_validation: "<redacted>"
  networks:
    apps: "<redacted>"
  app_domains:
  - "<redacted>"
  cc:
    allow_app_ssh_access: "<redacted>"
    default_to_diego_backend: "<redacted>"
    internal_api_user: "<redacted>"
    buildpacks:
      blobstore_type: "<redacted>"
      webdav_config:
        blobstore_timeout: "<redacted>"
        password: "<redacted>"
        private_endpoint: "<redacted>"
        public_endpoint: "<redacted>"
        secret: "<redacted>"
        username: "<redacted>"
    droplets:
      blobstore_type: "<redacted>"
      webdav_config:
        blobstore_timeout: "<redacted>"
        password: "<redacted>"
        private_endpoint: "<redacted>"
        public_endpoint: "<redacted>"
        secret: "<redacted>"
        username: "<redacted>"
    external_port: "<redacted>"
    packages:
      blobstore_type: "<redacted>"
      webdav_config:
        blobstore_timeout: "<redacted>"
        password: "<redacted>"
        private_endpoint: "<redacted>"
        public_endpoint: "<redacted>"
        secret: "<redacted>"
        username: "<redacted>"
    resource_pool:
      blobstore_type: "<redacted>"
      webdav_config:
        blobstore_timeout: "<redacted>"
        password: "<redacted>"
        private_endpoint: "<redacted>"
        public_endpoint: "<redacted>"
        secret: "<redacted>"
        username: "<redacted>"
    bulk_api_password: "<redacted>"
    db_encryption_key: "<redacted>"
    default_running_security_groups:
    - "<redacted>"
    - "<redacted>"
    default_staging_security_groups:
    - "<redacted>"
    - "<redacted>"
    install_buildpacks:
    - name: "<redacted>"
      package: "<redacted>"
    - name: "<redacted>"
      package: "<redacted>"
    - name: "<redacted>"
      package: "<redacted>"
    - name: "<redacted>"
      package: "<redacted>"
    - name: "<redacted>"
      package: "<redacted>"
    - name: "<redacted>"
      package: "<redacted>"
    - name: "<redacted>"
      package: "<redacted>"
    - name: "<redacted>"
      package: "<redacted>"
    internal_api_password: "<redacted>"
    quota_definitions:
      default:
        memory_limit: "<redacted>"
        non_basic_services_allowed: "<redacted>"
        total_routes: "<redacted>"
        total_services: "<redacted>"
    security_group_definitions:
    - name: "<redacted>"
      rules:
      - destination: "<redacted>"
        protocol: "<redacted>"
      - destination: "<redacted>"
        protocol: "<redacted>"
      - destination: "<redacted>"
        protocol: "<redacted>"
      - destination: "<redacted>"
        protocol: "<redacted>"
      - destination: "<redacted>"
        protocol: "<redacted>"
    - name: "<redacted>"
      rules:
      - destination: "<redacted>"
        ports: "<redacted>"
        protocol: "<redacted>"
      - destination: "<redacted>"
        ports: "<redacted>"
        protocol: "<redacted>"
    srv_api_uri: "<redacted>"
    staging_upload_password: "<redacted>"
    staging_upload_user: "<redacted>"
  ccdb:
    address: "<redacted>"
    databases:
    - name: "<redacted>"
      tag: "<redacted>"
    db_scheme: "<redacted>"
    port: "<redacted>"
    roles:
    - name: "<redacted>"
      password: "<redacted>"
      tag: "<redacted>"
  consul:
    agent:
      log_level: "<redacted>"
      domain: "<redacted>"
      servers:
        lan:
        - "<redacted>"
    encrypt_keys:
    - "<redacted>"
    ca_cert: "<redacted>"
    server_cert: "<redacted>"
    agent_cert: "<redacted>"
    server_key: "<redacted>"
    agent_key: "<redacted>"
  blobstore:
    admin_users:
    - password: "<redacted>"
      username: "<redacted>"
    secure_link:
      secret: "<redacted>"
    tls:
      cert: "<redacted>"
      private_key: "<redacted>"
      ca_cert: "<redacted>"
  databases:
    databases:
    - name: "<redacted>"
      tag: "<redacted>"
      citext: "<redacted>"
    - name: "<redacted>"
      tag: "<redacted>"
      citext: "<redacted>"
    port: "<redacted>"
    roles:
    - name: "<redacted>"
      password: "<redacted>"
      tag: "<redacted>"
    - name: "<redacted>"
      password: "<redacted>"
      tag: "<redacted>"
  description: "<redacted>"
  domain: "<redacted>"
  etcd:
    advertise_urls_dns_suffix: "<redacted>"
    cluster:
    - name: "<redacted>"
      instances: "<redacted>"
    machines:
    - "<redacted>"
    peer_require_ssl: "<redacted>"
    require_ssl: "<redacted>"
  logger_endpoint:
    port: "<redacted>"
  loggregator:
    etcd:
      machines:
      - "<redacted>"
  loggregator_endpoint:
    shared_secret: "<redacted>"
  metron_agent:
    zone: "<redacted>"
    deployment: "<redacted>"
    dropsonde_incoming_port: "<redacted>"
  metron_endpoint:
    shared_secret: "<redacted>"
  nats:
    machines:
    - "<redacted>"
    password: "<redacted>"
    port: "<redacted>"
    user: "<redacted>"
  ssl:
    skip_cert_verify: "<redacted>"
  system_domain: "<redacted>"
  system_domain_organization: "<redacted>"
  uaa:
    clients:
      cf:
        access-token-validity: "<redacted>"
        authorities: "<redacted>"
        authorized-grant-types: "<redacted>"
        autoapprove: "<redacted>"
        override: "<redacted>"
        refresh-token-validity: "<redacted>"
        scope: "<redacted>"
      cc-service-dashboards:
        authorities: "<redacted>"
        authorized-grant-types: "<redacted>"
        scope: "<redacted>"
        secret: "<redacted>"
      cloud_controller_username_lookup:
        authorities: "<redacted>"
        authorized-grant-types: "<redacted>"
        secret: "<redacted>"
      cc_routing:
        authorities: "<redacted>"
        secret: "<redacted>"
        authorized-grant-types: "<redacted>"
      gorouter:
        authorities: "<redacted>"
        authorized-grant-types: "<redacted>"
        secret: "<redacted>"
      tcp_emitter:
        authorities: "<redacted>"
        authorized-grant-types: "<redacted>"
        secret: "<redacted>"
      tcp_router:
        authorities: "<redacted>"
        authorized-grant-types: "<redacted>"
        secret: "<redacted>"
      doppler:
        authorities: "<redacted>"
        secret: "<redacted>"
      login:
        authorities: "<redacted>"
        authorized-grant-types: "<redacted>"
        redirect-uri: "<redacted>"
        scope: "<redacted>"
        secret: "<redacted>"
      servicesmgmt:
        authorities: "<redacted>"
        authorized-grant-types: "<redacted>"
        autoapprove: "<redacted>"
        redirect-uri: "<redacted>"
        scope: "<redacted>"
        secret: "<redacted>"
    jwt:
      signing_key: "<redacted>"
      verification_key: "<redacted>"
    ssl:
      port: "<redacted>"
    url: "<redacted>"
  capi:
    nsync:
      bbs:
        ca_cert: "<redacted>"
        client_cert: "<redacted>"
        client_key: "<redacted>"
        require_ssl: "<redacted>"
      cc:
        base_url: "<redacted>"
        basic_auth_password: "<redacted>"
      diego_privileged_containers: "<redacted>"
    tps:
      bbs:
        ca_cert: "<redacted>"
        client_cert: "<redacted>"
        client_key: "<redacted>"
        require_ssl: "<redacted>"
      cc:
        base_url: "<redacted>"
        basic_auth_password: "<redacted>"
      traffic_controller_url: "<redacted>"
    tps_listener:
      bbs:
        ca_cert: "<redacted>"
        client_cert: "<redacted>"
        client_key: "<redacted>"
        require_ssl: "<redacted>"
      cc:
        base_url: "<redacted>"
        basic_auth_password: "<redacted>"
    stager:
      bbs:
        ca_cert: "<redacted>"
        client_cert: "<redacted>"
        client_key: "<redacted>"
        require_ssl: "<redacted>"
      cc:
        base_url: "<redacted>"
        basic_auth_password: "<redacted>"
  diego:
    auctioneer:
      bbs:
        ca_cert: "<redacted>"
        client_cert: "<redacted>"
        client_key: "<redacted>"
        require_ssl: "<redacted>"
    bbs:
      active_key_label: "<redacted>"
      encryption_keys:
      - label: "<redacted>"
        passphrase: "<redacted>"
      ca_cert: "<redacted>"
      etcd:
        ca_cert: "<redacted>"
        client_cert: "<redacted>"
        client_key: "<redacted>"
        require_ssl: "<redacted>"
      require_ssl: "<redacted>"
      server_cert: "<redacted>"
      server_key: "<redacted>"
    converger:
      bbs:
        ca_cert: "<redacted>"
        client_cert: "<redacted>"
        client_key: "<redacted>"
        require_ssl: "<redacted>"
    rep:
      bbs:
        ca_cert: "<redacted>"
        client_cert: "<redacted>"
        client_key: "<redacted>"
        require_ssl: "<redacted>"
      preloaded_rootfses:
      - "<redacted>"
    executor:
      memory_capacity_mb: "<redacted>"
      disk_capacity_mb: "<redacted>"
    route_emitter:
      bbs:
        ca_cert: "<redacted>"
        client_cert: "<redacted>"
        client_key: "<redacted>"
        require_ssl: "<redacted>"
      nats:
        machines:
        - "<redacted>"
        password: "<redacted>"
        port: "<redacted>"
        user: "<redacted>"
    ssl:
      skip_cert_verify: "<redacted>"
  garden:
    graph_cleanup_threshold_in_mb: "<redacted>"
    persistent_image_list:
    - "<redacted>"
    deny_networks:
    - "<redacted>"

Deploying
---------

Director task 7
Deprecation: Ignoring cloud config. Manifest contains 'networks' section.

  Started preparing deployment > Preparing deployment. Done (00:00:00)

  Started preparing package compilation > Finding packages to compile > Downloading 'nats-common/1f712a21c0b1cbb3b547eccc79eb159aaee48b99' from global cache > Downloading 'gnatsd/81f9a5debd447ad76ad55cae5b558a3a9a1dd1e1' from global cache > Downloading 'golang1.6/5dd4024894667ba7f647b883bbff25c04960e5c1' from global cache > Downloading 'ruby-2.2.5/1471d078219e7aee8cb9c0ab1aefabbec561bfa7' from global cache > Downloading 'nats/9da10677048bd8c1237ae5f14ffe6be34ad16def' from global cache > Downloading 'loggregator_common/6e89e9e4c155576dfc47b5959887807831ddf2df' from global cache > Downloading 'metron_agent/ed01b3d6f75933a1704cfff66ceeab287999a73a' from global cache > Downloading 'etcd-common/0f365b3a98184c2a6537efd51f67e8d5e9d2c486' from global cache > Downloading 'etcd/015a370c4578c19dd3578329477b1f1a549f0c60' from global cache > Downloading 'etcd-dns-checker/9676918944de93dd773b706cc7ecc68073492372' from global cache > Downloading 'etcd_metrics_server/e498285a38c9d86eac759e40c05af6ea77fe9456' from global cache > Downloading 'consul/786f3d52dcbb785f523f3b39b172b9b7e2a9c148' from global cache > Downloading 'confab/daf6221db93eb67b15e0ade0b5f8fbafa2e8360b' from global cache > Downloading 'pid_utils/47faf4ceaabf5f8199771110facf1dda941e7151' from global cache > Downloading 'rep/ff5ed02566a63e0bcb09a445539ec0740f1c51e4' from global cache > Downloading 'golang/d3a4ac26953c7c2c5db712195f0e920401424663' from global cache > Downloading 'garden-linux/5b08cf13e1c858247750b818be28dcff2a1df9e9' from global cache > Downloading 'golang_1.6.1/7c83e83f822259c6324742e3dfc5d4aaae25e9e6' from global cache > Downloading 'iptables/1849640edffacddd64b86720d576ab55f5256faf' from global cache > Downloading 'shadow/16422ac029e7ba17fc885b887bb780169d02b7e7' from global cache > Downloading 'busybox/1593c41beb57c12d7f2b82dff61b47d4d119913d' from global cache > Downloading 'tar/cfd0d2ff9e0773446e403cef583e0f01cd61f592' from global cache > Downloading 'cflinuxfs2/a48cedf96fa738616b8f3a36980a5cac60a7e909' from global cache > Downloading 'etcd-common/0f365b3a98184c2a6537efd51f67e8d5e9d2c486' from global cache > Downloading 'etcd/e1b0e46ea13b2076eae1d84ef7de8444eac9d3c0' from global cache > Downloading 'golang1.6/d3a4ac26953c7c2c5db712195f0e920401424663' from global cache > Downloading 'etcd-dns-checker/9676918944de93dd773b706cc7ecc68073492372' from global cache > Downloading 'bbs/dc46cc35915bc005ffcb9fb0daeb1a17722b0544' from global cache > Downloading 'auctioneer/1e8ddbc0bdf4e73638c4018bc9b400613e1b194c' from global cache > Downloading 'capi_utils/f0746a954b2d4ab7bf905b8bc742584801e21357' from global cache > Downloading 'stager/69669957f16e2f71e841ada07b8efbd4cedf88dd' from global cache > Downloading 'nsync/744ab1299c7c8f45e6cf774a892dec8a3894b3ff' from global cache > Downloading 'tps/099f6ba49b3743f8d1f5ffbb8017942d67fb4a6d' from global cache > Downloading 'cc_uploader/0bf7d3a665bf5dba01610cb94d9690be35de93b1' from global cache > Downloading 'file_server/3ed5936a6eceea00d2c1fd996dc8e0b456a13a3d' from global cache > Downloading 'buildpack_app_lifecycle/8d5bdd2a7f4f93a4502948fffbfdf4806c75e9f3' from global cache > Downloading 'diego-sshd/63422ccceb7b6c148131fa5d060c9e614768a60a' from global cache > Downloading 'healthcheck/1ca4738d91181c221e7cf7c3cef1a4976f7f03e7' from global cache > Downloading 'docker_app_lifecycle/c885bf5527dd4d992a3afc2fb2936f0db3e5a6af' from global cache > Downloading 'docker/00a534d3a876a90b1c9654b25ce572c102092efc' from global cache > Downloading 'windows_app_lifecycle/e078d259c8f3dfb17a09c96ef4392a7ab2e1d1b2' from global cache > Downloading 'route_emitter/b538fb32b62d85ad887c59b511ba053de809509c' from global cache > Downloading 'nginx_webdav/ee1d48cbce7f78f1395b12837a500c11e5066fa7' from global cache > Downloading 'blobstore_url_signer/09ff302425c2edda6bc8c6275585cc86acffa473' from global cache > Downloading 'routing_utils/b0bb90891cffb02c0fdcf6925361b3771541dcd6' from global cache > Downloading 'route_registrar/8b15534af8d0d04d011e80cc7c623cd124eeedbf' from global cache > Downloading 'postgres-common/368d38d49a3cc717559ebcdb2390b68882a85053' from global cache > Downloading 'postgres-9.4.9/8a20abd4ccec4d356cc29169d38be561d99bc1ff' from global cache > Downloading 'cloud_controller_ng/101f5dcdc3e53c8850855976ac8f320b9174d5c9' from global cache > Downloading 'libmariadb/90d7836132e02bb570d91f08c9e116c394888d75' from global cache > Downloading 'libpq/36290c252abdd5750583eca92a8c4fd134594fa8' from global cache > Downloading 'ruby-2.3/debd726c1edb8dea8654bb3c46539a4ee75bff75' from global cache > Downloading 'nginx/b7c8aadb18d53f81a7455e447c5941313872b81d' from global cache > Downloading 'nginx_newrelic_plugin/2de1c5ba9dec62be54c9ff4ed3b32a126463e0d8' from global cache > Downloading 'go-buildpack/68ba023e381c079aa1c3d6cb1c8d9e55e45377f7' from global cache > Downloading 'binary-buildpack/fa170a1f3c2aa97658e1158eb1ff2651b3190d13' from global cache > Downloading 'nodejs-buildpack/29e252ccfdbfce3d894a40e2d10493872cdd9b07' from global cache > Downloading 'ruby-buildpack/fcf5078c5bbb2caee4a01231c63bd5d5fa7fdd29' from global cache > Downloading 'buildpack_java/87ab97af0f917b6645dd1efbbe6923cb755f2ac7' from global cache > Downloading 'php-buildpack/6803736622b95ae7c804ef91316436b9d9a17069' from global cache > Downloading 'python-buildpack/981c2ca0fa93b2097c81c47c437b646d2fb1f8f2' from global cache > Downloading 'staticfile-buildpack/a0704353905751136b7e1c18b7503183b418e900' from global cache > Downloading 'common/953ccbc1b39fc972d2b4903beb16af7daf78cc85' from global cache > Downloading 'haproxy/f5d89b125a66892628a8cd61d23be7f9b0d31171' from global cache > Downloading 'doppler/54618055af0422150422f2fe6357991fd16d8bed' from global cache > Downloading 'syslog_drain_binder/49a06e6502203d5dd900c0316fcbfc1816618bea' from global cache > Downloading 'loggregator_trafficcontroller/e71edcf144b62b9518b9ad77c8b6a33892d8a4c1' from global cache > Downloading 'uaa_utils/fc2e416c5af94d6293ac70bb594c984e31097fb7' from global cache > Downloading 'uaa/1d718dca896671ab827df4b608d646ed55acf535' from global cache > Downloading 'gorouter/15decafc06bb24a84d489ffb153d6f098384db39' from global cache
     Done preparing package compilation > Finding packages to compile (00:00:47)

  Started creating missing vms
  Started creating missing vms > nats_z1/0 (c97aa97a-c500-4958-83ff-469186658f31)
  Started creating missing vms > etcd_z1/0 (d39fb894-0ff3-4f5e-8221-6d57ee05e14e)
  Started creating missing vms > consul_z1/0 (79bfc824-327e-4688-9d32-df075f94f513)
  Started creating missing vms > diego_cell_z1/0 (8565f888-7b4a-43c6-acb7-09f9ed3edfaa)
  Started creating missing vms > diego_brain_z1/0 (b7e8bb31-dc79-40f4-90e1-4d49d89e2ae3)
  Started creating missing vms > blobstore_z1/0 (76ef3e8a-4034-43a3-b713-6849fd3a902a)
  Started creating missing vms > postgres_z1/0 (7b5a93ef-c3fe-45f2-87aa-a009345cdc9a)
  Started creating missing vms > api_z1/0 (58e744c8-cb5b-4257-a754-6f320f612df2)
  Started creating missing vms > ha_proxy_z1/0 (1b7fb2b5-b3ca-4f42-a5d7-561e47099d90)
  Started creating missing vms > doppler_z1/0 (fe1bbb59-99e1-4ea3-ade2-cde14a06a720)
  Started creating missing vms > loggregator_trafficcontroller_z1/0 (52bf312e-909a-431a-804e-0fb1a8e2bdcc)
  Started creating missing vms > uaa_z1/0 (877c5d95-d760-421c-bdb2-314f77cdf7db)
  Started creating missing vms > router_z1/0 (a288b028-a42f-4d1e-ac86-d8a77e291e23)
     Done creating missing vms > uaa_z1/0 (877c5d95-d760-421c-bdb2-314f77cdf7db) (00:01:20)
     Done creating missing vms > loggregator_trafficcontroller_z1/0 (52bf312e-909a-431a-804e-0fb1a8e2bdcc) (00:01:20)
     Done creating missing vms > consul_z1/0 (79bfc824-327e-4688-9d32-df075f94f513) (00:01:21)
     Done creating missing vms > diego_cell_z1/0 (8565f888-7b4a-43c6-acb7-09f9ed3edfaa) (00:01:21)
     Done creating missing vms > doppler_z1/0 (fe1bbb59-99e1-4ea3-ade2-cde14a06a720) (00:01:21)
     Done creating missing vms > nats_z1/0 (c97aa97a-c500-4958-83ff-469186658f31) (00:01:21)
     Done creating missing vms > etcd_z1/0 (d39fb894-0ff3-4f5e-8221-6d57ee05e14e) (00:01:21)
     Done creating missing vms > api_z1/0 (58e744c8-cb5b-4257-a754-6f320f612df2) (00:01:22)
     Done creating missing vms > router_z1/0 (a288b028-a42f-4d1e-ac86-d8a77e291e23) (00:01:22)
     Done creating missing vms > postgres_z1/0 (7b5a93ef-c3fe-45f2-87aa-a009345cdc9a) (00:01:22)
     Done creating missing vms > ha_proxy_z1/0 (1b7fb2b5-b3ca-4f42-a5d7-561e47099d90) (00:01:22)
     Done creating missing vms > blobstore_z1/0 (76ef3e8a-4034-43a3-b713-6849fd3a902a) (00:01:22)
     Done creating missing vms > diego_brain_z1/0 (b7e8bb31-dc79-40f4-90e1-4d49d89e2ae3) (00:01:22)
     Done creating missing vms (00:01:22)
  Started updating job etcd_z1 > etcd_z1/0 (d39fb894-0ff3-4f5e-8221-6d57ee05e14e) (canary)
  Started updating job nats_z1 > nats_z1/0 (c97aa97a-c500-4958-83ff-469186658f31) (canary)
  Started updating job consul_z1 > consul_z1/0 (79bfc824-327e-4688-9d32-df075f94f513) (canary)
     Done updating job etcd_z1 > etcd_z1/0 (d39fb894-0ff3-4f5e-8221-6d57ee05e14e) (canary) (00:00:46)
     Done updating job nats_z1 > nats_z1/0 (c97aa97a-c500-4958-83ff-469186658f31) (canary) (00:00:47)
     Done updating job consul_z1 > consul_z1/0 (79bfc824-327e-4688-9d32-df075f94f513) (canary) (00:00:47)
  Started updating job diego_cell_z1 > diego_cell_z1/0 (8565f888-7b4a-43c6-acb7-09f9ed3edfaa) (canary). Done (00:01:26)
  Started updating job diego_brain_z1 > diego_brain_z1/0 (b7e8bb31-dc79-40f4-90e1-4d49d89e2ae3) (canary). Done (00:00:59)
  Started updating job blobstore_z1 > blobstore_z1/0 (76ef3e8a-4034-43a3-b713-6849fd3a902a) (canary). Done (00:00:50)
  Started updating job postgres_z1 > postgres_z1/0 (7b5a93ef-c3fe-45f2-87aa-a009345cdc9a) (canary). Done (00:00:45)
  Started updating job api_z1 > api_z1/0 (58e744c8-cb5b-4257-a754-6f320f612df2) (canary)
  Started updating job ha_proxy_z1 > ha_proxy_z1/0 (1b7fb2b5-b3ca-4f42-a5d7-561e47099d90) (canary)
  Started updating job loggregator_trafficcontroller_z1 > loggregator_trafficcontroller_z1/0 (52bf312e-909a-431a-804e-0fb1a8e2bdcc) (canary)
  Started updating job doppler_z1 > doppler_z1/0 (fe1bbb59-99e1-4ea3-ade2-cde14a06a720) (canary)
  Started updating job router_z1 > router_z1/0 (a288b028-a42f-4d1e-ac86-d8a77e291e23) (canary)
  Started updating job uaa_z1 > uaa_z1/0 (877c5d95-d760-421c-bdb2-314f77cdf7db) (canary)
     Done updating job doppler_z1 > doppler_z1/0 (fe1bbb59-99e1-4ea3-ade2-cde14a06a720) (canary) (00:00:43)
     Done updating job loggregator_trafficcontroller_z1 > loggregator_trafficcontroller_z1/0 (52bf312e-909a-431a-804e-0fb1a8e2bdcc) (canary) (00:00:47)
     Done updating job router_z1 > router_z1/0 (a288b028-a42f-4d1e-ac86-d8a77e291e23) (canary) (00:00:50)
     Done updating job ha_proxy_z1 > ha_proxy_z1/0 (1b7fb2b5-b3ca-4f42-a5d7-561e47099d90) (canary) (00:01:04)
     Done updating job uaa_z1 > uaa_z1/0 (877c5d95-d760-421c-bdb2-314f77cdf7db) (canary) (00:02:36)
     Done updating job api_z1 > api_z1/0 (58e744c8-cb5b-4257-a754-6f320f612df2) (canary) (00:03:07)

Task 7 done

Started		2016-09-14 01:49:51 UTC
Finished	2016-09-14 01:59:57 UTC
Duration	00:10:06

Deployed `cf' to `Bosh Lite Director'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment