-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into bugfix/17236_stop_logstash_when_no_pi…
…pelines
- Loading branch information
Showing
29 changed files
with
1,121 additions
and
891 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
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 | ||
# cookbook-rb-manager | ||
[![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 |
Oops, something went wrong.