Skip to content
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

Add support for RedHat #27

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Add support for RedHat #27

wants to merge 19 commits into from

Conversation

michal800106
Copy link

We want to present support for RedHat by option installing dependencies with yum.

@@ -1,6 +1,7 @@
[Unit]
Description=Kafka Daemon
After=zookeeper.service
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In some installs zookeeper runs on the same box as kafka. In those cases it is important that zookeeper start first. In cases where zookeeper is not on the same box systemd handles the situation properly and ignores this line. The line should stay for that first case.

@michal800106
Copy link
Author

Please recheck.

Maciej Maciaszek and others added 2 commits August 21, 2015 08:11
Change-Id: I2b6c30f731b209eac0c9395b873a6a0ba7a83a6b
@michal800106
Copy link
Author

I've squashed two commits into one.

@tkuhlman
Copy link
Contributor

FYI for future note there is no need to bother with squashing. That is a gerrit process that personally I rather do without, it isn't needed at all for github. It won't cause issues in the case so no problems just skip the extra effort next time.

zielonkam and others added 2 commits August 25, 2015 10:10
- setting access rights
- code refactor

Change-Id: I56fefb8b90158af2e9aeb6ae5cc705f6141c1867
@witekest
Copy link

witekest commented Nov 4, 2015

@tkuhlman What is the status of that pull request? Can we merge it?

Tomasz Trębski added 3 commits February 5, 2016 10:08
Upgrading kafka version to 0.8.2.2.
For better flexibility added scala_version variable,
becasue kafka in the same version can be download
with different scala version.

Change-Id: Ide676f679f5a991f409a586f7679f9254fecd5d2
- added creating user/group
- added status run mode
- removed verify support [launches everything]

Change-Id: Ic4fa7196227aeeb83d22b45ba446d49ab6fc0cc0
Commits add 'monasca_log_level' variable presenting
common log level of entire monasca components
to the state-change and controller appenders.

Prior to that not only exceptions and warnings were
logged but also traces and debugs which resulted
in quickly growing log files.

Change-Id: If867d00669b707bf189c92aca86e9a906c7a81e9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants