summaryrefslogtreecommitdiffstats
path: root/playbooks/provisioning/openstack/prepare-and-format-cinder-volume.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Pre-create a Cinder registry volumeTomas Sedovic2017-09-131-43/+35
|
* Support Cinder-backed Openshift registry (#707)Tomas Sedovic2017-09-121-0/+75
* Attach and detach a volume, wait for it to be accessible This is mostly just handling the attach/detach code, making sure the necessary vars are accessible where they need to be as well as finding out the correct device name the volume is attached as. * Create temp directory for mounts, remove some debug info * add the fs actions * Remove debug * Prepare the volume automatically if possible * Add docs and sample inventory * Read OS_* creds from shell in sample inventory * Fix yamlint complaint * Update readme This mentions the potential pitfalls when using devstack. * Better check for the router deployment in CI * Set the openshift_hoster*_wait vars to True * Fix typo