debian: add support

This patch adds support for this role to be able to deploy on
Debian Stretch.
Change-Id: I1058238e2467cc257ec48ba84fb89995079e9be7
Needed-By: I9a92b73c419a0dc1cca40dacfef75de61a61db94
This commit is contained in:
Mohammed Naser
2019年04月05日 23:07:04 -04:00
parent 597127e60c
commit 1431472d26

View File

@@ -133,7 +133,7 @@
regexp:"^KSM_ENABLED=*"
backup:yes
when:
- ansible_pkg_mgr == 'apt'
- ansible_distribution == 'Ubuntu'
notify:Restart libvirt-bin
tags:
- nova-config

View File

@@ -70,7 +70,7 @@ nova_compute_kvm_distro_packages:
- bridge-utils
- genisoimage
- kpartx
- libvirt-bin
- "{{ (ansible_distribution == 'Debian') | ternary('libvirt-daemon-system', 'libvirt-bin') }}"
- open-iscsi
- python-guestfs
- python3-guestfs
Reference in New Issue
openstack/openstack-ansible-os_nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.