testsuite: Use more ansible for setup
This commit is contained in:
parent
9a3a0f4de2
commit
b1e7dac0f9
10 changed files with 67 additions and 58 deletions
3
tests/hbase/defaults/main.yml
Normal file
3
tests/hbase/defaults/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
hbase_version: "0.96.1.1"
|
||||
hbase_archive: "hbase-{{ hbase_version }}-hadoop2-bin.tar.gz"
|
||||
hbase_archive_url: "https://archive.apache.org/dist/hbase/hbase-{{ hbase_version }}/{{ hbase_archive }}"
|
Loading…
Add table
Add a link
Reference in a new issue