Advertisement
Guest User

Untitled

a guest
Sep 14th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.44 KB | None | 0 0
  1. ```
  2. $ bosh -n deploy
  3. Acting as user 'admin' on deployment 'cf' on 'Bosh Lite Director'
  4. Getting deployment properties from director...
  5. Unable to get properties list from director, trying without it...
  6.  
  7. Detecting deployment changes
  8. ----------------------------
  9. resource_pools:
  10. - name: small_z1
  11. network: cf_private
  12. stemcell:
  13. name: bosh-warden-boshlite-ubuntu-trusty-go_agent
  14. version: '3262.2'
  15. cloud_properties:
  16. name: random
  17. - name: diego
  18. network: cf_private
  19. stemcell:
  20. name: bosh-warden-boshlite-ubuntu-trusty-go_agent
  21. version: '3262.2'
  22. cloud_properties:
  23. name: random
  24. - name: small
  25. network: cf_private
  26. stemcell:
  27. name: bosh-warden-boshlite-ubuntu-trusty-go_agent
  28. version: '3262.2'
  29. cloud_properties:
  30. name: random
  31.  
  32. compilation:
  33. workers: 8
  34. network: cf_private
  35. reuse_compilation_vms: true
  36. cloud_properties:
  37. name: random
  38.  
  39. networks:
  40. - name: cf_private
  41. type: manual
  42. subnets:
  43. - range: 10.244.0.0/24
  44. reserved:
  45. - 10.244.0.1 - 10.244.0.3
  46. static:
  47. - 10.244.0.100
  48. - 10.244.0.101
  49. - 10.244.0.102
  50. - 10.244.0.103
  51. - 10.244.0.104
  52. - 10.244.0.105
  53. - 10.244.0.34
  54. cloud_properties: {}
  55.  
  56. releases:
  57. - name: cf
  58. version: '241'
  59. - name: diego
  60. version: 0.1483.0
  61. - name: etcd
  62. version: '66'
  63. - name: garden-linux
  64. version: 0.342.0
  65. - name: cflinuxfs2-rootfs
  66. version: 1.27.0
  67.  
  68. update:
  69. canaries: 1
  70. max_in_flight: 1
  71. serial: false
  72. canary_watch_time: 30000-600000
  73. update_watch_time: 5000-600000
  74.  
  75. jobs:
  76. - name: nats_z1
  77. instances: 1
  78. resource_pool: small_z1
  79. templates:
  80. - name: nats
  81. release: cf
  82. - name: nats_stream_forwarder
  83. release: cf
  84. - name: metron_agent
  85. release: cf
  86. networks:
  87. - name: cf_private
  88. static_ips:
  89. - 10.244.0.103
  90. - name: etcd_z1
  91. instances: 1
  92. resource_pool: small_z1
  93. persistent_disk: 102400
  94. templates:
  95. - name: etcd
  96. release: cf
  97. - name: etcd_metrics_server
  98. release: cf
  99. - name: metron_agent
  100. release: cf
  101. networks:
  102. - name: cf_private
  103. static_ips:
  104. - 10.244.0.104
  105. properties:
  106. etcd_metrics_server:
  107. nats:
  108. machines:
  109. - "<redacted>"
  110. password: "<redacted>"
  111. username: "<redacted>"
  112. - name: consul_z1
  113. instances: 1
  114. persistent_disk: 1024
  115. resource_pool: small_z1
  116. templates:
  117. - name: metron_agent
  118. release: cf
  119. - name: consul_agent
  120. release: cf
  121. networks:
  122. - name: cf_private
  123. static_ips:
  124. - 10.244.0.105
  125. properties:
  126. consul:
  127. agent:
  128. mode: "<redacted>"
  129. - name: diego_cell_z1
  130. instances: 1
  131. resource_pool: diego
  132. templates:
  133. - name: consul_agent
  134. release: cf
  135. - name: rep
  136. release: diego
  137. - name: garden
  138. release: garden-linux
  139. - name: cflinuxfs2-rootfs-setup
  140. release: cflinuxfs2-rootfs
  141. - name: metron_agent
  142. release: cf
  143. networks:
  144. - name: cf_private
  145. update:
  146. serial: true
  147. max_in_flight: 1
  148. properties:
  149. metron_agent:
  150. zone: "<redacted>"
  151. diego:
  152. rep:
  153. zone: "<redacted>"
  154. - name: diego_brain_z1
  155. instances: 1
  156. resource_pool: diego
  157. templates:
  158. - name: consul_agent
  159. release: cf
  160. - name: etcd
  161. release: etcd
  162. - name: bbs
  163. release: diego
  164. - name: auctioneer
  165. release: diego
  166. - name: stager
  167. release: cf
  168. - name: nsync
  169. release: cf
  170. - name: tps
  171. release: cf
  172. - name: cc_uploader
  173. release: cf
  174. - name: file_server
  175. release: diego
  176. - name: route_emitter
  177. release: diego
  178. - name: metron_agent
  179. release: cf
  180. persistent_disk: 20480
  181. networks:
  182. - name: cf_private
  183. update:
  184. serial: true
  185. max_in_flight: 1
  186. properties:
  187. consul:
  188. agent:
  189. services:
  190. etcd: {}
  191. metron_agent:
  192. zone: "<redacted>"
  193. - name: blobstore_z1
  194. instances: 1
  195. persistent_disk: 102400
  196. resource_pool: small_z1
  197. templates:
  198. - name: blobstore
  199. release: cf
  200. - name: metron_agent
  201. release: cf
  202. - name: route_registrar
  203. release: cf
  204. - name: consul_agent
  205. release: cf
  206. networks:
  207. - name: cf_private
  208. properties:
  209. consul:
  210. agent:
  211. services:
  212. blobstore: {}
  213. route_registrar:
  214. routes:
  215. - name: "<redacted>"
  216. port: "<redacted>"
  217. registration_interval: "<redacted>"
  218. tags:
  219. component: "<redacted>"
  220. uris:
  221. - "<redacted>"
  222. - name: postgres_z1
  223. instances: 1
  224. persistent_disk: 1024
  225. resource_pool: small_z1
  226. templates:
  227. - name: postgres
  228. release: cf
  229. - name: metron_agent
  230. release: cf
  231. networks:
  232. - name: cf_private
  233. static_ips:
  234. - 10.244.0.101
  235. update:
  236. serial: true
  237. - name: api_z1
  238. instances: 1
  239. resource_pool: small_z1
  240. templates:
  241. - name: cloud_controller_ng
  242. release: cf
  243. - name: cloud_controller_worker
  244. release: cf
  245. - name: cloud_controller_clock
  246. release: cf
  247. - name: metron_agent
  248. release: cf
  249. - name: route_registrar
  250. release: cf
  251. - name: consul_agent
  252. release: cf
  253. - name: go-buildpack
  254. release: cf
  255. - name: binary-buildpack
  256. release: cf
  257. - name: nodejs-buildpack
  258. release: cf
  259. - name: ruby-buildpack
  260. release: cf
  261. - name: java-buildpack
  262. release: cf
  263. - name: php-buildpack
  264. release: cf
  265. - name: python-buildpack
  266. release: cf
  267. - name: staticfile-buildpack
  268. release: cf
  269. networks:
  270. - name: cf_private
  271. properties:
  272. consul:
  273. agent:
  274. services:
  275. cloud_controller_ng: {}
  276. route_registrar:
  277. routes:
  278. - name: "<redacted>"
  279. registration_interval: "<redacted>"
  280. port: "<redacted>"
  281. uris:
  282. - "<redacted>"
  283. - name: ha_proxy_z1
  284. instances: 1
  285. resource_pool: small_z1
  286. templates:
  287. - name: haproxy
  288. release: cf
  289. - name: consul_agent
  290. release: cf
  291. - name: metron_agent
  292. release: cf
  293. networks:
  294. - name: cf_private
  295. static_ips:
  296. - 10.244.0.34
  297. properties:
  298. ha_proxy:
  299. ssl_pem: "<redacted>"
  300. router:
  301. servers:
  302. - "<redacted>"
  303. - name: doppler_z1
  304. instances: 1
  305. resource_pool: small_z1
  306. templates:
  307. - name: doppler
  308. release: cf
  309. - name: metron_agent
  310. release: cf
  311. - name: syslog_drain_binder
  312. release: cf
  313. networks:
  314. - name: cf_private
  315. properties:
  316. doppler:
  317. zone: "<redacted>"
  318. doppler_endpoint:
  319. shared_secret: "<redacted>"
  320. - name: loggregator_trafficcontroller_z1
  321. instances: 1
  322. resource_pool: small_z1
  323. templates:
  324. - name: loggregator_trafficcontroller
  325. release: cf
  326. - name: metron_agent
  327. release: cf
  328. - name: route_registrar
  329. release: cf
  330. networks:
  331. - name: cf_private
  332. properties:
  333. traffic_controller:
  334. zone: "<redacted>"
  335. route_registrar:
  336. routes:
  337. - name: "<redacted>"
  338. registration_interval: "<redacted>"
  339. port: "<redacted>"
  340. uris:
  341. - "<redacted>"
  342. - name: "<redacted>"
  343. registration_interval: "<redacted>"
  344. port: "<redacted>"
  345. uris:
  346. - "<redacted>"
  347. - name: uaa_z1
  348. instances: 1
  349. resource_pool: small_z1
  350. templates:
  351. - name: uaa
  352. release: cf
  353. - name: metron_agent
  354. release: cf
  355. - name: route_registrar
  356. release: cf
  357. networks:
  358. - name: cf_private
  359. properties:
  360. login:
  361. catalina_opts: "<redacted>"
  362. route_registrar:
  363. routes:
  364. - name: "<redacted>"
  365. registration_interval: "<redacted>"
  366. port: "<redacted>"
  367. uris:
  368. - "<redacted>"
  369. - "<redacted>"
  370. - "<redacted>"
  371. - "<redacted>"
  372. uaa:
  373. admin:
  374. client_secret: "<redacted>"
  375. batch:
  376. password: "<redacted>"
  377. username: "<redacted>"
  378. cc:
  379. client_secret: "<redacted>"
  380. scim:
  381. userids_enabled: "<redacted>"
  382. users:
  383. - name: "<redacted>"
  384. password: "<redacted>"
  385. groups:
  386. - "<redacted>"
  387. - "<redacted>"
  388. - "<redacted>"
  389. - "<redacted>"
  390. - "<redacted>"
  391. - "<redacted>"
  392. uaadb:
  393. address: "<redacted>"
  394. databases:
  395. - name: "<redacted>"
  396. tag: "<redacted>"
  397. db_scheme: "<redacted>"
  398. port: "<redacted>"
  399. roles:
  400. - name: "<redacted>"
  401. password: "<redacted>"
  402. tag: "<redacted>"
  403. - name: router_z1
  404. instances: 1
  405. resource_pool: small_z1
  406. templates:
  407. - name: gorouter
  408. release: cf
  409. - name: metron_agent
  410. release: cf
  411. - name: consul_agent
  412. release: cf
  413. networks:
  414. - name: cf_private
  415. static_ips:
  416. - 10.244.0.102
  417. properties:
  418. dropsonde:
  419. enabled: "<redacted>"
  420.  
  421. name: cf
  422.  
  423. director_uuid: fb70f16a-4d6f-41f8-bc2e-0181a03dff18
  424.  
  425. properties:
  426. router:
  427. route_services_secret: "<redacted>"
  428. ssl_skip_validation: "<redacted>"
  429. networks:
  430. apps: "<redacted>"
  431. app_domains:
  432. - "<redacted>"
  433. cc:
  434. allow_app_ssh_access: "<redacted>"
  435. default_to_diego_backend: "<redacted>"
  436. internal_api_user: "<redacted>"
  437. buildpacks:
  438. blobstore_type: "<redacted>"
  439. webdav_config:
  440. blobstore_timeout: "<redacted>"
  441. password: "<redacted>"
  442. private_endpoint: "<redacted>"
  443. public_endpoint: "<redacted>"
  444. secret: "<redacted>"
  445. username: "<redacted>"
  446. droplets:
  447. blobstore_type: "<redacted>"
  448. webdav_config:
  449. blobstore_timeout: "<redacted>"
  450. password: "<redacted>"
  451. private_endpoint: "<redacted>"
  452. public_endpoint: "<redacted>"
  453. secret: "<redacted>"
  454. username: "<redacted>"
  455. external_port: "<redacted>"
  456. packages:
  457. blobstore_type: "<redacted>"
  458. webdav_config:
  459. blobstore_timeout: "<redacted>"
  460. password: "<redacted>"
  461. private_endpoint: "<redacted>"
  462. public_endpoint: "<redacted>"
  463. secret: "<redacted>"
  464. username: "<redacted>"
  465. resource_pool:
  466. blobstore_type: "<redacted>"
  467. webdav_config:
  468. blobstore_timeout: "<redacted>"
  469. password: "<redacted>"
  470. private_endpoint: "<redacted>"
  471. public_endpoint: "<redacted>"
  472. secret: "<redacted>"
  473. username: "<redacted>"
  474. bulk_api_password: "<redacted>"
  475. db_encryption_key: "<redacted>"
  476. default_running_security_groups:
  477. - "<redacted>"
  478. - "<redacted>"
  479. default_staging_security_groups:
  480. - "<redacted>"
  481. - "<redacted>"
  482. install_buildpacks:
  483. - name: "<redacted>"
  484. package: "<redacted>"
  485. - name: "<redacted>"
  486. package: "<redacted>"
  487. - name: "<redacted>"
  488. package: "<redacted>"
  489. - name: "<redacted>"
  490. package: "<redacted>"
  491. - name: "<redacted>"
  492. package: "<redacted>"
  493. - name: "<redacted>"
  494. package: "<redacted>"
  495. - name: "<redacted>"
  496. package: "<redacted>"
  497. - name: "<redacted>"
  498. package: "<redacted>"
  499. internal_api_password: "<redacted>"
  500. quota_definitions:
  501. default:
  502. memory_limit: "<redacted>"
  503. non_basic_services_allowed: "<redacted>"
  504. total_routes: "<redacted>"
  505. total_services: "<redacted>"
  506. security_group_definitions:
  507. - name: "<redacted>"
  508. rules:
  509. - destination: "<redacted>"
  510. protocol: "<redacted>"
  511. - destination: "<redacted>"
  512. protocol: "<redacted>"
  513. - destination: "<redacted>"
  514. protocol: "<redacted>"
  515. - destination: "<redacted>"
  516. protocol: "<redacted>"
  517. - destination: "<redacted>"
  518. protocol: "<redacted>"
  519. - name: "<redacted>"
  520. rules:
  521. - destination: "<redacted>"
  522. ports: "<redacted>"
  523. protocol: "<redacted>"
  524. - destination: "<redacted>"
  525. ports: "<redacted>"
  526. protocol: "<redacted>"
  527. srv_api_uri: "<redacted>"
  528. staging_upload_password: "<redacted>"
  529. staging_upload_user: "<redacted>"
  530. ccdb:
  531. address: "<redacted>"
  532. databases:
  533. - name: "<redacted>"
  534. tag: "<redacted>"
  535. db_scheme: "<redacted>"
  536. port: "<redacted>"
  537. roles:
  538. - name: "<redacted>"
  539. password: "<redacted>"
  540. tag: "<redacted>"
  541. consul:
  542. agent:
  543. log_level: "<redacted>"
  544. domain: "<redacted>"
  545. servers:
  546. lan:
  547. - "<redacted>"
  548. encrypt_keys:
  549. - "<redacted>"
  550. ca_cert: "<redacted>"
  551. server_cert: "<redacted>"
  552. agent_cert: "<redacted>"
  553. server_key: "<redacted>"
  554. agent_key: "<redacted>"
  555. blobstore:
  556. admin_users:
  557. - password: "<redacted>"
  558. username: "<redacted>"
  559. secure_link:
  560. secret: "<redacted>"
  561. tls:
  562. cert: "<redacted>"
  563. private_key: "<redacted>"
  564. ca_cert: "<redacted>"
  565. databases:
  566. databases:
  567. - name: "<redacted>"
  568. tag: "<redacted>"
  569. citext: "<redacted>"
  570. - name: "<redacted>"
  571. tag: "<redacted>"
  572. citext: "<redacted>"
  573. port: "<redacted>"
  574. roles:
  575. - name: "<redacted>"
  576. password: "<redacted>"
  577. tag: "<redacted>"
  578. - name: "<redacted>"
  579. password: "<redacted>"
  580. tag: "<redacted>"
  581. description: "<redacted>"
  582. domain: "<redacted>"
  583. etcd:
  584. advertise_urls_dns_suffix: "<redacted>"
  585. cluster:
  586. - name: "<redacted>"
  587. instances: "<redacted>"
  588. machines:
  589. - "<redacted>"
  590. peer_require_ssl: "<redacted>"
  591. require_ssl: "<redacted>"
  592. logger_endpoint:
  593. port: "<redacted>"
  594. loggregator:
  595. etcd:
  596. machines:
  597. - "<redacted>"
  598. loggregator_endpoint:
  599. shared_secret: "<redacted>"
  600. metron_agent:
  601. zone: "<redacted>"
  602. deployment: "<redacted>"
  603. dropsonde_incoming_port: "<redacted>"
  604. metron_endpoint:
  605. shared_secret: "<redacted>"
  606. nats:
  607. machines:
  608. - "<redacted>"
  609. password: "<redacted>"
  610. port: "<redacted>"
  611. user: "<redacted>"
  612. ssl:
  613. skip_cert_verify: "<redacted>"
  614. system_domain: "<redacted>"
  615. system_domain_organization: "<redacted>"
  616. uaa:
  617. clients:
  618. cf:
  619. access-token-validity: "<redacted>"
  620. authorities: "<redacted>"
  621. authorized-grant-types: "<redacted>"
  622. autoapprove: "<redacted>"
  623. override: "<redacted>"
  624. refresh-token-validity: "<redacted>"
  625. scope: "<redacted>"
  626. cc-service-dashboards:
  627. authorities: "<redacted>"
  628. authorized-grant-types: "<redacted>"
  629. scope: "<redacted>"
  630. secret: "<redacted>"
  631. cloud_controller_username_lookup:
  632. authorities: "<redacted>"
  633. authorized-grant-types: "<redacted>"
  634. secret: "<redacted>"
  635. cc_routing:
  636. authorities: "<redacted>"
  637. secret: "<redacted>"
  638. authorized-grant-types: "<redacted>"
  639. gorouter:
  640. authorities: "<redacted>"
  641. authorized-grant-types: "<redacted>"
  642. secret: "<redacted>"
  643. tcp_emitter:
  644. authorities: "<redacted>"
  645. authorized-grant-types: "<redacted>"
  646. secret: "<redacted>"
  647. tcp_router:
  648. authorities: "<redacted>"
  649. authorized-grant-types: "<redacted>"
  650. secret: "<redacted>"
  651. doppler:
  652. authorities: "<redacted>"
  653. secret: "<redacted>"
  654. login:
  655. authorities: "<redacted>"
  656. authorized-grant-types: "<redacted>"
  657. redirect-uri: "<redacted>"
  658. scope: "<redacted>"
  659. secret: "<redacted>"
  660. servicesmgmt:
  661. authorities: "<redacted>"
  662. authorized-grant-types: "<redacted>"
  663. autoapprove: "<redacted>"
  664. redirect-uri: "<redacted>"
  665. scope: "<redacted>"
  666. secret: "<redacted>"
  667. jwt:
  668. signing_key: "<redacted>"
  669. verification_key: "<redacted>"
  670. ssl:
  671. port: "<redacted>"
  672. url: "<redacted>"
  673. capi:
  674. nsync:
  675. bbs:
  676. ca_cert: "<redacted>"
  677. client_cert: "<redacted>"
  678. client_key: "<redacted>"
  679. require_ssl: "<redacted>"
  680. cc:
  681. base_url: "<redacted>"
  682. basic_auth_password: "<redacted>"
  683. diego_privileged_containers: "<redacted>"
  684. tps:
  685. bbs:
  686. ca_cert: "<redacted>"
  687. client_cert: "<redacted>"
  688. client_key: "<redacted>"
  689. require_ssl: "<redacted>"
  690. cc:
  691. base_url: "<redacted>"
  692. basic_auth_password: "<redacted>"
  693. traffic_controller_url: "<redacted>"
  694. tps_listener:
  695. bbs:
  696. ca_cert: "<redacted>"
  697. client_cert: "<redacted>"
  698. client_key: "<redacted>"
  699. require_ssl: "<redacted>"
  700. cc:
  701. base_url: "<redacted>"
  702. basic_auth_password: "<redacted>"
  703. stager:
  704. bbs:
  705. ca_cert: "<redacted>"
  706. client_cert: "<redacted>"
  707. client_key: "<redacted>"
  708. require_ssl: "<redacted>"
  709. cc:
  710. base_url: "<redacted>"
  711. basic_auth_password: "<redacted>"
  712. diego:
  713. auctioneer:
  714. bbs:
  715. ca_cert: "<redacted>"
  716. client_cert: "<redacted>"
  717. client_key: "<redacted>"
  718. require_ssl: "<redacted>"
  719. bbs:
  720. active_key_label: "<redacted>"
  721. encryption_keys:
  722. - label: "<redacted>"
  723. passphrase: "<redacted>"
  724. ca_cert: "<redacted>"
  725. etcd:
  726. ca_cert: "<redacted>"
  727. client_cert: "<redacted>"
  728. client_key: "<redacted>"
  729. require_ssl: "<redacted>"
  730. require_ssl: "<redacted>"
  731. server_cert: "<redacted>"
  732. server_key: "<redacted>"
  733. converger:
  734. bbs:
  735. ca_cert: "<redacted>"
  736. client_cert: "<redacted>"
  737. client_key: "<redacted>"
  738. require_ssl: "<redacted>"
  739. rep:
  740. bbs:
  741. ca_cert: "<redacted>"
  742. client_cert: "<redacted>"
  743. client_key: "<redacted>"
  744. require_ssl: "<redacted>"
  745. preloaded_rootfses:
  746. - "<redacted>"
  747. executor:
  748. memory_capacity_mb: "<redacted>"
  749. disk_capacity_mb: "<redacted>"
  750. route_emitter:
  751. bbs:
  752. ca_cert: "<redacted>"
  753. client_cert: "<redacted>"
  754. client_key: "<redacted>"
  755. require_ssl: "<redacted>"
  756. nats:
  757. machines:
  758. - "<redacted>"
  759. password: "<redacted>"
  760. port: "<redacted>"
  761. user: "<redacted>"
  762. ssl:
  763. skip_cert_verify: "<redacted>"
  764. garden:
  765. graph_cleanup_threshold_in_mb: "<redacted>"
  766. persistent_image_list:
  767. - "<redacted>"
  768. deny_networks:
  769. - "<redacted>"
  770.  
  771. Deploying
  772. ---------
  773.  
  774. Director task 7
  775. Deprecation: Ignoring cloud config. Manifest contains 'networks' section.
  776.  
  777. Started preparing deployment > Preparing deployment. Done (00:00:00)
  778.  
  779. 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
  780. Done preparing package compilation > Finding packages to compile (00:00:47)
  781.  
  782. Started creating missing vms
  783. Started creating missing vms > nats_z1/0 (c97aa97a-c500-4958-83ff-469186658f31)
  784. Started creating missing vms > etcd_z1/0 (d39fb894-0ff3-4f5e-8221-6d57ee05e14e)
  785. Started creating missing vms > consul_z1/0 (79bfc824-327e-4688-9d32-df075f94f513)
  786. Started creating missing vms > diego_cell_z1/0 (8565f888-7b4a-43c6-acb7-09f9ed3edfaa)
  787. Started creating missing vms > diego_brain_z1/0 (b7e8bb31-dc79-40f4-90e1-4d49d89e2ae3)
  788. Started creating missing vms > blobstore_z1/0 (76ef3e8a-4034-43a3-b713-6849fd3a902a)
  789. Started creating missing vms > postgres_z1/0 (7b5a93ef-c3fe-45f2-87aa-a009345cdc9a)
  790. Started creating missing vms > api_z1/0 (58e744c8-cb5b-4257-a754-6f320f612df2)
  791. Started creating missing vms > ha_proxy_z1/0 (1b7fb2b5-b3ca-4f42-a5d7-561e47099d90)
  792. Started creating missing vms > doppler_z1/0 (fe1bbb59-99e1-4ea3-ade2-cde14a06a720)
  793. Started creating missing vms > loggregator_trafficcontroller_z1/0 (52bf312e-909a-431a-804e-0fb1a8e2bdcc)
  794. Started creating missing vms > uaa_z1/0 (877c5d95-d760-421c-bdb2-314f77cdf7db)
  795. Started creating missing vms > router_z1/0 (a288b028-a42f-4d1e-ac86-d8a77e291e23)
  796. Done creating missing vms > uaa_z1/0 (877c5d95-d760-421c-bdb2-314f77cdf7db) (00:01:20)
  797. Done creating missing vms > loggregator_trafficcontroller_z1/0 (52bf312e-909a-431a-804e-0fb1a8e2bdcc) (00:01:20)
  798. Done creating missing vms > consul_z1/0 (79bfc824-327e-4688-9d32-df075f94f513) (00:01:21)
  799. Done creating missing vms > diego_cell_z1/0 (8565f888-7b4a-43c6-acb7-09f9ed3edfaa) (00:01:21)
  800. Done creating missing vms > doppler_z1/0 (fe1bbb59-99e1-4ea3-ade2-cde14a06a720) (00:01:21)
  801. Done creating missing vms > nats_z1/0 (c97aa97a-c500-4958-83ff-469186658f31) (00:01:21)
  802. Done creating missing vms > etcd_z1/0 (d39fb894-0ff3-4f5e-8221-6d57ee05e14e) (00:01:21)
  803. Done creating missing vms > api_z1/0 (58e744c8-cb5b-4257-a754-6f320f612df2) (00:01:22)
  804. Done creating missing vms > router_z1/0 (a288b028-a42f-4d1e-ac86-d8a77e291e23) (00:01:22)
  805. Done creating missing vms > postgres_z1/0 (7b5a93ef-c3fe-45f2-87aa-a009345cdc9a) (00:01:22)
  806. Done creating missing vms > ha_proxy_z1/0 (1b7fb2b5-b3ca-4f42-a5d7-561e47099d90) (00:01:22)
  807. Done creating missing vms > blobstore_z1/0 (76ef3e8a-4034-43a3-b713-6849fd3a902a) (00:01:22)
  808. Done creating missing vms > diego_brain_z1/0 (b7e8bb31-dc79-40f4-90e1-4d49d89e2ae3) (00:01:22)
  809. Done creating missing vms (00:01:22)
  810. Started updating job etcd_z1 > etcd_z1/0 (d39fb894-0ff3-4f5e-8221-6d57ee05e14e) (canary)
  811. Started updating job nats_z1 > nats_z1/0 (c97aa97a-c500-4958-83ff-469186658f31) (canary)
  812. Started updating job consul_z1 > consul_z1/0 (79bfc824-327e-4688-9d32-df075f94f513) (canary)
  813. Done updating job etcd_z1 > etcd_z1/0 (d39fb894-0ff3-4f5e-8221-6d57ee05e14e) (canary) (00:00:46)
  814. Done updating job nats_z1 > nats_z1/0 (c97aa97a-c500-4958-83ff-469186658f31) (canary) (00:00:47)
  815. Done updating job consul_z1 > consul_z1/0 (79bfc824-327e-4688-9d32-df075f94f513) (canary) (00:00:47)
  816. Started updating job diego_cell_z1 > diego_cell_z1/0 (8565f888-7b4a-43c6-acb7-09f9ed3edfaa) (canary). Done (00:01:26)
  817. Started updating job diego_brain_z1 > diego_brain_z1/0 (b7e8bb31-dc79-40f4-90e1-4d49d89e2ae3) (canary). Done (00:00:59)
  818. Started updating job blobstore_z1 > blobstore_z1/0 (76ef3e8a-4034-43a3-b713-6849fd3a902a) (canary). Done (00:00:50)
  819. Started updating job postgres_z1 > postgres_z1/0 (7b5a93ef-c3fe-45f2-87aa-a009345cdc9a) (canary). Done (00:00:45)
  820. Started updating job api_z1 > api_z1/0 (58e744c8-cb5b-4257-a754-6f320f612df2) (canary)
  821. Started updating job ha_proxy_z1 > ha_proxy_z1/0 (1b7fb2b5-b3ca-4f42-a5d7-561e47099d90) (canary)
  822. Started updating job loggregator_trafficcontroller_z1 > loggregator_trafficcontroller_z1/0 (52bf312e-909a-431a-804e-0fb1a8e2bdcc) (canary)
  823. Started updating job doppler_z1 > doppler_z1/0 (fe1bbb59-99e1-4ea3-ade2-cde14a06a720) (canary)
  824. Started updating job router_z1 > router_z1/0 (a288b028-a42f-4d1e-ac86-d8a77e291e23) (canary)
  825. Started updating job uaa_z1 > uaa_z1/0 (877c5d95-d760-421c-bdb2-314f77cdf7db) (canary)
  826. Done updating job doppler_z1 > doppler_z1/0 (fe1bbb59-99e1-4ea3-ade2-cde14a06a720) (canary) (00:00:43)
  827. Done updating job loggregator_trafficcontroller_z1 > loggregator_trafficcontroller_z1/0 (52bf312e-909a-431a-804e-0fb1a8e2bdcc) (canary) (00:00:47)
  828. Done updating job router_z1 > router_z1/0 (a288b028-a42f-4d1e-ac86-d8a77e291e23) (canary) (00:00:50)
  829. Done updating job ha_proxy_z1 > ha_proxy_z1/0 (1b7fb2b5-b3ca-4f42-a5d7-561e47099d90) (canary) (00:01:04)
  830. Done updating job uaa_z1 > uaa_z1/0 (877c5d95-d760-421c-bdb2-314f77cdf7db) (canary) (00:02:36)
  831. Done updating job api_z1 > api_z1/0 (58e744c8-cb5b-4257-a754-6f320f612df2) (canary) (00:03:07)
  832.  
  833. Task 7 done
  834.  
  835. Started 2016-09-14 01:49:51 UTC
  836. Finished 2016-09-14 01:59:57 UTC
  837. Duration 00:10:06
  838.  
  839. Deployed `cf' to `Bosh Lite Director'
  840. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement