Skip to content

Commit

Permalink
Fix bookkeeper deploy.yaml using unclaimed S3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-ctds authored Feb 4, 2025
1 parent 0d1037e commit 2f93c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions driver-bookkeeper/deploy/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
serviceUrl: "pulsar://{{ hostvars[groups['bookkeeper'][0]].private_ip }}:6650/"
httpUrl: "http://{{ hostvars[groups['bookkeeper'][0]].private_ip }}:8080/"
dlogUri: "distributedlog://{{ groups['zookeeper']|map('extract', hostvars, ['ansible_default_ipv4', 'address'])|map('regex_replace', '(.*)', '\\1:2181') | join(',') }}/streams"
pulsarVersion: "2.0.0-incubating-SNAPSHOT"
pulsarVersion: "2.1.1-incubating"
- file: path=/opt/pulsar state=absent
- file: path=/opt/pulsar state=directory
- name: Download Pulsar binary package
unarchive:
src: "https://s3.amazonaws.com/pulsar-testing/apache-pulsar-{{ pulsarVersion }}-bin.tar.gz"
src: "https://archive.apache.org/dist/pulsar/pulsar-{{ pulsarVersion }}/apache-pulsar-{{ pulsarVersion }}-bin.tar.gz"
remote_src: yes
dest: /opt/pulsar
extra_opts: ["--strip-components=1"]
Expand Down

0 comments on commit 2f93c39

Please sign in to comment.