
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
14 lines
505 B
YAML
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
|