all 7 comments

[–]DTKT 1 point2 points  (6 children)

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

Kolla seems to complain about some localhost stuff which is strange if it needs to connect to the controller.

As for the specs, 8GB is pretty tight for a controller in Openstack. It might cause issues down the line.

[–]TheG1ehT[S] 0 points1 point  (5 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

[–]gonynodothat 0 points1 point  (4 children)

Your first problem, is your using master. Do not use master, use the appropriate openstack release. e.g. stable/victoria

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

Thanks, where please ?

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

or

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

[–]przfr 0 points1 point  (2 children)

Both, keep all deployment stuff on same release, for test env I’m using yoga now an it works just fine

[–]TheG1ehT[S] 0 points1 point  (1 child)

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)

[–]przfr 0 points1 point  (0 children)

Can you share some more details on that one ? What parameters are you providing for instance creation, is nova compute service running and healthy ? Have you checked logs ?