Advertisement
Guest User

Untitled

a guest
Sep 5th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. /etc/openstack_deploy/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_backends:
  12. limit_container_types: cinder_volume
  13. nfs-volume1:
  14. volume_backend_name: NFS_VOLUME1
  15. volume_driver: cinder.volume.drivers.nfs.NfsDriver
  16. nfs_shares_config: /etc/cinder/nfs_shares_volume1
  17. nfs_mount_options: "rsize=65535,wsize=65535,timeo=1200,actimeo=120"
  18. shares:
  19. - { ip: "10.5.25.125", share: "/vol/cinder" }
  20.  
  21.  
  22.  
  23. /etc/openstack_deploy/env.d/cinder.yml::::
  24.  
  25. container_skel:
  26. cinder_volumes_container:
  27. properties:
  28. is_metal: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement