Switch to cirros uec image in ovn tempest jobs
Seen couple of kernel panic issues in these jobs, switch to cirros uec image to avoid it. This is already done in non-scenario jobs defined in neutron-tempest-plugin[1]. [1] https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/821067 Change-Id: Ic57f828c08f1793226759baedb3eb2f646191e1f
This commit is contained in:
parent
5c47957e89
commit
a98d96f4ef
@ -414,6 +414,9 @@
|
||||
neutron_plugin_options:
|
||||
is_igmp_snooping_enabled: True
|
||||
devstack_localrc:
|
||||
CIRROS_VERSION: 0.5.1
|
||||
DEFAULT_IMAGE_NAME: cirros-0.5.1-x86_64-uec
|
||||
DEFAULT_IMAGE_FILE_NAME: cirros-0.5.1-x86_64-uec.tar.gz
|
||||
Q_AGENT: ovn
|
||||
ML2_L3_PLUGIN: ovn-router,trunk
|
||||
Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn,logger
|
||||
@ -519,6 +522,10 @@
|
||||
timeout: 10800
|
||||
vars:
|
||||
tox_envlist: integrated-network
|
||||
devstack_localrc:
|
||||
CIRROS_VERSION: 0.5.1
|
||||
DEFAULT_IMAGE_NAME: cirros-0.5.1-x86_64-uec
|
||||
DEFAULT_IMAGE_FILE_NAME: cirros-0.5.1-x86_64-uec.tar.gz
|
||||
devstack_plugins:
|
||||
neutron: https://opendev.org/openstack/neutron.git
|
||||
devstack_services:
|
||||
|
Loading…
Reference in New Issue
Block a user