[openstack-ansible] Converged compute ans ceph storage
Hello everyone!
Is it possible with OpenStack-Ansible to deploy converged nova compute and ceph storage on a single node?
Thank you!
Maybe this will help you.
https://abayard.com/openstack-kolla-deploy-external-ceph-ansible/
On Mon, Aug 29, 2022 at 1:39 AM fv@spots.edu wrote:
Hello everyone!
Is it possible with OpenStack-Ansible to deploy converged nova compute and ceph storage on a single node?
Thank you!
Yes it is possible.
You have two choices, either to deploy ceph yourself and integrate it with openstack-ansible by providing a reference to the ceph monitors, or you can have openstack-ansible act as a thin wrapper around ceph-ansible to deploy ceph at the same time as openstack.
Having said this - I would not recommend doing a converged deployment like this other than for test purposes.
It's slightly unclear if you want an entire deployment with ceph in a single node, if that is the case then you can look at the all-in-one deployment here https://docs.openstack.org/openstack-ansible/latest/user/aio/quickstart.html, configured with the environment variable SCENARIO=aio_lxc_ceph. This is strictly a test environment (exactly what we use for our CI tests) and not a production deployment.
Jonathan.
On 29/08/2022 07:23, fv@spots.edu wrote:
Hello everyone!
Is it possible with OpenStack-Ansible to deploy converged nova compute and ceph storage on a single node?
Thank you!
participants (3)
-
Alvaro Soto
-
fv@spots.edu
-
Jonathan Rosser