configure ephemeral storage on compute nodes
This commit is contained in:
parent
0e30d34a6e
commit
a298431c28
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue