From 3da86724c3db305f395bce5ba2175258294dadb6 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Tue, 18 Aug 2015 12:31:10 +0200 Subject: [PATCH] ceph-deploy: hints for OpenStack Signed-off-by: Loic Dachary --- .../ceph-deploy/basic/tasks/ceph-deploy_hello_world.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/suites/ceph-deploy/basic/tasks/ceph-deploy_hello_world.yaml b/suites/ceph-deploy/basic/tasks/ceph-deploy_hello_world.yaml index 78dea03d84123..f8f509e1c43da 100644 --- a/suites/ceph-deploy/basic/tasks/ceph-deploy_hello_world.yaml +++ b/suites/ceph-deploy/basic/tasks/ceph-deploy_hello_world.yaml @@ -14,6 +14,14 @@ roles: - - osd.1 - mon.b - client.0 +openstack: + machine: + disk: 10 # GB + ram: 2000 # MB + cpus: 1 + volumes: # attached to each instance + count: 3 + size: 10 # GB tasks: - install: extras: yes -- 2.39.5