Add uwsgi role to the requirments

In order to test with integrated repo or use the new uwsgi role,
we need to add it to the requirments list to clone it during deployment.

Also we want to collect uwsgi configs for futher debug.

Depends-On: https://review.opendev.org/676410
Change-Id: I317a28e7916536045fd1d535844885f45205e14c
This commit is contained in:
Dmitriy Rabotyagov 2019-08-22 17:19:18 +03:00
parent 279ee65474
commit 61bae8eb43
2 changed files with 6 additions and 0 deletions

View File

@ -303,3 +303,8 @@
scm: git
version: master
trackbranch: master
- name: uwsgi
src: https://opendev.org/openstack/ansible-role-uwsgi
scm: git
version: master
trackbranch: master

View File

@ -59,6 +59,7 @@ COMMON_ETC_LOG_NAMES="apt \
sysconfig/network-scripts \
sysconfig/network \
systemd \
uwsgi \
yum \
yum.repos.d \
zypp"