bosh-openstack-cpi/23
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-openstack-cpi-release. It was created based on the commit a8f0627c
.
Release Notes¶
- Human-readable VM names -
The CPI can set more meaningful names for VMs now! Instead of UUIDs such as
vm-4971ee11-f956-406f-9220-8e1ee1a1873c
you get names such asrunner_z1/0
- set
openstack.human_readable_vm_names: true
- configure your registry with the
registry.endpoint
property to include basic auth credentials - Existing VMs will not be touched, continue to work, and still have their UUID-based name
- set
- Custom RootCA support for OpenStack Endpoints - If you previously set
openstack.connection_options.ssl_validate_peer: false
, you can now provide your custom RootCA certificate instead!- Set
openstack.connection_options.ca_cert
to the necessary certificate(s) - configure your registry with the
registry.endpoint
property to include basic auth credentials
- Set
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-openstack-cpi" version: "23" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?v=23" sha1: "94fc3b5f72fec737c5ccba223dc5622d8eca4b5d"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 94fc3b5f72fec737c5ccba223dc5622d8eca4b5d \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?v=23"