Skip to content

Commit

Permalink
fixed broken pipeline due to old kafka version
Browse files Browse the repository at this point in the history
  • Loading branch information
sananguliyev committed Mar 1, 2021
1 parent af023ea commit fdac542
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ kafka_apache_mirror_base_url: https://mirror.netcologne.de/apache.org
kafka_user: kafka
kafka_group: kafka

kafka_version: 2.5.0
kafka_scala_version: 2.12
kafka_version: 2.7.0
kafka_scala_version: 2.13
kafka_broker_id: 1 # must be set to a unique integer for each broker

kafka_install_dir: /usr/local/kafka
Expand Down
1 change: 0 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ provisioner:
password: guest
kafka_host: "{{ ansible_default_ipv4.address }}"
kafka_zookeeper_connection_hosts: "{{ groups['zookeeper'] | map('extract', hostvars, 'ansible_host') | map('regex_replace', '^(.*)', '\\1:2181') | list }}"
kafka_version: 2.5.0
zookeeper_members: "{{ groups['zookeeper'] | map('extract', hostvars, 'ansible_default_ipv4') | map(attribute='address') | list }}"
kafka:
kafka_jmx_host: localhost
Expand Down
1 change: 1 addition & 0 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- name: Install ZooKeeper
hosts: zookeeper
vars:
zookeeper_version: 3.6.2
zookeeper_members: "{{ groups['zookeeper'] | map('extract', hostvars, 'ansible_default_ipv4') | map(attribute='address') | list }}"
roles:
- nl2go.zookeeper
Expand Down
2 changes: 1 addition & 1 deletion molecule/resources/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
version: 1.0.0

- src: nl2go.zookeeper
version: 1.1.2
version: 1.0.0

0 comments on commit fdac542

Please sign in to comment.