Questions tagged [kolla-ansible]

Kolla is a set of ansible playbooks that eases the deployment of OpenStack environments.

27 questions
3
votes
1 answer

Kolla OpenStack deployment fails with "haproxy : Waiting for virtual IP to appear"

I'm trying to deploy OpenStack Queens with kolla-ansible (7.0.0) on Ubuntu hosts, following the official guide. After successful bootstrap-servers and precheck the deploy command fails: RUNNING HANDLER [haproxy : Waiting for virtual IP to appear]…
Gerald Schneider
  • 26,582
  • 8
  • 65
  • 97
2
votes
1 answer

Kolla-ansible deployment fails

I tried to use Kolla-ansible to deploy all-in-one OpenStack for Ubuntu 20.04LTS and the following error was reported. TASK [service-rabbitmq : nova | Ensure RabbitMQ users exist] ******************* failed: ... "msg": "Could not determine the…
1
vote
1 answer

Openstack Horizon : WebSSO login seems to redirect to an invalid path in Keystone API

I have an Openstack (yoga) cluster that was installed using kolla-ansible version 14.1.0. I'm trying to set up OpenIDConnect to login through the Horizon interface and I therefore followed this documentation. The problem I'm experiencing is that…
1
vote
0 answers

Multi-node OpenStack with iSCSI storage

I’m trying to deploy a multi-node OpenStack environment using Kolla, Ansible, and Ubuntu server. I successfully added a partition to my Cinder storage using iSCSI. But I can't configure OpenStack to use this partition for VM provisioning. Why?
Sofien
  • 11
1
vote
1 answer

Beginner: VM Instances Can't Access External Network And Few Other Questions

I was trying to deploy a multinode OpenStack cloud using Kolla-Ansible by following this doc and many others: https://docs.openstack.org/project-deploy-guide/kolla-ansible/2023.1/multinode.html. I want to clarify here that I'm very new in OpenStack…
1
vote
1 answer

Kolla-Ansible deployment fails on Ubuntu 22.04 while "Waiting for nova-compute services to register themselves"

Problem Statement: Kolla Ansible installation fails on "deploy" play with the below errors ('Errors' Section). About the Deployment: Lab Openstack deployment using Kolla Ansible 1 Controller, 2 Compute nodes, 1 Block Storage node using LVM / Cinder…
Abhijit Anand
  • 11
  • 1
  • 3
1
vote
0 answers

Docker Is there a way to verify that a container belongs to a particular image build?

I am a newbie in the containers world. From what I have read, when you want to update your container you do this : Stop the container. Delete the container Pull the new image Recreate the container, and now you are running the new version of the…
Wodel
  • 81
1
vote
0 answers

kolla-ansible SSL certificate expired

My ssl certificate has expired in my openstack deployment and I can't login in and several services do not work well because of it. How can I remediate to this? I tried to find a way to disable the verification but I didn't find. Then I tried to…
1
vote
1 answer

What does ping not showing any results mean?

I deployed a kolla-openstack and attached floating IP to an instance in it. Now while I am trying to ping the IP I am getting no response, but when I do ctrl+c it shows 100% loss. Now leaving this aside, if I try to ping an IP which is 100% not…
1
vote
1 answer

OVN Cluster Health Command

Is there any command-line tool for the OVN Cluster Health check? Or each of its components? and a command or commands which gives stats about the cluster. For example, without a functional test, I want to know if everything works properly in our OVN…
1
vote
2 answers

OpenStack Nova fails to connect to libvirt (not socket issue!)

We're trying to deploy OpenStack on hardened Debian-based Linux distro via Kolla-ansible and we seem to be almost done but facing the issue with the nova_compute container which complaints: 2021-09-12 08:56:34.365 7 INFO nova.virt.libvirt.driver [-]…
1
vote
2 answers

kolla ansible - missing sudo password

I try to precheck kolla-ansible before deploy openstack but here is the problem and I don't know how to fix it. I followed this document to setup…
1
vote
0 answers

Openstack Kolla VM not ssh or ping

I successfully installed OpenStack kolla Victoria release. After that i executed init-runonce and VM(cirros) is spinned up and running. I assigned floating IPs as per run-init. Everything is configured as expected i.e. no error at all. The problem…
0
votes
0 answers

Kolla-Ansible Openstack all-in-one Ubuntu 24.04 node unable to reach external network from internal network and router and vice versa

New to Openstack and trying to run a Single Host Node with Kolla-Ansible Openstack on a Ubuntu 24.04 server. able to deploy and build instance, but I'm not able to get my instance or any internal network ports outbound through the bridged external…
0
votes
0 answers

Packet Loss in OpenStack Neutron with Open vSwitch

I have an OpenStack deployment using Neutron with Open vSwitch (without DPDK). I’m experiencing packet loss in my virtual machines, but I can’t identify any apparent reasons for this issue. During troubleshooting, I found that the traffic reaches…
1
2