SUSE: Add support for openSUSE Leap 15

This also removes python-keystonemiddleware from the distro packages
since anything that needs it should pull it as a dependency.

Depends-On: https://review.openstack.org/604473
Depends-On: https://review.openstack.org/604286
Change-Id: I8398b70fc7e371d163bed8bed8fc11f50c521e28
This commit is contained in:
Markos Chandras 2018-09-20 14:00:53 +01:00
parent 1c222d60b3
commit b6fa5989b9
3 changed files with 5 additions and 6 deletions

View File

@ -29,9 +29,7 @@ galaxy_info:
- 7
- name: opensuse
versions:
- 42.1
- 42.2
- 42.3
- all
categories:
- cloud
- python

View File

@ -46,7 +46,6 @@ nova_service_distro_packages:
- openstack-nova-scheduler
- openstack-nova-serialproxy
- openstack-nova-vncproxy
- python-keystonemiddleware
- python-memcached
- python-novaclient
- python-PyMySQL
@ -97,8 +96,8 @@ nova_compute_kvm_distro_packages:
- sysfsutils
nova_compute_kvm_packages_to_symlink:
- libvirt-python
- python-libguestfs
- "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('libvirt-python', 'python2-libvirt-python') }}"
- "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('python-libguestfs', 'python2-libguestfs') }}"
nova_compute_ksm_packages:
- qemu-ksm

View File

@ -26,8 +26,10 @@
# NOTE(hwoarang) xenial does not currently work. It needs investigation
- openstack-ansible-functional-distro_install-ubuntu-xenial:
voting: false
- openstack-ansible-functional-distro_install-opensuse-150
gate:
jobs:
- openstack-ansible-lxd-ubuntu-xenial
- openstack-ansible-functional-distro_install-centos-7
- openstack-ansible-functional-distro_install-opensuse-423
- openstack-ansible-functional-distro_install-opensuse-150