Merge "SUSE: Add support for openSUSE Leap 15"
This commit is contained in:
commit
b9f2d2a7e7
@ -29,9 +29,7 @@ galaxy_info:
|
||||
- 7
|
||||
- name: opensuse
|
||||
versions:
|
||||
- 42.1
|
||||
- 42.2
|
||||
- 42.3
|
||||
- all
|
||||
categories:
|
||||
- cloud
|
||||
- python
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user