欢迎来到天天文库
浏览记录
ID:36309230
大小:92.00 KB
页数:7页
时间:2019-05-09
《单机Openstack》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、基本工具安装gedit工具,方便之后的复制等工作,要是熟悉vi也可以不安装安装vncviewer。因为当时安装的时候选择最小桌面安装,所以没有自带的vnc工具,查看了完整的桌面安装,使用的是TigerVNC同样,之后需要制作镜像,所以镜像在U盘中,就需要安装ntfs格式支持假如不行,可尝试:1、下载rpmforge的rpm文件包32位系统[root@linuxsightlinuxsight]# wgethttp://pkgs.repoforge.org/rpmforge-release/rpmfor
2、ge-release-0.5.2-1.el6.rf.i686.rpm64位系统[root@linuxsightlinuxsight]# wgethttp://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm2、安装rpmforge的rpm文件包[root@linuxsightlinuxsight]# rpm-ivh rpmforge-release-0.5.2-1.el6.rf.i686.r
3、pm(目录请对应,区分32和64,这里是32位)3、安装ntfs-3g参考:http://hi.baidu.com/a381243429/item/a6a21e33453016f8de222116 先配置网络:我的本机网路是192.168.10.80,最好是手动分配IP子节点是192.168.10.81192.168.10.82几种方式配置都可以1:sudosetup2:vi/etc/sysconfig/network-scripts/ifcfg-eth0;3:网络编辑器 运行 servicenet
4、workrestart 进入主题:正式安装openstack:openstack.redhat.com sudoyuminstall-y http://rdo.fedorapeople.org/rdo-release.rpm sudoyuminstall-yopenstack-packstack 在执行第三步之前,可以使用这个命令,用于产生answer-file,这样就可以按照自己的需要修改password等。packstack --gen-answer-file packstack--allinon
5、e 中间出现断网情况的话,新建terminal,直接sudoservicenetworkrestart 中间假如安装失败:Ifyouhaverunpackstackpreviously,therewillbeafileinyourhomedirectorynamedsomethinglikepackstack-answers-20130722-153728.txtYouwillprobablywanttousethatfileagain,usingthe--answer-fileoption,soth
6、atanypasswordsyou'vealreadyset(eg,mysql)willbereused. 配置网络:1:删除所有的原有配置网络2:Aftercompletion,givenasinglemachinewithacurrentIPof192.168.122.212/24viaDHCPwithgatewayof192.168.122.1:Make/etc/sysconfig/network-scripts/ifcfg-br-exresemble:(notethisfileshouldn'
7、texist,butdoesduetoabug)DEVICE=br-exDEVICETYPE=ovsTYPE=OVSBridgeBOOTPROTO=staticIPADDR=192.168.122.212#Oldeth0IPsincewewantthenetworkrestarttonotkilltheconnection,otherwisepicksomethingoutsideyourdhcprangeNETMASK=255.255.255.0#yournetmaskGATEWAY=192.168
8、.122.1#yourgatewayDNS1=192.168.122.1#yournameserverONBOOT=yes 3:Make/etc/sysconfig/network-scripts/ifcfg-eth0resemble(noBOOTPROTO!):DEVICE=eth0HWADDR=52:54:00:92:05:AE#yourhwaddrTYPE=OVSPortDEVICETYPE=ovsOVS_BRIDGE=br-exONBOOT=ye
此文档下载收益归作者所有