cppforlife / bosh-provisioner

Stand-alone BOSH provisioner
7 stars 9 forks source link

Update bosh-agent to version present in stemcell 3184.1 #5

Closed sclevine closed 8 years ago

sclevine commented 8 years ago

This should not be merged without discussion. The latest bosh-agent requires either:

  1. A single root partition + adequate free space to partition and format an ephemeral disk or
  2. A separate unpartitioned ephemeral disk that has to be manually provided via the agent config.

We have this working with packer-bosh in MicroPCF, but other consumers of bosh-provisioner may need to be updated.

These changes also introduce Go 1.5-style vendoring.