kolla-ansible/ansible/roles/cinder/tasks
Mauricio Lima 7bb88390d8 Fix copying nfs_shares configuration
Using the `when` conditional on a `with_` loop gets evaluated on each
loop iteration and will not skip a task entirely. Use the `skip`
attribute to ignore errors in this scenario but only `skip` when
`enable_cinder_backend_nfs` is not enabled. If it is enabled the
`nfs_shares` file should be required and this task should fail if it
does not exist.

Co-authored-by: Andrew Widdersheim <amwiddersheim@gmail.com>
Change-Id: I6b997dd943efe7b16beb63899c1488fa5353d996
Closes-Bug: #1641183
2016-11-11 14:33:26 -05:00
..
bootstrap_service.yml map the host localtime to the container 2016-05-03 09:27:51 +08:00
bootstrap.yml Simplify the Cinder LVM backend 2016-07-25 09:50:12 +08:00
ceph.yml Fix the cinder backup permission issue when enable ceph 2016-05-31 13:04:30 +08:00
check.yml Remove unecessary blank lines 2016-05-02 07:44:29 -04:00
config.yml Fix copying nfs_shares configuration 2016-11-11 14:33:26 -05:00
deploy.yml External Ceph - Implementation Cinder 2016-07-19 12:45:48 +00:00
external_ceph.yml External Ceph - Implementation Cinder 2016-07-19 12:45:48 +00:00
main.yml Allow cinder role to pull images 2016-01-06 04:23:28 +00:00
precheck.yml Move precheck into its own role 2016-11-03 14:48:58 +08:00
pull.yml Allow cinder role to pull images 2016-01-06 04:23:28 +00:00
reconfigure.yml Remove do_reconfigure.yml file for all roles 2016-09-27 15:04:00 +00:00
register.yml Fix the url of Cinder endpoints 2016-09-26 09:40:15 +00:00
start.yml Fix stale namespace removal issue 2016-10-15 01:49:13 +08:00
upgrade.yml Added serial option to site.yml. 2016-09-13 09:26:51 +00:00