From 61bae8eb43f5042c88b40532d759586613556fbf Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 22 Aug 2019 17:19:18 +0300 Subject: [PATCH] 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 --- ansible-role-requirements.yml | 5 +++++ scripts/log-collect.sh | 1 + 2 files changed, 6 insertions(+) diff --git a/ansible-role-requirements.yml b/ansible-role-requirements.yml index d751dbff62..543a4296e2 100644 --- a/ansible-role-requirements.yml +++ b/ansible-role-requirements.yml @@ -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 diff --git a/scripts/log-collect.sh b/scripts/log-collect.sh index 3f7977e155..b3b4ef15b4 100755 --- a/scripts/log-collect.sh +++ b/scripts/log-collect.sh @@ -59,6 +59,7 @@ COMMON_ETC_LOG_NAMES="apt \ sysconfig/network-scripts \ sysconfig/network \ systemd \ + uwsgi \ yum \ yum.repos.d \ zypp"