This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: - Use permanent selinux label on logs - Add periodic artifacts removal to wsgi based invocations Signed-off-by: Martin Perina <[email protected]>
- Loading branch information
Showing
4 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
%endif | ||
|
||
Name: ansible-runner-service | ||
Version: 1.0.5 | ||
Version: 1.0.6 | ||
Release: 1%{?dist} | ||
Summary: RESTful API for ansible/ansible_runner execution | ||
Source0: https://github.com/pcuzner/%{name}/archive/%{name}-%{version}.tar.gz | ||
|
@@ -75,6 +75,10 @@ install -m 0644 ./LICENSE.md %{buildroot}%{_docdir}/ansible-runner-service | |
%{_docdir}/ansible-runner-service/* | ||
|
||
%changelog | ||
* Wed Sep 23 2020 Martin Perina <[email protected]> 1.0.6-1 | ||
- Use permanent selinux label on logs | ||
- Add periodic artifacts removal to wsgi based invocations | ||
|
||
* Tue Jul 28 2020 Martin Necas <[email protected]> 1.0.5-1 | ||
- Change artifacts_remove_age for weekly cleanup | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%global srcname ansible-runner-service | ||
|
||
Name: %{srcname} | ||
Version: 1.0.5 | ||
Version: 1.0.6 | ||
Release: 1%{?dist} | ||
Summary: RESTful API for ansible/ansible_runner execution | ||
Source0: https://github.com/ansible/%{name}/archive/%{name}-%{version}.tar.gz | ||
|
@@ -87,6 +87,10 @@ semanage fcontext -a -t httpd_log_t -s system_u /var/log/ovirt-engine/ansible-ru | |
%doc README.md | ||
|
||
%changelog | ||
* Wed Sep 23 2020 Martin Perina <[email protected]> 1.0.6-1 | ||
- Use permanent selinux label on logs | ||
- Add periodic artifacts removal to wsgi based invocations | ||
|
||
* Tue Jul 28 2020 Martin Necas <[email protected]> 1.0.5-1 | ||
- Change artifacts_remove_age for weekly cleanup | ||
- Fix ansible-runner-service.log permissions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
%endif | ||
|
||
Name: ansible-runner-service | ||
Version: 1.0.5 | ||
Version: 1.0.6 | ||
Release: 1%{?dist} | ||
Summary: RESTful API for ansible/ansible_runner execution | ||
Source0: https://github.com/ansible/%{name}/archive/%{name}-%{version}.tar.gz | ||
|
@@ -94,6 +94,10 @@ install -m 0644 ./misc/nginx/uwsgi.ini %{buildroot}%{_sysconfdir}/ansible-runner | |
|
||
|
||
%changelog | ||
* Wed Sep 23 2020 Martin Perina <[email protected]> 1.0.6-1 | ||
- Use permanent selinux label on logs | ||
- Add periodic artifacts removal to wsgi based invocations | ||
|
||
* Tue Jul 28 2020 Martin Necas <[email protected]> 1.0.5-1 | ||
- Change artifacts_remove_age for weekly cleanup | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%global srcname ansible-runner-service-dev | ||
|
||
Name: %{srcname} | ||
Version: 1.0.5 | ||
Version: 1.0.6 | ||
Release: 1%{?dist} | ||
Summary: RESTful API for ansible/ansible_runner execution | ||
Source0: https://github.com/ansible/%{name}/archive/%{name}-%{version}.tar.gz | ||
|
@@ -89,6 +89,10 @@ install -m 644 ./packaging/gunicorn/ansible-runner-service %{buildroot}%{_syscon | |
%doc README.md | ||
|
||
%changelog | ||
* Wed Sep 23 2020 Martin Perina <[email protected]> 1.0.6-1 | ||
- Use permanent selinux label on logs | ||
- Add periodic artifacts removal to wsgi based invocations | ||
|
||
* Tue Jul 28 2020 Martin Necas <[email protected]> 1.0.5-1 | ||
- Change artifacts_remove_age for weekly cleanup | ||
|
||
|