[Stateless SG] Enable stateless SG testing in ML2/OVN jobs
Now, once our devstack based jobs are running on Ubuntu 22.04 and OVN supports stateless keyword in ACLs we can enabled stateless SG in Neutron and run those tests. Depends-On: https://review.opendev.org/c/x/tobiko/+/913328 Change-Id: Ia15a2482e875ed41136e518f081afaf7df5be12e
This commit is contained in:
parent
2a458c8bea
commit
a5a0763a7a
@ -18,11 +18,3 @@
|
||||
nodeset: devstack-tobiko-centos
|
||||
voting: false
|
||||
description: CentOS Devstack Tobiko Plugin job
|
||||
vars:
|
||||
devstack_local_conf:
|
||||
post-config:
|
||||
$NEUTRON_CONF:
|
||||
ovn:
|
||||
# NOTE(slaweq): In Centos OVN already supports allow-stateless
|
||||
# keyword as an ACL's action
|
||||
allow_stateless_action_supported: True
|
||||
|
@ -59,13 +59,6 @@
|
||||
s-proxy: false
|
||||
# NOTE(slaweq): without Swift, c-bak cannot run (in the Gate at least)
|
||||
c-bak: false
|
||||
devstack_local_conf:
|
||||
post-config:
|
||||
$NEUTRON_CONF:
|
||||
ovn:
|
||||
# TODO(slaweq): remove this config option once jobs will be
|
||||
# migrated to Ubuntu 22.04 or newer
|
||||
allow_stateless_action_supported: False
|
||||
zuul_copy_output:
|
||||
'{{ stage_dir }}/stackviz': logs
|
||||
"{{ devstack_base_dir }}/data/ovn": "logs"
|
||||
|
@ -83,13 +83,6 @@
|
||||
s-proxy: false
|
||||
# NOTE(slaweq): without Swift, c-bak cannot run (in the Gate at least)
|
||||
c-bak: false
|
||||
devstack_local_conf:
|
||||
post-config:
|
||||
$NEUTRON_CONF:
|
||||
ovn:
|
||||
# TODO(slaweq): remove this config option once jobs will be
|
||||
# migrated to Ubuntu 22.04 or newer
|
||||
allow_stateless_action_supported: False
|
||||
ipv4_dns_nameservers:
|
||||
- 1.0.0.1
|
||||
- 8.8.8.8
|
||||
|
Loading…
Reference in New Issue
Block a user