Infernalis

ceph infernalis版本搭建过程

落花浮王杯 提交于 2019-12-05 21:22:10
ceph infernalis版本安装过程。 一、使用ceph-deploy方式安装infernalis版本的ceph。 1、宿主机环境。 ubuntu14.04.03-server-amd64 2、添加trusted key。 #wget -q -O- 'https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | sudo apt-key add - 该命令用于添加ceph正式发布版的trusted key。 #wget -q -O- 'https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc' | sudo apt-key add - 该命令用于添加ceph开发测试版的trusted key。 3、向ubuntu源添加指定版本的ceph源。 #apt-add-repository 'deb http://download.ceph.com/debian-infernalis/ trusty main’ 4、添加经过ceph修改过的Apache/FastCGI源。 #echo deb http://gitbuilder.ceph.com/libapache-mod-fastcgi-deb-$(lsb_release

Infernalis版本radosgw搭建配置

ぃ、小莉子 提交于 2019-12-05 00:11:43
1.安装apache。 #apt-get install apache2 libapache2-mod-fastcgi 2.配置apache。 在apache配置文件中添加服务器名称,即:在/etc/apache2/apache2.conf文件添加如下内容: ServerName {fqdn} 其中fqdn是hostname -f的输出结果。 使能apache相关模块。 a2enmod proxy_fcgi a2enmod fastcgi a2enmod rewrite 启动apache。 #service apache2 start 3.安装radosgw模块。 #apt-get install radosgw 4.创建radosgw用户和keyring。 为rgw创建keyring。 #ceph-authtool --create-keyring /etc/ceph/ceph.client.radosgw.keyring #chmod +r /etc/ceph/ceph.client.radosgw.keyring 为rgw用户生成key。 #ceph-authtool /etc/ceph/ceph.client.radosgw.keyring -n client.radosgw.gateway --gen-key 为rgw用户创建权限。 #ceph-authtool -n