snap-rally/snapcraft.yaml

42 lines
962 B
YAML

name: rally
version: 0.8.1
summary: OpenStack Benchmark-as-a-Service
description: |
Rally is a Benchmark-as-a-Service project for OpenStack.
.
Rally is intended to provide the community with a benchmarking
tool that is capable of performing specific, complicated and
reproducible test cases on real deployment scenarios.
# Main target for rally is classic host, and it won't run
# under strict due to use in multiprocessing of shared
# memory.
confinement: classic
grade: devel
apps:
rally:
command: rally
plugs:
- network
- network-bind
- home
rally-manage:
command: rally-manage
plugs:
- network
- network-bind
- home
aliases:
- rally-manage
parts:
rally:
plugin: python
python-version: python2
source: http://tarballs.openstack.org/rally/rally-$SNAPCRAFT_PROJECT_VERSION.tar.gz
build-packages:
- libffi-dev
- libssl-dev
- pkg-config
- gcc