User Tools

Site Tools


storperf:installing

This is an old revision of the document!


How to Install and Run StorPerf

StorPerf is delivered as a Docker container from https://hub.docker.com/r/opnfv/storperf/tags/. There are two possible methods for installation in your environment:

  1. Run container on Jump Host
  2. Run container in a VM

Running StorPerf on Jump Host

Requirements:

Running StorPerf in a VM

Requirements:

  • VM is in the same OpenStack environment as the Cinder volumes under test
  • VM is attached to a dedicated, private subnet called StorPerf
  • VM has OpenStack Controller credentials and can communicate with the Controller API
  • VM has docker installed
  • VM has internet connectivity for downloading the docker image

VM Configuration

The following procedure will create the VM in your environment

# Put an Ubuntu Image in glance
wget https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
glance image-create --name 'StorPerf Ubuntu 14.04' --is-public=true --disk-format=qcow2 --container-format=bare --file=trusty-server-cloudimg-amd64-disk1.img

# Create the StorPerf network
neutron net-create StorPerf-net
neutron subnet-create StorPerf-net 192.168.0.0/16 --name StorPerf-subnet --gateway 192.168.0.1

  
storperf/installing.1450213509.txt.gz · Last modified: 2015/12/15 21:05 by Mark Beierl