真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

kolla-ansible如何執(zhí)行openstack對接ceph

這篇文章給大家分享的是有關(guān)kolla-ansible如何執(zhí)行openstack對接ceph的內(nèi)容。小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考,一起跟隨小編過來看看吧。

網(wǎng)站的建設(shè)成都創(chuàng)新互聯(lián)公司專注網(wǎng)站定制,經(jīng)驗(yàn)豐富,不做模板,主營網(wǎng)站定制開發(fā).小程序定制開發(fā),H5頁面制作!給你煥然一新的設(shè)計(jì)體驗(yàn)!已為成都PVC花箱等企業(yè)提供專業(yè)服務(wù)。

1、先決條件:
    已經(jīng)部署完成的openstack和ceph集群
    已經(jīng)創(chuàng)建完存儲(chǔ)池
    準(zhǔn)備好ceph.conf,(Glance, Cinder, Nova)keyring:如下圖

kolla-ansible如何執(zhí)行openstack對接ceph

2、設(shè)置ceph客戶端認(rèn)證,在其中一個(gè)ceph節(jié)點(diǎn)執(zhí)行以下命令:
ceph auth get-or-create client.cinder mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool=volumes, allow rwx pool=vms, allow rwx pool=images'
ceph auth get-or-create client.glance mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool=images'
ceph auth get-or-create client.cinder-backup mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool=backups'


3、對接glance服務(wù),執(zhí)行以下操作:
ceph auth get-or-create client.glance
將輸出結(jié)果存入/etc/kolla/config/glance/ceph.client.glance.keyring

對接cinder服務(wù),執(zhí)行以下操作:
ceph auth get-or-create client.cinder
將輸出結(jié)果存入/etc/kolla/config/cinder/cinder-backup/ceph.client.cinder.keyring
/etc/kolla/config/cinder/cinder-volume/ceph.client.cinder.keyring
ceph auth get-or-create client.cinder-backup
將輸出結(jié)果存入/etc/kolla/config/cinder/cinder-backup/ceph.client.cinder-backup.keyring

ceph auth get-or-create client.nova
將輸出結(jié)果存入/etc/kolla/config/nova/ceph.client.cinder.keyring


4、將ceph.conf配置文件放置到/etc/kolla/config/cinder/,glance/,nova/,當(dāng)中

5、編輯/etc/kolla/config/glance/glance-api.conf,添加如下內(nèi)容
[DEFAULT]
show_image_direct_url = True

[glance_store]
stores = rbd
default_store = rbd
rbd_store_pool = images
rbd_store_user = glance
rbd_store_ceph_conf = /etc/ceph/ceph.conf


6、編輯/etc/kolla/config/cinder/cinder-volume.conf,添加如下內(nèi)容
[DEFAULT]
enabled_backends=rbd-1

[rbd-1]
rbd_ceph_conf=/etc/ceph/ceph.conf
rbd_user=cinder
backend_host=rbd:volumes
rbd_pool=volumes
volume_backend_name=rbd-1
volume_driver=cinder.volume.drivers.rbd.RBDDriver
rbd_secret_uuid = {{ cinder_rbd_secret_uuid }}

備注:cinder_rbd_secret_uuid 必須能夠在/etc/kolla/passwords.yml 文件找到

7、編輯/etc/kolla/config/cinder/cinder-backup.conf,添加如下內(nèi)容
[DEFAULT]
backup_ceph_conf=/etc/ceph/ceph.conf
backup_ceph_user=cinder
backup_ceph_chunk_size = 134217728
backup_ceph_pool=backups
backup_driver = cinder.backup.drivers.ceph
backup_ceph_stripe_unit = 0
backup_ceph_stripe_count = 0
restore_discard_excess_bytes = true

8、編輯/etc/kolla/config/nova/nova-compute.conf,添加如下內(nèi)容
[libvirt]
virt_type=qemu
images_rbd_pool=vms
images_type=rbd
images_rbd_ceph_conf=/etc/ceph/ceph.conf
rbd_user=nova

備注:rbd_user可能因您的環(huán)境而異。

9、執(zhí)行kolla-ansible -i multinode reconfigure

10、重啟容器

感謝各位的閱讀!關(guān)于“kolla-ansible如何執(zhí)行openstack對接ceph”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,讓大家可以學(xué)到更多知識(shí),如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到吧!


新聞名稱:kolla-ansible如何執(zhí)行openstack對接ceph
URL分享:http://weahome.cn/article/ggpdjp.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部