Skip to content

Commit 73a87ac

Browse files
authored
Merge pull request #78179 from maxwelldb/dualstack-shifstack-reboot-ocpbugs25223
[OCPBUGS#25223] Document changes needed on installer host when running dualstack when using a proxy
2 parents 470e688 + 2686f91 commit 73a87ac

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

modules/install-osp-deploy-dualstack.adoc

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,30 @@ platform:
138138
<4> Specify the dual-stack network details that are used by all the nodes across the cluster.
139139
<5> The CIDR of any subnet specified in this field must match the CIDRs listed on `networks.machineNetwork`.
140140
<6> You can specify a value for either `name` or `id`, or both.
141-
<7> Specifying the `network` under the `ControlPlanePort` field is optional.
141+
<7> Specifying the `network` under the `ControlPlanePort` field is optional.
142+
143+
[NOTE]
144+
====
145+
When using an installation host in an isolated dual-stack network, the IPv6 address may not be reassigned correctly upon reboot.
146+
147+
To resolve this problem on {op-system-base-full} 8, create a file called `/etc/NetworkManager/system-connections/required-rhel8-ipv6.conf` that contains the following configuration:
148+
149+
[source,text]
150+
----
151+
[connection]
152+
type=ethernet
153+
[ipv6]
154+
addr-gen-mode=eui64
155+
method=auto
156+
----
157+
158+
To resolve this problem on {op-system-base} 9, create a file called `/etc/NetworkManager/conf.d/required-rhel9-ipv6.conf` that contains the following configuration:
159+
160+
[source,text]
161+
----
162+
[connection]
163+
ipv6.addr-gen-mode=0
164+
----
165+
166+
After you create and edit the file, reboot the installation host.
167+
====

modules/install-osp-dualstack.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// * installing/installing_openstack/installing-openstack-installer-custom.adoc
44
:_mod-docs-content-type: CONCEPT
55
[id="install-osp-dualstack_{context}"]
6-
= Optional: Configuring a cluster with dual-stack networking
6+
= Configuring a cluster with dual-stack networking
77

88
:FeatureName: Dual-stack configuration for OpenStack
99

0 commit comments

Comments
 (0)