commit e8f791c674a73588a1d192bfd20bc903ea54c83c Author: James Page Date: Mon Dec 5 12:11:50 2016 +0000 Initial snap for rally (devmode only due to use of multiprocessing shared memory diff --git a/snapcraft.yaml b/snapcraft.yaml new file mode 100644 index 0000000..1836060 --- /dev/null +++ b/snapcraft.yaml @@ -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