Questions tagged [kolla-ansible]

7 questions
2
votes
0 answers

kolla-ansible precheck: "No module named 'docker'", although the "docker" library has been installed

I am setting up the OpenStack system on two identical VPSs using Ubuntu 20.04 LTS with Kolla-ansible. After installing the necessary dependencies, I ran a deployment check by executing "sudo kolla-ansible -i inventory bootstrap-servers". The command…
0
votes
0 answers

Openstack multinode with iscsi external storage (truenas)

Actually i need to use external storage like baie or true with iscsi protocole for my openstack envirment. Hello, Actually am trying to deploy an openstack envirment multinode using kolla ansible and ubuntu server. I successufully add a partition in…
Sofien
  • 1
0
votes
0 answers

does Computing nodes and network nodes share the same node for openstack available?

I use kolla to deploy openstack with three nodes like this: contorller:node1,node2,node3 network:node1,node2 compute:node1,node2,node3, the problem is network node use the same ovs with compute node,Is this reasonable? Will flow tables conflict?
0
votes
1 answer

Kolla-Ansible expects octavia o-hm0 interface to be present on control nodes

Deployer: Kolla-Ansible OpenStack version: Zed For some reason I get the following error: fatal: [control01]: FAILED! => {"msg": "An unhandled exception occurred while templating '{{ 'octavia_network' | kolla_address }}'. Error was a
Moha
  • 1
  • 2
0
votes
0 answers

Rolling back solution in the upgrade process of an OpennStack environment by Kolla-Ansible?

In an Kolla-deployed OpenStack environment, if a problem occurs while updating service-by-service, how can it be returned to the previous state of the environment using the Kolla-ansible itself? I searched about rollback solutions in Kolla-Ansible…
Moha
  • 1
  • 2
0
votes
0 answers

Kolla-Ansible fails to deploy Openstack

I'm having issues when deploying Openstack via kolla-ansible on virtual machines that are running inside Proxmox, across three nodes. Both "kolla-ansible -i multinode bootstrap-servers" and "kolla-ansible -i multinode prechecks" run successfully…
0
votes
0 answers

How to connect VM in Openstack to external-network? (Kolla-ansible)

I tried deploying OpenStack (Xena version) using Kolla-ansible tool, All-in-one mode. My cloud server (Ubuntu-2004-server) has 2 NICs (I attached 2 public IPs to these NICs). After successful deployment, I create network: provider network and vxlan…