ceph/suites/buildpackages/tests/tasks/release.yaml
Loic Dachary a8f4321f5c buildpackages: build will work on a range of flavors
When selecting a flavor to build, we prefer the largest we can find and
fallback to smaller ones, down to the minimum acceptable flavor, if
there is no other available.

Signed-off-by: Loic Dachary <loic@dachary.org>
2016-03-28 18:15:12 +02:00

21 lines
426 B
YAML

# --suite buildpackages/tests --ceph v10.0.1 --filter centos_7.2,ubuntu_14.04
overrides:
ansible.cephlab:
playbook: users.yml
buildpackages:
good_machine:
disk: 20 # GB
ram: 2000 # MB
cpus: 2
min_machine:
disk: 10 # GB
ram: 1000 # MB
cpus: 1
roles:
- [client.0]
tasks:
- install:
- exec:
client.0:
- ceph --version | grep 'version '