testsuite: Use more ansible for setup

This commit is contained in:
Björn Busse 2021-03-08 23:47:08 +01:00
parent b1e7dac0f9
commit 5a825785e3
6 changed files with 13 additions and 15 deletions

View file

@ -1,3 +1,4 @@
hbase_version: "0.96.1.1"
hbase_archive: "hbase-{{ hbase_version }}-hadoop2-bin.tar.gz"
hbase_archive_file: "hbase-{{ hbase_version }}-hadoop2-bin.tar.gz"
hbase_archive_file_checksum256: "7334e7da0b655ab02cfc64454c3d2e93a4c584efbde2dfd37915b9530d1643f8"
hbase_archive_url: "https://archive.apache.org/dist/hbase/hbase-{{ hbase_version }}/{{ hbase_archive }}"