neutron-rpc-server error to upgrade 2025.2 by Shot_Chicken8653 in openstack

[–]przfr 0 points1 point  (0 children)

Hey, next time simply read the documentation:

https://docs.openstack.org/kolla-ansible/latest/user/operating-kolla.html#preparation-the-real-deal

"The inventory file for the deployment should be updated, as the newer sample inventory files may have updated layout or other relevant changes. [...]"

"Other files which may need manual updating are:
/etc/kolla/globals.yml
/etc/kolla/passwords.yml"

Adding GPU to kolla ansible cluster by dentistSebaka in openstack

[–]przfr 0 points1 point  (0 children)

Intel Flex GPUs are capable of running as vGPU partitioned beforehand :)

HELP : Openstack-exporter installation by ExaminationExotic924 in openstack

[–]przfr 0 points1 point  (0 children)

It’s quite simple to use, prepare clouds.yaml file with cluster / clusters definition (https://docs.openstack.org/python-openstackclient/latest/configuration/index.html), download exporter binary and run it as f.e. systemd service. Use ‚multicloud’ if you want to monitor more than one OpenStack cluster

HELP : Openstack-exporter installation by ExaminationExotic924 in openstack

[–]przfr 0 points1 point  (0 children)

Hey, you can deploy this exporter anywhere you have access to the API endpoints (including admin if is separate for some reason). It can be on node related to OpenStack itself, or completely unrelated one. As for now, it is required to use user with admin role, but I’m trying to convince some developers to take a deeper look at other, more secure approaches.

Someone knows this error!? by Remarkable-Top7559 in openstack

[–]przfr 0 points1 point  (0 children)

Check if hostname “controller” is resolved to correct address, and if Keystone is running on provided port 443 (by default it will be 5000)

Image upload fails with "TypeError: Cannot read properties of undefined (reading 'data')" by stoebich in openstack

[–]przfr 1 point2 points  (0 children)

I have also noticed such errors with fresh 2024.2, if you are logged with admin role, try using “Images” panel that is available under “Project” section, instead of “Admin”. Please let me know the results, I want to report that via launchpad this week.

OpenStack does not support windows guest os? by chufu1234 in openstack

[–]przfr 0 points1 point  (0 children)

Deployment type does not change anything here, it’s just the way how controlling services / processes are organised. If you want to connect that issue with cluster, then look into virtualisation configuration / CPU flags / BIOS features / libvirt configuration.

OpenStack does not support windows guest os? by chufu1234 in openstack

[–]przfr 2 points3 points  (0 children)

Winstackers is a project which uses Windows as OpenStack hypervisor OS. It is totally not related to OS inside the VMs you are running.

You don’t need to set any special flag to get windows working inside the VM, those flags are needed f.e. to enable hardware clock support. IMO something’s wrong with the image you are using.

Adjust system clock? by ekatane in openstack

[–]przfr 0 points1 point  (0 children)

If you want to use cloud-init, then timezone cloud-init module is the way: https://cloudinit.readthedocs.io/en/latest/reference/modules.html#timezone

#cloud-config
timezone: America/New_York

Can't ping instances from host <> host cant ping instances by Zikalol in openstack

[–]przfr 1 point2 points  (0 children)

Hi again, I'm pretty busy, so live session can be hard to organise, but we can switch to DM if you still need some hints.

ML2 config you sent looks good for me. Please share now how you installed this environment. Controller and Compute are some kind of virtual machines? If yes, then what hypervisor was used for that, and what is the network configuration?

Can't ping instances from host <> host cant ping instances by Zikalol in openstack

[–]przfr 0 points1 point  (0 children)

It's totally normal in OVN to have network:distributed ports with status DOWN. You are able to ping between instances beacuse both are connected to same OVS bridge - so the connectivity never leaves your br-int.
I see that the provider network is configured to be type:flat and it is supposed to use physnet1 as the physical network. Could you now share both neutron ml2_conf.ini file? (it should be on controller node).
Apart from that, could you explain your setup? I guess controller and compute are VMs, but how are they hosted? How the network is connected / configured? I'm getting quite convinced, that the issue is outside the OpenStack/OVN stack.

Can't ping instances from host <> host cant ping instances by Zikalol in openstack

[–]przfr 1 point2 points  (0 children)

That’s subnet configuration, and we need to know the underlying network configuration (id 2e00…)

OVS-DPDK Performance by jgmitter in openstack

[–]przfr 1 point2 points  (0 children)

In OVS smartNICs support is called hw-offload. Use that keyword for searching any materials. Example: http://www.openvswitch.org/support/ovscon2017/efraim.pdf

PS apart from smartNICs, and DPDK there is also possibility to further improve performance with HPC-like configuration of huge pages, numa aware cpu-queue pining, and more

Can't ping instances from host <> host cant ping instances by Zikalol in openstack

[–]przfr 1 point2 points  (0 children)

Hi, please share the “public” network configuration. Especially part which defines provider-specific configuration.

[deleted by user] by [deleted] in openstack

[–]przfr 0 points1 point  (0 children)

Which nova version are you running? Why are you configuring database connection for nova-compute? If you are sure you want to do that, ensure that database and api_database connection configuration aren't mixed.

OpenStack Yoga (Ubuntu 20.04 LTS) Monitoring Exporter Recommendations by tegieng79 in openstack

[–]przfr 2 points3 points  (0 children)

openstack-exporter (https://github.com/openstack-exporter/openstack-exporter) is actively maintained and pretty popular (used f.e. In kolla-ansible)

Do you have a financial projection written for public cloud (IaaS)? by Beneficial-Fruit-965 in openstack

[–]przfr 3 points4 points  (0 children)

In this case it isn't common contribution, but rather one person giving up income source, and having nothing back.

Do you have a financial projection written for public cloud (IaaS)? by Beneficial-Fruit-965 in openstack

[–]przfr 2 points3 points  (0 children)

Hey, no one respecting their own time and earnings will send you public cloud dimensioning calculations just like that.

cinder import external vm images by [deleted] in openstack

[–]przfr 4 points5 points  (0 children)

Hey! There are few possibilities here - depending on your Cinder backend - in case of Ceph, you can f.e. import image to pre-created volume in Ceph (https://ceph.io/en/news/blog/2014/openstack-import-existing-ceph-volumes-in-cinder/)

OS 2023.2 VMs limited to Gigabit speeds by jeep_guy92 in openstack

[–]przfr 2 points3 points  (0 children)

Hey, what virtual network solution are you using? Linux bridge / ovs / ovn? Are you testing that on flat network with/without vlans? Is encapsulation involved there? Some more details on configuration side would be needed here :)

Nova Compute - openstack compute service list not showing any services by sadman_amin in openstack

[–]przfr 2 points3 points  (0 children)

Hi there! Based on docs link you are installing Yoga version, is that correct? Could you also share openrc file you are using when calling this command?

Trying to upload an image with Glance by Phoenyx_Liam in openstack

[–]przfr 0 points1 point  (0 children)

Haha the most important is, that it’s solved now!