1. 安装准备

安装git、wget等

yum -y install git

yum –y install wget

安装pip
yum -y install epel-release
yum -y install python-pip

pip install --update

pip install --upgrade pip

pip install -U os-testr

2. 下载安装包

git clone https://github.com/openstack/rally.git

3. 开始安装

进入rally目录,安装

./install_rally.sh

4. 问题

error: command 'gcc' failed with exit status 1

由于没有正确安装Python开发环境导致。

sudo yum install python-devel

sudo yum install libevent-devel

easy_install gevent

或者

pip install gevent

使用yum  install  libtool

yum  install  libtool-ltdl

yum  install  libtool-ltdl-devel

yum install gcc

5. 安装完成

rally搭建

相关文章:

  • 2021-12-05
  • 2021-10-12
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2021-12-11
  • 2021-09-26
  • 2021-08-21
猜你喜欢
  • 2021-05-23
  • 2022-02-17
  • 2022-12-23
  • 2021-07-15
  • 2021-08-31
  • 2021-07-30
  • 2021-05-31
相关资源
相似解决方案