Hi, We have successfully installed and configured openstack charms. (Link followed : Openstack deployment guide)
Please find the attached screenshots showing all the services in active-idle state.
Setup details: Openstack charms is installed on 4 VMs. Services are distributed as mentioned in the link above. Juju controller is hosted on another VM. All these VMs are under MAAS.
We are facing 2 issues now,
- When we try to create a VM instance its giving out an error. OS Image used is a Ubuntu 22.04 (.iso) desktop version.
Error: Failed to perform requested operation on instance “vm2”, the instance has an error status: Please try again later [Error: Exceeded maximum number of retries. Exceeded max scheduling attempts 3 for instance 6118cc4d-f2d3-4d59-91e2-cf69b197d301. Last exception: unsupported configuration: Emulator ‘/usr/bin/qemu-system-x86_64’ does not support virt type ‘kvm’].
- "
openstack host list
" still shows only the compute nodes on which nova-compute has been deployed. Have attached a screenshot showing the same. Under MAAS, we have two baremetal servers commissioned and in “Ready” state. How do we get the nova-cloud-controller to discover these baremetal servers in “Ready” state? From openstack-yoga documentation, we saw that there is a configuration variable in /etc/nova/nova.conf
discover_hosts_in_cells_interval
which is to be set for the nova-scheduler to autodiscover other hosts. How do we do this via openstack-charms deployment?
Any help is appreciated. Thank you.