Advertisement
Guest User

Untitled

a guest
Jan 18th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. director_uuid: d73f3790-4af2-4698-9e4f-8d3a628bc79f
  2.  
  3. name: test-aws-cpi-release
  4.  
  5. releases:
  6. - name: bosh-aws-cpi
  7. version: latest
  8.  
  9. jobs:
  10. - name: aws_cpi_z1
  11. templates:
  12. - name: aws_cpi
  13. release: bosh-aws-cpi
  14. instances: 1
  15. resource_pool: small_z1
  16. networks:
  17. - name: network1
  18. persistent_disk: 0
  19.  
  20. properties:
  21. aws:
  22. credentials_source: env_or_profile
  23. default_key_name: ssh_key_pair
  24. default_security_groups:
  25. - bosh_default_sg
  26. region: eu-west-1
  27. max_retries: 10
  28. registry:
  29. host: 10.0.0.6
  30. password: BOSH_REGISTRY_PASSWORD
  31. username: admin
  32. blobstore:
  33. path: /var/vcap/micro_bosh/data/cache
  34. provider: local
  35. nats:
  36. address: 127.0.0.1
  37. password: BOSH_NATS_PASSWORD
  38. user: nats
  39.  
  40. update:
  41. canaries: 1
  42. max_in_flight: 50
  43. canary_watch_time: 1000-30000
  44. update_watch_time: 1000-30000
  45.  
  46. compilation:
  47. workers: 6
  48. network: network1
  49. reuse_compilation_vms: true
  50. cloud_properties:
  51. name: random
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement