Cinder Volume is deployed on infra hosts instead of LXC containers despite cinder_volume_hosts and env.d/cinder.yml
Hello everyone,
I am deploying OpenStack-Ansible with an external Ceph RBD backend.
I expected Cinder Volume to be deployed inside LXC containers (as with other OpenStack services), but instead the cinder-volume service is being installed directly on the infra hosts, not in containers.
What I configured
In /etc/openstack_
storage_hosts:
infra1:
ip: 172.29.xx.xx
container_vars:
cinder_
rbd:
rbd_pool: xxx
rbd_user: xxx
infra2:
ip: 172.29.xx.xx
container_vars:
cinder_
rbd:
rbd_pool: xxx
rbd_user: xxx
infra3:
ip: 172.29.xx.xx
container_vars:
cinder_
rbd:
rbd_pool: xxx
rbd_user: xxx
In /etc/openstack_
container_skel:
cinder_
properties:
is_metal: false
cinder_
properties:
is_metal: false
cinder_
properties:
is_metal: false
cinder-volume is installed on hosts instead of containers.
Thanks.
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Salvatore Aurnia
- Solved:
- Last query:
- Last reply:
