-
Notifications
You must be signed in to change notification settings - Fork 34
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
base: master
Are you sure you want to change the base?
Add support for RedHat #27
Conversation
This reverts commit bf533e8.
Change-Id: Ifcdf0215e901250eb0b01c990b9898896942c89b
- no longer downloading to /root Change-Id: I53547d6fcc21241f21bb87c423992b3e15393320
Change-Id: Id9cd7ebc536d10f647884c6be36f872450ebe3f8
@@ -1,6 +1,7 @@ | |||
[Unit] | |||
Description=Kafka Daemon | |||
After=zookeeper.service |
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.
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.
Please recheck. |
Change-Id: I2b6c30f731b209eac0c9395b873a6a0ba7a83a6b
I've squashed two commits into one. |
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. |
- setting access rights - code refactor Change-Id: I56fefb8b90158af2e9aeb6ae5cc705f6141c1867
@tkuhlman What is the status of that pull request? Can we merge it? |
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
We want to present support for RedHat by option installing dependencies with yum.