Skip to content

bosh-virtualbox-cpi/0.0.6

You can find the source of this version on GitHub at cppforlife/bosh-virtualbox-cpi-release. It was created based on the commit e0fe621.

Release Notes

  • Switched by default to use storage_controller: ide
    • Vagrant uses it by default and it seems to avoid unfortunate instability when disks are used
    • Few temporary limitations when using IDE controller:
    • Agent cannot mount persistent disk after VM reboot
    • Multiple persistent disks will get same disk hint

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "bosh-virtualbox-cpi"
  version: "0.0.6"
  url: "https://bosh.io/d/github.com/cppforlife/bosh-virtualbox-cpi-release?v=0.0.6"
  sha1: "32d61de6455389c9cd5a8c1c18a07721e2b9b469"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 32d61de6455389c9cd5a8c1c18a07721e2b9b469 \
  "https://bosh.io/d/github.com/cppforlife/bosh-virtualbox-cpi-release?v=0.0.6"

Jobs

Packages