Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

release 1.1.0

Choose a tag to compare

@micahyoung micahyoung released this 04 Nov 04:25
· 101 commits to master since this release

Changes:

  • Enables full, local bosh deployments with directors and deployment vms

    • New properties ssh_tunnel.* and stemcell_store.* allows CPI hypervisor access (see spec for usage)
    • Light or full stemcell can be used as long as its cloud_properties: name and version match a stemcell in the stemcell store. Create a light stemcell with:
      repack-stemcell --cloud-properties='{"name":"<from full stemcell.MF>","version":"<from full stemcell.MF>"}' --emtpy-image ...
      
  • Windows hypervisor support

    • Tested against Workstation 14 using Windows Subsystem for Linux for bosh create-env ...
  • For SSH, installer is called to copy cpi to live at root of vm_store_path and will check version

    • CPI must be copied manually over non-localhost SSH tunnel or Windows
  • Refactor ci scripts to use default HOME and require more explicit values

Usage:

- name: "bosh-vmrun-cpi"
  url: "https://github.com/micahyoung/bosh-vmrun-cpi-release/releases/download/v1.1.0/bosh-vmrun-cpi-release-1.1.0.tgz"
  sha1: "f2c971abbc4be6c97f77306fd49ad23fac238099"