Н
Size: a a a
Н
ВГ
E
@
@
$ onedatastore list
@
Н
Н
Н
@
@
@
@
NAME = {{ item.name }}
SAFE_DIRS= {{ item.safe_dirs }}
DS_MAD = ceph
TM_MAD = ceph
DISK_TYPE = RBD
POOL_NAME = {{ item.ceph_pool_name }}
EC_POOL_NAME = {{ item.ceph_pool_name }}
BRIDGE_LIST = "{% for host in groups['control_plane'] %}{{ lookup('dig', host) }}{% if not loop.last %} {% endif %}{% endfor %}"
CEPH_HOST = "{% for ceph in ceph_clusters %}{% if ceph["name"] == item.ceph_cluster_name %}{% for mon in ceph["monitors"] %}{{ mon["addr"] }}:{{ mon["port"] }}{% if not loop.last %}{{ " " }}{% endif %}{% endfor%}{% endif %}{% endfor %}"
CEPH_SECRET = {{ item.uuid_secret }}
CEPH_USER = {{ item.ceph_user }}
CEPH_CONF = {{ item.ceph_conf }}
LN_TARGET = SYSTEM
CLONE_TARGET = SYSTEM
CLONE_TARGET_SHARED = SYSTEM
LN_TARGET_SHARED = SYSTEM
@
@
V
VP
VP
VP