change to using archive.apache.org for source downloads
archive.apache.org contains all the released versions, whereas dlcdn only has the latest minor revision. using the archive link will allow branches to continue to work indepdendently of the upstream's CDN and release schedule also, fix linter for example playbook Closes-Bug: 2038826 Change-Id: Id95dbed736553b24341eb15c74b4a194369dda9f
This commit is contained in:
parent
52353e3771
commit
c0490d9060
@ -18,7 +18,7 @@ zookeeper_download_version: 3.7.1
|
||||
zookeeper_download_version_checksum: >-
|
||||
sha512:9103628a50745fa1a289bca666fda4a9c08ec17c55cf13e66887e7ba76e93dbae60a1f1ffd6c10798be3a16069344ecbc00cebb29bf03d9cd7096ccd098ed011
|
||||
zookeeper_download_url: >-
|
||||
https://dlcdn.apache.org/zookeeper/zookeeper-{{ zookeeper_download_version }}/apache-zookeeper-{{ zookeeper_download_version }}-bin.tar.gz
|
||||
https://archive.apache.org/dist/zookeeper/zookeeper-{{ zookeeper_download_version }}/apache-zookeeper-{{ zookeeper_download_version }}-bin.tar.gz
|
||||
|
||||
# Define zookeeper clustering option
|
||||
zookeeper_cluster_members: "{{ groups['zookeeper_all'] }}"
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
---
|
||||
- name: Install zookeeper cluster
|
||||
hosts: zookeeper_all
|
||||
|
Loading…
x
Reference in New Issue
Block a user