Revert "CI: Disable bare metal testing on RL9/c9s"
This requires disabling libvirt_vm_trust_guest_rx_filters, which when
enabled triggers the following errors when booting baremetal instances
with Tenks on Libvirt 9 (and most likely since 8.9.0):
Cannot set interface flags on 'macvtap1': Value too large for defined data type
This is apparently triggered by a Libvirt commit refreshing rx-filters
more often [1].
As explained in I71a2051d8acd63379bd70bc1287a059d4a7f6387, this setting
was added to allow traffic destined for other MAC addresses to reach VMs
when using a macvtap interface.
This will prevent multicast from working, but we don't need it for
baremetal tests in CI.
This setting will be enabled again once the issue is resolved in either
Libvirt or Tenks.
This reverts commit 21c68bbfafe529e1c337ba242c2e501c75bfedaa.
Also increase timeout of upgrade jobs which is too short now due to the
added delay added by bare metal testing.
[1] 060d4c83ef
Change-Id: I2cfd2667abb1ae8988b7a7fd9761b75c20a0eaa4
This commit is contained in:
parent
80d49f7d8a
commit
990370a367
@ -54,3 +54,9 @@ libvirt_vm_emulator: "{% if ansible_facts.os_family == 'RedHat' %}/usr/libexec/q
|
||||
# Specify a log path in the kolla_logs Docker volume. It is accessible on the
|
||||
# host at the same path.
|
||||
libvirt_vm_default_console_log_dir: "/var/log/kolla/tenks"
|
||||
|
||||
# NOTE(priteau): Disable libvirt_vm_trust_guest_rx_filters, which when enabled
|
||||
# triggers the following errors when booting baremetal instances with Tenks on
|
||||
# Libvirt 9: Cannot set interface flags on 'macvtap1': Value too large for
|
||||
# defined data type
|
||||
libvirt_vm_trust_guest_rx_filters: false
|
||||
|
@ -55,3 +55,9 @@ libvirt_vm_default_console_log_dir: "/var/log/kolla/tenks"
|
||||
# Console logs are owned by the ID of the Nova user in the nova_libvirt
|
||||
# container.
|
||||
libvirt_vm_log_owner: 42436
|
||||
|
||||
# NOTE(priteau): Disable libvirt_vm_trust_guest_rx_filters, which when enabled
|
||||
# triggers the following errors when booting baremetal instances with Tenks on
|
||||
# Libvirt 9: Cannot set interface flags on 'macvtap1': Value too large for
|
||||
# defined data type
|
||||
libvirt_vm_trust_guest_rx_filters: false
|
||||
|
@ -41,5 +41,3 @@
|
||||
cmd: dev/overcloud-test-baremetal.sh &> {{ logs_dir }}/ansible/overcloud-test-baremetal
|
||||
chdir: "{{ kayobe_src_dir }}"
|
||||
executable: /bin/bash
|
||||
# FIXME(priteau): Bare metal testing fails on RL9/c9s with Libvirt 9.0.0
|
||||
when: ansible_facts.os_family == 'Debian'
|
||||
|
@ -81,8 +81,6 @@
|
||||
cmd: dev/overcloud-test-baremetal.sh &> {{ logs_dir }}/ansible/overcloud-test-bm-pre-upgrade
|
||||
chdir: "{{ previous_kayobe_src_dir }}"
|
||||
executable: /bin/bash
|
||||
# FIXME(priteau): Bare metal testing fails on RL9/c9s with Libvirt 9.0.0
|
||||
when: ansible_facts.os_family == 'Debian'
|
||||
|
||||
# Upgrade Kayobe, and use it to perform an upgrade of the control plane.
|
||||
|
||||
@ -110,8 +108,6 @@
|
||||
cmd: dev/overcloud-test-baremetal.sh &> {{ logs_dir }}/ansible/overcloud-test-bm-post-upgrade
|
||||
chdir: "{{ kayobe_src_dir }}"
|
||||
executable: /bin/bash
|
||||
# FIXME(priteau): Bare metal testing fails on RL9/c9s with Libvirt 9.0.0
|
||||
when: ansible_facts.os_family == 'Debian'
|
||||
|
||||
environment:
|
||||
KAYOBE_CONFIG_SOURCE_PATH: "{{ kayobe_config_src_dir }}"
|
||||
|
@ -162,7 +162,7 @@
|
||||
OpenStack release, and upgrades it to the current release.
|
||||
pre-run: playbooks/kayobe-overcloud-upgrade-base/pre.yml
|
||||
run: playbooks/kayobe-overcloud-upgrade-base/run.yml
|
||||
timeout: 9000
|
||||
timeout: 10800
|
||||
|
||||
- job:
|
||||
name: kayobe-overcloud-upgrade-rocky9
|
||||
|
Loading…
x
Reference in New Issue
Block a user