configure ephemeral storage on compute nodes

This commit is contained in:
Miroslav Suchý 2015-04-03 08:12:37 +00:00
parent 0e30d34a6e
commit a298431c28

View file

@ -115,6 +115,14 @@
- ini_file: dest=/etc/nova/nova.conf section=DEFAULT option=glance_api_servers value=https://{{ controller_hostname }}:9292
notify:
- restart openstack-nova-compute
- name: set up storage for ephemeral disks
ini_file: dest=/etc/nova/nova.conf section=libvirt option=images_type value=lvm
notify:
- restart openstack-nova-compute
- ini_file: dest=/etc/nova/nova.conf section=libvirt option=images_volume_group value=vg_guests
notify:
- restart openstack-nova-compute
- service: name=libvirtd state=started enabled=yes
- service: name=messagebus state=started