mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-26 03:28:28 +03:00
Test: add install hydrophone
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
13
tests/testcases/000_install-hydrophone.yml
Normal file
13
tests/testcases/000_install-hydrophone.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: Download hydrophone
|
||||
get_url:
|
||||
url: "https://github.com/kubernetes-sigs/hydrophone/releases/download/v{{ hydrophone_version }}/hydrophone_Linux_{{ hydrophone_arch }}.tar.gz"
|
||||
dest: /tmp/hydrophone.tar.gz
|
||||
checksum: "{{ hydrophone_checksum }}"
|
||||
mode: "0644"
|
||||
|
||||
- name: Extract hydrophone
|
||||
unarchive:
|
||||
src: /tmp/hydrophone.tar.gz
|
||||
dest: "{{ bin_dir }}"
|
||||
copy: false
|
||||
Reference in New Issue
Block a user