不做第二个别人,永远做第一个自己。
分类: 云计算
2014-04-24 15:47:43
其它地方的软件包有问题,试着利用github中的软件包安装一次吧!网络的速度肯定是会慢点了
$ yum install -y git $ git clone --recursive git://github.com/stackforge/packstack.git $ cd packstack
步骤一:
确保rpm包软件源:CONFIG_REPO=
$ ./bin/packstack --gen-answer-file=ans.txt
$ ./bin/packstack --answer-file=ans.txtInput your password:验证安装情况$ cd $ . keystonerc_admin $ nova list $ swift list # if you have installed swift原文链接:
这个几项是安装多节点CONFIG_NOVA_COMPUTE_HOSTS : a comma seperated list of ip addresses on which to install nova compute CONFIG_SWIFT_STORAGE_HOSTS : a comma seperate list of swift storage devices 1.1.1.1 : create a testing loopback device and use this for storage 1.1.1.1/sdb : use /dev/sdb on 1.1.1.1 as a storage device开启debug调试Debugging To make packstack write more detailed information into the log file you can use the -d switch: $ packstack -d --allinone