1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

5 Commits

Author SHA1 Message Date
Maysa Macedo
5fd62ea137 Add note about additional networks using IPv6
When using a network as an additional network in the OCP cluster
that has an IPv6 Subnet, that subnet must be included in the router
to provide router advertisements, otherwise the interface wouldn't get
an address configured. This happens because the network manager is
configured with method=auto.
2024-12-17 10:37:25 -03:00
Maysa Macedo
4cab5765eb OpenStack: Add installation steps for single stack IPv6 clusters 2024-09-23 16:20:17 -03:00
Maysa Macedo
0d91813e2a OSASINFRA-3237: move controlPlanePort API to GA
This API has not moved and there is no plan to make any changes that
would be backward incompatible in the future.
2023-11-07 17:05:42 -03:00
Maysa Macedo
0bcb5deaaa OpenStack: fix IPv6 docs
Given we are using a provider network in the example, we
should recommend adding the network in the router as external gateway
instead.
2023-09-11 12:48:27 -03:00
Maysa Macedo
cf6527239d OpenStack: Add steps to enable dual-stack clusters
The `MachinesSubnet` field has been reshaped as `controlPlanePort`,
this commit updates the docs to ensure `controlPlanePort` is used.
Also, this commit adds dual-stack documentation.
2023-07-18 12:46:32 -03:00