Skip to content

Commit f0cf616

Browse files
SNiemann15openshift-cherrypick-robot
authored andcommitted
IBM Z OSA traffic forwarding
1 parent e214ddb commit f0cf616

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

modules/virt-attaching-vm-to-secondary-udn.adoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
//
33
// * virt/vm_networking/virt-connecting-vm-to-secondary-udn.adoc
44

5-
:_mod-docs-content-type: PROCEDURE
6-
[id="virt-attaching-vm-to-secondary-udn_{context}"]
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="virt-attaching-vm-to-secondary-udn_{context}"]
77
= Attaching a virtual machine to secondary user-defined networks by using the CLI
88

99
You can connect a virtual machine (VM) to multiple secondary cluster-scoped user-defined networks (CUDNs) by configuring the interface binding.
@@ -34,7 +34,7 @@ spec:
3434
type: ""
3535
resources:
3636
requests:
37-
memory: 2048M
37+
memory: 2048M
3838
networks:
3939
- name: secondary_localnet # <3>
4040
multus:
@@ -55,4 +55,9 @@ $ oc apply -f <filename>.yaml
5555
+
5656
where:
5757

58-
<filename>:: Specifies the name of your `VirtualMachine` manifest YAML file.
58+
<filename>:: Specifies the name of your `VirtualMachine` manifest YAML file.
59+
60+
[NOTE]
61+
====
62+
When running {VirtProductName} on {ibm-z-name} using an OSA card, be aware that the OSA card only forwards network traffic to devices that are registered with the OSA device. As a result, any traffic destined for unregistered devices is not forwarded.
63+
====

virt/vm_networking/virt-connecting-vm-to-secondary-udn.adoc

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
:_mod-docs-content-type: ASSEMBLY
2-
[id="virt-connecting-vm-to-secondary-udn"]
3-
= Connecting a virtual machine to a secondary localnet user-defined network
4-
include::_attributes/common-attributes.adoc[]
5-
:context: virt-connecting-vm-to-secondary-udn
6-
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="virt-connecting-vm-to-secondary-udn"]
3+
= Connecting a virtual machine to a secondary localnet user-defined network
4+
include::_attributes/common-attributes.adoc[]
5+
:context: virt-connecting-vm-to-secondary-udn
6+
77
toc::[]
88

99
You can connect a virtual machine (VM) to an OVN-Kubernetes localnet secondary network by using the CLI. Cluster administrators can use the `ClusterUserDefinedNetwork` (CUDN) custom resource definition (CRD) to create a shared OVN-Kubernetes network across multiple namespaces.
1010

11-
An OVN-Kubernetes secondary network is compatible with the xref:../../networking/multiple_networks/secondary_networks/configuring-multi-network-policy.adoc#compatibility-with-multi-network-policy_configuring-additional-network[multi-network policy API] which provides the `MultiNetworkPolicy` custom resource definition (CRD) to control traffic flow to and from VMs.
11+
An OVN-Kubernetes secondary network is compatible with the xref:../../networking/multiple_networks/secondary_networks/configuring-multi-network-policy.adoc#compatibility-with-multi-network-policy_configuring-additional-network[multi-network policy API] which provides the `MultiNetworkPolicy` custom resource definition (CRD) to control traffic flow to and from VMs.
1212

1313
[IMPORTANT]
1414
====
@@ -26,4 +26,6 @@ include::modules/virt-attaching-vm-to-secondary-udn.adoc[leveloffset=+1]
2626
[role="_additional-resources"]
2727
[id="additional-resources_{context}"]
2828
== Additional resources
29-
* xref:../../networking/multiple_networks/primary_networks/about-user-defined-networks.adoc#about-cudn_about-user-defined-networks[About the `ClusterUserDefinedNetwork` CR]
29+
* xref:../../networking/multiple_networks/primary_networks/about-user-defined-networks.adoc#about-cudn_about-user-defined-networks[About the `ClusterUserDefinedNetwork` CR]
30+
31+
* link:https://www.ibm.com/docs/en/linux-on-systems?topic=choices-osa-interface-traffic-forwarding[OSA interface traffic forwarding]

0 commit comments

Comments
 (0)