One thing that strikes me and was an issue before in AIO setups, when network ranges provisioned by AIO were intersecting with VM subnets for VM itself. As then you might get an IP conflict quite easily. But other then that, I don't have anything specific in mind. I am using AIO setup as small sandboxes/showcase envs from time to time and haven't experienced such issues on exact same setup (Ubuntu 24.04, dalmatian). Also feel free to join our #openstack-ansible IRC channel on OFTC network - folks are usually around there during UTC working hours (I personally is away today though), and gladly assist you with further debug in slightly more synchronous way :) On Mon, 23 Jun 2025, 10:52 Lajos Katona, <katonalala@gmail.com> wrote:
Hi Christophe, This is the good mailing list ,welcome :-) Could you please share some more details of your deployment: Is it an OVN based deployment, or you have services like neutron-l3-agent and neutron-l2-agent?
Best wishes Lajos Katona (lajoskatona)
<christophel@silival.com> ezt írta (időpont: 2025. jún. 22., V, 8:45):
Hello,
I’m currently running an OpenStack-Ansible All-In-One deployment (version 30.0.2) on Ubuntu 24.04.
The environment hosts several virtual machines across multiple tenant networks. Each VM is assigned a floating IP from a public 172.x.x.x range, which allows access from the controller host and external clients.
The issue
From time to time, a VM becomes unreachable via its floating IP. The instance is still:
Running normally. Reachable from other VMs on the same internal tenant network using its private IP (10.x.x.x). Associated with the same security groups and port configuration as before. This happens without any apparent trigger or configuration change. I can still ping and SSH to other VMs’ floating IPs, so the problem is isolated to one instance at a time.
Workaround The only way I’ve found to restore external access is:
Disassociate and delete the current floating IP. Allocate a new floating IP from the same pool. Associate it to the same VM port. Once the new floating IP is set, the VM becomes immediately reachable again.
This has now occurred several times across different VMs. I’m concerned it will keep happening randomly.
Question Has anyone encountered similar behavior with floating IPs in an OpenStack-Ansible AIO setup? Is there a known root cause, or any specific logs or areas I should investigate?
If this mailing list is not the right place for this type of question, I’d also appreciate guidance on where to report it or who to contact.
Thanks in advance for your help, Christophe.