前言 OpenStack主要由七部分组成,分别是Identify, Image, Network, Compute, Block Storage, Object Storage, Dashboard,分别表示认证模块,镜像模块,网络模块,计算模块,块存储模块,对象存储模块和管理模块. Identif...
                            
                            
                                分类:
其他好文   时间:
2014-07-29 10:46:06   
                                阅读次数:
452
                             
                    
                        
                            
                            
                                L2 数据链路层通过交换机设备进行帧转发。交换机在接收到帧之后(L2 层叫帧,L3 层叫包)先解析出帧头中的 MAC 地址,再在转发表中查找是否有对应 MAC 地址的端口,有的话就从相应端口转发出去。没有,就洪泛(专业...
                            
                            
                                分类:
其他好文   时间:
2014-07-26 03:39:37   
                                阅读次数:
213
                             
                    
                        
                            
                            
                                qemu-imgconvert-Oqcow2####vmdk文件转换为相应的文件(.qcow2.raw)	1)novalist--all-tenants2)cinderlist--all-tenants|grep对应ID3)rbdsnapcreatepaas_dev_volumes/volume-对应VMID@bitnami-espocrm-ubuntu20144)rbdexportpaas_dev_volumes/volume-对应ID@bitnami-espocrm-u..
                            
                            
                                分类:
其他好文   时间:
2014-07-26 03:22:07   
                                阅读次数:
230
                             
                    
                        
                            
                            
                                给instance挂载volumes【云硬盘】
	步骤:通过cinder服务创建一块硬盘volume,挂载到instance上。一、在instance上操作;
	fdisk/dev/vdb#一般第一次挂载是在这个目录下;
	p
	n
	1
	回车
	回车
	wq
	mkfs.ext4/dev/vdb1
	mount/dev/vdb1/mnt#看个人需求挂载到一个目录下;
	..
                            
                            
                                分类:
其他好文   时间:
2014-07-26 03:10:47   
                                阅读次数:
244
                             
                    
                        
                            
                            
                                迁移(migrate)volume$cindermigratevolumeIDdestinationHost–force-host-copy=True|False
	destinationHost目标主机–force-host-copy强制迁移
	创建(create)volume
	只创建volume$cindercreate–display-namemyvo110
	myvo1是创建完毕后显示名称
	10是创建volume大小为10G..
                            
                            
                                分类:
其他好文   时间:
2014-07-26 03:10:37   
                                阅读次数:
373
                             
                    
                        
                            
                            
                                小伙伴们好不容易的把openstack环境部署好了;默认会有一个ubuntu系统的镜像,如果想使用centos或者是其它的系统怎么办呢?那么接下就是制作咯;如果你会制作一个任意系统只要是openstack能支持的就行,这样就不用担心没有系统资源的问题了;
	如果在安装配置virt-manager有..
                            
                            
                                分类:
其他好文   时间:
2014-07-26 03:09:37   
                                阅读次数:
320
                             
                    
                        
                            
                            
                                制作一个系统镜像上传到/mnt/p_w_picpath目录下:
	centos6.5.img$glancep_w_picpath-create–namecentos6.5–disk-format=qcow2–container-format=bare–is-public=True–file=/mnt/p_w_picpath/centos6.5.img
	解释:
	–nameNAME上传完镜像在openstack中显示的名称..
                            
                            
                                分类:
其他好文   时间:
2014-07-26 03:09:27   
                                阅读次数:
636
                             
                    
                        
                            
                            
                                glance是openstack管理镜像的一个组件,从webclient上传的镜像或者从命令行上传的镜像默认保存到了那个目录下,可以在:#cat/etc/glance/glance-api.conf|grep-v"^$"|grep-v"^#"
	filesystem_store_datadir=/var/lib/glance/p_w_picpaths/#这行中是显示的p_w_picpath存..
                            
                            
                                分类:
其他好文   时间:
2014-07-26 03:09:07   
                                阅读次数:
212
                             
                    
                        
                            
                            
                                #InstallGlance
[root@cloud01~]#yum–enablerepo=epel-openstack-grizzly,epel-yinstallopenstack-glance
#setdatabase(setanypasswordyoulikefor“password”section)
[root@cloud01~]#openstack-db–init–serviceglance–passwordpassword
Pleaseenterthepasswordfo..
                            
                            
                                分类:
其他好文   时间:
2014-07-26 03:08:57   
                                阅读次数:
220
                             
                    
                        
                            
                            
                                openstack的安装方法好多种啦!总体分手动、自动部署;
	rdo是RedHat提供的openstack的部署方法,很简单,而且openstack的最新版本RedHat貌似是最早出现,目前是i版本!
	我这次记录h版的安装,因为我用的是h版本的;
	安装前提:
	1.操作系统安装完毕-centosorrhel
	2.网络..
                            
                            
                                分类:
其他好文   时间:
2014-07-26 03:08:37   
                                阅读次数:
221