User Tools

Site Tools


storperf:packaging

StorPerf Packaging

StorPerf is available as a Docker container from https://hub.docker.com/r/opnfv/storperf/tags.

Building StorPerf from Master

Note this will build from the latest code merged to git.

StorPerf is built using the https://build.opnfv.org/ci/view/storperf/job/storperf-docker-build-push-master/ job configured under the Releng project:

https://git.opnfv.org/cgit/releng/tree/jjb/opnfv/opnfv-docker.yml

This job is automatically triggered whenever new code is merged into the storperf git repository.

To manually build the StorPerf docker image, simply:

cd docker
docker build -t opnfv/storperf .

Building StorPerf from Local Clone

For development, you may want to build the docker container from your local repo, including changes which have not been committed. A helper script has been created for this:

build-dev-docker.sh

Running that script will create a container called opnfv/storperf:dev which will be staged using your local repository. You can then enter the container with

docker run -t -i opnfv/storperf:dev /bin/bash

And you will find your repository in /home/opnfv/repos/storperf. You must also start the supervisord program manually in order for graphite and carbon to be available:

supervisord &
storperf/packaging.txt · Last modified: 2015/12/10 21:19 by Mark Beierl