diff --git a/modules/virt-attaching-vm-to-sriov-network-web-console b/modules/virt-attaching-vm-to-sriov-network-web-console new file mode 100644 index 0000000000..55f22670f8 --- /dev/null +++ b/modules/virt-attaching-vm-to-sriov-network-web-console @@ -0,0 +1,27 @@ +// Module included in the following assemblies: +// +// * virt/vm_networking/virt-connecting-vm-to-sriov.adoc + +:_mod-docs-content-type: PROCEDURE +[id="virt-attaching-vm-to-sriov-network-web-console_{context}"] += Connecting a VM to an SR-IOV network by using the web console + +You can connect a VM to the SR-IOV network by including the network details in the VM configuration. + +.Prerequisites + +* You must create a network attachment definition for the network. + +.Procedure + +. Navigate to *Virtualization* -> *VirtualMachines*. +. Click a VM to view the *VirtualMachine details* page. +. On the *Configuration* tab, click the *Network interfaces* tab. +. Click *Add network interface*. +. Enter the interface name. +. Select an SR-IOV network attachment definition from the *Network* list. +. Select `SR-IOV` from the *Type* list. +. Optional: Add a network *Model* or *Mac address*. +. Click *Save*. +. Restart or live-migrate the VM to apply the changes. + diff --git a/modules/virt-attaching-vm-to-sriov-network.adoc b/modules/virt-attaching-vm-to-sriov-network.adoc index 4a1fb57676..52e4c141c2 100644 --- a/modules/virt-attaching-vm-to-sriov-network.adoc +++ b/modules/virt-attaching-vm-to-sriov-network.adoc @@ -4,7 +4,7 @@ :_mod-docs-content-type: PROCEDURE [id="virt-attaching-vm-to-sriov-network_{context}"] -= Connecting a virtual machine to an SR-IOV network += Connecting a virtual machine to an SR-IOV network by using the command line You can connect the virtual machine (VM) to the SR-IOV network by including the network details in the VM configuration. diff --git a/virt/vm_networking/virt-connecting-vm-to-sriov.adoc b/virt/vm_networking/virt-connecting-vm-to-sriov.adoc index bfbd3dcdc2..643d6a1fd2 100644 --- a/virt/vm_networking/virt-connecting-vm-to-sriov.adoc +++ b/virt/vm_networking/virt-connecting-vm-to-sriov.adoc @@ -18,6 +18,8 @@ include::modules/nw-sriov-network-attachment.adoc[leveloffset=+1] include::modules/virt-attaching-vm-to-sriov-network.adoc[leveloffset=+1] +include::modules/virt-attaching-vm-to-sriov-network-web-console.adoc[leveloffset=+1] + [role="_additional-resources"] [id="additional-resources_virt-connecting-vm-to-sriov"] == Additional resources