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

[GITHUB-35] Give bigger control over server.properties #34

Merged
merged 1 commit into from
Nov 7, 2018

Conversation

wojtek-oledzki
Copy link
Contributor

@wojtek-oledzki wojtek-oledzki commented Nov 5, 2018

It's now possible to specify any server property using
sansible_kafka_server_properties dictionary.

sansible_kafka_server_properties:
  offsets.topic.replication.factor: 1

This change also REMOVES:

  • a lot of previous defaults for server.properties.
  • AWS autodiscovery scripts

fixes: #23
fixes: #29

@wojtek-oledzki wojtek-oledzki force-pushed the config-yml branch 7 times, most recently from ef7a9de to d66767c Compare November 5, 2018 23:01
@wojtek-oledzki wojtek-oledzki changed the title [no-ref-yet] Give bigger control over server.properties [GITHUB-35] Give bigger control over server.properties Nov 5, 2018
@@ -1,24 +1,17 @@
ANSIBLE_INSTALL_VERSION ?= 2.5.9
ANSIBLE_INSTALL_VERSION ?= 2.6.7
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we definitely need these changes to the Makefile? It's fine if so but we will need to push these updates to the other roles at some point.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

if the changes are ok, I will send PR to scaffold repo

requirements.txt Outdated Show resolved Hide resolved
requirements.txt Outdated Show resolved Hide resolved
tasks/configure.yml Outdated Show resolved Hide resolved
It's now possible to specify any server property using
`sansible_kafka_server_properties` dictionary.

```
sansible_kafka_server_properties:
  offsets.topic.replication.factor: 1
```

This change also REMOVES:
* a lot of previous defaults for `server.properties`.
* AWS autodiscovery scripts

fixes: #23
fixes: #29
@lobsterdore
Copy link
Contributor

LGTM 👍

@dennisconrad dennisconrad merged commit a1ebace into develop Nov 7, 2018
@dennisconrad dennisconrad deleted the config-yml branch November 7, 2018 15:51
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.

Directory paths in defaults are ignored Remove cluster autodiscover scripts
3 participants