Merge "Create nova-libvirt directory before copying files"
This commit is contained in:
commit
769493e802
@ -129,12 +129,6 @@
|
||||
dest: "{{ node_config_directory }}/nova-compute/config.json"
|
||||
when: inventory_hostname in groups['compute']
|
||||
|
||||
- name: Copying over config(s)
|
||||
template:
|
||||
src: "libvirtd.conf.j2"
|
||||
dest: "{{ node_config_directory }}/nova-libvirt/libvirtd.conf"
|
||||
when: inventory_hostname in groups['compute']
|
||||
|
||||
- include: ../../config.yml
|
||||
vars:
|
||||
service_name: "nova-novncproxy"
|
||||
@ -167,6 +161,12 @@
|
||||
state: "directory"
|
||||
when: inventory_hostname in groups['compute']
|
||||
|
||||
- name: Copying over config(s)
|
||||
template:
|
||||
src: "libvirtd.conf.j2"
|
||||
dest: "{{ node_config_directory }}/nova-libvirt/libvirtd.conf"
|
||||
when: inventory_hostname in groups['compute']
|
||||
|
||||
- name: Copying Nova Libvirt JSON configuration file
|
||||
template:
|
||||
src: "roles/nova/templates/nova-libvirt.json.j2"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"command": "/usr/sbin/libvirtd --listen",
|
||||
"config_files": [
|
||||
{
|
||||
"source": "/opt/kolla/config_files/libvirt.conf",
|
||||
"source": "/opt/kolla/config_files/libvirtd.conf",
|
||||
"dest": "/etc/libvirt/libvirtd.conf",
|
||||
"owner": "root",
|
||||
"perm": "0600"
|
||||
|
Loading…
Reference in New Issue
Block a user