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/install-osp-deploy-dualstack.adoc
+76-20Lines changed: 76 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
.Procedure
9
9
10
-
. Create a network with IPv4 and IPv6 subnets. The available address modes for `ipv6-ra-mode` and `ipv6-address-mode` fields are: `stateful`, `stateless` and `slaac`.
10
+
. Create a network with IPv4 and IPv6 subnets. The available address modes for the `ipv6-ra-mode` and `ipv6-address-mode` fields are: `dhcpv6-stateful`, `dhcpv6-stateless`, and `slaac`.
11
11
+
12
12
[NOTE]
13
13
====
@@ -24,15 +24,14 @@ DHCP must be enabled on the subnets.
24
24
. Add the IPv6 subnet to the router to enable router advertisements. If you are using a provider network, you can enable router advertisements by adding the network as an external gateway, which also enables external connectivity.
25
25
26
26
27
-
. To configure IPv4 and IPv6 address endpoints for cluster nodes, edit the `install-config.yaml` file. The following is an example of an `install-config.yaml` file.
28
-
27
+
. To configure IPv4 and IPv6 address endpoints for cluster nodes, edit the `install-config.yaml` file. The following is an example of an `install-config.yaml` file:
Copy file name to clipboardExpand all lines: modules/install-osp-dualstack.adoc
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,11 @@
6
6
= Optional: Configuring a cluster with dual-stack networking
7
7
8
8
:FeatureName: Dual-stack configuration for OpenStack
9
-
include::snippets/technology-preview.adoc[]
10
9
11
10
You can create a dual-stack cluster on {rh-openstack}. However, the dual-stack configuration is enabled only if you are using an {rh-openstack} network with IPv4 and IPv6 subnets.
12
11
13
12
[NOTE]
14
13
====
15
-
{rh-openstack} does not support the following configurations:
16
-
17
-
* Conversion of an IPv4 single-stack cluster to a dual-stack cluster network.
18
-
19
-
* IPv6 as the primary address family for dual-stack cluster network.
14
+
{rh-openstack} does not support the conversion of an IPv4 single-stack cluster to a dual-stack cluster network.
0 commit comments