Skip to content

Commit 71b07fe

Browse files
authored
Merge pull request #71923 from danielclowers/CNV-29261_01
CNV#29261 - Document OVN network in UI
2 parents 8932210 + 0a09943 commit 71b07fe

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/vm_networking/virt-connecting-vm-to-ovn-secondary-network.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="virt-creating-nad-l2-overlay-console_{context}"]
7+
= Creating a NAD for layer 2 topology by using the web console
8+
9+
You can create a network attachment definition (NAD) that describes how to attach a pod to the layer 2 overlay network.
10+
11+
.Prerequisites
12+
* You have access to the cluster as a user with `cluster-admin` privileges.
13+
14+
.Procedure
15+
16+
. Go to *Networking* -> *NetworkAttachmentDefinitions* in the web console.
17+
18+
. Click *Create Network Attachment Definition*. The network attachment definition must be in the same namespace as the pod or virtual machine using it.
19+
20+
. Enter a unique *Name* and optional *Description*.
21+
22+
. Select *OVN Kubernetes L2 overlay network* from the *Network Type* list.
23+
24+
. Click *Create*.

modules/virt-creating-nad-localnet-console.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
You can create a network attachment definition (NAD) to connect workloads to a physical network by using the {product-title} web console.
1010

1111
.Prerequisites
12+
* You have access to the cluster as a user with `cluster-admin` privileges.
1213
* Use `nmstate` to configure the localnet to OVS bridge mappings.
1314
1415
.Procedure

virt/vm_networking/virt-connecting-vm-to-ovn-secondary-network.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ include::modules/virt-creating-localnet-nad-cli.adoc[leveloffset=+2]
4848
You can attach a virtual machine (VM) to the OVN-Kubernetes secondary network interface by using the {product-title} web console or the CLI.
4949

5050
include::modules/virt-attaching-vm-to-ovn-secondary-nw-cli.adoc[leveloffset=+2]
51+
include::modules/virt-creating-nad-l2-overlay-console.adoc[leveloffset=+2]
5152
include::modules/virt-creating-nad-localnet-console.adoc[leveloffset=+2]
5253

5354
[role="_additional-resources"]

0 commit comments

Comments
 (0)