Kolla is a set of ansible playbooks that eases the deployment of OpenStack environments.
Questions tagged [kolla-ansible]
23 questions
2
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
- 23,274
- 8
- 57
- 89
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…

Kong Nan
- 23
- 3
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
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
- 51
- 1
- 5
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…

Wodel
- 51
- 1
- 5
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…

Vishwa Mithra Tatta
- 121
- 6
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…

Milad Jahandideh
- 163
- 5
1
vote
1 answer
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 [-]…

Alex Vrublevskiy
- 11
- 2
1
vote
1 answer
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…

Tùng Nguyễn
- 51
- 1
- 5
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…

khawar abbasi
- 11
- 1
0
votes
0 answers
Upgrade OS Bionic to Focal which includes Openstack and Ceph cluster
So i have openstack and ceph cluster with 3 controllers and 3 computes. This is the information about my cluster :
OS : ubuntu bionic
Openstack kolla-ansible : Ussuri 10.4.0
Ceph ceph-ansible : Octopus 15.2.17
My goal is i want to upgrade my…
0
votes
1 answer
kolla-ansible openstack bootstrap-servers failed on enabling ceph apt repository (ubuntu 22.04)
This is to deploy the recent kolla-ansible openstack. The problem happens since last week. I retested it on a good environment successfully deployed on 7/14/2023 and got bootstrap-servers failed this time.
The environments use Ubuntu 22.04 and…

user1039217
- 11
- 2
0
votes
0 answers
What is the step-by-step process of upgrading Openstack deployed by Kolla-Ansible?
I'm afraid of following this page's instructions for updating the OpenStack as it does not seem to consider all aspects and is not written to upgrade service-by-service. No rollback solution is also provided.
I searched for detailed documentation…

Moha
- 3
- 2
0
votes
0 answers
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…
0
votes
0 answers
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
- 1
- 1