Fixed libvirt volume path for nova-migration-target-container

Conflicts:
  deployment/nova/nova-migration-target-container-puppet.yaml

Co-Authored-By: Cédric Jeanneret (Tengu) <cjeanne@redhat.com>
Change-Id: I2af6587fbfa659eb46b712d63b998e039189d31f
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Signed-off-by: Cédric Jeanneret <cjeanner@redhat.com>
(cherry picked from commit e423bcf389)
This commit is contained in:
Chandan Kumar (raukadah) 2020-03-13 18:22:01 +05:30 committed by Bhagyashri Shewale
parent 7b5adb835f
commit cc603f1970
1 changed files with 16 additions and 1 deletions

View File

@ -144,6 +144,21 @@ outputs:
dest: /etc/ssh/
owner: "root"
perm: "0600"
host_prep_tasks:
# Let's use loop here even for one item, maybe we'll need some more
# directories later.
- name: Create libvirt persistent data directories
file:
path: "{{ item.path }}"
state: directory
setype: "{{ item.setype }}"
loop:
- { 'path': /var/run/libvirt, 'setype': virt_var_run_t }
- name: ensure /var/run/libvirt is present upon reboot
copy:
dest: /etc/tmpfiles.d/var-run-libvirt.conf
content: |
d /var/run/libvirt 0755 root root - -
docker_config:
step_4:
nova_migration_target:
@ -161,7 +176,7 @@ outputs:
- /var/lib/kolla/config_files/nova-migration-target.json:/var/lib/kolla/config_files/config.json:ro
- /var/lib/config-data/puppet-generated/nova_libvirt:/var/lib/kolla/config_files/src:ro
- /etc/ssh/:/host-ssh/:ro
- /run/libvirt:/run/libvirt
- /var/run/libvirt:/var/run/libvirt:shared,z
- /var/lib/nova:/var/lib/nova:shared
environment:
KOLLA_CONFIG_STRATEGY: COPY_ALWAYS