packstack/releasenotes/notes/create-uec-image-70073744430d1538.yaml
Alfredo Moralejo 11b281071a Added uec images for tempest tests
When running instances on qemu emulated images in packstack gate
we usually hit https://bugs.launchpad.net/cirros/+bug/1312199
and jobs fails.

This patch adds glance UEC images (AKI, ARI and AMI) when
tempest deployment is enabled and configure those images in
tempest config file.

UEC image name an URLs can be configured with parameters:
* CONFIG_PROVISION_UEC_IMAGE_NAME
* CONFIG_PROVISION_UEC_IMAGE_KERNEL_URL
* CONFIG_PROVISION_UEC_IMAGE_RAMDISK_URL
* CONFIG_PROVISION_UEC_IMAGE_DISK_URL

Change-Id: I316e34d85a2e1a2799b7cbf11e7fa3635a81887a
2016-06-08 07:18:55 +00:00

14 lines
505 B
YAML

---
features:
- |
When tempest provisioning is enabled, three glance images
following uec schema (AKI,ARI,AMI) are created. These
images are used for tempest tests. This is done for issue
in https://bugs.launchpad.net/cirros/+bug/1312199
Image name and URLs to download images can be modified
with parameters:
* CONFIG_PROVISION_UEC_IMAGE_NAME
* CONFIG_PROVISION_UEC_IMAGE_KERNEL_URL
* CONFIG_PROVISION_UEC_IMAGE_RAMDISK_URL
* CONFIG_PROVISION_UEC_IMAGE_DISK_URL