Playbook for swift with ceph backend.
Hello, I've installed OpenStack via openstack-ansible. Everything woks fine. I'm using ceph storage as secondary storage for VMs. I wonder, is there a playbook to install swift object storage and configure it to use ceph as storage backend? Thank you.
Swift doesn't have any backends. It stores data on disks (similarly to Ceph). You can install Ceph's RADOS gateway, which gives you a Swift-compatible interface to Ceph. Unfortunately I can't answer the question about playbooks.