Guest User

Untitled

a guest
Sep 5th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. openstack_user_config.yml:
  2.  
  3. storage-infra_hosts:
  4. infra1:
  5. ip: 10.5.25.54
  6.  
  7. storage_hosts:
  8. infra1:
  9. ip: 10.5.25.54
  10. container_vars:
  11. cinder_storage_availability_zone: cinderAZ_3
  12. cinder_default_availability_zone: cinderAZ_1
  13. cinder_backends:
  14. limit_container_types: cinder_volume
  15. volumes_hdd:
  16. volume_driver: cinder.volume.drivers.rbd.RBDDriver
  17. rbd_pool: volumes_hdd
  18. rbd_ceph_conf: /etc/ceph/ceph.conf
  19. rbd_flatten_volume_from_snapshot: 'false'
  20. rbd_max_clone_depth: 5
  21. rbd_store_chunk_size: 4
  22. rados_connect_timeout: -1
  23. volume_backend_name: volumes_hdd
  24. rbd_user: "{{ cinder_ceph_client }}"
  25. rbd_secret_uuid: "{{ cinder_ceph_client_uuid }}"
Advertisement
Add Comment
Please, Sign In to add comment