Skip to content

Commit

Permalink
Upgrade Ansible to install 2.0.0-rc1-incubating (apache#1873)
Browse files Browse the repository at this point in the history
* Update configuration files from 2.0.0

* Revert to private_ip

* Revert to private_ip for client.conf
  • Loading branch information
Audace authored and merlimat committed Jun 1, 2018
1 parent 89dd66b commit 588ea6a
Show file tree
Hide file tree
Showing 5 changed files with 951 additions and 196 deletions.
4 changes: 2 additions & 2 deletions deployment/terraform-ansible/deploy-pulsar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
zookeeper_servers: "{{ groups['zookeeper']|map('extract', hostvars, ['ansible_default_ipv4', 'address'])|map('regex_replace', '(.*)', '\\1:2181') | join(',') }}"
service_url: "pulsar://{{ hostvars[groups['pulsar'][0]].public_ip }}:6650/"
http_url: "http://{{ hostvars[groups['pulsar'][0]].public_ip }}:8080/"
pulsar_version: "1.22.0-incubating"
pulsar_version: "2.0.0-rc1-incubating"

- name: Download Pulsar binary package
unarchive:
Expand All @@ -80,7 +80,7 @@
- set_fact:
zid: "{{ groups['zookeeper'].index(inventory_hostname) }}"
max_heap_memory: "512m"
max_direct_memory: "512m"
max_direct_memory: "1g"
cluster_name: "local"
- name: Create ZooKeeper data directory
file:
Expand Down
Loading

0 comments on commit 588ea6a

Please sign in to comment.