Merge "SUSE: Add support for openSUSE Leap 15"
This commit is contained in:
commit
b9f2d2a7e7
@ -29,9 +29,7 @@ galaxy_info:
|
|||||||
- 7
|
- 7
|
||||||
- name: opensuse
|
- name: opensuse
|
||||||
versions:
|
versions:
|
||||||
- 42.1
|
- all
|
||||||
- 42.2
|
|
||||||
- 42.3
|
|
||||||
categories:
|
categories:
|
||||||
- cloud
|
- cloud
|
||||||
- python
|
- python
|
||||||
|
@ -46,7 +46,6 @@ nova_service_distro_packages:
|
|||||||
- openstack-nova-scheduler
|
- openstack-nova-scheduler
|
||||||
- openstack-nova-serialproxy
|
- openstack-nova-serialproxy
|
||||||
- openstack-nova-vncproxy
|
- openstack-nova-vncproxy
|
||||||
- python-keystonemiddleware
|
|
||||||
- python-memcached
|
- python-memcached
|
||||||
- python-novaclient
|
- python-novaclient
|
||||||
- python-PyMySQL
|
- python-PyMySQL
|
||||||
@ -97,8 +96,8 @@ nova_compute_kvm_distro_packages:
|
|||||||
- sysfsutils
|
- sysfsutils
|
||||||
|
|
||||||
nova_compute_kvm_packages_to_symlink:
|
nova_compute_kvm_packages_to_symlink:
|
||||||
- libvirt-python
|
- "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('libvirt-python', 'python2-libvirt-python') }}"
|
||||||
- python-libguestfs
|
- "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('python-libguestfs', 'python2-libguestfs') }}"
|
||||||
|
|
||||||
nova_compute_ksm_packages:
|
nova_compute_ksm_packages:
|
||||||
- qemu-ksm
|
- qemu-ksm
|
||||||
|
@ -26,8 +26,10 @@
|
|||||||
# NOTE(hwoarang) xenial does not currently work. It needs investigation
|
# NOTE(hwoarang) xenial does not currently work. It needs investigation
|
||||||
- openstack-ansible-functional-distro_install-ubuntu-xenial:
|
- openstack-ansible-functional-distro_install-ubuntu-xenial:
|
||||||
voting: false
|
voting: false
|
||||||
|
- openstack-ansible-functional-distro_install-opensuse-150
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-ansible-lxd-ubuntu-xenial
|
- openstack-ansible-lxd-ubuntu-xenial
|
||||||
- openstack-ansible-functional-distro_install-centos-7
|
- openstack-ansible-functional-distro_install-centos-7
|
||||||
- openstack-ansible-functional-distro_install-opensuse-423
|
- openstack-ansible-functional-distro_install-opensuse-423
|
||||||
|
- openstack-ansible-functional-distro_install-opensuse-150
|
||||||
|
Loading…
Reference in New Issue
Block a user