Update uw_apache to run against bionic

uw_apache test was runned against xenial, which is not currrently
supported, due to which job was updated to run on bionic nodeset.

We also need to enable proxy_uwsgi for debian based distros.

Co-Authored-By: Guilherme Steinmuller Pimentel <gsteinmuller@vexxhost.com>
Co-Authored-By: Marc Gariépy <gariepy.marc@gmail.com>
Change-Id: Ibff3aa2a1ac1bbf2493aaf2419ee1e4dd763934c
This commit is contained in:
Dmitriy Rabotjagov 2019-05-21 19:52:02 +03:00 committed by Dmitriy Rabotyagov (noonedeadpunk)
parent 3c0ee62696
commit d6d3bda113
3 changed files with 5 additions and 5 deletions

View File

@ -87,7 +87,7 @@ keystone_apache_modules:
state: "{{ (keystone_ssl | bool) | ternary('present', 'absent') }}"
- name: "shib2"
state: "{{ ( keystone_sp != {} ) | ternary('present', 'absent') }}"
- name: "proxy_http"
- name: "proxy_uwsgi"
state: "present"
- name: "headers"
state: "present"

View File

@ -20,9 +20,9 @@
tox_env: uw_apache
- job:
name: openstack-ansible-uw_apache-ubuntu-xenial
name: openstack-ansible-uw_apache-ubuntu-bionic
parent: openstack-ansible-uw_apache
nodeset: ubuntu-xenial
nodeset: ubuntu-bionic
- job:
name: openstack-ansible-uw_apache-centos-7

View File

@ -24,8 +24,8 @@
check:
jobs:
- openstack-ansible-uw_apache-centos-7
- openstack-ansible-uw_apache-ubuntu-xenial
- openstack-ansible-uw_apache-ubuntu-bionic
gate:
jobs:
- openstack-ansible-uw_apache-centos-7
- openstack-ansible-uw_apache-ubuntu-xenial
- openstack-ansible-uw_apache-ubuntu-bionic