From 88f48955900e9401680f5434f9a162907b146e74 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 2 Mar 2017 10:57:54 -0700 Subject: [PATCH] qa/suites/upgrade/hammer-x: Add some volumes Signed-off-by: Zack Cerza --- qa/suites/upgrade/hammer-x/f-h-x-offline/0-install.yaml | 4 ++++ qa/suites/upgrade/hammer-x/v0-94-4-stop/v0-94-4-stop.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/qa/suites/upgrade/hammer-x/f-h-x-offline/0-install.yaml b/qa/suites/upgrade/hammer-x/f-h-x-offline/0-install.yaml index 1eb39e41f5488..a178d44aac1e1 100644 --- a/qa/suites/upgrade/hammer-x/f-h-x-offline/0-install.yaml +++ b/qa/suites/upgrade/hammer-x/f-h-x-offline/0-install.yaml @@ -1,5 +1,9 @@ roles: - [mon.a, mon.b, mon.c, osd.0, osd.1, osd.2, client.0] +openstack: +- volumes: # attached to each instance + count: 3 + size: 10 # GB tasks: - install: branch: firefly diff --git a/qa/suites/upgrade/hammer-x/v0-94-4-stop/v0-94-4-stop.yaml b/qa/suites/upgrade/hammer-x/v0-94-4-stop/v0-94-4-stop.yaml index f7a1b7b2cdb56..896a56b4f09d8 100644 --- a/qa/suites/upgrade/hammer-x/v0-94-4-stop/v0-94-4-stop.yaml +++ b/qa/suites/upgrade/hammer-x/v0-94-4-stop/v0-94-4-stop.yaml @@ -11,6 +11,10 @@ roles: - osd.0 - osd.1 - - osd.2 +openstack: +- volumes: # attached to each instance + count: 2 + size: 10 # GB tasks: - print: "**** Install version lower than v0.94.4" - install: -- 2.39.5