Skip to content

Commit 2e6cf4b

Browse files
author
brice
committed
edits to migrating between plugins section after 10035
1 parent 701b5d8 commit 2e6cf4b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

install_config/configuring_sdn.adoc

+11-10
Original file line numberDiff line numberDiff line change
@@ -280,15 +280,16 @@ $ oc get netnamespace
280280
[[migrating-between-sdn-plugins-networkpolicy]]
281281
=== Migrating from ovs-multitenant to ovs-networkpolicy
282282

283-
In addition to the generic plugin migration steps above, there is one additional step
284-
when migrating from the *ovs-multitenant* plug-in to the *ovs-networkpolicy* plug-in;
285-
you must ensure that every namespace has a unique `NetID`. This means that if you
286-
have previously
287-
xref:../admin_guide/managing_networking.adoc#joining-project-networks[joined projects
288-
together] or
289-
xref:../admin_guide/managing_networking.adoc#making-project-networks-global[made projects
290-
global], you will need to undo that before switching to the *ovs-networkpolicy* plug-in,
291-
or the NetworkPolicy objects may not function correctly.
283+
In addition to the generic plug-in migration steps above in the xref:migrating-between-sdn-plugins[Migrating between SDN plug-ins section], there is one additional
284+
step when migrating from the *ovs-multitenant* plug-in to the
285+
*ovs-networkpolicy* plug-in; you must ensure that every namespace has a unique
286+
`NetID`. This means that if you have previously
287+
xref:../admin_guide/managing_networking.adoc#joining-project-networks[joined
288+
projects together] or
289+
xref:../admin_guide/managing_networking.adoc#making-project-networks-global[made
290+
projects global], you will need to undo that before switching to the
291+
*ovs-networkpolicy* plug-in, or the NetworkPolicy objects may not function
292+
correctly.
292293

293294
A helper script is available that fixes `NetID's`, creates NetworkPolicy objects
294295
to isolate previously-isolated namespaces, and enables connections between
@@ -297,7 +298,7 @@ previously-joined namespaces.
297298
Use the following steps to migrate to the *ovs-networkpolicy*
298299
plug-in, by using this helper script, while still running the *ovs-multitenant* plug-in:
299300

300-
. Download the script from link:https://raw.githubusercontent.com/openshift/origin/master/contrib/migration/migrate-network-policy.sh[] and add the exexcution file permission:
301+
. Download the script and add the execution file permission:
301302
+
302303
[source, bash]
303304
----

0 commit comments

Comments
 (0)