Skip to content

Commit

Permalink
Rename provisioner from 'cinder' to 'standalone-cinder'
Browse files Browse the repository at this point in the history
Kubernetes already has a cinder provisioner which is designed to work
with the openstack cloud provider for clusters which are deployed on
openstack instances.  To avoid confusion, rename this provisioner to
standalone-cinder.

Signed-off-by: Adam Litke <alitke@redhat.com>
  • Loading branch information
aglitke committed Sep 19, 2017
1 parent eea13ad commit 45614fe
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Cinder external provisioner
The cinder external provisioner fulfills persistent
## Standalone-cinder external provisioner
The standalone-cinder external provisioner fulfills persistent
volume claims by creating cinder volumes and mapping them
to natively supported volume sources. This approach allows
cinder to be used as a storage service whether or not the
Expand Down Expand Up @@ -31,7 +31,7 @@ cinder is accessed directly.

Conventional cinder deployments can be used by supplying a clound
config file identical to the one you would use to configure an
openstack cloud provider. See [here|() for details.
openstack cloud provider.

### Workflows
| User | Kubernetes | Provisioner | Cinder |
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ import (
)

const (
provisionerName = "openstack.org/cinder-baremetal"
provisionerIDAnn = "cinderBaremetalProvisionerIdentity"
provisionerName = "openstack.org/standalone-cinder"
provisionerIDAnn = "standaloneCinderProvisionerIdentity"
cinderVolumeId = "cinderVolumeId"
)

Expand Down

0 comments on commit 45614fe

Please sign in to comment.