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:
Neil Hanlon 2023-10-09 10:13:55 -04:00
parent 52353e3771
commit c0490d9060
No known key found for this signature in database
GPG Key ID: 705BC21EC3C70F34
2 changed files with 1 additions and 2 deletions

View File

@ -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'] }}"

View File

@ -1,4 +1,3 @@
---
- name: Install zookeeper cluster
hosts: zookeeper_all