1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00

Remove obsolete CNV node network folder

Signed-off-by: Avital Pinnick <apinnick@redhat.com>
This commit is contained in:
Avital Pinnick
2023-03-26 11:24:50 +03:00
committed by openshift-cherrypick-robot
parent bb72899890
commit b25ec73364
18 changed files with 1 additions and 105 deletions

View File

@@ -1,7 +1,5 @@
// Module included in the following assemblies:
//
// * virt/node_network/virt-observing-node-network-state.adoc
// * virt/node_network/virt-updating-node-network-config.adoc
// * networking/k8s_nmstate/k8s-nmstate-observing-node-network-state.adoc
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc
@@ -29,5 +27,5 @@ Node networking is monitored and updated by the following objects:
[NOTE]
====
If your {product-title} cluster uses OVN-Kubernetes as the network plugin, you cannot attach a Linux bridge or bonding to the default interface of a host because of a change in the host network topology of OVN-Kubernetes. As a workaround, you can use a secondary network interface connected to your host, or switch to the OpenShift SDN network plugin.
If your {product-title} cluster uses OVN-Kubernetes as the network plugin, you cannot attach a Linux bridge or bonding to the default interface of a host because of a change in the host network topology of OVN-Kubernetes. As a workaround, use a secondary network interface connected to your host or switch to the OpenShift SDN network plugin.
====

View File

@@ -1,6 +1,5 @@
// Module included in the following assemblies:
//
// * virt/node_network/virt-configuring-node-network-policy
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc
:_content-type: PROCEDURE

View File

@@ -1,6 +1,5 @@
// Module included in the following assemblies:
//
// * virt/node_network/virt-updating-node-network-config.adoc
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc
:_content-type: PROCEDURE

View File

@@ -1,6 +1,5 @@
// Module included in the following assemblies:
//
// * virt/node_network/virt-updating-node-network-config.adoc
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc
[id="virt-example-bond-nncp_{context}"]

View File

@@ -1,6 +1,5 @@
// Module included in the following assemblies:
//
// * virt/node_network/virt-updating-node-network-config.adoc
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc
[id="virt-example-bridge-nncp_{context}"]

View File

@@ -1,6 +1,5 @@
// Module included in the following assemblies:
//
// * virt/node_network/virt-updating-node-network-config.adoc
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc
[id="virt-example-ethernet-nncp_{context}"]

View File

@@ -1,6 +1,5 @@
// Module included in the following assemblies:
//
// * virt/node_network/virt-updating-node-network-config.adoc
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc
:_content-type: REFERENCE

View File

@@ -1,6 +1,5 @@
// Module included in the following assemblies:
//
// * virt/node_network/virt-updating-node-network-config.adoc
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc
[id="virt-example-nmstate-multiple-interfaces_{context}"]

View File

@@ -1,6 +1,5 @@
// Module included in the following assemblies:
//
// * virt/node_network/virt-updating-node-network-config.adoc
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc
[id="virt-example-vlan-nncp_{context}"]

View File

@@ -1,6 +1,5 @@
// Module included in the following assemblies:
//
// * virt/node_network/virt-updating-node-network-config.adoc
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc
:_content-type: PROCEDURE

View File

@@ -1,6 +1,5 @@
// Module included in the following assemblies:
//
// * virt/node_network/virt-observing-node-network-state.adoc
// * networking/k8s_nmstate/k8s-observing-node-network-state.adoc
:_content-type: PROCEDURE

View File

@@ -1 +0,0 @@
../../_attributes/

View File

@@ -1 +0,0 @@
../../images/

View File

@@ -1 +0,0 @@
../../modules/

View File

@@ -1 +0,0 @@
../../snippets/

View File

@@ -1,16 +0,0 @@
:_content-type: ASSEMBLY
[id="virt-observing-node-network-state"]
= Observing node network state
include::_attributes/common-attributes.adoc[]
:context: virt-observing-node-network-state
toc::[]
Node network state is the network configuration for all nodes in the cluster.
include::modules/virt-about-nmstate.adoc[leveloffset=+1]
include::modules/virt-viewing-network-state-of-node.adoc[leveloffset=+1]

View File

@@ -1,17 +0,0 @@
:_content-type: ASSEMBLY
[id="virt-troubleshooting-node-network"]
= Troubleshooting node network configuration
include::_attributes/common-attributes.adoc[]
:context: virt-troubleshooting-node-network
toc::[]
If the node network configuration encounters an issue, the policy is automatically rolled back and the enactments report failure.
This includes issues such as:
* The configuration fails to be applied on the host.
* The host loses connection to the default gateway.
* The host loses connection to the API server.
include::modules/virt-troubleshooting-incorrect-policy-config.adoc[leveloffset=+1]

View File

@@ -1,55 +0,0 @@
:_content-type: ASSEMBLY
[id="virt-updating-node-network-config"]
= Updating node network configuration
include::_attributes/common-attributes.adoc[]
:context: virt-updating-node-network-config
toc::[]
You can update the node network configuration, such as adding or removing interfaces
from nodes, by applying `NodeNetworkConfigurationPolicy` manifests to the cluster.
include::modules/virt-about-nmstate.adoc[leveloffset=+1]
include::modules/virt-creating-interface-on-nodes.adoc[leveloffset=+1]
[discrete]
[role="_additional-resources"]
== Additional resources
* xref:virt-nmstate-example-policy-configurations[Example policy configurations for different interfaces]
* xref:virt-example-nmstate-multiple-interfaces_virt-updating-node-network-config[Example for creating multiple interfaces in the same policy]
* xref:virt-example-nmstate-IP-management_virt-updating-node-network-config[Examples of different IP management methods in policies]
include::modules/virt-confirming-policy-updates-on-nodes.adoc[leveloffset=+1]
include::modules/virt-removing-interface-from-nodes.adoc[leveloffset=+1]
[id="virt-nmstate-example-policy-configurations"]
== Example policy configurations for different interfaces
include::modules/virt-example-bridge-nncp.adoc[leveloffset=+2]
include::modules/virt-example-vlan-nncp.adoc[leveloffset=+2]
include::modules/virt-example-bond-nncp.adoc[leveloffset=+2]
include::modules/virt-example-ethernet-nncp.adoc[leveloffset=+2]
include::modules/virt-example-nmstate-multiple-interfaces.adoc[leveloffset=+2]
[id="capturing-nic-static-ip_virt-updating-node-network-config"]
== Capturing the static IP of a NIC attached to a bridge
ifdef::openshift-enterprise[]
:FeatureName: Capturing the static IP of a NIC
include::snippets/technology-preview.adoc[leveloffset=+2]
endif::[]
include::modules/virt-example-inherit-static-ip-from-nic.adoc[leveloffset=+2]
[role="_additional-resources"]
.Additional resources
* link:https://nmstate.io/nmpolicy/user-guide/102-policy-syntax.html[The NMPolicy project - Policy syntax]
// Dropping offset by one again
include::modules/virt-example-nmstate-IP-management.adoc[leveloffset=+1]