Version-Release number of selected component (if applicable):RHOS10 Description of problem: Point 1 Actual info: In point 2.2.1 below the comment " The KVM host requires the following packages: " we give following List "$ yum install libvirt-client libvirt-daemon qemu-kvm libvirt-daemon-driver-qemu libvirt-daemon-kvm virt-install " Expected Info We need to add packages : bridge to the required packages, as it is required to create 2 bridges br-ex, br-ctlplane, We need rsync package to backup undercloud VM created the updated command should contain # yum install libvirt-client libvirt-daemon qemu-kvm libvirt-daemon-driver-qemu libvirt-daemon-kvm virt-install bridge rsync # brctl addbr br-ex # brctl addbr br-ctlplane # ifconfig br-ctlplane up # ifconfig br-ex up These updates are required so that we can begin with installation
Hi Nikhil, Thanks for sending this. I'll update the doc accordingly. Also, I think the first package is actually bridge-utils.
Hi Dan, Yes, the package name is bridge-utils.
Hi Nikhil, These packages has been added to the yum command: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/10/html/director_installation_and_usage/chap-requirements#virtualization_support Was there anything else required for this BZ?
Thanks Dan