Advertisement
Guest User

Untitled

a guest
May 4th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.07 KB | None | 0 0
  1. storage_hosts:
  2.  sp-ctrl-1:
  3.   ip: 172.29.0.57
  4.   container_vars:
  5.    cinder_backends:
  6.      limit_container_types: cinder_volume
  7.      rbd:
  8.        volume_group: cinder-volumes
  9.        volume_driver: cinder.volume.drivers.rbd.RBDDriver
  10.        volume_backend_name: rbd
  11.        rbd_pool: spaceport-volumes
  12.        rbd_ceph_conf: /etc/ceph/ceph.conf
  13.        rbd_user: cinder
  14.  
  15.  sp-ctrl-2:
  16.   ip: 172.29.0.58
  17.   container_vars:
  18.    cinder_backends:
  19.      limit_container_types: cinder_volume
  20.      rbd:
  21.        volume_group: cinder-volumes
  22.        volume_driver: cinder.volume.drivers.rbd.RBDDriver
  23.        volume_backend_name: rbd
  24.        rbd_pool: spaceport-volumes
  25.        rbd_ceph_conf: /etc/ceph/ceph.conf
  26.        rbd_user: cinder
  27.  
  28.  sp-ctrl-3:
  29.   ip: 172.29.0.59
  30.   container_vars:
  31.    cinder_backends:
  32.      limit_container_types: cinder_volume
  33.      rbd:
  34.        volume_group: spaceport-volumes
  35.        volume_driver: cinder.volume.drivers.rbd.RBDDriver
  36.        volume_backend_name: rbd
  37.        rbd_pool: spaceport-volumes
  38.        rbd_ceph_conf: /etc/ceph/ceph.conf
  39.        rbd_user: cinder
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement