snap-rally/snapcraft.yaml
James Page 1f35ae9725 Drop interfaces from snapcraft.yaml
The snapstore won't accept uploads of classic snaps with interface
declarations.

Drop them for now - this may change later.

Change-Id: Ib4d9c4e1b37f0bbd06dee1b5c5d4df878e0a074a
2017-02-13 11:52:56 +00:00

34 lines
840 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
rally-manage:
command: rally-manage
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