diff --git a/_topic_map.yml b/_topic_map.yml index e4371ab6315c..438efcaca432 100644 --- a/_topic_map.yml +++ b/_topic_map.yml @@ -187,6 +187,16 @@ Topics: - Name: Configuring a private cluster File: private-cluster --- +Name: Networking +Dir: networking +Distros: openshift-rosa,openshift-dedicated +Topics: +- Name: OpenShift SDN default CNI network provider + Dir: openshift_sdn + Topics: + - Name: Enabling multicast for a project + File: enabling-multicast +--- Name: Nodes Dir: nodes Distros: openshift-rosa diff --git a/modules/nw-enabling-multicast.adoc b/modules/nw-enabling-multicast.adoc index 3affe2d16475..d38b443d3ed8 100644 --- a/modules/nw-enabling-multicast.adoc +++ b/modules/nw-enabling-multicast.adoc @@ -17,10 +17,20 @@ endif::[] You can enable multicast between pods for your project. +ifdef::openshift-origin,openshift-online,openshift-enterprise,partner-roks,openshift-webscale[] .Prerequisites * Install the OpenShift CLI (`oc`). * You must log in to the cluster with a user that has the `cluster-admin` role. +endif::[] + +ifdef::openshift-rosa,openshift-dedicated[] +.Prerequisites + +* Install the OpenShift CLI (`oc`). +* You must log in to the cluster with a user that has the `cluster-admin` or the `dedicated-admin` role. +endif::[] + .Procedure diff --git a/networking/openshift_sdn/enabling-multicast.adoc b/networking/openshift_sdn/enabling-multicast.adoc index a2e54b8fa740..bc496700036f 100644 --- a/networking/openshift_sdn/enabling-multicast.adoc +++ b/networking/openshift_sdn/enabling-multicast.adoc @@ -1,6 +1,6 @@ [id="enabling-multicast"] = Enabling multicast for a project -include::modules/common-attributes.adoc[] +include::modules/attributes-openshift-dedicated.adoc[] :context: openshift-sdn-enabling-multicast toc::[]