-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Remove Client/Server model and just use config #136
Merged
bastelfreak
merged 4 commits into
voxpupuli:master
from
dhollinger:rm_server_client_model
Dec 9, 2019
Merged
Remove Client/Server model and just use config #136
bastelfreak
merged 4 commits into
voxpupuli:master
from
dhollinger:rm_server_client_model
Dec 9, 2019
Conversation
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
llowder
approved these changes
Nov 29, 2019
remark: the example directory still uses rsyslog::client |
9423249
to
bb2abf4
Compare
bastelfreak
approved these changes
Dec 8, 2019
Fixing that now |
bb2abf4
to
f0c0003
Compare
apevec
pushed a commit
to redhat-openstack/rdoinfo
that referenced
this pull request
Dec 10, 2019
They've broken backwards compatibility with voxpupuli/puppet-rsyslog#136 so we need to pin puppet-rsyslog Change-Id: Ia7fe2f8fefceedd215fe8c00d5b4012faea4203e
REFERENCE.md needed to be updated also. |
#158 should fix this. |
openstack-mirroring
pushed a commit
to openstack/openstack
that referenced
this pull request
Aug 11, 2021
* Update puppet-tripleo from branch 'master' to de7d071e1fb07e441fdb1fe6ee279019a01bbe27 - Merge "Replace rsyslog::server by rsyslog::config" - Replace rsyslog::server by rsyslog::config This is a prep work to bump puppet-rsyslog and replaces rsyslog::server which is no longer available since puppet-rsyslog v5.0.0 [1]. [1] voxpupuli/puppet-rsyslog#136 Change-Id: Ifca5621ba255181f820d1ae959388a4c77e5244e
openstack-mirroring
pushed a commit
to openstack-archive/puppet-tripleo
that referenced
this pull request
Aug 11, 2021
This is a prep work to bump puppet-rsyslog and replaces rsyslog::server which is no longer available since puppet-rsyslog v5.0.0 [1]. [1] voxpupuli/puppet-rsyslog#136 Change-Id: Ifca5621ba255181f820d1ae959388a4c77e5244e
apevec
pushed a commit
to redhat-openstack/rdoinfo
that referenced
this pull request
Jun 10, 2022
We pinned puppet-rsyslog because of the breaking change merged[1] but puppet-tripleo was updated to use the new implementatnion[2]. [1] voxpupuli/puppet-rsyslog#136 [2] https://review.opendev.org/c/openstack/puppet-tripleo/+/803816 Change-Id: I5769153233948d36d3d2975126055fa9ba741a3f
openstack-mirroring
pushed a commit
to openstack-archive/tripleo-heat-templates
that referenced
this pull request
Jun 28, 2022
This patch switches rsyslog puppet class usage which is no longer available since puppet-rsyslog v5.0.0 [1]. [1] voxpupuli/puppet-rsyslog#136 Change-Id: Ic53b78c06fc0b5a8a536d32fe33d7e621becd158
openstack-mirroring
pushed a commit
to openstack/openstack
that referenced
this pull request
Jun 28, 2022
* Update tripleo-heat-templates from branch 'master' to bd0ead20fd182a888e01dfd3d2731ad1f98ce936 - Merge "Adapt on puppet-rsyslog update" - Adapt on puppet-rsyslog update This patch switches rsyslog puppet class usage which is no longer available since puppet-rsyslog v5.0.0 [1]. [1] voxpupuli/puppet-rsyslog#136 Change-Id: Ic53b78c06fc0b5a8a536d32fe33d7e621becd158
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
backwards-incompatible
docs
Improvements or additions to documentation
enhancement
New feature or request
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request (PR) description
Removed the
rsyslog::server
andrsyslog::client
classes and moved all functionality into thersyslog::config
class.README and tests have been updated to reflect this