Skip to content

Commit

Permalink
Update the Pulsar version to 2.7.0 for the ansible deployment (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
codelipenghui authored Mar 2, 2021
1 parent fc5ae1d commit a423f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/terraform-ansible/deploy-pulsar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
zookeeper_servers: "{{ groups['zookeeper']|map('extract', hostvars, ['ansible_default_ipv4', 'address'])|map('regex_replace', '^(.*)$', '\\1:2181') | join(',') }}"
service_url: "{{ pulsar_service_url }}"
http_url: "{{ pulsar_web_url }}"
pulsar_version: "2.6.0"
pulsar_version: "2.7.0"
- name: Download Pulsar binary package
unarchive:
src: https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=pulsar/pulsar-{{ pulsar_version }}/apache-pulsar-{{ pulsar_version }}-bin.tar.gz
Expand Down

0 comments on commit a423f6a

Please sign in to comment.