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
cpi
toopenstack_cpi
- Note: This breaks current bosh-init deployment manifests! Be sure to change
director.cpi_job
,cloud_provider.template
, andtemplates
properties 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: "d7ef4b16db1312a134b2a18de6ac4bea520fafa9"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 d7ef4b16db1312a134b2a18de6ac4bea520fafa9 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?v=16"