Commit Graph

11 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 07ae836651 Deprecate rsyslog_server role
Depends-On: https://review.opendev.org/c/openstack/project-config/+/863079
Change-Id: I2abe014ede0e3fa4ed07b22990c95beb2b847222
2022-10-31 16:59:05 +01:00
melissaml abc9892eb7 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ifad0fb43db0e1ba1885cf138bb029a89b289b934
2019-07-10 21:57:21 +08:00
ShangXiao fcc1dc3057 Add bugs url link to README
Change-Id: I4cfc91cc197c5bb6136e00fff024d4d2d846318f
2018-12-04 02:14:24 -08:00
lvxianguo 2802e6db70 add the project source code repository
Change-Id: I7fd9a47ba0c0bde2743636e27b2af2e6cb063395
2018-09-07 09:29:59 +08:00
malei af2de1188f Add release notes link to README
Change-Id: I646d6b2371105acab74b7f58fbd38e8129d59ad1
2018-06-19 15:58:25 +08:00
wangqi 9ceb45a0de Update links in README
Change the outdated links to the latest links in README

Change-Id: I04c00026da611bd1aef8182394701c66e44db8f8
2018-03-02 14:40:00 +00:00
ZhongShengping e309e763cd Update URLs in documents according to document migration
Change-Id: Iebcf494846da381b5e022daf3b4cf49d01902d8e
2017-07-14 09:48:01 +08:00
Flavio Percoco 5adb3f2228 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/f851b720816fb79ac6812e3a7e55e680

Change-Id: I283efc905c9e99af4d444d63b52279c18205a887
2016-11-25 16:26:04 +01:00
Andrew Meserole 8d41188c3c [DOCS] Refactor rsyslog_server Docs
This commit refactors the current docs in the rsyslog_server role.
Moving forward, specific project configurations are maintained
in the appropriate role book.

Change-Id: I688e7a244828a54692fd466eb534cfd6d9cb351d
2016-08-12 10:20:35 -05:00
Michael Gugino 66349a80d7 Multi-distro support for rsyslog-server role
This is an implementation of a pattern for multi-distro support by
including logic to deploy packages via either apt-get or yum.

This change has been tested with CentOS 7 and Ubuntu 14.04.  Package
names and other distro/family specific variables are supplied via one
of the files in vars/ utilizing the following precedence:

"{{ ansible_distribution | lower }}-{{ ansible_distribution_version | lower }}.yml"
"{{ ansible_distribution | lower }}.yml"
"{{ ansible_os_family | lower }}.yml"

In this change, only the files corresponding to 'ansible_os_family'
have been provided.  The included 'families' are 'debian' and 'redhat'

This allows for support of distros other than Ubuntu and CentOS, such
as Debian and Fedora, more easily in the future.

Change-Id: I78c8c3be9d00fc505fabc83de36dfd43b8e85848
2016-03-08 13:14:17 -05:00
Kevin Carter 2b4bf4547c
first commit
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-12-09 09:27:53 -06:00