From d6e71b7500b404645172627a7bec0f239b316fd8 Mon Sep 17 00:00:00 2001 From: Eduardo Olivares Date: Fri, 23 Dec 2022 12:24:06 +0100 Subject: [PATCH] Add tobiko-download-image role to the devstack playbook The new role downloads images that tobiko will upload to glance during the test execution Depends-On: Ifff8214b7d4a3c2a78d97b171714090fd64d60dd Change-Id: I1dbf739850bfc3f963a789db0dcd2625ffe4a16f --- playbooks/devstack/pre.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/devstack/pre.yaml b/playbooks/devstack/pre.yaml index 8f18f4f..3687f39 100644 --- a/playbooks/devstack/pre.yaml +++ b/playbooks/devstack/pre.yaml @@ -7,6 +7,7 @@ - hosts: tempest roles: - tobiko-zuul + - tobiko-download-images - tobiko-configure - hosts: all