You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/nw-ovn-kubernetes-ansible-migration.adoc
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,10 @@ ifndef::rollback[]
109
109
migration_egress_ip: false
110
110
migration_egress_firewall: false
111
111
migration_multicast: false
112
+
migration_routing_via_host: true
113
+
migration_ip_forwarding: Global
114
+
migration_cidr: "10.240.0.0/14"
115
+
migration_prefix: 23
112
116
migration_mtu: 1400
113
117
migration_geneve_port: 6081
114
118
migration_ipv4_subnet: "100.64.0.0/16"
@@ -117,6 +121,9 @@ ifndef::rollback[]
117
121
+
118
122
`migration_interface_name`:: If you use an `NodeNetworkConfigurationPolicy` (NNCP) resource on a primary interface, specify the interface name in the `migration-playbook.yml` file so that the NNCP resource gets deleted on the primary interface during the migration process.
119
123
`migration_disable_auto_migration`:: Disables the auto-migration of OpenShift SDN CNI plug-in features to the OVN-Kubernetes plugin. If you disable auto-migration of features, you must also set the `migration_egress_ip`, `migration_egress_firewall`, and `migration_multicast` parameters to `false`. If you need to enable auto-migration of features, set the parameter to `false`.
124
+
`migration_routing_via_host`:: A value of `true` sets local gateway mode and a value of `false` sets shared gateway mode for nodes in your cluster. The default value is `false`. In local gateway mode, traffic is routed through the host network stack. In shared gateway mode, traffic is not routed through the host network stack.
125
+
`migration_ip_forwarding`:: Set IP forwarding to `Global` alongside the local gateway mode if you need the host network of the node to act as a router for traffic not related to OVN-Kubernetes.
126
+
`migration_cidr`:: Specifies a Classless Inter-Domain Routing (CIDR) IP address block for your cluster. You cannot use any CIDR block that overlaps with the `100.64.0.0/16` CIDR block because the OVN-Kubernetes network provider uses this block internally. Ensure that you specify a prefix value, which is the slice of the CIDR block apportioned to each node in your cluster.
120
127
`migration_mtu`:: Optional parameter that sets a specific maximum transmission unit (MTU) to your cluster network after the migration process.
121
128
`migration_geneve_port`:: Optional parameter that sets a Geneve port for OVN-Kubernetes. The default port is `6081`.
122
129
`migration_ipv4_subnet`:: Optional parameter that sets an IPv4 address range for internal use by OVN-Kubernetes. The default value for the parameter is `100.64.0.0/16`.
0 commit comments