摘要: openstack nova neutron cinder节点安装 #关闭selinux、防火墙 systemctl stop firewalld.service systemctl disable firewalld.service firewall-cmd --state sed -i '/^S 阅读全文
posted @ 2019-10-30 15:52 些许记忆 阅读(318) 评论(0) 推荐(0)
摘要: cinder glusterfs配置操作 ## ########cinder 节点配置 echo ' [glusterfs] volume_driver = cinder.volume.drivers.glusterfs.GlusterfsDriver glusterfs_shares_config 阅读全文
posted @ 2019-10-26 14:43 些许记忆 阅读(347) 评论(0) 推荐(0)
摘要: cinder nfs配置操作 ###cinder 节点操作 yum install -y nfs-utils rpcbind systemctl enable rpcbind nfs systemctl restart rpcbind nfs mkdir -p /data/nfs echo ' /d 阅读全文
posted @ 2019-10-26 14:33 些许记忆 阅读(334) 评论(0) 推荐(0)
摘要: samba ads配置 ######################################################## ########################################################时间同步 yum install -y ntpda 阅读全文
posted @ 2019-10-26 12:41 些许记忆 阅读(552) 评论(0) 推荐(0)
摘要: 制作OpenStack centos7镜像 ##制作OpenStack centos7镜像 ##宿主机操作 #首先创建一个qcow2格式镜像文件,用于虚拟机的根磁盘,大小10G就够了。 mkdir -p /data/kvms/images/ cd /data/kvms/images/ qemu-im 阅读全文
posted @ 2019-10-26 12:34 些许记忆 阅读(1623) 评论(0) 推荐(0)
摘要: ssh远程主机 常见报错处理 阅读全文
posted @ 2019-10-26 12:23 些许记忆 阅读(367) 评论(0) 推荐(0)
摘要: openstack flat 网络配置 source admin-openrc.sh neutron net-create public --shared --router:external --provider:physical_network public --provider:network_ 阅读全文
posted @ 2019-10-26 12:01 些许记忆 阅读(1007) 评论(0) 推荐(0)
摘要: ###glance nova glusterfs 配置 ###glance nova glusterfs 配置 #安装glusterfs 并挂载 ###所有节点执行 echo " 192.168.0.171 node171 192.168.0.172 node172 192.168.0.172 node173" >>/etc/hosts systemctl stop firewall... 阅读全文
posted @ 2019-10-25 14:35 些许记忆 阅读(302) 评论(0) 推荐(0)
摘要: glusterfs 安装配置 centos7 ####CentOS 7 安装 glusterfs ##################################################### ############################################### 阅读全文
posted @ 2019-10-25 14:08 些许记忆 阅读(475) 评论(0) 推荐(0)
摘要: iptables 转ftp端口 阅读全文
posted @ 2019-10-22 17:31 些许记忆 阅读(420) 评论(0) 推荐(0)