To install and configure OpenStackDevStack on an Ampere ARM server and have encountered the following challenge
What is the correct way to configure br-ex on an ARM-based machine to avoid causing server disconnections? Should br-ex be attached to an external physical interface, or can it be configured differently without disrupting connectivity?
The command ovs-vsctl list-ports br-ex shows no ports attached.
On a working x86 setup, br-ex is connected to br-int with a patch port, but this is missing in the Ampere setup.
Has anyone experienced the Volume driver not initialized error with Cinder on OpenStack installations? Any advice on resolving this?
**Error:Volume driver LVMVolumeDriver not initialized. ** Cannot complete RPC initialization because driver isn’t initialized properly. cinder.exception.DriverNotInitialized: Volume driver not ready.
This error prevents the volume driver from initializing, causing the Cinder service to fail
3)Is it mandatory to have root access for OpenStack installation, or can it be completed as a non-root user with sudo privileges
4)Are there any known issues with installing and running DevStack on Ampere (ARM) architecture compared to x86?
Hi I am trying to install openstack on the Ampere Altra Q62-22, I tried the kolla-ansible process on both ubuntu 22.04 and ubuntu 24.04, both fail at the nova-compute step, wherein the nova compute container just stops running,
I have raised an issue here .
@quocbao Do you mean that none of the Nova services can run on ARM server? The last blog also is from 2020, which is quite outdated, but it showed that openstack was installed on Ampere Altra too.
I faced no valid host issues on microstack installation too. Has anyone managed to install and run openstack on Ampere Altra?
The easiest way to install OpenStack on Ampere platforms will be by using OpenStack Kolla and OpenStack Kolla Ansible. I’ve deployed all base services for control plane, virtualization and ironic using that method. Additionally Canonical’s Charmed Based OpenStack is another method that would work to deploy.