-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.9.1 #144
Merged
Merged
Release 1.9.1 #144
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
31682a0
Add full kernel release info in motd
manegron 1120885
Merge pull request #142 from redBorder/bugfix/missing_specific_dist_k…
manegron 4a4efaa
Update metadata.rb
manegron 2e6efe8
Merge branch 'master' into development
ljblancoredborder d29155f
Update rpm.yml
manegron 7d26b70
Update README.md
manegron f22a469
add temporary variables in node.run_state
davidredborder 9db8e6d
Merge pull request #143 from redBorder/bug/#17365_introduction_of_run…
jsotofernandez f9a20f7
Release 1.9.2
jsotofernandez 1ecea69
Update rpm.yml
ljblancoredborder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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,27 +1,25 @@ | ||
# manager Cookbook | ||
[![Build Status][build-shield]][build-url] | ||
[![Linters][linters-shield]][linters-url] | ||
[![License][license-shield]][license-url] | ||
|
||
<!-- Badges --> | ||
[build-shield]: https://github.com/redBorder/cookbook-rb-manager/actions/workflows/rpm.yml/badge.svg?branch=master | ||
[build-url]: https://github.com/redBorder/cookbook-rb-manager/actions/workflows/rpm.yml?query=branch%3Amaster | ||
[linters-shield]: https://github.com/redBorder/cookbook-rb-manager/actions/workflows/lint.yml/badge.svg?event=push | ||
[linters-url]: https://github.com/redBorder/cookbook-rb-manager/actions/workflows/lint.yml | ||
[license-shield]: https://img.shields.io/badge/license-AGPLv3-blue.svg | ||
[license-url]: https://github.com/cookbook-rb-manager/blob/HEAD/LICENSE | ||
|
||
Cookbook to configure a redborder manager | ||
|
||
## Requirements | ||
|
||
depends 'kafka', '0.0.1' | ||
depends 'zookeeper', '0.0.1' | ||
|
||
### Platforms | ||
|
||
- Rocky Linux 9 | ||
|
||
### Chef | ||
|
||
- Chef 12.0 or later | ||
|
||
# BUILDING | ||
|
||
- Build rpm package for redborder platform: | ||
* git clone https://github.com/redborder/cookbook-rb-manager.git | ||
* cd cookbook-rb-manager | ||
* make | ||
* RPM packages is under packaging/rpm/pkgs/ | ||
- Chef 15.7.0 or later | ||
|
||
## Contributing | ||
|
||
|
@@ -33,10 +31,5 @@ depends 'zookeeper', '0.0.1' | |
6. Submit a Pull Request using Github | ||
|
||
## License | ||
GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 | ||
|
||
## Authors | ||
Carlos Javier Mateos <[email protected]> | ||
Juan Jesús Prieto <[email protected]> | ||
Enrique Jimenez <[email protected]> | ||
Alberto Rodríguez <[email protected]> | ||
GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 |
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could change Merge pull request ... to a summarized description of what was changed in that branch