From c0ba0252b5baf2bace33d2775987989252d55966 Mon Sep 17 00:00:00 2001 From: Maysa Macedo Date: Thu, 27 Mar 2025 11:44:05 -0300 Subject: [PATCH] OpenStack: Document dual-stack VIPs port creation command Following recent bug OCPBUGS-53248 that required changes in how the VIPs work. Let's make sure to be clear on how the API and Ingress VIPs Ports need to be created. --- modules/install-osp-deploy-dualstack.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/install-osp-deploy-dualstack.adoc b/modules/install-osp-deploy-dualstack.adoc index a92b1b813a72..43c44b62855c 100644 --- a/modules/install-osp-deploy-dualstack.adoc +++ b/modules/install-osp-deploy-dualstack.adoc @@ -21,6 +21,12 @@ DHCP must be enabled on the subnets. . Create the API and Ingress VIPs ports. +[source, bash] +---- +openstack port create --network dualstack api +openstack port create --network dualstack ingress +---- + . 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.