Initial snap for rally (devmode only due to use of multiprocessing shared memory

This commit is contained in:
James Page 2016-12-05 12:11:50 +00:00
commit e8f791c674

36
snapcraft.yaml Normal file
View File

@ -0,0 +1,36 @@
name: rally
version: 0.7.0
summary: OpenStack Benchmark-as-a-Service (rally)
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.
confinement: devmode
grade: devel
apps:
rally:
command: rally
plugs:
- network
- network-bind
- home
rally-manage:
command: rally-manage
plugs:
- network
- network-bind
- home
parts:
rally:
plugin: python
python-version: python2
source: http://tarballs.openstack.org/rally/rally-0.7.0.tar.gz
build-packages:
- libffi-dev
- libssl-dev
- pkg-config
- gcc