Skip to content

bosh-softlayer-cpi/10

You can find the source of this version on GitHub at cloudfoundry/bosh-softlayer-cpi-release. It was created based on the commit 53541a4.

Release Notes

Fixes

  • 134949679 Need to check if EphemeralDisk is attached in create vm function (PR 188 Check if the ephemeral disk is attached properly)

  • 133650831 Need to handle error of UpdateEtcHostsOfBoshInit properly (PR 170 Need to handle error when writing /etc/hosts)

  • 133906403 Should use 0.0.0.0 in agent mbus url for director (PR 221 Should use 0.0.0.0 in agent mbus url for director)

  • 127718453 SSH connection failed due to long hostname (PR 226 Workaround for 64 character vm name still with helper)

  • 140753119 Append director DNS entry in /etc/hosts in bosh-cli machine (PR 222 Append DNS entry in /etc/hosts)

  • 139523259 Support to specify Hostname in resource_pool for VM creation (PR 216 Support Hostname property in VM creation PR 271 Softlayer bosh doc enhancement)

Improvements

  • Consolidated bosh-softlayer-cpi source code and release into one repo
  • Added cpi version file
  • Refined docs, example manifests and tips

Usage

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

- name: "bosh-softlayer-cpi"
  version: "10"
  url: "https://bosh.io/d/github.com/cloudfoundry/bosh-softlayer-cpi-release?v=10"
  sha1: "f0209e5565b64beccffa4482945c865890b5ca71"

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

bosh upload-release --sha1 f0209e5565b64beccffa4482945c865890b5ca71 \
  "https://bosh.io/d/github.com/cloudfoundry/bosh-softlayer-cpi-release?v=10"

Jobs

Packages