bosh-openstack-cpi/16
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-openstack-cpi-release. It was created based on the commit 26a01f48.
Release Notes¶
- Renamed job
cpitoopenstack_cpi- Note: This breaks current bosh-init deployment manifests! Be sure to change
director.cpi_job,cloud_provider.template, andtemplatesproperties to specifyopenstack_cpi.
- Note: This breaks current bosh-init deployment manifests! Be sure to change
- User can specify security groups on
resource_pool- You can still use existing manifests which specify security_groups on the network. See docs.
- Note: After implementing this feature we have removed configure_networks CPI implementation which means that changing floating IP for a VM will actually recreate that VM
Usage¶
You can reference this release in your deployment manifest from the releases section:
- name: "bosh-openstack-cpi" version: "16" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?v=16" sha1: sha256:
Or upload it to your director with the upload-release command:
bosh upload-release --sha1=sha256: \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?v=16"