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:
parent
279ee65474
commit
61bae8eb43
@ -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
|
||||
|
@ -59,6 +59,7 @@ COMMON_ETC_LOG_NAMES="apt \
|
||||
sysconfig/network-scripts \
|
||||
sysconfig/network \
|
||||
systemd \
|
||||
uwsgi \
|
||||
yum \
|
||||
yum.repos.d \
|
||||
zypp"
|
||||
|
Loading…
Reference in New Issue
Block a user