Skip to content

bosh-virtualbox-cpi/0.0.10

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

Release Notes

  • Add support for shared folders via shared_folders cloud property via @hunan-rostomyan
    • Adds guest-additions job to support automatic mounting of shared folders inside created VM

Usage

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

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

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

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

Jobs

Packages