Skip to content

bosh-softlayer-cpi/2.3.20

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

Release Notes

bosh-softlayer-cpi could support SL portable ip setting in deployment. And also, the vlan information settings could be moved from the cloud_properties of resource_pool to network, the following is a snippet in deployment yaml:

networks:
- cloud_properties:
    PrimaryBackendNetworkComponent:
      NetworkVlan:
        Id: <%=private_vlan_id%>
    PrimaryNetworkComponent:
      NetworkVlan:
        Id: <%=public_vlan_id%>
  dns:
  - <%=director_pub_ip%>
  - 10.0.80.11
  - 10.0.80.12
  name: default
  type: dynamic 

Usage

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

- name: "bosh-softlayer-cpi"
  version: "2.3.20"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-softlayer-cpi-release?v=2.3.20"
  sha1: "173ad54a34dbcb3c994f1c7175d3652482e10acd"

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

bosh upload-release --sha1 173ad54a34dbcb3c994f1c7175d3652482e10acd \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-softlayer-cpi-release?v=2.3.20"

Jobs

Packages