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

Depends-On: https://review.opendev.org/#/c/711599/

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>
This commit is contained in:
Chandan Kumar (raukadah) 2020-03-13 18:22:01 +05:30 committed by Cédric Jeanneret
parent bf8aa06dc8
commit e423bcf389
2 changed files with 17 additions and 2 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
# podman fails to relable if nova_nfs_enabled where we have
# the nfs share mounted to /var/lib/nova/instances
-

View File

@ -84,7 +84,7 @@
dependencies: *deps_unit_lint
- tripleo-ci-centos-8-scenario004-standalone:
dependencies: *deps_unit_lint
- tripleo-ci-centos-7-scenario012-standalone:
- tripleo-ci-centos-8-scenario012-standalone:
dependencies: *deps_unit_lint
- tripleo-ci-centos-7-containerized-undercloud-upgrades:
dependencies: *deps_unit_lint