Merge "Switch jobs to run on ubuntu noble"
This commit is contained in:
commit
da9f583c1e
@ -4,7 +4,7 @@
|
||||
|
||||
tasks:
|
||||
- name: crudini
|
||||
pip:
|
||||
package:
|
||||
name: crudini
|
||||
state: present
|
||||
become: yes
|
||||
|
@ -582,7 +582,7 @@ class BaseTempestWhiteboxTestCase(base.BaseTempestTestCase):
|
||||
wait_until_active=True, timeout=30):
|
||||
host_ip = ssh_client.host
|
||||
service_name = ssh_client.exec_command(
|
||||
"systemctl list-unit-files --type service | grep {} | "
|
||||
"systemctl list-unit-files --type service | grep {}.service | "
|
||||
"cut -d' ' -f1".format(
|
||||
service_alias.replace(" ", ".*"))).strip()
|
||||
LOG.debug("Restarting service '%s' on host '%s'.",
|
||||
@ -1320,7 +1320,7 @@ class BaseTempestTestCaseOvn(BaseTempestWhiteboxTestCase):
|
||||
return [cls.get_podified_ovn_db_cmd('nb'),
|
||||
cls.get_podified_ovn_db_cmd('sb')]
|
||||
if WB_CONF.openstack_type == 'devstack':
|
||||
sbdb = "unix:/usr/local/var/run/ovn/ovnsb_db.sock"
|
||||
sbdb = "unix:/var/run/ovn/ovnsb_db.sock"
|
||||
nbdb = sbdb.replace('sb', 'nb')
|
||||
cmd = "sudo ovn-{}ctl --db={}"
|
||||
return [cmd.format('nb', nbdb), cmd.format('sb', sbdb)]
|
||||
|
@ -53,7 +53,7 @@ class BaseSecGroupLoggingTest(
|
||||
SG_LOG_FILE = '/var/log/messages'
|
||||
rotate_service_fix = '-crond'
|
||||
elif WB_CONF.openstack_type == 'devstack':
|
||||
SG_LOG_FILE = '/opt/stack/logs/ovn-controller.log'
|
||||
SG_LOG_FILE = '/var/log/ovn/ovn-controller.log'
|
||||
rotate_service_fix = ''
|
||||
else:
|
||||
SG_LOG_FILE = '/var/log/containers/stdouts/ovn_controller.log'
|
||||
|
@ -1,8 +1,8 @@
|
||||
- nodeset:
|
||||
name: whitebox-neutron-single-node-ubuntu-jammy
|
||||
name: whitebox-neutron-single-node-ubuntu-noble
|
||||
nodes:
|
||||
- name: controller
|
||||
label: nested-virt-ubuntu-jammy
|
||||
label: nested-virt-ubuntu-noble
|
||||
groups:
|
||||
- name: tempest
|
||||
nodes:
|
||||
@ -16,7 +16,7 @@
|
||||
regex: ^(unmaintained|stable/(victoria|wallaby|xena|yoga|zed)).*$
|
||||
negate: true
|
||||
# Comment nodeset and vars to switch back to non nested nodes
|
||||
nodeset: whitebox-neutron-single-node-ubuntu-jammy
|
||||
nodeset: whitebox-neutron-single-node-ubuntu-noble
|
||||
vars: &nested_virt_vars
|
||||
devstack_localrc:
|
||||
LIBVIRT_TYPE: kvm
|
||||
|
@ -59,13 +59,6 @@
|
||||
# TODO(lucasagomes): Re-enable MOD_WSGI after
|
||||
# https://bugs.launchpad.net/neutron/+bug/1912359 is implemented
|
||||
NEUTRON_DEPLOY_MOD_WSGI: false
|
||||
# TODO(ihrachys): remove OVN_BUILD_FROM_SOURCE once the OS packages
|
||||
# include at least OVN v22.03.3.
|
||||
OVN_BUILD_FROM_SOURCE: True
|
||||
# TODO(ihrachys): switch back to a tagged version when it's released
|
||||
# OVN_BRANCH: "v22.03.3"
|
||||
OVN_BRANCH: "36e3ab9b47e93af0599a818e9d6b2930e49473f0"
|
||||
OVS_BRANCH: "2410b95597fcec5f733caf77febdb46f4ffacd27"
|
||||
devstack_plugins:
|
||||
neutron: https://opendev.org/openstack/neutron.git
|
||||
neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
|
||||
@ -287,12 +280,6 @@
|
||||
OVN_DBS_LOG_LEVEL: dbg
|
||||
ENABLE_TLS: True
|
||||
OVN_IGMP_SNOOPING_ENABLE: True
|
||||
# TODO(ihrachys): remove OVN_BUILD_FROM_SOURCE once the OS packages
|
||||
# include at least OVN v22.03.3.
|
||||
OVN_BUILD_FROM_SOURCE: True
|
||||
OVN_BRANCH: "v23.09.0"
|
||||
OVS_BRANCH: "v3.2.0-20-g1d78a3f31"
|
||||
OVS_SYSCONFDIR: "/usr/local/etc/openvswitch"
|
||||
devstack_services:
|
||||
br-ex-tcpdump: true
|
||||
br-int-flows: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user