873527d746
Replace the "manila-tempest-dsvm-generic-scenario-custom-image" job with a native Zuulv3 style job that does not use the deprecated devstack-gate project. This new test job runs integration NFS and CIFS tests against a newly created test image that is used as the service instance image, as well as the client image. Change-Id: I3d2345e80f3bc18558d4cc6cc58108ff63119460 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
20 lines
447 B
ReStructuredText
20 lines
447 B
ReStructuredText
build-mie-images
|
|
================
|
|
|
|
An ansible role to build images with manila-image-elements
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
.. zuul:rolevar:: mie_project_path
|
|
:type: string
|
|
:default: {{ zuul.projects['opendev.org/openstack/manila-image-elements'].src_dir }}
|
|
|
|
Path of the manila-image-elements repository.
|
|
|
|
.. zuul:rolevar:: images_to_build
|
|
:type: list
|
|
:default: ['generic', 'cephfs']
|
|
|
|
One or more image types to build.
|