We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db64fd commit 3287901Copy full SHA for 3287901
tenks-storage.yml
@@ -37,6 +37,12 @@ bridge_type: linuxbridge
37
# No placement service.
38
wait_for_placement: false
39
40
+# NOTE(priteau): Disable libvirt_vm_trust_guest_rx_filters, which when enabled
41
+# triggers the following errors when booting baremetal instances with Tenks on
42
+# Libvirt 9: Cannot set interface flags on 'macvtap1': Value too large for
43
+# defined data type
44
+libvirt_vm_trust_guest_rx_filters: false
45
+
46
# Use a different state file, to avoid deleting the overcloud VMs.
47
state_file_path: >-
48
{{ '/'.join([(playbook_dir | dirname), 'state-storage.yml']) }}
0 commit comments