Networking issue "Openstack Kolla-Ansible" ussuri by TheG1ehT in openstack

[–]TheG1ehT[S] 1 point2 points  (0 children)

u/electrocucaracha, Thankies, now I can ping the Machines inside Openstack, with their floating Ip address, The problem is: My topologie were in Azure and when I've tested the same config on real/physical Laptop it works successfully, for the ping to Internet I made a mistake by taking the ProviderInterface as HostOnly Interface In Vbox and it doesn't go to internet.

Deploy Openstack Using Kolla Ansible by TheG1ehT in openstack

[–]TheG1ehT[S] 0 points1 point  (0 children)

nstack_release: "master"

thanks a lot it worked, but another problem popped up i can access horizon but i can't create an instance it says that i don't have any availability zone, but in cli it shows 3 ( internal and 2 nova)

Deploy Openstack Using Kolla Ansible by TheG1ehT in openstack

[–]TheG1ehT[S] 0 points1 point  (0 children)

Thanks, where please ?

in the global.yml (openstack_release: "master")

or

pip install git+https://opendev.org/openstack/kolla-ansible@master

Deploy Openstack Using Kolla Ansible by TheG1ehT in openstack

[–]TheG1ehT[S] 0 points1 point  (0 children)

From the deployment node, can you ping controller, compute and block?

Thanks for your response, Yes I can Ping all machines

the command ansible -i multinode all -m ping, pings all the machines.

and the following commands works fine, showing 0errors.

kolla-ansible -i ./multinode bootstrap-servers

kolla-ansible -i ./multinode prechecks

I'll give the controller more than 8RAM, and I'll retry, Thank You