snap-rally/snapcraft.yaml
James Page 596ef7bee3 Update for rally 0.8.1
Also add missing .gitreview file.

Ensure core snap is installed as this is required for classic
confinement mode snaps.

Change-Id: I9ff72de7c3bdd5b7ce51817506ad6af5267db42e
2017-02-13 11:19:36 +00:00

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